| 1 |
@charset "utf-8"; |
| 2 |
|
| 3 |
#poststuff { |
| 4 |
display: none; |
| 5 |
} |
| 6 |
|
| 7 |
#post:before { |
| 8 |
text-align: center; |
| 9 |
display: block; |
| 10 |
content: "loading preview..."; |
| 11 |
font-style: italic; |
| 12 |
margin-top: 25px; |
| 13 |
} |
| 14 |
|
| 15 |
#post.loaded:before { |
| 16 |
content: ""; |
| 17 |
} |
| 18 |
|
| 19 |
.fca_eoi_width_input { |
| 20 |
max-width: 74px; |
| 21 |
} |
| 22 |
|
| 23 |
.fca_eoi_number_input { |
| 24 |
max-width: 60px; |
| 25 |
} |
| 26 |
|
| 27 |
table.fca_eoi_display_rules_table { |
| 28 |
margin-top: 5px; |
| 29 |
width: 100%; |
| 30 |
max-width: 534px; |
| 31 |
border-collapse: collapse; |
| 32 |
line-height: 150%; |
| 33 |
|
| 34 |
} |
| 35 |
table.fca_eoi_display_rules_table th, table.fca_eoi_display_rules_table td{ |
| 36 |
text-align: left; |
| 37 |
font-weight: normal; |
| 38 |
} |
| 39 |
table.fca_eoi_display_rules_table th { |
| 40 |
width: 281px; |
| 41 |
} |
| 42 |
table.fca_eoi_display_rules_table select, table.fca_eoi_display_rules_table input { |
| 43 |
width: 100%; |
| 44 |
max-width: 146px; |
| 45 |
text-align: right; |
| 46 |
|
| 47 |
} |
| 48 |
#fca_eoi_primary_rules_table { |
| 49 |
margin-bottom: 5px; |
| 50 |
} |
| 51 |
|
| 52 |
#fca_eoi_primary_rules_table td:last-child{ |
| 53 |
width: 20px; |
| 54 |
} |
| 55 |
#fca_eoi_primary_rules_table input.select2-input { |
| 56 |
max-width: 100%; |
| 57 |
} |
| 58 |
|
| 59 |
table.fca_eoi_text_messages_table { |
| 60 |
margin-top: 5px; |
| 61 |
width: 100%; |
| 62 |
max-width: 534px; |
| 63 |
border-collapse: collapse; |
| 64 |
line-height: 3.25em; |
| 65 |
} |
| 66 |
#fca-eoi-redirect-mode-toggle-label { |
| 67 |
margin: 0 5px; |
| 68 |
|
| 69 |
} |
| 70 |
.fca-eoi-redirect-page-toggle { |
| 71 |
margin-left: 3px; |
| 72 |
} |
| 73 |
table.fca_eoi_text_messages_table th, table.fca_eoi_text_messages_table td{ |
| 74 |
text-align: left; |
| 75 |
font-weight: normal; |
| 76 |
vertical-align: top; |
| 77 |
} |
| 78 |
|
| 79 |
table.fca_eoi_text_messages_table td { |
| 80 |
width: 27em; |
| 81 |
} |
| 82 |
|
| 83 |
.fca_eoi_delete_condition { |
| 84 |
cursor: pointer; |
| 85 |
} |
| 86 |
.fca_eoi_close_icon { |
| 87 |
vertical-align: middle; |
| 88 |
} |
| 89 |
.fca_eoi_delete_condition:hover { |
| 90 |
color: #e74c3c; |
| 91 |
} |
| 92 |
table.fca_eoi_display_rules_table select.fca_eoi_condition_select { |
| 93 |
max-width: 220px; |
| 94 |
|
| 95 |
} |
| 96 |
.fca_eoi_at_least { |
| 97 |
margin-left: 6px; |
| 98 |
} |
| 99 |
|
| 100 |
h3 { |
| 101 |
font-size: 15px; |
| 102 |
margin-bottom: 4px; |
| 103 |
margin-top: 20px; |
| 104 |
} |
| 105 |
#fca_eoi_meta_box_setup .inside { |
| 106 |
border: 1px solid #ccc; |
| 107 |
border-top: none; |
| 108 |
padding: 0; |
| 109 |
margin-top: 30px; |
| 110 |
border-top: none; |
| 111 |
|
| 112 |
} |
| 113 |
select.fca_eoi_width_units_select { |
| 114 |
vertical-align: top; |
| 115 |
} |
| 116 |
|
| 117 |
#slugdiv { |
| 118 |
display: none !important; |
| 119 |
} |
| 120 |
#fca_eoi_show_setup { |
| 121 |
margin-left: 10px; |
| 122 |
text-decoration: none; |
| 123 |
font-size: 15px; |
| 124 |
} |
| 125 |
.disabledButton { |
| 126 |
pointer-events: none; |
| 127 |
opacity: 0.4; |
| 128 |
} |
| 129 |
#fca_eoi_layout_revert_button { |
| 130 |
float: right; |
| 131 |
} |
| 132 |
|
| 133 |
.fca-eoi-align-button { |
| 134 |
cursor: pointer; |
| 135 |
font-size: 30px; |
| 136 |
padding: 0 10px 10px 0; |
| 137 |
margin: 5px 12px 3px 0; |
| 138 |
} |
| 139 |
|
| 140 |
.fca_eoi_layout { |
| 141 |
min-width: 214px; |
| 142 |
box-shadow: 0 0 1px lightgray inset; |
| 143 |
cursor: pointer; |
| 144 |
float: left; |
| 145 |
position:relative; |
| 146 |
padding: 0; |
| 147 |
text-align: center; |
| 148 |
margin: 0 1% 3% 1.2%; |
| 149 |
width: 22.7%; |
| 150 |
min-height: 210px; |
| 151 |
border: 1px solid #dedede; |
| 152 |
-webkit-box-shadow: 0 1px 1px -1px rgba(0,0,0,.1); |
| 153 |
box-shadow: 0 1px 1px -1px rgba(0,0,0,.1); |
| 154 |
-webkit-box-sizing: border-box; |
| 155 |
-moz-box-sizing: border-box; |
| 156 |
box-sizing: border-box; |
| 157 |
overflow-x: hidden; |
| 158 |
} |
| 159 |
|
| 160 |
.fca_eoi_layout:hover, |
| 161 |
.fca_eoi_layout.active { |
| 162 |
outline: 2px solid #007ace; |
| 163 |
} |
| 164 |
|
| 165 |
.fca_eoi_layout img { |
| 166 |
transition: all .4s; |
| 167 |
max-width: 100%; |
| 168 |
padding-bottom: 45px; |
| 169 |
} |
| 170 |
|
| 171 |
.fca_eoi_layout.layout-disabled img { |
| 172 |
opacity: 0.4; |
| 173 |
} |
| 174 |
|
| 175 |
.fca_eoi_layout.layout-disabled .fca_eoi_layout_image_overlay { |
| 176 |
background-color: #2f2f2f; |
| 177 |
} |
| 178 |
|
| 179 |
.fca_eoi_layout.layout-disabled:hover .fca_eoi_layout_image_overlay { |
| 180 |
opacity: 1; |
| 181 |
} |
| 182 |
|
| 183 |
.fca_eoi_layout.layout-disabled:hover img { |
| 184 |
opacity: 1; |
| 185 |
} |
| 186 |
|
| 187 |
.fca_eoi_layout_info h3 { |
| 188 |
display: table-cell; |
| 189 |
vertical-align: bottom; |
| 190 |
width: 100%; |
| 191 |
text-align: left; |
| 192 |
padding: 15px !important; |
| 193 |
|
| 194 |
} |
| 195 |
.fca_eoi_layout_info .button { |
| 196 |
margin-top: 9px !important; |
| 197 |
margin-right: 10px !important; |
| 198 |
visibility: hidden; |
| 199 |
font-weight: normal; |
| 200 |
position: absolute; |
| 201 |
right: 0; |
| 202 |
} |
| 203 |
|
| 204 |
|
| 205 |
.fca_eoi_layout_info { |
| 206 |
position:absolute; |
| 207 |
bottom:0; |
| 208 |
font-size: 15px; |
| 209 |
font-weight: 600; |
| 210 |
height: 18px; |
| 211 |
-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.1); |
| 212 |
box-shadow: inset 0 1px 0 rgba(0,0,0,.1); |
| 213 |
overflow: hidden; |
| 214 |
white-space: nowrap; |
| 215 |
text-overflow: ellipsis; |
| 216 |
background: #fff; |
| 217 |
background: rgba(255,255,255,.65); |
| 218 |
display: table; |
| 219 |
width: 100%; |
| 220 |
|
| 221 |
} |
| 222 |
.fca_eoi_layout:hover .fca_eoi_layout_info .button { |
| 223 |
visibility: visible; |
| 224 |
} |
| 225 |
|
| 226 |
.fca_eoi_layout.active .fca_eoi_layout_info, |
| 227 |
.fca_eoi_layout.layout-disabled .fca_eoi_layout_info { |
| 228 |
background: #2f2f2f; |
| 229 |
} |
| 230 |
|
| 231 |
.fca_eoi_layout.active h3:before{ |
| 232 |
content: 'Active: '; |
| 233 |
font-weight: bold; |
| 234 |
} |
| 235 |
|
| 236 |
.fca_eoi_layout.active h3, |
| 237 |
.fca_eoi_layout.layout-disabled h3{ |
| 238 |
color: white; |
| 239 |
font-weight: 300; |
| 240 |
} |
| 241 |
|
| 242 |
html[dir='rtl'] .fca_eoi_layout { |
| 243 |
float: right; |
| 244 |
} |
| 245 |
div[id^=fca_eoi_] .accordion-section { |
| 246 |
border: none; |
| 247 |
} |
| 248 |
div[id^=fca_eoi_] .accordion-section-content { |
| 249 |
padding: 0; |
| 250 |
} |
| 251 |
div[id^=fca_eoi_] .accordion-section-title { |
| 252 |
color: #555; |
| 253 |
background: #fff; |
| 254 |
border-bottom: 1px solid #eee; |
| 255 |
font-size: 14px; |
| 256 |
border-left: none; |
| 257 |
border-right: none; |
| 258 |
line-height: 21px; |
| 259 |
font-weight: bold; |
| 260 |
padding: 10px 10px 11px 14px; |
| 261 |
} |
| 262 |
|
| 263 |
div[id^=fca_eoi_] .accordion-section-title .accordion-info{ |
| 264 |
float:right; |
| 265 |
margin-right: 17px; |
| 266 |
font-weight: normal; |
| 267 |
} |
| 268 |
|
| 269 |
div[id^=fca_eoi_] .accordion-section-content p, |
| 270 |
div[id^=fca_eoi_] .accordion-section-content .wp-editor-wrap { |
| 271 |
margin: 0 14px 14px; |
| 272 |
} |
| 273 |
div[id^=fca_eoi_] .accordion-section-primary-full, |
| 274 |
div[id^=fca_eoi_] .accordion-section-secondary-full { |
| 275 |
padding-top: 10px; |
| 276 |
} |
| 277 |
div[id^=fca_eoi_] .accordion-section-content .control-property-icon { |
| 278 |
display: inline; |
| 279 |
margin: 0; |
| 280 |
} |
| 281 |
div[id^=fca_eoi_] .accordion-section-content .control-property-icon:first-child { |
| 282 |
margin-left: 14px; |
| 283 |
} |
| 284 |
div[id^=fca_eoi_] .accordion-section-content .control-property-icon + p { |
| 285 |
margin-top: 14px; |
| 286 |
} |
| 287 |
div[id^=fca_eoi_] .accordion-section.open { |
| 288 |
border-bottom: 1px solid #eee; |
| 289 |
} |
| 290 |
div[id^=fca_eoi_] .accordion-section-title:hover, |
| 291 |
div[id^=fca_eoi_] .accordion-section.open .accordion-section-title { |
| 292 |
color: #222; |
| 293 |
background: #f5f5f5; |
| 294 |
} |
| 295 |
div[id^=fca_eoi_] .accordion-section-title:hover:after, |
| 296 |
div[id^=fca_eoi_] .accordion-section.open .accordion-section-title:after { |
| 297 |
color: #555; |
| 298 |
} |
| 299 |
|
| 300 |
div[id^=fca_eoi_] .accordion-section-title:after { |
| 301 |
font-family: 'dashicons'; |
| 302 |
content: '\f140'; |
| 303 |
} |
| 304 |
div[id^=fca_eoi_] .accordion-section.open .accordion-section-title:after { |
| 305 |
font-family: 'dashicons'; |
| 306 |
content: '\f142'; |
| 307 |
} |
| 308 |
div[id^=fca_eoi_] .accordion-section-primary-full ~ .accordion-section-secondary-full { |
| 309 |
border-top: 1px dashed #ddd; |
| 310 |
} |
| 311 |
div[id^=fca_eoi_] .control-title { |
| 312 |
font-weight: bold; |
| 313 |
} |
| 314 |
#fca_eoi_fieldset_layout { |
| 315 |
color: #555; |
| 316 |
background: #fff; |
| 317 |
border-bottom: 1px solid #eee; |
| 318 |
font-size: 18px; |
| 319 |
border-left: none; |
| 320 |
border-right: none; |
| 321 |
line-height: 21px; |
| 322 |
font-weight: bold; |
| 323 |
padding: 10px 10px 11px 14px; |
| 324 |
} |
| 325 |
#fca_eoi_layout_select_button { |
| 326 |
float:right; |
| 327 |
position: relative; |
| 328 |
top: -9px; |
| 329 |
font-weight: normal |
| 330 |
} |
| 331 |
|
| 332 |
#fca_eoi_preview { |
| 333 |
float: left; |
| 334 |
box-sizing: border-box; |
| 335 |
padding: 5px; |
| 336 |
width: 60%; |
| 337 |
text-align: center; |
| 338 |
margin-top: 20px; |
| 339 |
} |
| 340 |
#fca_eoi_preview input[type=submit]{ |
| 341 |
cursor: pointer; |
| 342 |
} |
| 343 |
#fca_eoi_settings input[type=text] { |
| 344 |
width: 100%; |
| 345 |
} |
| 346 |
#fca_eoi_settings input[type=text].wp-color-picker { |
| 347 |
width: 65px; |
| 348 |
} |
| 349 |
|
| 350 |
html[dir=rtl] #fca_eoi_preview { |
| 351 |
float: right; |
| 352 |
} |
| 353 |
|
| 354 |
#fca_eoi_settings { |
| 355 |
float: right; |
| 356 |
background: #F9F9F9; |
| 357 |
border-left: 1px solid #eee; |
| 358 |
box-sizing: border-box; |
| 359 |
width: 40%; |
| 360 |
} |
| 361 |
#fca_eoi_settings > h4 { |
| 362 |
background: #222; |
| 363 |
box-shadow: 0 0 1px #222; |
| 364 |
color: white; |
| 365 |
padding: .5em; |
| 366 |
} |
| 367 |
#fca_eoi_settings > h4:first-child { |
| 368 |
margin-top: 0; |
| 369 |
} |
| 370 |
#fca_eoi_settings .wp-editor-tools { |
| 371 |
background: white; |
| 372 |
} |
| 373 |
#fca_eoi_settings .wp-editor-container textarea.wp-editor-area { |
| 374 |
height: 200px; |
| 375 |
} |
| 376 |
|
| 377 |
#fca_eoi_preview_form { |
| 378 |
margin-left: auto; |
| 379 |
margin-right: auto; |
| 380 |
box-sizing: border-box; |
| 381 |
} |
| 382 |
|
| 383 |
div#fca_eoi_preview div.fca_eoi_layout_popup_content_wrapper { |
| 384 |
overflow: inherit; |
| 385 |
} |
| 386 |
|
| 387 |
.fca_eoi_form_text_element.fca_eoi_highlighted, |
| 388 |
.fca_eoi_highlighted { |
| 389 |
outline: 2px dashed #44C0FE !important; |
| 390 |
} |
| 391 |
|
| 392 |
.fca-alignment-selected { |
| 393 |
outline: 1px solid #44C0FE !important; |
| 394 |
} |
| 395 |
|
| 396 |
|
| 397 |
/* Toggles */ |
| 398 |
.fca_eoi_toggle { |
| 399 |
border: solid 1px lightgray; |
| 400 |
border-radius: .125em; |
| 401 |
color: gray; |
| 402 |
margin: .125em; |
| 403 |
padding: 0 1em; |
| 404 |
transition: .1s all; overflow: visible; |
| 405 |
} |
| 406 |
.fca_eoi_toggle.active { |
| 407 |
border-color: #00C; |
| 408 |
box-shadow: |
| 409 |
0 0 .125em #00C inset |
| 410 |
, 0 0 .125em #00C inset |
| 411 |
; |
| 412 |
color: #00C; |
| 413 |
} |
| 414 |
.fca_eoi_toggle input{ |
| 415 |
display: none; |
| 416 |
} |
| 417 |
.fca_eoi_and { |
| 418 |
font-weight: bold; |
| 419 |
margin: .5em 1em; |
| 420 |
text-transform: uppercase; |
| 421 |
} |
| 422 |
.fca_lightbox_condition { |
| 423 |
padding: .5%; |
| 424 |
margin: .5% 0; |
| 425 |
box-shadow: 0 0 1px rgba(0, 0, 0, .2); |
| 426 |
width: 97%; |
| 427 |
background: #F7F7F7; |
| 428 |
} |
| 429 |
.fca_lightbox_condition input, |
| 430 |
.fca_lightbox_condition select, |
| 431 |
.fca_lightbox_condition .select2, |
| 432 |
.fca_lightbox_condition .fca_lightbox_condition_text, |
| 433 |
.fca_lightbox_condition.fca_lightbox_condition_permanent select, |
| 434 |
.fca_lightbox_condition.fca_lightbox_condition_permanent .select2 { |
| 435 |
margin: 0 .25em; |
| 436 |
width: 40%; |
| 437 |
} |
| 438 |
.fca_lightbox_condition .fca_lightbox_condition_text { |
| 439 |
display: inline-block; |
| 440 |
} |
| 441 |
.fca_lightbox_condition select:first-child { |
| 442 |
position: relative; |
| 443 |
bottom: 1px; |
| 444 |
} |
| 445 |
.fca_remove_lightbox_condition { |
| 446 |
float: right; |
| 447 |
} |
| 448 |
.fca_remove_lightbox_condition .dashicons { |
| 449 |
vertical-align: text-bottom; |
| 450 |
} |
| 451 |
.fca_eoi_help { |
| 452 |
color: #666; |
| 453 |
font-size: 13px; |
| 454 |
font-style: italic; |
| 455 |
margin: .25em .35em; |
| 456 |
} |
| 457 |
/* Remove screen options */ |
| 458 |
#screen-options-link-wrap { |
| 459 |
display: none; |
| 460 |
} |
| 461 |
/* Hide toggle in some meta boxes */ |
| 462 |
#fca_eoi_meta_box_setup.postbox .hndle, |
| 463 |
#fca_eoi_meta_box_setup.postbox .handlediv, |
| 464 |
#submitdiv.postbox .hndle, |
| 465 |
#submitdiv.postbox .handlediv { |
| 466 |
display: none; |
| 467 |
} |
| 468 |
|
| 469 |
#submitdiv, |
| 470 |
#fca_eoi_meta_box_nav, |
| 471 |
#fca_eoi_meta_box_setup { |
| 472 |
display: block; |
| 473 |
} |
| 474 |
|
| 475 |
#fca_eoi_meta_box_setup { |
| 476 |
background-color: #F1F1F1; |
| 477 |
border: none; |
| 478 |
} |
| 479 |
#layouts_types_tabs{ |
| 480 |
margin-bottom: 0px; |
| 481 |
position: relative; |
| 482 |
top: -30px; |
| 483 |
left: -1px; |
| 484 |
border-bottom: 1px solid #ccc; |
| 485 |
} |
| 486 |
#layouts_types_tabs li { |
| 487 |
display: inline-block; |
| 488 |
border: 1px solid #ccc; |
| 489 |
border-bottom: none; |
| 490 |
background: #e4e4e4; |
| 491 |
padding: 6px 10px; |
| 492 |
margin: 0 4px -1px 0; |
| 493 |
font-weight: 700; |
| 494 |
font-size: 15px; |
| 495 |
line-height: 24px; |
| 496 |
color: #555; |
| 497 |
cursor: pointer; |
| 498 |
} |
| 499 |
|
| 500 |
#layouts_types_tabs li.active { |
| 501 |
background: #f1f1f1; |
| 502 |
|
| 503 |
} |
| 504 |
|
| 505 |
#layouts_types_tabs li:hover { |
| 506 |
background: #f1f1f1; |
| 507 |
} |
| 508 |
|
| 509 |
#fca_eoi_animations_div { |
| 510 |
margin-top: 1rem; |
| 511 |
} |
| 512 |
|
| 513 |
#fca_eoi_meta_box_build { |
| 514 |
padding: 0; |
| 515 |
overflow: hidden; |
| 516 |
} |
| 517 |
#fca_eoi_meta_box_build .inside { |
| 518 |
padding: 0; |
| 519 |
margin: 0; |
| 520 |
} |
| 521 |
|
| 522 |
#submitdiv { |
| 523 |
background: white; |
| 524 |
box-shadow: none; |
| 525 |
border: none; |
| 526 |
} |
| 527 |
|
| 528 |
#submitdiv > h3 { |
| 529 |
display: none; |
| 530 |
} |
| 531 |
|
| 532 |
#publish_lightbox_mode_selector_div { |
| 533 |
margin-bottom: 23px; |
| 534 |
} |
| 535 |
|
| 536 |
#major-publishing-actions { |
| 537 |
background: #D4D4D4; |
| 538 |
border: none; |
| 539 |
box-shadow: 0 0 1px #666 inset; |
| 540 |
} |
| 541 |
html #publishing-action { |
| 542 |
text-align: left; |
| 543 |
float: left; |
| 544 |
} |
| 545 |
html[dir=rtl] #publishing-action { |
| 546 |
text-align: right; |
| 547 |
float: right; |
| 548 |
} |
| 549 |
#publishing-action .spinner, |
| 550 |
#delete-action { |
| 551 |
display: none; |
| 552 |
} |
| 553 |
|
| 554 |
#fca_eoi_preview #wp-image-toolbar { |
| 555 |
display: none; |
| 556 |
} |
| 557 |
|
| 558 |
fieldset[id^=fca_eoi_fieldset_form_][id$=_integration] { |
| 559 |
border: none; |
| 560 |
} |
| 561 |
|
| 562 |
fieldset[id^=fca_eoi_fieldset_form_][id$=_integration] legend { |
| 563 |
display: none; |
| 564 |
} |
| 565 |
|
| 566 |
/* TT */ |
| 567 |
a[id^="fca-eoi-tour-pointer-previous"] { |
| 568 |
float: left !important; |
| 569 |
} |
| 570 |
|
| 571 |
.fca_eoi_tour_pointer_style div.wp-pointer-arrow-inner { |
| 572 |
border-top-color: rgba(0, 0, 0, 0.25); |
| 573 |
} |
| 574 |
|
| 575 |
.CodeMirror { |
| 576 |
background: #f8f8f8; |
| 577 |
border: 1px solid #ddd; |
| 578 |
height: 200px !important; |
| 579 |
} |
| 580 |
|
| 581 |
.CodeMirror pre span { |
| 582 |
display: inline; |
| 583 |
} |
| 584 |
|
| 585 |
.button.optin-cat-cta{ |
| 586 |
color:white;background-color:#ee6800;border-color:#c0392b; |
| 587 |
-webkit-box-shadow: inset 0 1px 0 rgba(245,166,145,48),0 1px 0 rgba(0,0,0,.15); |
| 588 |
box-shadow: inset 0 1px 0 rgba(245,166,145,48),0 1px 0 rgba(0,0,0,.15); |
| 589 |
} |
| 590 |
.button.optin-cat-cta:hover{ |
| 591 |
color:white;background-color:#C65700; |
| 592 |
-webkit-box-shadow: inset 0 1px 0 rgba(245,166,145,48),0 1px 0 rgba(0,0,0,.15); |
| 593 |
box-shadow: inset 0 1px 0 rgba(245,166,145,48),0 1px 0 rgba(0,0,0,.15); |
| 594 |
} |
| 595 |
|
| 596 |
/* TOOLTIPS */ |
| 597 |
span.fca_eoi_tooltip { |
| 598 |
color: #666; |
| 599 |
font-size: 18px; |
| 600 |
margin: 1px 0 0 1px; |
| 601 |
} |
| 602 |
|
| 603 |
|
| 604 |
/* ON OFF SWITCH */ |
| 605 |
|
| 606 |
.switch { |
| 607 |
position: relative; |
| 608 |
display: inline-block !important; |
| 609 |
vertical-align: top; |
| 610 |
width: 75px; |
| 611 |
height: 25px; |
| 612 |
padding: 0; |
| 613 |
background: #eeeeee; |
| 614 |
border-radius: 18px; |
| 615 |
cursor: pointer; |
| 616 |
margin: 0; |
| 617 |
margin-top: 3px; |
| 618 |
vertical-align: middle; |
| 619 |
} |
| 620 |
.switch-input { |
| 621 |
position: absolute; |
| 622 |
top: 0; |
| 623 |
left: 0; |
| 624 |
opacity: 0; |
| 625 |
} |
| 626 |
.switch-label { |
| 627 |
position: relative; |
| 628 |
display: block !important; |
| 629 |
height: inherit; |
| 630 |
font-size: 12px; |
| 631 |
text-transform: uppercase; |
| 632 |
border-radius: inherit; |
| 633 |
|
| 634 |
} |
| 635 |
.switch-label:before, .switch-label:after { |
| 636 |
position: absolute; |
| 637 |
top: 53%; |
| 638 |
margin-top: -.5em; |
| 639 |
line-height: 1; |
| 640 |
-webkit-transition: inherit; |
| 641 |
-moz-transition: inherit; |
| 642 |
-o-transition: inherit; |
| 643 |
transition: inherit; |
| 644 |
} |
| 645 |
.switch-label:before { |
| 646 |
content: attr(data-off); |
| 647 |
right: 12px; |
| 648 |
color: #aaaaaa; |
| 649 |
} |
| 650 |
.switch-label:after { |
| 651 |
content: attr(data-on); |
| 652 |
left: 8px; |
| 653 |
color: #FFFFFF; |
| 654 |
opacity: 0; |
| 655 |
} |
| 656 |
.switch-input:checked ~ .switch-label { |
| 657 |
background: var(--wp-admin-theme-color); |
| 658 |
} |
| 659 |
.switch-input:checked ~ .switch-label:before { |
| 660 |
opacity: 0; |
| 661 |
} |
| 662 |
.switch-input:checked ~ .switch-label:after { |
| 663 |
opacity: 1; |
| 664 |
} |
| 665 |
.switch-handle { |
| 666 |
position: absolute; |
| 667 |
top: 0; |
| 668 |
left: 0; |
| 669 |
width: 23px; |
| 670 |
height: 23px; |
| 671 |
background: #FFFFFF; |
| 672 |
border: 1px solid #ccc; |
| 673 |
border-radius: 100%; |
| 674 |
} |
| 675 |
|
| 676 |
.switch-input:checked ~ .switch-handle { |
| 677 |
left: 52px; |
| 678 |
} |
| 679 |
|
| 680 |
/* RESPONSIVE */ |
| 681 |
|
| 682 |
@media only screen and (max-width: 1161px) { |
| 683 |
|
| 684 |
.fca_eoi_layout { |
| 685 |
width: 30.6%; |
| 686 |
} |
| 687 |
|
| 688 |
} |
| 689 |
|
| 690 |
@media only screen and (max-width: 781px) { |
| 691 |
.fca_eoi_layout { |
| 692 |
width: 47%; |
| 693 |
} |
| 694 |
div[id^=fca_eoi_] .accordion-section-title .accordion-info { |
| 695 |
float: none; |
| 696 |
display: block; |
| 697 |
} |
| 698 |
|
| 699 |
#fca_eoi_layout_revert_button { |
| 700 |
float: none; |
| 701 |
} |
| 702 |
#fca_eoi_layout_select_button { |
| 703 |
margin-top: 10px; |
| 704 |
float: none; |
| 705 |
display: block; |
| 706 |
} |
| 707 |
.fca_eoi_layout:hover .fca_eoi_layout_info .button { |
| 708 |
display: none; |
| 709 |
} |
| 710 |
} |
| 711 |
|
| 712 |
@media only screen and (max-width: 491px) { |
| 713 |
.fca_eoi_layout { |
| 714 |
width: 100%; |
| 715 |
} |
| 716 |
#layouts_types_tabs li { |
| 717 |
padding: 3px 5px 5px 5px; |
| 718 |
} |
| 719 |
} |