PluginProbe
Poll Maker by AYS – Versus Polls, Anonymous Polls, Image Polls / 6.3.3
Poll Maker by AYS – Versus Polls, Anonymous Polls, Image Polls v6.3.3
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.3.3, at admin/css/poll-maker-ays-admin-popup-layer.css

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