PluginProbe
GetResponse Forms by Optin Cat / 1.4.2
GetResponse Forms by Optin Cat v1.4.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 1.4.2, at assets/style-new.css

111 lines 2.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .tooltipster-default {
2 background: #DE607C !important;
3 border: #DE607C !important;
4 margin-top: 10px;
5 }
6
7 .tooltipster-base {
8 z-index: 999999992 !important;
9 }
10
11 .fca_eoi_featherlight, .fca_eoi_featherlight * {
12 box-sizing: border-box;
13 }
14
15 .fca_eoi_featherlight {
16 position: fixed;
17 background: rgba(0, 0, 0, 0.8);
18 top: 0;
19 left: 0;
20 width: 100%;
21 height: 200%;
22 z-index: 999999990;
23 }
24
25 .fca_eoi_featherlight-content {
26 position: absolute;
27 top: -25%;
28 left: 0;
29 width: 100%;
30 height: 100%;
31 z-index: 999999991;
32 display: table;
33 }
34
35 .fca_eoi_featherlight-inner {
36 display: table-cell;
37 vertical-align: middle;
38 padding: 20px;
39 text-align: center;
40 }
41
42 .fca_eoi_featherlight-close {
43 display: none;
44 }
45
46 .fca_eoi_form_wrapper {
47 width: 100%;
48 text-align: center;
49 }
50
51 .fca_eoi_layout_postbox,
52 .fca_eoi_layout_popup,
53 .fca_eoi_layout_widget {
54 width: 100%;
55 font-family: sans-serif;
56 text-align: center;
57 border: 1px solid transparent;
58 }
59
60 .fca_eoi_layout_popup {
61 display: inline-block;
62 position: relative;
63 }
64
65 @media ( max-width: 320px ), ( max-height: 320px ) {
66 .fca_eoi_featherlight-inner {
67 padding-left: 0;
68 padding-right: 0;
69 }
70 }
71
72 @media ( max-height: 320px ) {
73 .fca_eoi_featherlight-inner {
74 padding-top: 0;
75 padding-bottom: 0;
76 }
77 }
78
79 /* <layout-2> */
80
81 .fca_eoi_form_wrapper,
82 .fca_eoi_form_content {
83 margin: 0;
84 padding: 0;
85 }
86
87 .fca_eoi_form_wrapper.fca_eoi_layout_widget_wrapper,
88 .fca_eoi_form_wrapper.fca_eoi_layout_postbox_wrapper {
89 display: table;
90 }
91
92 .fca_eoi_form_wrapper.fca_eoi_layout_widget_wrapper .fca_eoi_form_content,
93 .fca_eoi_form_wrapper.fca_eoi_layout_postbox_wrapper .fca_eoi_form_content {
94 display: table-cell;
95 margin: 0;
96 }
97
98 .fca_eoi_form_wrapper.fca_eoi_layout_widget_wrapper.fca_eoi_layout_2_wrapper .fca_eoi_form_content,
99 .fca_eoi_form_wrapper.fca_eoi_layout_postbox_wrapper.fca_eoi_layout_2_wrapper .fca_eoi_form_content {
100 padding: 0 10px;
101 }
102
103 @media ( max-width: 450px ), ( max-height: 450px ) {
104 .fca_eoi_form_wrapper.fca_eoi_layout_widget_wrapper.fca_eoi_layout_2_wrapper .fca_eoi_form_content,
105 .fca_eoi_form_wrapper.fca_eoi_layout_postbox_wrapper.fca_eoi_layout_2_wrapper .fca_eoi_form_content {
106 padding: 0;
107 }
108 }
109
110 /* </layout-2> */
111