PluginProbe
GetResponse Forms by Optin Cat / 2.0.2
GetResponse Forms by Optin Cat v2.0.2
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.0.2, at assets/admin/fca-eoi-editor.css

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