| 1 |
.control-section-twentig-more .accordion-section-title { |
| 2 |
display: flex; |
| 3 |
align-items: center; |
| 4 |
padding-top: 11px; |
| 5 |
} |
| 6 |
|
| 7 |
.control-section-twentig-more .accordion-section-title span { |
| 8 |
flex-grow: 1; |
| 9 |
line-height: 1.2; |
| 10 |
display: flex; |
| 11 |
margin-inline-end: 10px; |
| 12 |
} |
| 13 |
|
| 14 |
.control-section-twentig-more .accordion-section-title .button { |
| 15 |
margin-inline-end: -15px; |
| 16 |
font-weight: 400; |
| 17 |
background-color: #23282e; |
| 18 |
border-color: #23282e; |
| 19 |
color: #fff; |
| 20 |
max-width: 60%; |
| 21 |
white-space: normal; |
| 22 |
text-align: center; |
| 23 |
line-height: 1.2; |
| 24 |
padding: 7px 10px; |
| 25 |
} |
| 26 |
|
| 27 |
.control-section-twentig-more .accordion-section-title .button:hover { |
| 28 |
background-color: #32373d; |
| 29 |
} |
| 30 |
|
| 31 |
.customize-control-section-title { |
| 32 |
margin: 20px 0; |
| 33 |
border-top: 1px solid #ddd; |
| 34 |
padding-top: 28px; |
| 35 |
} |
| 36 |
|
| 37 |
.customize-section-description-container + .customize-control-section-title { |
| 38 |
border-top: 0; |
| 39 |
padding-top: 0; |
| 40 |
margin-top: 12px; |
| 41 |
} |
| 42 |
|
| 43 |
.customize-control-title { |
| 44 |
line-height: 1.4; |
| 45 |
margin-top: 2px; |
| 46 |
margin-bottom: 7px; |
| 47 |
} |
| 48 |
|
| 49 |
.tw-customize-section-title { |
| 50 |
font-size: 17px; |
| 51 |
margin: 0; |
| 52 |
} |
| 53 |
|
| 54 |
.tw-customize-section-title + .customize-control-description, |
| 55 |
.customize-control-section-title .customize-control-description { |
| 56 |
margin-top: 12px; |
| 57 |
font-style: normal; |
| 58 |
} |
| 59 |
|
| 60 |
.customize-control-twentig-font-presets .customize-control-description { |
| 61 |
margin-bottom: 16px; |
| 62 |
} |
| 63 |
|
| 64 |
.twentig-preset-list { |
| 65 |
background: #fff; |
| 66 |
padding: 10px 10px 0; |
| 67 |
overflow-y: scroll; |
| 68 |
height: 380px; |
| 69 |
border: 1px solid #ddd; |
| 70 |
border-top: 0; |
| 71 |
display: none; |
| 72 |
-webkit-user-select: none; |
| 73 |
-moz-user-select: none; |
| 74 |
user-select: none; |
| 75 |
} |
| 76 |
|
| 77 |
.twentig-preset-panel.is-open .twentig-preset-list { |
| 78 |
display: block; |
| 79 |
} |
| 80 |
|
| 81 |
.twentig-preset-item { |
| 82 |
cursor: pointer; |
| 83 |
border: 1px solid #ddd; |
| 84 |
margin-bottom: 10px; |
| 85 |
} |
| 86 |
|
| 87 |
.twentig-preset-item:hover, |
| 88 |
.twentig-preset-item:focus { |
| 89 |
border-color: #999; |
| 90 |
} |
| 91 |
|
| 92 |
.twentig-preset-item-image { |
| 93 |
background-image: url(../images/font-presets.png); |
| 94 |
width: 250px; |
| 95 |
height: 78px; |
| 96 |
background-position: 0 0; |
| 97 |
background-repeat: no-repeat; |
| 98 |
background-size: 250px 2496px; |
| 99 |
} |
| 100 |
|
| 101 |
.tw-font-preset-twentytwenty .twentig-preset-item:first-child .twentig-preset-item-image { |
| 102 |
background-position-y: -2418px !important; |
| 103 |
} |
| 104 |
|
| 105 |
.twentig-preset-item img { |
| 106 |
width: 250px; |
| 107 |
vertical-align: top; |
| 108 |
} |
| 109 |
|
| 110 |
.twentig-preset-panel-title { |
| 111 |
background-color: #fff; |
| 112 |
border: 1px solid #ddd; |
| 113 |
position: relative; |
| 114 |
margin: 0; |
| 115 |
-webkit-user-select: none; |
| 116 |
-moz-user-select: none; |
| 117 |
user-select: none; |
| 118 |
} |
| 119 |
|
| 120 |
.twentig-preset-panel-toggle { |
| 121 |
width: 100%; |
| 122 |
background: 0 0; |
| 123 |
cursor: pointer; |
| 124 |
text-align: start; |
| 125 |
box-shadow: none; |
| 126 |
outline: 0; |
| 127 |
border: 0; |
| 128 |
padding: 13px 15px; |
| 129 |
color: #555d66; |
| 130 |
} |
| 131 |
|
| 132 |
.twentig-preset-panel-toggle .toggle-indicator { |
| 133 |
vertical-align: bottom; |
| 134 |
position: absolute; |
| 135 |
top: 12px; |
| 136 |
inset-inline-end: 10px; |
| 137 |
z-index: 1; |
| 138 |
} |
| 139 |
|
| 140 |
.twentig-preset-panel-toggle .toggle-indicator::before { |
| 141 |
content: "\f140"; |
| 142 |
font: normal 20px/1 dashicons; |
| 143 |
speak: none; |
| 144 |
display: block; |
| 145 |
-webkit-font-smoothing: antialiased; |
| 146 |
-moz-osx-font-smoothing: grayscale; |
| 147 |
text-decoration: none !important; |
| 148 |
} |
| 149 |
|
| 150 |
.twentig-preset-panel.is-open .toggle-indicator::before { |
| 151 |
content: "\f142"; |
| 152 |
} |
| 153 |
|
| 154 |
#customize-control-respect_user_color_preference { |
| 155 |
border-top: 1px solid #ddd; |
| 156 |
padding-top: 28px; |
| 157 |
margin-top: 12px; |
| 158 |
} |
| 159 |
|
| 160 |
.customize-control.customize-control-tw-range .tw-control-range { |
| 161 |
float: left; |
| 162 |
width: calc(100% - 85px); |
| 163 |
position: relative; |
| 164 |
height: 30px; |
| 165 |
-webkit-appearance: none; |
| 166 |
-moz-appearance: none; |
| 167 |
appearance: none; |
| 168 |
margin: 0; |
| 169 |
padding: 0; |
| 170 |
background-color: inherit; |
| 171 |
outline: none; |
| 172 |
cursor: pointer; |
| 173 |
} |
| 174 |
|
| 175 |
.customize-control.customize-control-tw-range .tw-control-range-value{ |
| 176 |
margin-left: 10px; |
| 177 |
width: 75px; |
| 178 |
font-size: 13px; |
| 179 |
} |
| 180 |
|
| 181 |
.tw-control-range::-webkit-slider-runnable-track { |
| 182 |
height: 3px; |
| 183 |
background: #d7dade; |
| 184 |
border: none; |
| 185 |
} |
| 186 |
|
| 187 |
.tw-control-range::-moz-range-track { |
| 188 |
height: 3px; |
| 189 |
background: #d7dade; |
| 190 |
border: none; |
| 191 |
} |
| 192 |
|
| 193 |
.tw-control-range::-webkit-slider-thumb { |
| 194 |
-webkit-appearance: none; |
| 195 |
appearance: none; |
| 196 |
border: none; |
| 197 |
height: 20px; |
| 198 |
width: 20px; |
| 199 |
border-radius: 50%; |
| 200 |
background-color: #fff; |
| 201 |
border: 1px solid rgb(126, 137, 147); |
| 202 |
margin-top: -8px; |
| 203 |
} |
| 204 |
|
| 205 |
.tw-control-range:focus::-webkit-slider-thumb { |
| 206 |
border-color: #00669b; |
| 207 |
} |
| 208 |
|
| 209 |
.tw-control-range::-moz-range-thumb { |
| 210 |
border: none; |
| 211 |
height: 20px; |
| 212 |
width: 20px; |
| 213 |
border-radius: 50%; |
| 214 |
background-color: #fff; |
| 215 |
border: 1px solid rgb(126, 137, 147); |
| 216 |
margin-top: -8px; |
| 217 |
} |
| 218 |
|
| 219 |
.twentig-customizer-starter-description { |
| 220 |
margin-bottom: 22px; |
| 221 |
} |
| 222 |
|
| 223 |
.customize-control-starter label { |
| 224 |
display: block; |
| 225 |
font-size: 14px; |
| 226 |
line-height: 1.4; |
| 227 |
font-weight: 600; |
| 228 |
margin-top: 2px; |
| 229 |
margin-bottom: 8px; |
| 230 |
} |
| 231 |
|
| 232 |
.customize-control-starter select { |
| 233 |
margin-bottom: 14px; |
| 234 |
} |
| 235 |
|
| 236 |
.customize-control-starter .button { |
| 237 |
margin: 8px 0 0; |
| 238 |
} |
| 239 |
|
| 240 |
.twentig-customize-starter-terms { |
| 241 |
font-size: 12px; |
| 242 |
color: #646970; |
| 243 |
} |
| 244 |
|
| 245 |
.twentig-customize-starter-terms a { |
| 246 |
color: inherit; |
| 247 |
} |
| 248 |
|
| 249 |
.customize-control-starter a.external-link:after { |
| 250 |
font: 16px/11px dashicons; |
| 251 |
content: "\f310"; |
| 252 |
top: 3px; |
| 253 |
position: relative; |
| 254 |
padding-left: 3px; |
| 255 |
display: inline-block; |
| 256 |
text-decoration: none; |
| 257 |
} |
| 258 |
|
| 259 |
.customize-control-starter #twentig-customize-starter-help { |
| 260 |
padding: 0; |
| 261 |
width: 20px; |
| 262 |
height: 20px; |
| 263 |
cursor: pointer; |
| 264 |
box-shadow: none; |
| 265 |
-webkit-appearance: none; |
| 266 |
background: 0 0; |
| 267 |
color: #50575e; |
| 268 |
border: none; |
| 269 |
} |
| 270 |
|
| 271 |
#twentig-customize-starter-screenshot:not(:empty) { |
| 272 |
margin: 24px 0; |
| 273 |
max-width: 400px; |
| 274 |
} |
| 275 |
|
| 276 |
#twentig-customize-starter-screenshot img { |
| 277 |
border: 1px solid #dcdcde; |
| 278 |
} |
| 279 |
|
| 280 |
.customize-control-starter p:last-child { |
| 281 |
border-top: 1px solid #ddd; |
| 282 |
padding-top: 24px; |
| 283 |
margin-top: 32px; |
| 284 |
} |
| 285 |
|
| 286 |
@media (min-width: 782px) { |
| 287 |
|
| 288 |
.twentig-preset-list { |
| 289 |
max-height: calc(100vh - 400px); |
| 290 |
} |
| 291 |
} |
| 292 |
|
| 293 |
.wp-customizer .select2-container { |
| 294 |
min-width: 100%; |
| 295 |
max-width: 100%; |
| 296 |
} |
| 297 |
|
| 298 |
.wp-customizer .select2-dropdown { |
| 299 |
z-index: 700000; |
| 300 |
} |
| 301 |
|
| 302 |
.wp-customizer .select2-results__option { |
| 303 |
margin-bottom: 0; |
| 304 |
} |
| 305 |
|
| 306 |
.wp-customizer .select2-results__option[role=list] { |
| 307 |
padding: 0; |
| 308 |
} |
| 309 |
|
| 310 |
.wp-customizer .select2-container .select2-selection--single { |
| 311 |
height: 30px; |
| 312 |
border-color: #7e8993; |
| 313 |
} |
| 314 |
|