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

167 lines 3.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .tooltipster-content {
2 border-radius: 5px;
3 }
4 .tooltipster-default {
5 background: #DE607C !important;
6 border: #DE607C !important;
7 margin-top: 10px;
8 }
9
10 .tooltipster-base {
11 z-index: 999999992 !important;
12 }
13
14 .fca_eoi_featherlight, .fca_eoi_featherlight * {
15 box-sizing: border-box;
16 }
17
18 .fca_eoi_featherlight {
19 position: fixed;
20 background: rgba(0, 0, 0, 0.8);
21 top: 0;
22 left: 0;
23 width: 100%;
24 height: 200%;
25 z-index: 999999990;
26 }
27
28 .fca_eoi_featherlight-content {
29 position: absolute;
30 top: -25%;
31 left: 0;
32 width: 100%;
33 height: 100%;
34 z-index: 999999991;
35 display: table;
36 }
37
38 .fca_eoi_featherlight-inner {
39 display: table-cell;
40 vertical-align: middle;
41 padding: 20px;
42 text-align: center;
43 }
44
45 .fca_eoi_featherlight-close {
46 display: none;
47 }
48
49 .fca_eoi_form_wrapper {
50 width: 100%;
51 text-align: center;
52 }
53
54 .fca_eoi_layout_postbox,
55 .fca_eoi_layout_popup,
56 .fca_eoi_layout_widget {
57 width: 100%;
58 font-family: sans-serif;
59 text-align: center;
60 border: 1px solid transparent;
61 }
62
63 .fca_eoi_layout_popup {
64 display: inline-block;
65 position: relative;
66 }
67
68 /* Spinner Circle Rotation */
69 .fca_eoi_spiner_div {
70 width: 0;
71 height: 0px;
72 float: left;
73 position: relative;
74 top: 0px;
75 margin-top: 0px;
76 z-index: -1;
77 text-align: center;
78 padding-left: 0%;
79
80 background-color: #AAA;
81 }
82
83 .fca_eoi_loading_spinner {
84 display: none;
85 width: 0px;
86 height: 0px;
87 margin-top: 4px;
88 border: 4px rgba(0, 0, 0, 0.25) solid;
89 border-top: 4px white solid;
90 border-radius: 50%;
91 -webkit-animation: spCircRot .6s infinite linear;
92 animation: spCircRot .6s infinite linear;
93 }
94
95
96
97 @-webkit-keyframes spCircRot {
98 from {
99 -webkit-transform: rotate(0deg);
100 }
101 to {
102 -webkit-transform: rotate(359deg);
103 }
104 }
105 @keyframes spCircRot {
106 from {
107 transform: rotate(0deg);
108 }
109 to {
110 transform: rotate(359deg);
111 }
112 }
113
114 @media ( max-width: 320px ), ( max-height: 320px ) {
115 .fca_eoi_featherlight-inner {
116 padding-left: 0;
117 padding-right: 0;
118 }
119 }
120
121 @media ( max-width: 320px ), ( max-height: 320px ) {
122 .fca_eoi_featherlight-inner {
123 padding-left: 0;
124 padding-right: 0;
125 }
126 }
127
128 @media ( max-height: 320px ) {
129 .fca_eoi_featherlight-inner {
130 padding-top: 0;
131 padding-bottom: 0;
132 }
133 }
134
135 /* <layout-2> */
136
137 .fca_eoi_form_wrapper,
138 .fca_eoi_form_content {
139 margin: 0;
140 padding: 0;
141 }
142
143 .fca_eoi_form_wrapper.fca_eoi_layout_widget_wrapper,
144 .fca_eoi_form_wrapper.fca_eoi_layout_postbox_wrapper {
145 display: table;
146 }
147
148 .fca_eoi_form_wrapper.fca_eoi_layout_widget_wrapper .fca_eoi_form_content,
149 .fca_eoi_form_wrapper.fca_eoi_layout_postbox_wrapper .fca_eoi_form_content {
150 display: table-cell;
151 margin: 0;
152 }
153
154 .fca_eoi_form_wrapper.fca_eoi_layout_widget_wrapper.fca_eoi_layout_2_wrapper .fca_eoi_form_content,
155 .fca_eoi_form_wrapper.fca_eoi_layout_postbox_wrapper.fca_eoi_layout_2_wrapper .fca_eoi_form_content {
156 padding: 0 10px;
157 }
158
159 @media ( max-width: 450px ), ( max-height: 450px ) {
160 .fca_eoi_form_wrapper.fca_eoi_layout_widget_wrapper.fca_eoi_layout_2_wrapper .fca_eoi_form_content,
161 .fca_eoi_form_wrapper.fca_eoi_layout_postbox_wrapper.fca_eoi_layout_2_wrapper .fca_eoi_form_content {
162 padding: 0;
163 }
164 }
165
166 /* </layout-2> */
167