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

155 lines 2.9 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_loading_spinner {
70 float: left;
71 visibility: hidden;
72 width: 28px;
73 height: 28px;
74 position: relative;
75 top: 32px;
76 left: 15px;
77 margin-top: -28px;
78 border: 4px rgba(0, 0, 0, 0.25) solid;
79 border-top: 4px white solid;
80 border-radius: 50%;
81 -webkit-animation: spCircRot .6s infinite linear;
82 animation: spCircRot .6s infinite linear;
83 }
84
85 @-webkit-keyframes spCircRot {
86 from {
87 -webkit-transform: rotate(0deg);
88 }
89 to {
90 -webkit-transform: rotate(359deg);
91 }
92 }
93 @keyframes spCircRot {
94 from {
95 transform: rotate(0deg);
96 }
97 to {
98 transform: rotate(359deg);
99 }
100 }
101
102 @media ( max-width: 320px ), ( max-height: 320px ) {
103 .fca_eoi_featherlight-inner {
104 padding-left: 0;
105 padding-right: 0;
106 }
107 }
108
109 @media ( max-width: 320px ), ( max-height: 320px ) {
110 .fca_eoi_featherlight-inner {
111 padding-left: 0;
112 padding-right: 0;
113 }
114 }
115
116 @media ( max-height: 320px ) {
117 .fca_eoi_featherlight-inner {
118 padding-top: 0;
119 padding-bottom: 0;
120 }
121 }
122
123 /* <layout-2> */
124
125 .fca_eoi_form_wrapper,
126 .fca_eoi_form_content {
127 margin: 0;
128 padding: 0;
129 }
130
131 .fca_eoi_form_wrapper.fca_eoi_layout_widget_wrapper,
132 .fca_eoi_form_wrapper.fca_eoi_layout_postbox_wrapper {
133 display: table;
134 }
135
136 .fca_eoi_form_wrapper.fca_eoi_layout_widget_wrapper .fca_eoi_form_content,
137 .fca_eoi_form_wrapper.fca_eoi_layout_postbox_wrapper .fca_eoi_form_content {
138 display: table-cell;
139 margin: 0;
140 }
141
142 .fca_eoi_form_wrapper.fca_eoi_layout_widget_wrapper.fca_eoi_layout_2_wrapper .fca_eoi_form_content,
143 .fca_eoi_form_wrapper.fca_eoi_layout_postbox_wrapper.fca_eoi_layout_2_wrapper .fca_eoi_form_content {
144 padding: 0 10px;
145 }
146
147 @media ( max-width: 450px ), ( max-height: 450px ) {
148 .fca_eoi_form_wrapper.fca_eoi_layout_widget_wrapper.fca_eoi_layout_2_wrapper .fca_eoi_form_content,
149 .fca_eoi_form_wrapper.fca_eoi_layout_postbox_wrapper.fca_eoi_layout_2_wrapper .fca_eoi_form_content {
150 padding: 0;
151 }
152 }
153
154 /* </layout-2> */
155