323 lines
5.3 KiB
CSS
323 lines
5.3 KiB
CSS
.searchwp-settings-view {
|
|
padding-top: 0;
|
|
}
|
|
|
|
.searchwp-live-search-settings {
|
|
margin-bottom: 20px;
|
|
padding: 0;
|
|
}
|
|
|
|
.searchwp-settings-row {
|
|
border-bottom: 1px solid #e4e4e4;
|
|
padding: 30px 0;
|
|
font-size: 14px;
|
|
line-height: 1.3;
|
|
display: flex;
|
|
}
|
|
|
|
.searchwp-settings-row.section-heading {
|
|
padding: 20px 0;
|
|
margin: 0;
|
|
}
|
|
|
|
.searchwp-settings-row.section-heading h3 {
|
|
margin: 0;
|
|
font-size: 20px;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.searchwp-settings-row .desc {
|
|
display: block;
|
|
font-style: italic;
|
|
color: #666;
|
|
margin-top: 8px;
|
|
}
|
|
|
|
.searchwp-setting-field {
|
|
margin: 0;
|
|
max-width: 1000px;
|
|
}
|
|
|
|
.searchwp-setting-field select {
|
|
min-width: 400px;
|
|
height: 35px;
|
|
}
|
|
|
|
.searchwp-setting-checkbox-container {
|
|
display: flex;
|
|
}
|
|
|
|
.searchwp-settings-row-checkbox input {
|
|
margin: 2px 0 0 0;
|
|
}
|
|
|
|
.searchwp-settings-row-checkbox .desc {
|
|
margin: 0 0 0 12px;
|
|
}
|
|
|
|
.searchwp-settings-row-number input {
|
|
max-width: 55px;
|
|
padding-right: 0;
|
|
}
|
|
|
|
.searchwp-setting-label {
|
|
min-width: 200px;
|
|
}
|
|
|
|
.searchwp-setting-label label {
|
|
font-weight: 600;
|
|
}
|
|
|
|
/*------- DYK styles --------*/
|
|
|
|
.searchwp-settings-dyk {
|
|
padding: 20px;
|
|
background-color: #f7f7f7;
|
|
border-radius: 2px;
|
|
max-width: 850px;
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.searchwp-settings-dyk h5 {
|
|
font-weight: 700;
|
|
font-size: 14px;
|
|
margin: 0 0 16px;
|
|
}
|
|
|
|
.searchwp-settings-dyk p:last-of-type {
|
|
margin: 0;
|
|
}
|
|
|
|
.searchwp-settings-dyk p a {
|
|
color: #ff6b6b;
|
|
}
|
|
|
|
.searchwp-settings-dyk p a:hover,
|
|
.searchwp-settings-dyk p a:focus {
|
|
color: #ff5858;
|
|
}
|
|
|
|
.searchwp-settings-dyk .green {
|
|
color: #218900;
|
|
font-weight: 700;
|
|
}
|
|
|
|
/*------- End of DYK styles --------*/
|
|
|
|
/*------- CTA styles --------*/
|
|
|
|
.searchwp-settings-cta {
|
|
padding: 25px 20px;
|
|
border: 1px solid #dadada;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.searchwp-settings-cta p {
|
|
color: #555;
|
|
font-size: 14px;
|
|
margin: 0 0 16px;
|
|
}
|
|
|
|
.searchwp-settings-cta h5 {
|
|
margin: 0 0 16px;
|
|
font-size: 18px;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.searchwp-settings-cta h6 {
|
|
font-weight: 700;
|
|
font-size: 14px;
|
|
margin: 0 0 16px;
|
|
}
|
|
|
|
.searchwp-settings-cta p {
|
|
color: #555;
|
|
font-size: 14px;
|
|
margin: 0 0 16px;
|
|
}
|
|
|
|
.searchwp-settings-cta p:last-of-type {
|
|
margin: 0;
|
|
}
|
|
|
|
.searchwp-settings-cta p a {
|
|
color: #ff6b6b;
|
|
}
|
|
|
|
.searchwp-settings-cta p a:hover,
|
|
.searchwp-settings-cta p a:focus {
|
|
color: #ff5858;
|
|
}
|
|
|
|
.searchwp-settings-cta .fa-star {
|
|
color: #ff982d;
|
|
}
|
|
|
|
.searchwp-settings-cta .green {
|
|
color: #218900;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.searchwp-settings-cta .list {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
max-width: 850px;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.searchwp-settings-cta .list ul {
|
|
margin: 0;
|
|
}
|
|
|
|
.searchwp-settings-cta .list li {
|
|
position: relative;
|
|
margin: 0;
|
|
padding: 0 0 2px 16px;
|
|
color: #555;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.searchwp-settings-cta .list li:before {
|
|
content: '+';
|
|
position: absolute;
|
|
top: -1px;
|
|
left: 0;
|
|
}
|
|
|
|
/*------- End of CTA styles --------*/
|
|
|
|
/*------- Shared styles --------*/
|
|
|
|
#wpcontent {
|
|
padding-left: 0 !important;
|
|
}
|
|
|
|
.searchwp-logo {
|
|
max-width: 250px;
|
|
margin: 0;
|
|
}
|
|
|
|
.searchwp-logo svg {
|
|
display: block;
|
|
width: 100%;
|
|
height: auto !important;
|
|
}
|
|
|
|
.searchwp-settings-header {
|
|
padding: 23px 20px;
|
|
border-top: 3px solid #ff6b6b;
|
|
}
|
|
|
|
.searchwp-settings-subheader {
|
|
display: flex;
|
|
align-items: center;
|
|
background: #fff;
|
|
padding: 0 20px;
|
|
}
|
|
|
|
.searchwp-settings-nav-tab {
|
|
text-decoration: none;
|
|
padding-top: 2px; /* Visual offset */
|
|
}
|
|
|
|
.postbox.searchwp-settings-nav-tab-active {
|
|
min-width: 1px;
|
|
border: none;
|
|
border-bottom: 2px solid #ff6b6b;
|
|
}
|
|
|
|
.searchwp-settings-header-nav ul {
|
|
list-style: none;
|
|
margin: 0;
|
|
width: 100%;
|
|
}
|
|
|
|
.searchwp-settings-header-nav,
|
|
.searchwp-settings-header-nav ul,
|
|
.searchwp-settings-header-nav ul li {
|
|
display: flex;
|
|
align-items: stretch;
|
|
}
|
|
|
|
.searchwp-settings-header-nav ul li {
|
|
margin: 0;
|
|
}
|
|
|
|
.searchwp-settings-header-nav ul li a {
|
|
display: flex;
|
|
align-items: center;
|
|
width: 100%;
|
|
margin: 0 30px 0 0;
|
|
border-bottom: 2px solid transparent;
|
|
}
|
|
|
|
.searchwp-settings-header-nav ul li a:hover {
|
|
border-bottom: 2px solid grey;
|
|
}
|
|
|
|
.searchwp-settings-header-nav ul li a:focus {
|
|
box-shadow: none;
|
|
color: #2271b1;
|
|
border-bottom: 2px solid grey;
|
|
}
|
|
|
|
.searchwp-settings-header-nav ul li a > span {
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 20px 0 18px 0;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.wrap {
|
|
padding: 0 20px;
|
|
margin: 0;
|
|
}
|
|
|
|
.wrap .wrap {
|
|
padding: 0;
|
|
}
|
|
|
|
.notice {
|
|
margin-top: 15px;
|
|
}
|
|
|
|
.searchwp-btn {
|
|
border: 1px solid;
|
|
border-radius: 3px;
|
|
cursor: pointer;
|
|
display: inline-block;
|
|
margin: 0;
|
|
text-decoration: none;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
white-space: nowrap;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.searchwp-btn-md {
|
|
font-size: 13px;
|
|
font-weight: 600;
|
|
padding: 8px 12px;
|
|
}
|
|
|
|
.searchwp-btn-accent {
|
|
background-color: #ff6b6b;
|
|
border-color: #ff6b6b;
|
|
color: #fff;
|
|
}
|
|
|
|
.searchwp-btn-accent:hover {
|
|
background-color: #ff7b7b;
|
|
color: #fff;
|
|
}
|
|
|
|
.searchwp-btn-accent:focus {
|
|
background-color: #ff5858;
|
|
border-color: #ff5858;
|
|
color: #fff;
|
|
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #ff5858;
|
|
outline: 0;
|
|
}
|
|
|
|
/*------- End of Shared styles --------*/
|