PluginProbe
GetResponse Forms by Optin Cat / 2.4.1
GetResponse Forms by Optin Cat v2.4.1
1.3.4 1.3.5 1.3.6 1.3.8 1.3.9 1.4.0 1.4.1 1.4.2 1.5.0 1.5.1 1.5.2 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 1.6.1 1.6.2 1.6.3 1.7.0 1.7.1 1.7.2 1.8.0 1.8.1 2.0.0 All 36 releases
getresponse / assets / admin / fca-eoi-editor.css

fca-eoi-editor.css in GetResponse Forms by Optin Cat 2.4.1, at assets/admin/fca-eoi-editor.css

713 lines 13.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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: 60px;
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 div[id^=fca_eoi_] .accordion-section.open .accordion-section-title:after {
300 content: '\f142';
301 }
302 div[id^=fca_eoi_] .accordion-section-primary-full ~ .accordion-section-secondary-full {
303 border-top: 1px dashed #ddd;
304 }
305 div[id^=fca_eoi_] .control-title {
306 font-weight: bold;
307 }
308 #fca_eoi_fieldset_layout {
309 color: #555;
310 background: #fff;
311 border-bottom: 1px solid #eee;
312 font-size: 18px;
313 border-left: none;
314 border-right: none;
315 line-height: 21px;
316 font-weight: bold;
317 padding: 10px 10px 11px 14px;
318 }
319 #fca_eoi_layout_select_button {
320 float:right;
321 position: relative;
322 top: -3px;
323 font-weight: normal
324 }
325
326 #fca_eoi_preview {
327 float: left;
328 box-sizing: border-box;
329 padding: 5px;
330 width: 60%;
331 text-align: center;
332 margin-top: 20px;
333 }
334 #fca_eoi_preview input[type=submit]{
335 cursor: pointer;
336 }
337 #fca_eoi_settings input[type=text] {
338 width: 100%;
339 }
340 #fca_eoi_settings input[type=text].wp-color-picker {
341 width: 65px;
342 }
343
344 html[dir=rtl] #fca_eoi_preview {
345 float: right;
346 }
347
348 #fca_eoi_settings {
349 float: right;
350 background: #F9F9F9;
351 border-left: 1px solid #eee;
352 box-sizing: border-box;
353 width: 40%;
354 }
355 #fca_eoi_settings > h4 {
356 background: #222;
357 box-shadow: 0 0 1px #222;
358 color: white;
359 padding: .5em;
360 }
361 #fca_eoi_settings > h4:first-child {
362 margin-top: 0;
363 }
364 #fca_eoi_settings .wp-editor-tools {
365 background: white;
366 }
367 #fca_eoi_settings .wp-editor-container textarea.wp-editor-area {
368 height: 200px;
369 }
370
371 #fca_eoi_preview_form {
372 margin-left: auto;
373 margin-right: auto;
374 box-sizing: border-box;
375 }
376
377 div#fca_eoi_preview div.fca_eoi_layout_popup_content_wrapper {
378 overflow: inherit;
379 }
380
381 .fca_eoi_form_text_element.fca_eoi_highlighted,
382 .fca_eoi_highlighted {
383 outline: 2px dashed #44C0FE !important;
384 }
385
386 .fca-alignment-selected {
387 outline: 1px solid #44C0FE !important;
388 }
389
390
391 /* Toggles */
392 .fca_eoi_toggle {
393 border: solid 1px lightgray;
394 border-radius: .125em;
395 color: gray;
396 margin: .125em;
397 padding: 0 1em;
398 transition: .1s all; overflow: visible;
399 }
400 .fca_eoi_toggle.active {
401 border-color: #00C;
402 box-shadow:
403 0 0 .125em #00C inset
404 , 0 0 .125em #00C inset
405 ;
406 color: #00C;
407 }
408 .fca_eoi_toggle input{
409 display: none;
410 }
411 .fca_eoi_and {
412 font-weight: bold;
413 margin: .5em 1em;
414 text-transform: uppercase;
415 }
416 .fca_lightbox_condition {
417 padding: .5%;
418 margin: .5% 0;
419 box-shadow: 0 0 1px rgba(0, 0, 0, .2);
420 width: 97%;
421 background: #F7F7F7;
422 }
423 .fca_lightbox_condition input,
424 .fca_lightbox_condition select,
425 .fca_lightbox_condition .select2,
426 .fca_lightbox_condition .fca_lightbox_condition_text,
427 .fca_lightbox_condition.fca_lightbox_condition_permanent select,
428 .fca_lightbox_condition.fca_lightbox_condition_permanent .select2 {
429 margin: 0 .25em;
430 width: 40%;
431 }
432 .fca_lightbox_condition .fca_lightbox_condition_text {
433 display: inline-block;
434 }
435 .fca_lightbox_condition select:first-child {
436 position: relative;
437 bottom: 1px;
438 }
439 .fca_remove_lightbox_condition {
440 float: right;
441 }
442 .fca_remove_lightbox_condition .dashicons {
443 vertical-align: text-bottom;
444 }
445 .fca_eoi_help {
446 color: #666;
447 font-size: 13px;
448 font-style: italic;
449 margin: .25em .35em;
450 }
451 /* Remove screen options */
452 #screen-options-link-wrap {
453 display: none;
454 }
455 /* Hide toggle in some meta boxes */
456 #fca_eoi_meta_box_setup.postbox .hndle,
457 #fca_eoi_meta_box_setup.postbox .handlediv,
458 #submitdiv.postbox .hndle,
459 #submitdiv.postbox .handlediv {
460 display: none;
461 }
462
463 #submitdiv,
464 #fca_eoi_meta_box_nav,
465 #fca_eoi_meta_box_setup {
466 display: block;
467 }
468
469 #fca_eoi_meta_box_setup {
470 background-color: #F1F1F1;
471 border: none;
472 }
473 #layouts_types_tabs{
474 margin-bottom: 0px;
475 position: relative;
476 top: -30px;
477 left: -1px;
478 border-bottom: 1px solid #ccc;
479 }
480 #layouts_types_tabs li {
481 display: inline-block;
482 border: 1px solid #ccc;
483 border-bottom: none;
484 background: #e4e4e4;
485 padding: 6px 10px;
486 margin: 0 4px -1px 0;
487 font-weight: 700;
488 font-size: 15px;
489 line-height: 24px;
490 color: #555;
491 cursor: pointer;
492 }
493
494 #layouts_types_tabs li.active {
495 background: #f1f1f1;
496
497 }
498
499 #layouts_types_tabs li:hover {
500 background: #f1f1f1;
501 }
502
503 #fca_eoi_animations_div {
504 margin-top: 1rem;
505 }
506
507 #fca_eoi_meta_box_build {
508 padding: 0;
509 overflow: hidden;
510 }
511 #fca_eoi_meta_box_build .inside {
512 padding: 0;
513 margin: 0;
514 }
515
516 #submitdiv {
517 background: white;
518 box-shadow: none;
519 border: none;
520 }
521
522 #submitdiv > h3 {
523 display: none;
524 }
525
526 #publish_lightbox_mode_selector_div {
527 margin-bottom: 23px;
528 }
529
530 #major-publishing-actions {
531 background: #D4D4D4;
532 border: none;
533 box-shadow: 0 0 1px #666 inset;
534 }
535 html #publishing-action {
536 text-align: left;
537 float: left;
538 }
539 html[dir=rtl] #publishing-action {
540 text-align: right;
541 float: right;
542 }
543 #publishing-action .spinner,
544 #delete-action {
545 display: none;
546 }
547
548 #fca_eoi_preview #wp-image-toolbar {
549 display: none;
550 }
551
552 fieldset[id^=fca_eoi_fieldset_form_][id$=_integration] {
553 border: none;
554 }
555
556 fieldset[id^=fca_eoi_fieldset_form_][id$=_integration] legend {
557 display: none;
558 }
559
560 /* TT */
561 a[id^="fca-eoi-tour-pointer-previous"] {
562 float: left !important;
563 }
564
565 .fca_eoi_tour_pointer_style div.wp-pointer-arrow-inner {
566 border-top-color: rgba(0, 0, 0, 0.25);
567 }
568
569 .CodeMirror {
570 background: #f8f8f8;
571 border: 1px solid #ddd;
572 height: 200px !important;
573 }
574
575 .CodeMirror pre span {
576 display: inline;
577 }
578
579 .button.optin-cat-cta{
580 color:white;background-color:#ee6800;border-color:#c0392b;
581 -webkit-box-shadow: inset 0 1px 0 rgba(245,166,145,48),0 1px 0 rgba(0,0,0,.15);
582 box-shadow: inset 0 1px 0 rgba(245,166,145,48),0 1px 0 rgba(0,0,0,.15);
583 }
584 .button.optin-cat-cta:hover{
585 color:white;background-color:#C65700;
586 -webkit-box-shadow: inset 0 1px 0 rgba(245,166,145,48),0 1px 0 rgba(0,0,0,.15);
587 box-shadow: inset 0 1px 0 rgba(245,166,145,48),0 1px 0 rgba(0,0,0,.15);
588 }
589
590 /* TOOLTIPS */
591 span.fca_eoi_tooltip {
592 color: #666;
593 font-size: 18px;
594 margin: 1px 0 0 1px;
595 }
596
597
598 /* ON OFF SWITCH */
599
600 .switch {
601 position: relative;
602 display: inline-block !important;
603 vertical-align: top;
604 width: 75px;
605 height: 25px;
606 padding: 0;
607 background: #eeeeee;
608 border-radius: 18px;
609 cursor: pointer;
610 margin: 0;
611 margin-top: 3px;
612 vertical-align: middle;
613 }
614 .switch-input {
615 position: absolute;
616 top: 0;
617 left: 0;
618 opacity: 0;
619 }
620 .switch-label {
621 position: relative;
622 display: block !important;
623 height: inherit;
624 font-size: 12px;
625 text-transform: uppercase;
626 border-radius: inherit;
627
628 }
629 .switch-label:before, .switch-label:after {
630 position: absolute;
631 top: 53%;
632 margin-top: -.5em;
633 line-height: 1;
634 -webkit-transition: inherit;
635 -moz-transition: inherit;
636 -o-transition: inherit;
637 transition: inherit;
638 }
639 .switch-label:before {
640 content: attr(data-off);
641 right: 12px;
642 color: #aaaaaa;
643 }
644 .switch-label:after {
645 content: attr(data-on);
646 left: 8px;
647 color: #FFFFFF;
648 opacity: 0;
649 }
650 .switch-input:checked ~ .switch-label {
651 background: #39b0ff;
652 }
653 .switch-input:checked ~ .switch-label:before {
654 opacity: 0;
655 }
656 .switch-input:checked ~ .switch-label:after {
657 opacity: 1;
658 }
659 .switch-handle {
660 position: absolute;
661 top: 0;
662 left: 0;
663 width: 23px;
664 height: 23px;
665 background: #FFFFFF;
666 border: 1px solid #ccc;
667 border-radius: 100%;
668 }
669
670 .switch-input:checked ~ .switch-handle {
671 left: 52px;
672 }
673
674 /* RESPONSIVE */
675
676 @media only screen and (max-width: 1161px) {
677
678 .fca_eoi_layout {
679 width: 30.6%;
680 }
681
682 }
683
684 @media only screen and (max-width: 781px) {
685 .fca_eoi_layout {
686 width: 47%;
687 }
688 div[id^=fca_eoi_] .accordion-section-title .accordion-info {
689 float: none;
690 display: block;
691 }
692
693 #fca_eoi_layout_revert_button {
694 float: none;
695 }
696 #fca_eoi_layout_select_button {
697 margin-top: 10px;
698 float: none;
699 display: block;
700 }
701 .fca_eoi_layout:hover .fca_eoi_layout_info .button {
702 display: none;
703 }
704 }
705
706 @media only screen and (max-width: 491px) {
707 .fca_eoi_layout {
708 width: 100%;
709 }
710 #layouts_types_tabs li {
711 padding: 3px 5px 5px 5px;
712 }
713 }