PluginProbe
Poll Maker by AYS – Versus Polls, Anonymous Polls, Image Polls / 6.4.5
Poll Maker by AYS – Versus Polls, Anonymous Polls, Image Polls v6.4.5
6.4.9 6.4.8 6.4.7 6.4.6 6.4.5 6.4.4 6.4.3 6.4.2 6.4.1 6.4.0 6.3.9 6.3.8 6.3.7 6.3.6 6.3.5 6.3.4 6.3.3 5.6.0 5.6.1 5.6.2 5.6.3 5.6.4 5.6.5 5.6.6 5.6.7 All 152 releases
poll-maker / admin / css / poll-maker-ays-admin-popup-layer.css

poll-maker-ays-admin-popup-layer.css in Poll Maker by AYS – Versus Polls, Anonymous Polls, Image Polls 6.4.5, at admin/css/poll-maker-ays-admin-popup-layer.css

318 lines 6.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* Redisgned style */
2
3 /* Prevent body scroll when modal is open */
4 body.ays-poll-modal-open {
5 overflow: hidden;
6 }
7 .ays_poll_layer_container{
8 position: fixed;
9 top: 0;
10 left: 0;
11 background: rgba(193,197,202,.92);
12 width: 100%;
13 height: 100%;
14 z-index: 9950;
15 justify-content: center;
16 align-items: center;
17 transition: .1s;
18 padding-top: 30px;
19 overflow: hidden;
20 }
21
22 .ays_poll_layer_content{
23 padding-left: 160px;
24 padding-top: 10px;
25 height: calc( 100vh - 100px );
26 overflow-y: auto;;
27 }
28
29 .ays_poll_select_button_layer{
30 background: white;
31 width: 100%;
32 bottom: 0;
33 left: 0;
34 right: 0;
35 padding-bottom:62px;
36
37 }
38 .ays_poll_select_button_item{
39 display: flex;
40 align-items: center;
41 justify-content: center;
42 flex-wrap: wrap;
43 height: 100%;
44 width: 100%;
45 }
46
47 .ays_poll_layer_item{
48 width: 142px;
49 height: 162px;
50 cursor: pointer;
51 background-color: #FFFFFF !important;
52 border: 1px solid #E5E5E5;
53 border-radius: 16px;
54 }
55
56 .ays_poll_layer_box_blocks{
57 width: 100%;
58 max-width: 850px;
59 display: flex;
60 justify-content: center;
61 flex-wrap: wrap;
62 }
63 .ays_poll_layer_box_blocks, .ays_poll_select_button_layer{
64 padding-top:42px;
65 }
66
67 .ays_poll_layer_item_title{
68 display: block;
69 margin-top: 5px; /* Description on - 40px */
70 }
71 .ays_poll_layer_item_title p {
72 font-size: 16px;
73 font-weight: 500;
74 margin-top: 10px;
75 }
76 .ays_poll_layer_item_title a.ays_poll_polls_type_name {
77 color: #000000;
78 }
79 .ays_poll_layer_item_title a.ays_poll_view_demo_link {
80 margin-top: 13px;
81 line-height: 32px;
82 color: #59A9DF;
83 font-weight: 500;
84 }
85 .ays_poll_layer_item_title i {
86 color: #59A9DF;
87 margin-left: 4px;
88 font-size: 11px;
89 }
90 .ays_poll_layer_item_logo{
91 font-size: 40px;
92 padding-top: 25px; /* Description on - 35px */
93 }
94 .ays_poll_layer_item_logo.ays_poll_layer_item_logo_pro{
95 padding-top: 5px; /* Description on - 35px */
96 }
97
98 .ays_poll_layer_item_logo_shortcode{
99 font-weight: 500;
100 }
101
102 .ays_poll_layer_icons{
103 line-height: 70px;
104 }
105
106 .ays_poll_layer_item_logo_overlay{
107 height: 46px;
108 width: 46px;
109 margin: auto;
110 display: flex;
111 justify-content: center;
112 align-items: center;
113 border-radius: 50%;
114 }
115 .ays_poll_layer_item_logo_overlay.ays_poll_layer_item_logo_overlay_choosing {
116 background-color: #DFEAFD;
117 }
118 .ays_poll_layer_item_logo_overlay.ays_poll_layer_item_logo_overlay_voting {
119 background-color: #F0F9F9;
120 }
121 .ays_poll_layer_item_logo_overlay.ays_poll_layer_item_logo_overlay_rating {
122 background-color: #FFF3CD;
123 }
124 .ays_poll_layer_item_logo_overlay.ays_poll_layer_item_logo_overlay_text {
125 background-color: #EEF1FF;
126 }
127 .ays_poll_layer_item_logo_overlay.ays_poll_layer_item_logo_overlay_dropdown {
128 background-color: #FFF5E8;
129 }
130 .ays_poll_layer_item_logo_overlay.ays_poll_layer_item_logo_overlay_versus {
131 background-color: #EEFDE7;
132 }
133 .ays_poll_layer_item_logo_overlay.ays_poll_layer_item_logo_overlay_range {
134 background-color: #FCF2FC;
135 }
136 .ays_poll_layer_item_logo_overlay.ays_poll_layer_item_logo_overlay_versus span{
137 font-weight: 400;
138 font-size: 12px;
139 line-height: 14px;
140 color: #2FDD92;
141 }
142
143 .ays_poll_layer_box{
144 display: flex;
145 justify-content: center;
146 flex-wrap: wrap;
147 margin: auto;
148 width: 70%;
149 background-color: #fff;
150 border-radius: 12px;
151 box-shadow: 0px 0px 11px 1px #5d5454;
152 margin-top: 85px;
153 }
154 .ays_poll_layer_button{
155 background-color: #4CAF50;
156 border: none;
157 color: white;
158 padding: 6px 18px;
159 text-align: center;
160 text-decoration: none;
161 width: 120px;
162 border-radius: 8px;
163 display: block;
164 font-size: 16px;
165 cursor: pointer
166 }
167
168 .ays_poll_layer_box label input[type="radio"] {
169 display: none;
170 }
171 .ays_poll_layer_box label input[type="radio"]:checked + .ays_poll_layer_item{
172 box-shadow: 0px 0px 5px 1px #5d5454;
173 }
174
175 .ays_poll_layer_box label{
176 margin: 20px;
177 height: 155px;
178 }
179
180 .ays_poll_layer_box .pro_features p {
181 margin-bottom: 0;
182 margin-right: 0;
183 text-align: center;
184 }
185 .ays_poll_layer_box .pro_features {
186 background: rgba(0,0,0,.15);
187 }
188
189 .ays_poll_layer_item {
190 text-align: center;
191 margin-bottom: 7px;
192 }
193
194 .ays_poll_layer_item {
195 transition: .2s ease;
196 }
197
198
199 label.ays-poll-label-style {
200 margin-right: 5px;
201 border: 1px solid #ccc;
202 display: inline-block;
203 align-items: center;
204 padding: 8px;
205 }
206
207 .ays-poll-dblclick-layer{
208 position: relative;
209 }
210
211 /*.ays_poll_layer_item_logo_overlay_range{
212 width: 100%;
213 }
214 */
215 .ays_poll_layer_item_logo_overlay_range img{
216 width: 170px;
217 }
218
219 .ays-poll-close-layer{
220 display: flex;
221 align-items: center;
222 margin: auto;
223 max-width: 50%;
224 width: 100%;
225 justify-content: space-between;
226 cursor: pointer;
227 padding-top:62px;
228 }
229
230 .ays-poll-choose-type{
231 margin: auto;
232 }
233
234 .ays-poll-choose-type > p {
235 margin: 0;
236 font-size: 30px;
237 text-align: center;
238 }
239
240 .ays-poll-close-type {
241 display: flex;
242 justify-content: flex-end;
243 position: absolute;
244 right: 15%;
245 top: 15%;
246 }
247
248 .ays-poll-close-type a{
249 outline: none !important;
250 border: none !important;
251 color: unset !important;
252 box-shadow: none !important;
253 }
254
255 .ays_poll_layer_item_pro_version {
256 display: flex;
257 justify-content: flex-end;
258 }
259 .ays_poll_layer_item_pro_version_content {
260 width: 28px;
261 height: 14px;
262 background: #2FB11A;
263 border-radius: 6px;
264 font-weight: 500;
265 font-size: 10px;
266 line-height: 12px;
267 color: #FFFFFF;
268 margin-top: 6px;
269 margin-right: 6px;
270 }
271 .ays_poll_layer_item_pro_version_content:hover, .ays_poll_layer_item_pro_version_content:visited {
272 text-decoration: none;
273 color: #FFFFFF;
274 }
275
276 @media only screen and (max-width: 960px){
277 .ays_poll_layer_content{
278 padding-left: 36px !important;
279 }
280 }
281
282 @media screen and (max-width: 1220px) {
283 .ays-poll-close-layer{
284 padding-top:22px;
285 }
286 .ays_poll_layer_box_blocks_top{
287 padding-top:22px;
288 }
289 .ays_poll_select_button_layer{
290 padding: 30px 0 30px 0;
291 position: sticky;
292
293 }
294 }
295 @media screen and (max-width: 835px) {
296 .ays_poll_select_button_layer{
297 padding-left: 0px !important;
298 box-shadow: 0px 0px 3px 0px #00000050;
299
300 }
301 }
302
303 @media screen and (max-width: 1160px) {
304 .ays-poll-close-layer{
305 max-width: 97% !important;
306 }
307 }
308
309 @media screen and (max-width: 768px){
310 .ays-poll-close-layer{
311 max-width: 75% !important;
312 }
313
314 .ays-poll-choose-type > p{
315 font-size: 18px !important;
316 }
317 }
318 /* */