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 / style-new.css

style-new.css in GetResponse Forms by Optin Cat 2.0.2, at assets/style-new.css

91 lines 2.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .tooltipster-sidetip.tooltipster-borderless.tooltipster-optin-cat .tooltipster-box {
2 background-color: #DE607C;
3 border-radius: 5px;
4 margin-top: 10px;
5 font-size: 14px;
6 font-family: sans-serif;
7 }
8 .tooltipster-sidetip.tooltipster-borderless.tooltipster-optin-cat-admin .tooltipster-box {
9 background-color: #555;
10 color: white;
11 }
12 .tooltipster-arrow-border {
13 border-top-color: #DE607C !important;
14 }
15
16 .fca_eoi_featherlight {
17 z-index: 9999998;
18 }
19
20 .fca_eoi_featherlight .featherlight-content {
21 background-color: transparent;
22 padding: 0;
23 overflow: visible !important;
24 }
25 .fca_eoi_featherlight .featherlight-inner {
26 text-align: right;
27 }
28
29 /* OLD ICON */
30 .fca_eoi_featherlight-close {
31 display: none;
32 }
33
34 span.featherlight-close-icon.featherlight-close {
35 display: none; /* hide until after animation */
36 }
37
38 div.fca_eoi_layout_postbox_wrapper {
39 text-align: center;
40 width: 100%;
41 }
42
43 .fca_eoi_layout_postbox,
44 .fca_eoi_layout_popup,
45 .fca_eoi_layout_widget {
46 width: 100%;
47 font-family: sans-serif;
48 text-align: center;
49 border: 1px solid transparent;
50 }
51
52 @media ( min-width: 680px ) {
53
54 .fca_eoi_featherlight .featherlight-content {
55 min-width: 650px;
56 }
57
58 }
59 /* <layout-2> */
60
61 .fca_eoi_form_wrapper,
62 .fca_eoi_form_content {
63 margin: 0;
64 padding: 0;
65 }
66
67 .fca_eoi_form_wrapper.fca_eoi_layout_widget_wrapper,
68 .fca_eoi_form_wrapper.fca_eoi_layout_postbox_wrapper {
69 display: table;
70 }
71
72 .fca_eoi_form_wrapper.fca_eoi_layout_widget_wrapper .fca_eoi_form_content,
73 .fca_eoi_form_wrapper.fca_eoi_layout_postbox_wrapper .fca_eoi_form_content {
74 display: table-cell;
75 margin: 0;
76 }
77
78 .fca_eoi_form_wrapper.fca_eoi_layout_widget_wrapper.fca_eoi_layout_2_wrapper .fca_eoi_form_content,
79 .fca_eoi_form_wrapper.fca_eoi_layout_postbox_wrapper.fca_eoi_layout_2_wrapper .fca_eoi_form_content {
80 padding: 0 10px;
81 }
82
83 @media ( max-width: 450px ), ( max-height: 450px ) {
84 .fca_eoi_form_wrapper.fca_eoi_layout_widget_wrapper.fca_eoi_layout_2_wrapper .fca_eoi_form_content,
85 .fca_eoi_form_wrapper.fca_eoi_layout_postbox_wrapper.fca_eoi_layout_2_wrapper .fca_eoi_form_content {
86 padding: 0;
87 }
88 }
89
90 /* </layout-2> */
91