Version Description
( 01 September 2022 ) = * Updated : Optimized the ad render function #607 * Fixed: If post does not have content then "remove_ad_from_content" function is giving fatal error #609 * Fixed: Unused Script sample.js loading with 404 in admin dashboard #611 * Fixed: Feedback form not working on deactivation #606
Download this release
Release Info
Developer | wpquads |
Plugin | AdSense Plugin WP QUADS |
Version | 2.0.59 |
Comparing to | |
See all releases |
Code changes from version 2.0.58.1 to 2.0.59
- admin/assets/js/dist/style.css +3636 -3636
- assets/js/quads-plugins-admin.js +3 -3
- assets/js/quads-plugins-admin.min.js +3 -3
- includes/admin/settings/display-settings.php +1 -1
- includes/template-functions.php +9 -22
- quick-adsense-reloaded.php +2 -2
- readme.txt +7 -1
admin/assets/js/dist/style.css
CHANGED
@@ -2,3763 +2,3763 @@
|
|
2 |
To change this license header, choose License Headers in Project Properties.
|
3 |
To change this template file, choose Tools | Templates
|
4 |
and open the template in the editor.
|
5 |
-
*/
|
6 |
/*
|
7 |
Created on : Jan 28, 2020, 11:41:08 AM
|
8 |
Author : Magazine3
|
9 |
-
*/
|
10 |
-
.quads-ad-config-header {
|
11 |
-
margin-top: 5px; }
|
12 |
-
|
13 |
-
.quads-ad-config-tab ul {
|
14 |
-
display: flex;
|
15 |
-
border: 1px solid #e7e7e7;
|
16 |
-
margin: 0;
|
17 |
-
overflow: hidden; }
|
18 |
-
|
19 |
-
.quads-ad-config-tab ul li {
|
20 |
-
padding: 12px;
|
21 |
-
font-size: 14px;
|
22 |
-
width: 30.7%;
|
23 |
-
background: #F3F3F3;
|
24 |
-
color: #333;
|
25 |
-
text-align: center;
|
26 |
-
margin-bottom: 0px;
|
27 |
-
position: relative; }
|
28 |
-
|
29 |
-
.quads-ad-config-tab ul li:after {
|
30 |
-
content: "";
|
31 |
-
position: absolute;
|
32 |
-
display: inline-block;
|
33 |
-
width: 44px;
|
34 |
-
height: 44px;
|
35 |
-
top: -1px;
|
36 |
-
right: -20px;
|
37 |
-
background-color: #f3f3f3;
|
38 |
-
border-top-right-radius: 0px;
|
39 |
-
-webkit-transform: scale(0.707) rotate(45deg);
|
40 |
-
transform: scale(0.7) rotate(45deg);
|
41 |
-
box-shadow: 3px -3px #e7e7e7;
|
42 |
-
z-index: 1; }
|
43 |
-
|
44 |
-
.quads-ad-config-tab ul li.quads-selected, .quads-ad-config-tab ul li.quads-selected:after {
|
45 |
-
background-color: #fff; }
|
46 |
-
|
47 |
-
#quads-ad-form {
|
48 |
-
background: #fff; }
|
49 |
-
|
50 |
-
.quads-close-create-page {
|
51 |
-
font-size: 34px !important;
|
52 |
-
text-align: right;
|
53 |
-
cursor: pointer;
|
54 |
-
float: right;
|
55 |
-
position: relative;
|
56 |
-
top: 15px;
|
57 |
-
right: 25px; }
|
58 |
-
|
59 |
-
.quads-close-create-page a {
|
60 |
-
color: #333; }
|
61 |
-
|
62 |
-
.quads-gree-notice-box {
|
63 |
-
height: 10px;
|
64 |
-
width: 607px;
|
65 |
-
padding: 15px;
|
66 |
-
margin: 20px;
|
67 |
-
background: #aeccae;
|
68 |
-
color: white; }
|
69 |
-
|
70 |
-
.quads-gree-notice-box span {
|
71 |
-
float: right;
|
72 |
-
cursor: pointer;
|
73 |
-
font-size: 20px;
|
74 |
-
color: white; }
|
75 |
-
|
76 |
-
.hover_data {
|
77 |
-
padding: 8px 0px 0px 6px !important;
|
78 |
-
background-clip: padding-box !important;
|
79 |
-
border: 1px solid #ccc !important;
|
80 |
-
border-radius: 4px !important;
|
81 |
-
min-width: 94px !important;
|
82 |
-
bottom: 10px !important; }
|
83 |
-
|
84 |
-
.lazy_loader, .lazy_loader_l, .lazy_loader_g, .lazy_loader_a, .lazy_loader_c, .lazy_loader_r, .lazy_loader_t, .lazy_loader_rr, .lazy_loader_gp, .lazy_loader_ap, .lazy_loader_s, .lazy_loader_bl, .lazy_loader_ab, .lazy_loader_o, .lazy_loader_h, .lazy_loader_ge, .lazy_loader_al, .lazy_loader_rs {
|
85 |
-
border: 5px solid #f3f3f3;
|
86 |
-
animation: spin 0.7s linear infinite;
|
87 |
-
border-top: 5px solid #555;
|
88 |
-
border-radius: 50%;
|
89 |
-
width: 10px;
|
90 |
-
height: 10px;
|
91 |
-
display: none;
|
92 |
-
bottom: 24px;
|
93 |
-
position: relative; }
|
94 |
-
|
95 |
-
@keyframes spin {
|
96 |
-
0% {
|
97 |
-
transform: rotate(0deg); }
|
98 |
-
100% {
|
99 |
-
transform: rotate(360deg); } }
|
100 |
-
|
101 |
-
#tooltip {
|
102 |
-
position: absolute;
|
103 |
-
left: 83px;
|
104 |
-
top: 53px; }
|
105 |
-
|
106 |
-
#tooltip.left {
|
107 |
-
margin-left: -5px; }
|
108 |
-
|
109 |
-
#tooltip .tooltip-arrow {
|
110 |
-
top: 50%;
|
111 |
-
left: 0;
|
112 |
-
margin-top: -5px;
|
113 |
-
border-width: 5px 5px 5px 0;
|
114 |
-
border-right-color: dimgrey; }
|
115 |
-
|
116 |
-
#tooltip.left .tooltip-arrow {
|
117 |
-
top: 50%;
|
118 |
-
margin-top: -5px;
|
119 |
-
border-width: 5px 0 5px 5px;
|
120 |
-
border-left-color: dimgrey;
|
121 |
-
right: -5px;
|
122 |
-
left: auto; }
|
123 |
-
|
124 |
-
#tooltip .tooltip-arrow {
|
125 |
-
position: absolute;
|
126 |
-
width: 0;
|
127 |
-
height: 0;
|
128 |
-
border-color: transparent;
|
129 |
-
border-right-color: transparent;
|
130 |
-
border-style: solid; }
|
131 |
-
|
132 |
-
#tooltip .tooltip-inner {
|
133 |
-
max-width: 200px;
|
134 |
-
padding: 3px 8px;
|
135 |
-
color: #fff;
|
136 |
-
text-align: center;
|
137 |
-
background-color: dimgrey;
|
138 |
-
border-radius: 4px; }
|
139 |
-
|
140 |
-
#tooltip_2 {
|
141 |
-
position: absolute;
|
142 |
-
left: 36px;
|
143 |
-
top: 53px; }
|
144 |
-
|
145 |
-
#tooltip_2.left {
|
146 |
-
margin-left: -5px; }
|
147 |
-
|
148 |
-
#tooltip_2 .tooltip_2-arrow {
|
149 |
-
top: 50%;
|
150 |
-
left: 0;
|
151 |
-
margin-top: -5px;
|
152 |
-
border-width: 5px 5px 5px 0;
|
153 |
-
border-right-color: dimgrey; }
|
154 |
-
|
155 |
-
#tooltip_2.left .tooltip_2-arrow {
|
156 |
-
top: 50%;
|
157 |
-
margin-top: -5px;
|
158 |
-
border-width: 5px 0 5px 5px;
|
159 |
-
border-left-color: dimgrey;
|
160 |
-
right: -5px;
|
161 |
-
left: auto; }
|
162 |
-
|
163 |
-
#tooltip_2 .tooltip_2-arrow {
|
164 |
-
position: absolute;
|
165 |
-
width: 0;
|
166 |
-
height: 0;
|
167 |
-
border-color: transparent;
|
168 |
-
border-right-color: transparent;
|
169 |
-
border-style: solid; }
|
170 |
-
|
171 |
-
#tooltip_2 .tooltip_2-inner {
|
172 |
-
max-width: 200px;
|
173 |
-
padding: 3px 8px;
|
174 |
-
color: #fff;
|
175 |
-
text-align: center;
|
176 |
-
background-color: dimgrey;
|
177 |
-
border-radius: 4px; }
|
178 |
-
|
179 |
-
#tooltip_3 {
|
180 |
-
position: absolute;
|
181 |
-
left: 132px;
|
182 |
-
top: 53px; }
|
183 |
-
|
184 |
-
#tooltip_3.left {
|
185 |
-
margin-left: -5px; }
|
186 |
-
|
187 |
-
#tooltip_3 .tooltip_3-arrow {
|
188 |
-
top: 50%;
|
189 |
-
left: 0;
|
190 |
-
margin-top: -5px;
|
191 |
-
border-width: 5px 5px 5px 0;
|
192 |
-
border-right-color: dimgrey; }
|
193 |
-
|
194 |
-
#tooltip_3.left .tooltip_3-arrow {
|
195 |
-
top: 50%;
|
196 |
-
margin-top: -5px;
|
197 |
-
border-width: 5px 0 5px 5px;
|
198 |
-
border-left-color: dimgrey;
|
199 |
-
right: -5px;
|
200 |
-
left: auto; }
|
201 |
-
|
202 |
-
#tooltip_3 .tooltip_3-arrow {
|
203 |
-
position: absolute;
|
204 |
-
width: 0;
|
205 |
-
height: 0;
|
206 |
-
border-color: transparent;
|
207 |
-
border-right-color: transparent;
|
208 |
-
border-style: solid; }
|
209 |
-
|
210 |
-
#tooltip_3 .tooltip_3-inner {
|
211 |
-
max-width: 200px;
|
212 |
-
padding: 3px 8px;
|
213 |
-
color: #fff;
|
214 |
-
text-align: center;
|
215 |
-
background-color: dimgrey;
|
216 |
-
border-radius: 4px; }
|
217 |
-
|
218 |
-
#tooltip.right {
|
219 |
-
margin-left: 5px; }
|
220 |
-
|
221 |
-
#tooltip.left {
|
222 |
-
margin-left: -5px; }
|
223 |
-
|
224 |
-
#tooltip.top {
|
225 |
-
margin-top: -5px; }
|
226 |
-
|
227 |
-
#tooltip.bottom {
|
228 |
-
margin-top: 5px; }
|
229 |
-
|
230 |
-
#tooltip .tooltip-arrow {
|
231 |
-
top: 50%;
|
232 |
-
left: 0;
|
233 |
-
margin-top: -5px;
|
234 |
-
border-width: 5px 5px 5px 0;
|
235 |
-
border-right-color: dimgrey; }
|
236 |
-
|
237 |
-
#tooltip.right .tooltip-arrow {
|
238 |
-
top: 50%;
|
239 |
-
left: auto;
|
240 |
-
margin-left: -5px;
|
241 |
-
border-width: 5px 5px 5px 0;
|
242 |
-
border-right-color: dimgrey; }
|
243 |
-
|
244 |
-
#tooltip.top .tooltip-arrow {
|
245 |
-
top: auto;
|
246 |
-
bottom: -5px;
|
247 |
-
left: 50%;
|
248 |
-
margin-left: -5px;
|
249 |
-
border-width: 5px 5px 0;
|
250 |
-
border-top-color: dimgrey; }
|
251 |
-
|
252 |
-
#tooltip.left .tooltip-arrow {
|
253 |
-
top: 50%;
|
254 |
-
margin-top: -5px;
|
255 |
-
border-width: 5px 0 5px 5px;
|
256 |
-
border-left-color: dimgrey;
|
257 |
-
right: -5px;
|
258 |
-
left: auto; }
|
259 |
-
|
260 |
-
#tooltip.bottom .tooltip-arrow {
|
261 |
-
top: 0;
|
262 |
-
left: 50%;
|
263 |
-
margin-left: -5px;
|
264 |
-
border-width: 0 5px 5px;
|
265 |
-
border-bottom-color: dimgrey; }
|
266 |
-
|
267 |
-
#tooltip .tooltip-arrow {
|
268 |
-
position: absolute;
|
269 |
-
width: 0;
|
270 |
-
height: 0;
|
271 |
-
border-color: transparent;
|
272 |
-
border-right-color: transparent;
|
273 |
-
border-style: solid; }
|
274 |
-
|
275 |
-
#tooltip .tooltip-inner {
|
276 |
-
max-width: 200px;
|
277 |
-
padding: 3px 8px;
|
278 |
-
color: #fff;
|
279 |
-
text-align: center;
|
280 |
-
background-color: dimgrey;
|
281 |
-
border-radius: 4px; }
|
282 |
-
|
283 |
-
.quads_response-suc-wrap {
|
284 |
-
display: block;
|
285 |
-
position: fixed;
|
286 |
-
width: 96px;
|
287 |
-
pointer-events: none !important;
|
288 |
-
letter-spacing: normal;
|
289 |
-
z-index: 9999999;
|
290 |
-
bottom: 20px;
|
291 |
-
right: 61px; }
|
292 |
-
|
293 |
-
.quads_response-suc-single {
|
294 |
-
display: block;
|
295 |
-
width: 100%;
|
296 |
-
padding: 8px;
|
297 |
-
margin: 0 0 5px;
|
298 |
-
border-radius: 4px;
|
299 |
-
font-size: 14px;
|
300 |
-
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
|
301 |
-
font-weight: 500;
|
302 |
-
cursor: pointer; }
|
303 |
-
|
304 |
-
.quads_response-suc-success {
|
305 |
-
background-color: #005af0;
|
306 |
-
color: #fff; }
|
307 |
-
|
308 |
-
.quads_response-suc-error {
|
309 |
-
background-color: #d94f4f;
|
310 |
-
color: #fff; }
|
311 |
-
|
312 |
-
.close-quads_response-suc-single {
|
313 |
-
position: absolute;
|
314 |
-
top: 10px;
|
315 |
-
right: 7px;
|
316 |
-
font-size: 20px;
|
317 |
-
cursor: pointer; }
|
318 |
-
|
319 |
-
input#margin_bottom {
|
320 |
-
width: 79px; }
|
321 |
-
|
322 |
-
a.view_reports_ {
|
323 |
-
text-decoration: none;
|
324 |
-
bottom: 6px;
|
325 |
-
position: relative;
|
326 |
-
padding: 0px 4px; }
|
327 |
-
|
328 |
-
select#view_stats_report {
|
329 |
-
width: 200px;
|
330 |
-
margin-top: -4px; }
|
331 |
-
|
332 |
-
#quads_report_table {
|
333 |
-
padding-left: 40px; }
|
334 |
-
|
335 |
-
.stats_rep {
|
336 |
-
margin-left: 19px; }
|
337 |
-
|
338 |
-
div#quads_report_table {
|
339 |
-
display: flex; }
|
340 |
-
|
341 |
-
select#report_type {
|
342 |
-
margin-top: 20px; }
|
343 |
/*
|
344 |
To change this license header, choose License Headers in Project Properties.
|
345 |
To change this template file, choose Tools | Templates
|
346 |
and open the template in the editor.
|
347 |
-
*/
|
348 |
/*
|
349 |
Created on : Jan 28, 2020, 11:41:08 AM
|
350 |
Author : Magazine3
|
351 |
-
*/
|
352 |
-
.quads-modal-popup-content {
|
353 |
-
max-width: 40% !important; }
|
354 |
/*
|
355 |
To change this license header, choose License Headers in Project Properties.
|
356 |
To change this template file, choose Tools | Templates
|
357 |
and open the template in the editor.
|
358 |
-
*/
|
359 |
/*
|
360 |
Created on : Jan 28, 2020, 11:41:08 AM
|
361 |
Author : Magazine3
|
362 |
-
*/
|
363 |
-
.quads-form-field {
|
364 |
-
padding: 5px; }
|
365 |
-
|
366 |
-
.quads-auto-fill-textarea {
|
367 |
-
width: 100%; }
|
368 |
-
|
369 |
-
.quads-autofill {
|
370 |
-
cursor: pointer;
|
371 |
-
background: #6DA2E8;
|
372 |
-
color: #fff;
|
373 |
-
padding: 3px 9px;
|
374 |
-
font-size: 13px;
|
375 |
-
border-radius: 4px; }
|
376 |
-
|
377 |
-
.quads-autofill:hover {
|
378 |
-
color: #fff;
|
379 |
-
background: #005aef; }
|
380 |
-
|
381 |
-
.quads-autofill-div {
|
382 |
-
display: inline;
|
383 |
-
margin-left: 5px; }
|
384 |
-
|
385 |
-
.quads-adsense-width-heigth {
|
386 |
-
display: inline-flex;
|
387 |
-
margin-left: 30px;
|
388 |
-
top: -17px;
|
389 |
-
position: relative; }
|
390 |
-
|
391 |
-
#quads-ad-content .quads-autofill-div .quads-general-helper:after {
|
392 |
-
margin-top: -1px; }
|
393 |
-
|
394 |
-
#quads-ad-content .quads-autofill-div .quads-general-helper {
|
395 |
-
background-color: #005aef; }
|
396 |
-
|
397 |
-
.banner_image {
|
398 |
-
display: block;
|
399 |
-
padding-bottom: 20px;
|
400 |
-
max-width: 100%; }
|
401 |
-
|
402 |
-
.quads-docs-link {
|
403 |
-
text-decoration: none;
|
404 |
-
font-size: 14px;
|
405 |
-
float: right; }
|
406 |
/*
|
407 |
To change this license header, choose License Headers in Project Properties.
|
408 |
To change this template file, choose Tools | Templates
|
409 |
and open the template in the editor.
|
410 |
-
*/
|
411 |
/*
|
412 |
Created on : Jan 28, 2020, 11:41:08 AM
|
413 |
Author : Magazine3
|
414 |
-
*/
|
415 |
-
/* The Modal (background) */
|
416 |
-
.quads-modal-popup {
|
417 |
-
position: fixed;
|
418 |
-
z-index: 1;
|
419 |
-
padding-top: 100px;
|
420 |
-
left: 0;
|
421 |
-
top: 0;
|
422 |
-
width: 100%;
|
423 |
-
left: 75px;
|
424 |
-
height: 100%;
|
425 |
-
overflow: auto;
|
426 |
-
background-color: black;
|
427 |
-
background-color: rgba(0, 0, 0, 0.4); }
|
428 |
-
|
429 |
-
/* Modal Content */
|
430 |
-
.quads-modal-popup-content {
|
431 |
-
background-color: #fefefe;
|
432 |
-
margin: auto;
|
433 |
-
padding: 20px;
|
434 |
-
border: 1px solid #888;
|
435 |
-
max-width: 100%; }
|
436 |
-
|
437 |
-
/* The Close Button */
|
438 |
-
.quads-modal-close {
|
439 |
-
color: #aaaaaa;
|
440 |
-
float: right;
|
441 |
-
font-size: 28px;
|
442 |
-
font-weight: bold; }
|
443 |
-
|
444 |
-
.quads-modal-close:hover,
|
445 |
-
.quads-modal-close:focus {
|
446 |
-
color: #000;
|
447 |
-
text-decoration: none;
|
448 |
-
cursor: pointer; }
|
449 |
-
|
450 |
-
.quads-modal-error {
|
451 |
-
color: red; }
|
452 |
/*
|
453 |
To change this license header, choose License Headers in Project Properties.
|
454 |
To change this template file, choose Tools | Templates
|
455 |
and open the template in the editor.
|
456 |
-
*/
|
457 |
/*
|
458 |
Created on : Jan 28, 2020, 11:41:08 AM
|
459 |
Author : Magazine3
|
460 |
-
*/
|
461 |
-
.quads-large-content {
|
462 |
-
top: 70px; }
|
463 |
-
|
464 |
-
.quads-large-description {
|
465 |
-
padding: 12px 16px; }
|
466 |
/*
|
467 |
To change this license header, choose License Headers in Project Properties.
|
468 |
To change this template file, choose Tools | Templates
|
469 |
and open the template in the editor.
|
470 |
-
*/
|
471 |
/*
|
472 |
Created on : Jan 28, 2020, 11:41:08 AM
|
473 |
Author : Magazine3
|
474 |
-
*/
|
475 |
/*
|
476 |
To change this license header, choose License Headers in Project Properties.
|
477 |
To change this template file, choose Tools | Templates
|
478 |
and open the template in the editor.
|
479 |
-
*/
|
480 |
/*
|
481 |
Created on : Jan 28, 2020, 11:41:08 AM
|
482 |
Author : Magazine3
|
483 |
-
*/
|
484 |
-
.quads-ad-content h1 {
|
485 |
-
color: red; }
|
486 |
/*
|
487 |
To change this license header, choose License Headers in Project Properties.
|
488 |
To change this template file, choose Tools | Templates
|
489 |
and open the template in the editor.
|
490 |
-
*/
|
491 |
/*
|
492 |
Created on : Jan 28, 2020, 11:41:08 AM
|
493 |
Author : Magazine3
|
494 |
-
*/
|
495 |
-
.quads-include {
|
496 |
-
background-color: yellowgreen;
|
497 |
-
padding: 5px;
|
498 |
-
border-radius: 4px;
|
499 |
-
cursor: pointer; }
|
500 |
-
|
501 |
-
.quads-exclude {
|
502 |
-
background-color: yellow;
|
503 |
-
padding: 5px;
|
504 |
-
border-radius: 4px;
|
505 |
-
cursor: pointer; }
|
506 |
-
|
507 |
-
.quads-panel-body tr.quads-tr-position {
|
508 |
-
display: inline-flex; }
|
509 |
-
|
510 |
-
.quads-panel-body td:nth-child(1) {
|
511 |
-
margin-top: 15px; }
|
512 |
-
|
513 |
-
.position_content div label {
|
514 |
-
padding: 10px; }
|
515 |
-
|
516 |
-
.position_content div {
|
517 |
-
padding-bottom: 15px !important; }
|
518 |
-
|
519 |
-
p.description_adr {
|
520 |
-
text-align: center;
|
521 |
-
margin: 0px 0px -16px 0px;
|
522 |
-
right: 15%;
|
523 |
-
position: relative;
|
524 |
-
bottom: 33px; }
|
525 |
-
|
526 |
-
.ad_rotator_grid {
|
527 |
-
float: unset; }
|
528 |
-
.quads-user-targeting table td {
|
529 |
-
width: 25%; }
|
530 |
-
|
531 |
-
.quads-user-targeting table td .amp-support {
|
532 |
-
font-size: 11px;
|
533 |
-
color: red; }
|
534 |
-
|
535 |
-
.quads-targeting .quads-title {
|
536 |
-
color: #9c27b0; }
|
537 |
-
|
538 |
-
.quads-targeting .quads-user-targeting a .material-icons {
|
539 |
-
color: #9c27b0; }
|
540 |
-
|
541 |
-
.quads-targeting .quads-target-item {
|
542 |
-
border: 1px solid rgba(156, 39, 176, 0.24);
|
543 |
-
background-color: rgba(156, 39, 176, 0.08); }
|
544 |
-
|
545 |
-
.quads-user-targeting-label b {
|
546 |
-
color: #000000; }
|
547 |
-
|
548 |
-
.targeting_get_pro {
|
549 |
-
text-transform: none; }
|
550 |
-
.quads-user-targeting table td {
|
551 |
-
width: 25%; }
|
552 |
-
|
553 |
-
.quads-visibility .quads-title {
|
554 |
-
color: #005aef; }
|
555 |
/*
|
556 |
To change this license header, choose License Headers in Project Properties.
|
557 |
To change this template file, choose Tools | Templates
|
558 |
and open the template in the editor.
|
559 |
-
*/
|
560 |
/*
|
561 |
Created on : Jan 28, 2020, 11:41:08 AM
|
562 |
Author : Magazine3
|
563 |
-
*/
|
564 |
-
.quads-position-dropdown {
|
565 |
-
/*display: inline-flex;*/ }
|
566 |
-
|
567 |
-
.position_content {
|
568 |
-
display: inline-flex;
|
569 |
-
padding-top: 20px; }
|
570 |
-
|
571 |
-
#post_shortcode {
|
572 |
-
width: 132px; }
|
573 |
-
|
574 |
-
#post_shortcode_php {
|
575 |
-
width: 380px; }
|
576 |
-
|
577 |
-
.position_content div {
|
578 |
-
padding-bottom: 5px; }
|
579 |
-
|
580 |
-
#repeat_paragraph + label {
|
581 |
-
text-transform: none; }
|
582 |
-
|
583 |
-
.quads-settings-group .quads-tr-position .quads-position-dropdown select {
|
584 |
-
width: 311px; }
|
585 |
-
|
586 |
-
.MuiPaper-root.MuiAlert-root.MuiAlert-standardError.check_plugin_exist.MuiPaper-elevation0 div {
|
587 |
-
padding-bottom: 5px !important; }
|
588 |
/*
|
589 |
To change this license header, choose License Headers in Project Properties.
|
590 |
To change this template file, choose Tools | Templates
|
591 |
and open the template in the editor.
|
592 |
-
*/
|
593 |
/*
|
594 |
Created on : Jan 28, 2020, 11:41:08 AM
|
595 |
Author : Magazine3
|
596 |
-
*/
|
597 |
-
.quads-position-dropdown {
|
598 |
-
/*display: inline-flex;*/ }
|
599 |
-
|
600 |
-
.position_content {
|
601 |
-
display: inline-flex;
|
602 |
-
padding-top: 20px; }
|
603 |
-
|
604 |
-
#post_shortcode {
|
605 |
-
width: 132px; }
|
606 |
-
|
607 |
-
#post_shortcode_php {
|
608 |
-
width: 380px; }
|
609 |
-
|
610 |
-
.position_content div {
|
611 |
-
padding-bottom: 5px; }
|
612 |
-
|
613 |
-
#repeat_paragraph + label {
|
614 |
-
text-transform: none; }
|
615 |
-
|
616 |
-
.quads-settings-group .quads-tr-position .quads-position-dropdown select {
|
617 |
-
width: 311px; }
|
618 |
-
|
619 |
-
.MuiPaper-root.MuiAlert-root.MuiAlert-standardError.check_plugin_exist.MuiPaper-elevation0 div {
|
620 |
-
padding-bottom: 5px !important; }
|
621 |
/*
|
622 |
To change this license header, choose License Headers in Project Properties.
|
623 |
To change this template file, choose Tools | Templates
|
624 |
and open the template in the editor.
|
625 |
-
*/
|
626 |
/*
|
627 |
Created on : Jan 28, 2020, 11:41:08 AM
|
628 |
Author : Magazine3
|
629 |
-
*/
|
630 |
/*
|
631 |
To change this license header, choose License Headers in Project Properties.
|
632 |
To change this template file, choose Tools | Templates
|
633 |
and open the template in the editor.
|
634 |
-
*/
|
635 |
/*
|
636 |
Created on : Jan 28, 2020, 11:41:08 AM
|
637 |
Author : Magazine3
|
638 |
-
*/
|
639 |
-
.quads_form_msg {
|
640 |
-
font-size: 12px;
|
641 |
-
color: red;
|
642 |
-
font-weight: 500; }
|
643 |
-
|
644 |
-
.quads_form_msg .material-icons {
|
645 |
-
font-size: 12px;
|
646 |
-
font-weight: 500; }
|
647 |
-
|
648 |
-
.quads_form_error {
|
649 |
-
border: 2px solid red !important; }
|
650 |
-
|
651 |
-
.quads-error {
|
652 |
-
color: red; }
|
653 |
-
|
654 |
-
.quads-next {
|
655 |
-
font-weight: 400;
|
656 |
-
font-size: 20px;
|
657 |
-
float: right;
|
658 |
-
cursor: pointer; }
|
659 |
-
|
660 |
-
.quads-prev {
|
661 |
-
font-weight: 400;
|
662 |
-
font-size: 20px;
|
663 |
-
float: right;
|
664 |
-
margin-right: 20px;
|
665 |
-
cursor: pointer; }
|
666 |
-
|
667 |
-
#quads-ad-content {
|
668 |
-
width: 100%; }
|
669 |
-
|
670 |
-
.quads-cover-spin {
|
671 |
-
position: fixed;
|
672 |
-
width: 100%;
|
673 |
-
left: 0;
|
674 |
-
right: 0;
|
675 |
-
top: 0;
|
676 |
-
bottom: 0;
|
677 |
-
z-index: 9999; }
|
678 |
-
|
679 |
-
@-webkit-keyframes spin {
|
680 |
-
from {
|
681 |
-
-webkit-transform: rotate(0deg); }
|
682 |
-
to {
|
683 |
-
-webkit-transform: rotate(360deg); } }
|
684 |
-
|
685 |
-
@keyframes spin {
|
686 |
-
from {
|
687 |
-
transform: rotate(0deg); }
|
688 |
-
to {
|
689 |
-
transform: rotate(360deg); } }
|
690 |
-
|
691 |
-
.quads-cover-spin::after {
|
692 |
-
content: '';
|
693 |
-
display: block;
|
694 |
-
position: absolute;
|
695 |
-
left: 48%;
|
696 |
-
top: 40%;
|
697 |
-
width: 40px;
|
698 |
-
height: 40px;
|
699 |
-
border-style: solid;
|
700 |
-
border-color: #005af0;
|
701 |
-
border-top-color: transparent;
|
702 |
-
border-width: 4px;
|
703 |
-
border-radius: 50%;
|
704 |
-
-webkit-animation: spin .8s linear infinite;
|
705 |
-
animation: spin .8s linear infinite; }
|
706 |
-
|
707 |
-
.quads-small-spinner {
|
708 |
-
border: 5px solid #f3f3f3;
|
709 |
-
-webkit-animation: spin 1s linear infinite;
|
710 |
-
animation: spin 1s linear infinite;
|
711 |
-
border-top: 5px solid #555;
|
712 |
-
border-radius: 50%;
|
713 |
-
width: 50px;
|
714 |
-
height: 50px; }
|
715 |
-
|
716 |
-
.quads-panel {
|
717 |
-
background-color: #fff;
|
718 |
-
border: 1px solid transparent;
|
719 |
-
border-radius: 0px;
|
720 |
-
box-shadow: 0 0px 6px rgba(0, 0, 0, 0.1);
|
721 |
-
margin-top: 15px; }
|
722 |
-
|
723 |
-
.quads-panel-body {
|
724 |
-
padding: 40px; }
|
725 |
-
|
726 |
-
.quads-panel-body .quads-adsense-width-heigth label {
|
727 |
-
font-size: 12px;
|
728 |
-
DISPLAY: block;
|
729 |
-
WIDTH: 52PX;
|
730 |
-
margin-right: 10px; }
|
731 |
-
|
732 |
-
.quads-panel-body .quads-adsense-width-heigth input {
|
733 |
-
width: 52PX;
|
734 |
-
font-size: 16px;
|
735 |
-
padding: 0; }
|
736 |
-
|
737 |
-
.quads-panel-body td:nth-child(1) {
|
738 |
-
width: 240px; }
|
739 |
-
|
740 |
-
.quads-panel-body label {
|
741 |
-
color: #000000;
|
742 |
-
font-size: 18px; }
|
743 |
-
|
744 |
-
.quads-panel-body tr {
|
745 |
-
margin-bottom: 35px;
|
746 |
-
display: inline-block;
|
747 |
-
width: 100%; }
|
748 |
-
|
749 |
-
.quads-panel-body tr:last-child {
|
750 |
-
margin-bottom: 0; }
|
751 |
-
|
752 |
-
.quads-panel-body input {
|
753 |
-
border: 0;
|
754 |
-
border-radius: 0;
|
755 |
-
border-bottom: 1px solid #ddd;
|
756 |
-
font-size: 18px;
|
757 |
-
width: 278px; }
|
758 |
-
|
759 |
-
.quads-panel-body input[type="checkbox"] {
|
760 |
-
position: relative;
|
761 |
-
width: 1.2em;
|
762 |
-
height: 1.2em;
|
763 |
-
color: #363839;
|
764 |
-
border: 1px solid #bdc1c6;
|
765 |
-
border-radius: 4px;
|
766 |
-
-webkit-appearance: none;
|
767 |
-
-moz-appearance: none;
|
768 |
-
appearance: none;
|
769 |
-
outline: 0;
|
770 |
-
cursor: pointer; }
|
771 |
-
|
772 |
-
.quads-panel-body input[type="checkbox"]::before {
|
773 |
-
position: absolute;
|
774 |
-
content: '';
|
775 |
-
display: block;
|
776 |
-
top: 6px;
|
777 |
-
left: 11px;
|
778 |
-
width: 4px;
|
779 |
-
height: 10px;
|
780 |
-
border-style: solid;
|
781 |
-
border-color: #fff;
|
782 |
-
border-width: 0 2px 2px 0;
|
783 |
-
-webkit-transform: rotate(45deg);
|
784 |
-
transform: rotate(45deg);
|
785 |
-
opacity: 0; }
|
786 |
-
|
787 |
-
.quads-panel-body input[type="checkbox"]:checked {
|
788 |
-
color: #fff;
|
789 |
-
border-color: #005aef;
|
790 |
-
background: #005aef; }
|
791 |
-
|
792 |
-
.quads-panel-body input[type="checkbox"]:checked::before {
|
793 |
-
opacity: 1; }
|
794 |
-
|
795 |
-
.quads-panel-body input[type="checkbox"]:checked ~ label::before {
|
796 |
-
-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
|
797 |
-
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }
|
798 |
-
|
799 |
-
.quads-panel-body input:focus {
|
800 |
-
box-shadow: none; }
|
801 |
-
|
802 |
-
.quads-panel-body select {
|
803 |
-
position: relative;
|
804 |
-
width: 220px; }
|
805 |
-
|
806 |
-
.quads-panel-body select {
|
807 |
-
position: relative;
|
808 |
-
font-family: inherit;
|
809 |
-
background-color: transparent;
|
810 |
-
width: 225px;
|
811 |
-
height: 50px;
|
812 |
-
padding: 7px 10px 7px 20px;
|
813 |
-
font-size: 18px;
|
814 |
-
border-radius: 0;
|
815 |
-
border: none;
|
816 |
-
border: 1px solid #F3F3F3;
|
817 |
-
box-shadow: 0px 1px 0px #CFCFCF;
|
818 |
-
appearance: none;
|
819 |
-
-webkit-appearance: none;
|
820 |
-
background-image: linear-gradient(45deg, transparent 50%, #999 50%), linear-gradient(135deg, #999 50%, transparent 50%);
|
821 |
-
background-position: calc(100% - 25px) calc(1em + 6px), calc(100% - 19px) calc(1em + 6px), calc(100% - 2.5em) 0.5em;
|
822 |
-
background-size: 6px 6px, 6px 6px, 1px 1.5em;
|
823 |
-
background-repeat: no-repeat; }
|
824 |
-
|
825 |
-
.quads-panel-body .quads-position-dropdown select {
|
826 |
-
width: auto; }
|
827 |
-
|
828 |
-
/* Remove focus */
|
829 |
-
.quads-panel-body select:focus {
|
830 |
-
outline: none; }
|
831 |
-
|
832 |
-
/* Use custom arrow */
|
833 |
-
.quads-panel-body select {
|
834 |
-
appearance: none;
|
835 |
-
-webkit-appearance: none; }
|
836 |
-
|
837 |
-
.quads-panel-body select:after {
|
838 |
-
position: absolute;
|
839 |
-
top: 18px;
|
840 |
-
right: 10px;
|
841 |
-
/* Styling the down arrow */
|
842 |
-
width: 0;
|
843 |
-
height: 0;
|
844 |
-
padding: 0;
|
845 |
-
content: '';
|
846 |
-
border-left: 6px solid transparent;
|
847 |
-
border-right: 6px solid transparent;
|
848 |
-
border-bottom: 6px solid transparent;
|
849 |
-
border-top: 6px solid rgba(0, 0, 0, 0.12);
|
850 |
-
pointer-events: none; }
|
851 |
-
|
852 |
-
/* active state */
|
853 |
-
.quads-panel-body select:focus, .quads-panel-body select:valid {
|
854 |
-
transition: 0.2s ease all; }
|
855 |
-
|
856 |
-
/* BOTTOM BARS ================================= */
|
857 |
-
.select-bar {
|
858 |
-
position: relative;
|
859 |
-
display: block;
|
860 |
-
width: 350px; }
|
861 |
-
|
862 |
-
.select-bar:before, .select-bar:after {
|
863 |
-
content: '';
|
864 |
-
height: 2px;
|
865 |
-
width: 0;
|
866 |
-
bottom: 1px;
|
867 |
-
position: absolute;
|
868 |
-
background: red;
|
869 |
-
transition: 0.2s ease all; }
|
870 |
-
|
871 |
-
.select-bar:before {
|
872 |
-
left: 50%; }
|
873 |
-
|
874 |
-
.select-bar:after {
|
875 |
-
right: 50%; }
|
876 |
-
|
877 |
-
/* active state */
|
878 |
-
.select-text:focus ~ .select-bar:before, .select-text:focus ~ .select-bar:after {
|
879 |
-
width: 50%; }
|
880 |
-
|
881 |
-
.quads-btn {
|
882 |
-
border: none;
|
883 |
-
color: white;
|
884 |
-
padding: 9px 18px;
|
885 |
-
text-align: center;
|
886 |
-
text-decoration: none;
|
887 |
-
display: inline-block;
|
888 |
-
font-size: 16px;
|
889 |
-
margin: 4px 2px;
|
890 |
-
cursor: pointer; }
|
891 |
-
|
892 |
-
.quads-btn:hover {
|
893 |
-
color: #fff; }
|
894 |
-
|
895 |
-
.quads-btn-primary {
|
896 |
-
background-color: #005aef;
|
897 |
-
font-size: 16px;
|
898 |
-
border-radius: 4px;
|
899 |
-
padding: 10px 20px; }
|
900 |
-
|
901 |
-
.quads-btn-default {
|
902 |
-
background-color: #e7e7e7;
|
903 |
-
color: black; }
|
904 |
-
|
905 |
-
.quads-generic-icon {
|
906 |
-
cursor: pointer;
|
907 |
-
position: relative;
|
908 |
-
left: 8px;
|
909 |
-
top: -1px; }
|
910 |
-
|
911 |
-
.quads-large-btn {
|
912 |
-
float: right; }
|
913 |
-
|
914 |
-
.quads-modal-popup {
|
915 |
-
position: fixed;
|
916 |
-
z-index: 1;
|
917 |
-
padding-top: 100px;
|
918 |
-
left: 0;
|
919 |
-
top: 0;
|
920 |
-
width: 100%;
|
921 |
-
left: 75px;
|
922 |
-
height: 100%;
|
923 |
-
overflow: auto;
|
924 |
-
background-color: black;
|
925 |
-
background-color: rgba(0, 0, 0, 0.4); }
|
926 |
-
|
927 |
-
/* Modal Content */
|
928 |
-
.quads-modal-popup-content {
|
929 |
-
background-color: #fefefe;
|
930 |
-
margin: auto;
|
931 |
-
padding: 20px;
|
932 |
-
border: 1px solid #888;
|
933 |
-
max-width: 100%; }
|
934 |
-
|
935 |
-
.quads-modal-popup-content h3 {
|
936 |
-
margin: 0; }
|
937 |
-
|
938 |
-
.quads-modal-content {
|
939 |
-
display: inline-block;
|
940 |
-
width: 100%;
|
941 |
-
margin-top: 30px; }
|
942 |
-
|
943 |
-
.quads-modal-content th {
|
944 |
-
font-weight: normal; }
|
945 |
-
|
946 |
-
.quads-full-page-modal-content {
|
947 |
-
background-color: #fff;
|
948 |
-
position: relative;
|
949 |
-
max-width: 93%;
|
950 |
-
height: 100vh; }
|
951 |
-
|
952 |
-
.quads-full-page-modal-content h3 {
|
953 |
-
position: relative;
|
954 |
-
top: 40px;
|
955 |
-
left: 52px;
|
956 |
-
font-weight: normal;
|
957 |
-
text-transform: uppercase;
|
958 |
-
letter-spacing: 2px;
|
959 |
-
font-size: 15px; }
|
960 |
-
|
961 |
-
.quads-full-page-modal-close {
|
962 |
-
float: right;
|
963 |
-
cursor: pointer; }
|
964 |
-
|
965 |
-
.quads-full-page-modal .quads-close-create-page {
|
966 |
-
position: absolute;
|
967 |
-
top: 40px;
|
968 |
-
right: 50px;
|
969 |
-
z-index: 100000001; }
|
970 |
-
|
971 |
-
/* The Close Button */
|
972 |
-
.quads-modal-close {
|
973 |
-
color: #aaaaaa;
|
974 |
-
float: right;
|
975 |
-
font-size: 28px;
|
976 |
-
font-weight: bold; }
|
977 |
-
|
978 |
-
.quads-modal-close:hover,
|
979 |
-
.quads-modal-close:focus {
|
980 |
-
color: #000;
|
981 |
-
text-decoration: none;
|
982 |
-
cursor: pointer; }
|
983 |
-
|
984 |
-
.quads-modal-error {
|
985 |
-
color: red; }
|
986 |
-
|
987 |
-
.quads-switch {
|
988 |
-
position: relative;
|
989 |
-
display: inline-block;
|
990 |
-
width: 30px;
|
991 |
-
height: 16px;
|
992 |
-
border: 20px; }
|
993 |
-
|
994 |
-
.quads-slider {
|
995 |
-
position: absolute;
|
996 |
-
cursor: pointer;
|
997 |
-
top: 0;
|
998 |
-
left: 0;
|
999 |
-
right: 0;
|
1000 |
-
bottom: 0;
|
1001 |
-
background-color: #b5b5b5;
|
1002 |
-
transition: .4s;
|
1003 |
-
border-radius: 20px; }
|
1004 |
-
|
1005 |
-
.quads-slider:before {
|
1006 |
-
position: absolute;
|
1007 |
-
content: "";
|
1008 |
-
height: 10px;
|
1009 |
-
width: 10px;
|
1010 |
-
left: 2px;
|
1011 |
-
bottom: 3px;
|
1012 |
-
background-color: #fff;
|
1013 |
-
transition: .4s;
|
1014 |
-
border-radius: 20px; }
|
1015 |
-
|
1016 |
-
input:checked + .quads-slider {
|
1017 |
-
background-color: #005af0;
|
1018 |
-
border-radius: 30px; }
|
1019 |
-
|
1020 |
-
input:focus + .quads-slider {
|
1021 |
-
box-shadow: 0 0 1px #2196F3; }
|
1022 |
-
|
1023 |
-
input:checked + .quads-slider:before {
|
1024 |
-
transform: translateX(15px); }
|
1025 |
-
|
1026 |
-
.quads-switch input {
|
1027 |
-
opacity: 0;
|
1028 |
-
width: 0;
|
1029 |
-
height: 0; }
|
1030 |
-
|
1031 |
-
.quads-message {
|
1032 |
-
display: block;
|
1033 |
-
padding: 10px;
|
1034 |
-
border: 1px solid #FBFBFB;
|
1035 |
-
border-radius: 2px;
|
1036 |
-
background-color: #F8F8F7;
|
1037 |
-
position: absolute;
|
1038 |
-
max-width: 500px;
|
1039 |
-
z-index: 9999;
|
1040 |
-
display: none;
|
1041 |
-
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
|
1042 |
-
font-weight: normal;
|
1043 |
-
line-height: 20px;
|
1044 |
-
text-transform: none;
|
1045 |
-
font-size: 14px; }
|
1046 |
-
|
1047 |
-
.quads-target-item {
|
1048 |
-
background-color: rgba(0, 126, 255, 0.08);
|
1049 |
-
border-radius: 20px;
|
1050 |
-
border: 1px solid rgba(0, 126, 255, 0.24);
|
1051 |
-
color: #002638;
|
1052 |
-
float: left;
|
1053 |
-
font-size: 14px;
|
1054 |
-
line-height: 1.4;
|
1055 |
-
position: relative;
|
1056 |
-
margin-bottom: 0;
|
1057 |
-
margin-right: 10px;
|
1058 |
-
margin-top: 10px;
|
1059 |
-
vertical-align: top;
|
1060 |
-
padding: 5px 25px 5px 10px; }
|
1061 |
-
|
1062 |
-
.quads-user-targeting {
|
1063 |
-
margin: 5px 0 0 0; }
|
1064 |
-
|
1065 |
-
.quads-user-targeting-label {
|
1066 |
-
color: #666;
|
1067 |
-
font-size: 14px;
|
1068 |
-
margin-bottom: 25px; }
|
1069 |
-
|
1070 |
-
.quads-user-targeting h2 {
|
1071 |
-
font-weight: normal;
|
1072 |
-
font-size: 18px;
|
1073 |
-
color: #333;
|
1074 |
-
margin: 0px; }
|
1075 |
-
|
1076 |
-
.quads-user-targeting a .material-icons {
|
1077 |
-
color: #005aef;
|
1078 |
-
cursor: pointer; }
|
1079 |
-
|
1080 |
-
.quads-user-targeting a span {
|
1081 |
-
top: 5px;
|
1082 |
-
position: relative;
|
1083 |
-
left: 5px; }
|
1084 |
-
|
1085 |
-
a.quads-nav-link-active {
|
1086 |
-
border-bottom: 3px solid #005af0 !important;
|
1087 |
-
position: relative;
|
1088 |
-
padding: 19px 20px;
|
1089 |
-
color: #005af0 !important; }
|
1090 |
-
|
1091 |
-
.quads-ad-tab ul li .quads-nav-link .quads-nav-link-active {
|
1092 |
-
color: #1A73E8;
|
1093 |
-
border-bottom: 3px solid #1A73E8; }
|
1094 |
-
|
1095 |
-
.quads-target-item-list {
|
1096 |
-
width: 100%;
|
1097 |
-
display: inline-block; }
|
1098 |
-
|
1099 |
-
.quads-target-icon {
|
1100 |
-
cursor: pointer;
|
1101 |
-
float: right;
|
1102 |
-
position: absolute;
|
1103 |
-
right: 5px; }
|
1104 |
-
|
1105 |
-
.quads-target-icon .material-icons {
|
1106 |
-
font-size: 18px; }
|
1107 |
-
|
1108 |
-
.quads-targeting-selection tr {
|
1109 |
-
margin-bottom: 5px; }
|
1110 |
-
|
1111 |
-
.quads-targeting-selection table td {
|
1112 |
-
width: 270px !important;
|
1113 |
-
padding: 15px 15px 0px 0; }
|
1114 |
-
|
1115 |
-
.quads-target-label {
|
1116 |
-
border-bottom-right-radius: 2px;
|
1117 |
-
border-top-right-radius: 2px;
|
1118 |
-
cursor: default;
|
1119 |
-
padding: 2px 5px; }
|
1120 |
-
|
1121 |
-
.quads-targeting-selection {
|
1122 |
-
margin-top: 10px;
|
1123 |
-
margin-bottom: 20px;
|
1124 |
-
color: #000; }
|
1125 |
-
|
1126 |
-
.quads-btn-spinner {
|
1127 |
-
display: inline-block;
|
1128 |
-
width: 10px;
|
1129 |
-
height: 10px;
|
1130 |
-
margin-right: 10px;
|
1131 |
-
border: 3px solid rgba(255, 255, 255, 0.3);
|
1132 |
-
border-radius: 50%;
|
1133 |
-
border-top-color: #fff;
|
1134 |
-
animation: spin 1s ease-in-out infinite;
|
1135 |
-
-webkit-animation: spin 1s ease-in-out infinite; }
|
1136 |
-
|
1137 |
-
@keyframes spin {
|
1138 |
-
to {
|
1139 |
-
-webkit-transform: rotate(360deg); } }
|
1140 |
-
|
1141 |
-
@-webkit-keyframes spin {
|
1142 |
-
to {
|
1143 |
-
-webkit-transform: rotate(360deg); } }
|
1144 |
-
|
1145 |
-
/* Progress Bar */
|
1146 |
-
.progress {
|
1147 |
-
position: relative;
|
1148 |
-
height: 4px;
|
1149 |
-
display: block;
|
1150 |
-
width: 100%;
|
1151 |
-
background-color: #acece6;
|
1152 |
-
border-radius: 2px;
|
1153 |
-
background-clip: padding-box;
|
1154 |
-
margin: 0.5rem 0 1rem 0;
|
1155 |
-
overflow: hidden; }
|
1156 |
-
|
1157 |
-
.progress .determinate {
|
1158 |
-
position: absolute;
|
1159 |
-
background-color: inherit;
|
1160 |
-
top: 0;
|
1161 |
-
bottom: 0;
|
1162 |
-
background-color: #26a69a;
|
1163 |
-
transition: width .3s linear; }
|
1164 |
-
|
1165 |
-
.progress .indeterminate {
|
1166 |
-
background-color: #26a69a; }
|
1167 |
-
|
1168 |
-
.progress .indeterminate:before {
|
1169 |
-
content: '';
|
1170 |
-
position: absolute;
|
1171 |
-
background-color: inherit;
|
1172 |
-
top: 0;
|
1173 |
-
left: 0;
|
1174 |
-
bottom: 0;
|
1175 |
-
will-change: left, right;
|
1176 |
-
-webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
|
1177 |
-
animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; }
|
1178 |
-
|
1179 |
-
.progress .indeterminate:after {
|
1180 |
-
content: '';
|
1181 |
-
position: absolute;
|
1182 |
-
background-color: inherit;
|
1183 |
-
top: 0;
|
1184 |
-
left: 0;
|
1185 |
-
bottom: 0;
|
1186 |
-
will-change: left, right;
|
1187 |
-
-webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
|
1188 |
-
animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
|
1189 |
-
-webkit-animation-delay: 1.15s;
|
1190 |
-
animation-delay: 1.15s; }
|
1191 |
-
|
1192 |
-
@-webkit-keyframes indeterminate {
|
1193 |
-
0% {
|
1194 |
-
left: -35%;
|
1195 |
-
right: 100%; }
|
1196 |
-
60% {
|
1197 |
-
left: 100%;
|
1198 |
-
right: -90%; }
|
1199 |
-
100% {
|
1200 |
-
left: 100%;
|
1201 |
-
right: -90%; } }
|
1202 |
-
|
1203 |
-
@keyframes indeterminate {
|
1204 |
-
0% {
|
1205 |
-
left: -35%;
|
1206 |
-
right: 100%; }
|
1207 |
-
60% {
|
1208 |
-
left: 100%;
|
1209 |
-
right: -90%; }
|
1210 |
-
100% {
|
1211 |
-
left: 100%;
|
1212 |
-
right: -90%; } }
|
1213 |
-
|
1214 |
-
@-webkit-keyframes indeterminate-short {
|
1215 |
-
0% {
|
1216 |
-
left: -200%;
|
1217 |
-
right: 100%; }
|
1218 |
-
60% {
|
1219 |
-
left: 107%;
|
1220 |
-
right: -8%; }
|
1221 |
-
100% {
|
1222 |
-
left: 107%;
|
1223 |
-
right: -8%; } }
|
1224 |
-
|
1225 |
-
@keyframes indeterminate-short {
|
1226 |
-
0% {
|
1227 |
-
left: -200%;
|
1228 |
-
right: 100%; }
|
1229 |
-
60% {
|
1230 |
-
left: 107%;
|
1231 |
-
right: -8%; }
|
1232 |
-
100% {
|
1233 |
-
left: 107%;
|
1234 |
-
right: -8%; } }
|
1235 |
-
|
1236 |
-
.quads-ad-create {
|
1237 |
-
background-color: #005af0;
|
1238 |
-
border: none;
|
1239 |
-
color: white;
|
1240 |
-
padding: 10px 20px;
|
1241 |
-
text-align: center;
|
1242 |
-
text-decoration: none;
|
1243 |
-
display: inline-block;
|
1244 |
-
font-size: 16px;
|
1245 |
-
margin: 4px 2px;
|
1246 |
-
cursor: pointer; }
|
1247 |
-
|
1248 |
-
.quads-logo {
|
1249 |
-
height: 42px; }
|
1250 |
-
|
1251 |
-
.quads-ad-header {
|
1252 |
-
display: flex;
|
1253 |
-
padding: 17px 0% 17px 2%;
|
1254 |
-
align-items: center;
|
1255 |
-
height: 35px;
|
1256 |
-
background: #fff;
|
1257 |
-
width: 98%;
|
1258 |
-
align-items: center;
|
1259 |
-
justify-content: space-between;
|
1260 |
-
border-bottom: 1px solid #D8D8D8;
|
1261 |
-
box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 6px 0px; }
|
1262 |
-
|
1263 |
-
.quads-ad-menu {
|
1264 |
-
display: flex; }
|
1265 |
-
|
1266 |
-
.quads-ad-tab ul li h2, .quads-ad-tab ul li {
|
1267 |
-
font-size: 22px;
|
1268 |
-
font-weight: 400; }
|
1269 |
-
|
1270 |
-
.quads-ad-tab ul {
|
1271 |
-
margin: 0; }
|
1272 |
-
|
1273 |
-
.quads-ad-tab ul li a {
|
1274 |
-
color: #111111;
|
1275 |
-
text-decoration: none;
|
1276 |
-
padding: 20px 30px; }
|
1277 |
-
|
1278 |
-
.quads-ad-tab ul li a:focus {
|
1279 |
-
box-shadow: none; }
|
1280 |
-
|
1281 |
-
.quads-segment .quads-segment {
|
1282 |
-
padding: 14px 40px 20px 40px; }
|
1283 |
-
|
1284 |
-
.quads-ad-tab ul li {
|
1285 |
-
display: inline-block;
|
1286 |
-
margin-bottom: 0; }
|
1287 |
-
|
1288 |
-
.quads-ad-tab ul li a.quads-btn {
|
1289 |
-
border: 1px solid #1A73E8;
|
1290 |
-
background: none;
|
1291 |
-
padding: 11px 16px 11px 43px;
|
1292 |
-
border-radius: 50px;
|
1293 |
-
font-size: 18px;
|
1294 |
-
position: relative;
|
1295 |
-
margin: 0px 30px 0px 15px;
|
1296 |
-
position: relative;
|
1297 |
-
top: 0px; }
|
1298 |
-
|
1299 |
-
.quads-ad-tab ul li a.quads-btn span {
|
1300 |
-
font-size: 32px;
|
1301 |
-
color: #1A73E8;
|
1302 |
-
position: absolute;
|
1303 |
-
top: 4px;
|
1304 |
-
left: 5px; }
|
1305 |
-
|
1306 |
-
.quads-ad-tab ul li a.quads-btn:hover {
|
1307 |
-
background: #1873e8;
|
1308 |
-
color: #fff; }
|
1309 |
-
|
1310 |
-
.quads-ad-tab ul li a.quads-btn:hover span {
|
1311 |
-
color: #fff; }
|
1312 |
-
|
1313 |
-
.toplevel_page_quads-settings {
|
1314 |
-
background: #F9F9F9; }
|
1315 |
-
|
1316 |
-
.quads_editpage {
|
1317 |
-
background: #fff; }
|
1318 |
-
|
1319 |
-
.toplevel_page_quads-settings #wpcontent {
|
1320 |
-
padding-left: 0; }
|
1321 |
-
|
1322 |
-
.quads-settings-group {
|
1323 |
-
padding: 30px 60px;
|
1324 |
-
font-size: 15px;
|
1325 |
-
color: #666;
|
1326 |
-
text-transform: capitalize; }
|
1327 |
-
|
1328 |
-
.quads-btn-navigate {
|
1329 |
-
padding: 0px 60px; }
|
1330 |
-
|
1331 |
-
.quads-btn-navigate .quads-btn-primary {
|
1332 |
-
padding: 15px 25px; }
|
1333 |
-
|
1334 |
-
.quads-ad-input input {
|
1335 |
-
border: 0;
|
1336 |
-
width: 350px;
|
1337 |
-
border-bottom: 1px solid #ddd;
|
1338 |
-
border-radius: 0;
|
1339 |
-
font-size: 22px;
|
1340 |
-
padding: 0; }
|
1341 |
-
|
1342 |
-
.quads-ad-input {
|
1343 |
-
padding: 12px 52px; }
|
1344 |
-
|
1345 |
-
.quads-ad-input input:focus {
|
1346 |
-
outline: 0;
|
1347 |
-
box-shadow: none; }
|
1348 |
-
|
1349 |
-
.quads-live-wrapper {
|
1350 |
-
text-align: center; }
|
1351 |
-
|
1352 |
-
.quads_live p {
|
1353 |
-
font-size: 28px;
|
1354 |
-
color: #333; }
|
1355 |
-
|
1356 |
-
.quads_live span {
|
1357 |
-
font-weight: bold; }
|
1358 |
-
|
1359 |
-
.live-two {
|
1360 |
-
max-width: 320px;
|
1361 |
-
margin: 0 auto;
|
1362 |
-
padding: 15px 0; }
|
1363 |
-
|
1364 |
-
.live-two-left {
|
1365 |
-
float: left; }
|
1366 |
-
|
1367 |
-
.live-two-right a {
|
1368 |
-
float: left;
|
1369 |
-
color: #333;
|
1370 |
-
margin-top: 30px;
|
1371 |
-
margin-left: 25px;
|
1372 |
-
font-size: 15px;
|
1373 |
-
text-decoration: none;
|
1374 |
-
line-height: 1.6; }
|
1375 |
-
|
1376 |
-
.live-two-right span {
|
1377 |
-
display: block;
|
1378 |
-
font-style: italic; }
|
1379 |
-
|
1380 |
-
.live-three-one, .live-three-one:hover {
|
1381 |
-
background: none;
|
1382 |
-
color: #333;
|
1383 |
-
font-size: 14px; }
|
1384 |
-
|
1385 |
-
.live-three-two {
|
1386 |
-
font-size: 16px;
|
1387 |
-
padding: 14px 26px 14px 50px;
|
1388 |
-
position: relative; }
|
1389 |
-
|
1390 |
-
.live-three-two-dashboard {
|
1391 |
-
position: absolute;
|
1392 |
-
left: 19px;
|
1393 |
-
top: 11px;
|
1394 |
-
font-size: 26px; }
|
1395 |
-
|
1396 |
-
.nodatatable a.quads-btn {
|
1397 |
-
padding: 11px 16px 11px 43px;
|
1398 |
-
position: relative; }
|
1399 |
-
|
1400 |
-
.nodatatable a.quads-btn span {
|
1401 |
-
position: absolute;
|
1402 |
-
top: 12px;
|
1403 |
-
left: 13px;
|
1404 |
-
color: rgba(255, 255, 255, 0.9); }
|
1405 |
-
|
1406 |
-
.amp_configuration {
|
1407 |
-
display: inline-block; }
|
1408 |
-
|
1409 |
-
.amp_configuration img {
|
1410 |
-
opacity: 50%; }
|
1411 |
-
|
1412 |
-
.quads-got_pro {
|
1413 |
-
font-size: 13px !important;
|
1414 |
-
padding: 6px 12px;
|
1415 |
-
border-radius: 60px;
|
1416 |
-
background: -webkit-linear-gradient(to right, #eb3349, #f45c43);
|
1417 |
-
background: linear-gradient(to right, #eb3349, #f45c43);
|
1418 |
-
color: #fff !important;
|
1419 |
-
box-shadow: 0em 0.15em 0.65em 0em rgba(0, 0, 0, 0.25);
|
1420 |
-
margin: 0 auto 0 23px;
|
1421 |
-
text-decoration: none;
|
1422 |
-
font-weight: 500; }
|
1423 |
-
|
1424 |
-
.quads-large-popup {
|
1425 |
-
position: fixed;
|
1426 |
-
top: 30px;
|
1427 |
-
left: 30px;
|
1428 |
-
right: 30px;
|
1429 |
-
bottom: 30px;
|
1430 |
-
z-index: 160000; }
|
1431 |
-
|
1432 |
-
.quads-large-description {
|
1433 |
-
padding: 0px 16px;
|
1434 |
-
font-size: 16px;
|
1435 |
-
line-height: 5.0; }
|
1436 |
-
|
1437 |
-
.quads-large-popup-content {
|
1438 |
-
position: absolute;
|
1439 |
-
top: 0;
|
1440 |
-
left: 0;
|
1441 |
-
right: 0;
|
1442 |
-
bottom: 0;
|
1443 |
-
overflow: auto;
|
1444 |
-
min-height: 300px;
|
1445 |
-
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.7);
|
1446 |
-
background: #fcfcfc;
|
1447 |
-
-webkit-font-smoothing: subpixel-antialiased; }
|
1448 |
-
|
1449 |
-
.quads-large-close {
|
1450 |
-
cursor: pointer;
|
1451 |
-
height: 50px;
|
1452 |
-
width: 50px;
|
1453 |
-
padding: 0;
|
1454 |
-
text-align: center;
|
1455 |
-
float: right;
|
1456 |
-
font-size: 23px;
|
1457 |
-
border-left: 1px solid #ccc;
|
1458 |
-
line-height: 2; }
|
1459 |
-
|
1460 |
-
.quads-large-popup-bglayout {
|
1461 |
-
position: fixed;
|
1462 |
-
top: 0;
|
1463 |
-
left: 0;
|
1464 |
-
right: 0;
|
1465 |
-
bottom: 0;
|
1466 |
-
min-height: 360px;
|
1467 |
-
background: #000;
|
1468 |
-
opacity: 0.7;
|
1469 |
-
z-index: 159900; }
|
1470 |
-
|
1471 |
-
.quads-large-popup-title {
|
1472 |
-
left: 0;
|
1473 |
-
right: 150px;
|
1474 |
-
position: absolute;
|
1475 |
-
top: 0;
|
1476 |
-
height: 50px;
|
1477 |
-
z-index: 200;
|
1478 |
-
box-sizing: content-box; }
|
1479 |
-
|
1480 |
-
.quads-large-popup-title h1 {
|
1481 |
-
padding: 0 16px;
|
1482 |
-
font-size: 22px;
|
1483 |
-
line-height: 2.27272727;
|
1484 |
-
margin: 0; }
|
1485 |
-
|
1486 |
/*.quads-large-popup * {
|
1487 |
box-sizing: content-box;
|
1488 |
-
}*/
|
1489 |
-
.quads-large-content {
|
1490 |
-
border-bottom: none;
|
1491 |
-
bottom: 0;
|
1492 |
-
top: 50px;
|
1493 |
-
left: 0;
|
1494 |
-
position: absolute;
|
1495 |
-
right: 0;
|
1496 |
-
height: auto;
|
1497 |
-
width: auto;
|
1498 |
-
margin: 0;
|
1499 |
-
overflow: auto;
|
1500 |
-
background: #fff;
|
1501 |
-
border-top: 1px solid #ddd;
|
1502 |
-
padding: 15px 20px; }
|
1503 |
-
|
1504 |
-
.quads-large-content .form-table span {
|
1505 |
-
width: 100%;
|
1506 |
-
display: inline-block;
|
1507 |
-
margin-bottom: 10px; }
|
1508 |
-
|
1509 |
-
.quads-large-content .form-table .color-pick-swatch {
|
1510 |
-
background: #fff;
|
1511 |
-
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
|
1512 |
-
cursor: pointer;
|
1513 |
-
padding: 0;
|
1514 |
-
display: inline-flex;
|
1515 |
-
align-items: center;
|
1516 |
-
border: 1px solid #ccc;
|
1517 |
-
border-radius: 2px; }
|
1518 |
-
|
1519 |
-
.quads-large-content .form-table .color-pick-popover {
|
1520 |
-
position: absolute;
|
1521 |
-
z-index: 2; }
|
1522 |
-
|
1523 |
-
.quads-large-content .form-table .color-pick-cover {
|
1524 |
-
position: fixed;
|
1525 |
-
top: 0px;
|
1526 |
-
right: 0px;
|
1527 |
-
bottom: 0px;
|
1528 |
-
left: 0px; }
|
1529 |
-
|
1530 |
-
.quads-large-content .form-table .color-pick-color {
|
1531 |
-
width: 32px;
|
1532 |
-
height: 28px;
|
1533 |
-
border-radius: 2px;
|
1534 |
-
border-right: 1px solid #ccc; }
|
1535 |
-
|
1536 |
-
.quads-large-content .form-table .wp-color-result-text {
|
1537 |
-
background: none;
|
1538 |
-
border-left: none;
|
1539 |
-
padding-left: 8px;
|
1540 |
-
font-size: 12px;
|
1541 |
-
padding-right: 6px;
|
1542 |
-
height: 18px; }
|
1543 |
-
|
1544 |
-
.quads-large-content .form-table td {
|
1545 |
-
margin-bottom: 9px;
|
1546 |
-
padding: 15px 10px;
|
1547 |
-
line-height: 1.3;
|
1548 |
-
vertical-align: middle;
|
1549 |
-
text-align: left; }
|
1550 |
-
|
1551 |
-
.quads-large-content b {
|
1552 |
-
text-transform: uppercase;
|
1553 |
-
font-size: 16px; }
|
1554 |
-
|
1555 |
-
.quads-general-helper-new {
|
1556 |
-
opacity: .5;
|
1557 |
-
background-color: #005af0; }
|
1558 |
-
|
1559 |
-
tr:hover .quads-general-helper-new, .quads-general-helper-new:hover {
|
1560 |
-
opacity: 1; }
|
1561 |
-
|
1562 |
-
.quads_pro_alert {
|
1563 |
-
color: #ffb229;
|
1564 |
-
margin-top: 2px; }
|
1565 |
-
|
1566 |
-
span.lifetime {
|
1567 |
-
color: #00A66B; }
|
1568 |
-
|
1569 |
-
input:checked + .quads-slider {
|
1570 |
-
background-color: #005af0;
|
1571 |
-
border-radius: 30px; }
|
1572 |
-
|
1573 |
-
.grid_style_ad .quads-switch {
|
1574 |
-
margin: 3px 0px 0px 15px; }
|
1575 |
-
|
1576 |
-
input#grid_data_ad_column, input#grid_data_ad_row {
|
1577 |
-
width: 100px; }
|
1578 |
-
|
1579 |
-
.quads-ad-tab .quads-nav-link {
|
1580 |
-
border-bottom: 3px solid transparent; }
|
1581 |
/*
|
1582 |
To change this license header, choose License Headers in Project Properties.
|
1583 |
To change this template file, choose Tools | Templates
|
1584 |
and open the template in the editor.
|
1585 |
-
*/
|
1586 |
/*
|
1587 |
Created on : Jan 28, 2020, 11:41:08 AM
|
1588 |
Author : Magazine3
|
1589 |
-
*/
|
1590 |
-
.alert_get_pro {
|
1591 |
-
font-size: 12px; }
|
1592 |
-
|
1593 |
-
.alert_get_pro .quads-got_pro.premium_features_btn {
|
1594 |
-
margin: 0; }
|
1595 |
-
|
1596 |
-
.quads-settings-saved-msg {
|
1597 |
-
background: blue;
|
1598 |
-
color: #fff;
|
1599 |
-
display: block;
|
1600 |
-
width: 100%;
|
1601 |
-
background: greee;
|
1602 |
-
padding: 10px;
|
1603 |
-
margin: 0 0 5px;
|
1604 |
-
border-radius: 4px;
|
1605 |
-
font-size: 16px;
|
1606 |
-
font-family: arial,sans-serif;
|
1607 |
-
line-height: 17px;
|
1608 |
-
position: relative;
|
1609 |
-
pointer-events: all !important;
|
1610 |
-
display: block;
|
1611 |
-
position: fixed;
|
1612 |
-
width: 200px;
|
1613 |
-
pointer-events: none !important;
|
1614 |
-
letter-spacing: normal;
|
1615 |
-
z-index: 9999999;
|
1616 |
-
bottom: 20px;
|
1617 |
-
right: 20px;
|
1618 |
-
box-shadow: 5px 5px 5px grey; }
|
1619 |
-
|
1620 |
-
.quads-settings-tab ul {
|
1621 |
-
margin: 0;
|
1622 |
-
background-color: #fff;
|
1623 |
-
margin-top: 20px;
|
1624 |
-
padding: 20px 0px;
|
1625 |
-
border-bottom: 1px solid #E1E1E1; }
|
1626 |
-
|
1627 |
-
.quads-settings-tab ul li a {
|
1628 |
-
padding: 20px;
|
1629 |
-
font-size: 16px;
|
1630 |
-
color: #333;
|
1631 |
-
text-decoration: none;
|
1632 |
-
font-weight: 500; }
|
1633 |
-
|
1634 |
-
.quads-settings-tab ul li a:focus {
|
1635 |
-
outline: 0;
|
1636 |
-
box-shadow: none; }
|
1637 |
-
|
1638 |
-
.quads-settings-tab ul h2 {
|
1639 |
-
margin: 0; }
|
1640 |
-
|
1641 |
-
a.quads-nav-link-active {
|
1642 |
-
border-bottom: 3px solid #005af0 !important;
|
1643 |
-
position: relative;
|
1644 |
-
padding: 19px 20px;
|
1645 |
-
color: #005af0 !important; }
|
1646 |
-
|
1647 |
-
.quads-settings-tab ul li {
|
1648 |
-
display: inline-block;
|
1649 |
-
line-height: 22px;
|
1650 |
-
margin-bottom: 0; }
|
1651 |
-
|
1652 |
-
.quads-settings-content {
|
1653 |
-
background-color: #fff;
|
1654 |
-
min-height: 500px;
|
1655 |
-
display: inline-grid;
|
1656 |
-
grid-template-columns: 1fr 250px;
|
1657 |
-
width: 100%;
|
1658 |
-
grid-gap: 30px; }
|
1659 |
-
|
1660 |
-
.quads-settings-tab-container {
|
1661 |
-
padding: 15px 25px 25px 30px; }
|
1662 |
-
|
1663 |
-
.quads-settings-tab-container .form-table {
|
1664 |
-
margin-top: 0; }
|
1665 |
-
|
1666 |
-
.quads-settings-tab-container label {
|
1667 |
-
font-size: 16px;
|
1668 |
-
font-weight: normal;
|
1669 |
-
color: #333; }
|
1670 |
-
|
1671 |
-
.quads-settings-tab-container th {
|
1672 |
-
width: 280px; }
|
1673 |
-
|
1674 |
-
#quads-submit-button {
|
1675 |
-
margin: 15px; }
|
1676 |
-
|
1677 |
-
.quads-premium-cus {
|
1678 |
-
margin-top: 5px;
|
1679 |
-
width: 300px;
|
1680 |
-
padding: 18px 20px;
|
1681 |
-
margin: 4px 2px; }
|
1682 |
-
|
1683 |
-
.quads-help-support input, textarea, select {
|
1684 |
-
width: 100%; }
|
1685 |
-
|
1686 |
-
.quads-help-support select {
|
1687 |
-
max-width: 100%; }
|
1688 |
-
|
1689 |
-
.quads-system-info {
|
1690 |
-
width: 580px;
|
1691 |
-
height: 400px;
|
1692 |
-
font-family: Menlo, Monaco, monospace;
|
1693 |
-
background: none;
|
1694 |
-
white-space: pre;
|
1695 |
-
overflow: auto;
|
1696 |
-
display: block; }
|
1697 |
-
|
1698 |
-
.quads-save-settings {
|
1699 |
-
padding: 25px; }
|
1700 |
-
|
1701 |
-
.importampforwpmsgprocessing {
|
1702 |
-
background-color: #edf7ed;
|
1703 |
-
padding: 6px 16px;
|
1704 |
-
font-size: 0.875rem; }
|
1705 |
-
|
1706 |
-
/** New CSS **/
|
1707 |
-
.quads-settings-tab-container .quads-hs {
|
1708 |
-
display: inline-grid;
|
1709 |
-
width: 100%;
|
1710 |
-
box-sizing: border-box;
|
1711 |
-
grid-template-columns: 1fr 1fr;
|
1712 |
-
grid-gap: 50px; }
|
1713 |
-
|
1714 |
-
.quads-docm {
|
1715 |
-
order: 1;
|
1716 |
-
flex: 1 0 40%;
|
1717 |
-
margin-top: 20px; }
|
1718 |
-
|
1719 |
-
.quads-help-support {
|
1720 |
-
width: 100%; }
|
1721 |
-
|
1722 |
-
a.quads-doc-link {
|
1723 |
-
background: #fff;
|
1724 |
-
border-radius: 5px 5px 5px 5px;
|
1725 |
-
box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.13);
|
1726 |
-
display: inline-block;
|
1727 |
-
padding: 35px;
|
1728 |
-
width: 100%;
|
1729 |
-
text-decoration: none;
|
1730 |
-
text-align: center;
|
1731 |
-
transition: all 0.3s ease-in-out 0s;
|
1732 |
-
box-sizing: border-box; }
|
1733 |
-
|
1734 |
-
a.quads-doc-link:hover {
|
1735 |
-
box-shadow: 0 7px 35px 0 rgba(0, 0, 0, 0.18); }
|
1736 |
-
|
1737 |
-
.quads-doc-link h4 {
|
1738 |
-
font-size: 23px;
|
1739 |
-
line-height: 1.2;
|
1740 |
-
font-weight: 700;
|
1741 |
-
color: #434264;
|
1742 |
-
margin: 0px 0px 15px; }
|
1743 |
-
|
1744 |
-
.quads-doc-link p {
|
1745 |
-
font-size: 16px;
|
1746 |
-
font-weight: 300;
|
1747 |
-
line-height: 1.5em;
|
1748 |
-
color: #5c6771;
|
1749 |
-
margin: 0px 0px 15px; }
|
1750 |
-
|
1751 |
-
.quads-doc-link span {
|
1752 |
-
color: #005af0;
|
1753 |
-
font-size: 14px;
|
1754 |
-
font-weight: 500;
|
1755 |
-
border-width: 0; }
|
1756 |
-
|
1757 |
-
.quads-pre-cu {
|
1758 |
-
display: inline-flex;
|
1759 |
-
align-items: center;
|
1760 |
-
width: 100%;
|
1761 |
-
justify-content: space-between; }
|
1762 |
-
|
1763 |
-
.quads-bnr {
|
1764 |
-
margin-top: 30px; }
|
1765 |
-
|
1766 |
-
@media (min-width: 1280px) {
|
1767 |
-
.quads-docm {
|
1768 |
-
width: 300px; } }
|
1769 |
-
|
1770 |
-
@media (max-width: 1200px) {
|
1771 |
-
.quads-settings-tab-container .quads-hs {
|
1772 |
-
grid-gap: 30px; } }
|
1773 |
-
|
1774 |
-
@media (max-width: 1180px) {
|
1775 |
-
.quads-settings-content {
|
1776 |
-
grid-template-columns: 1fr; } }
|
1777 |
-
|
1778 |
-
@media (max-width: 980px) {
|
1779 |
-
.quads-settings-content {
|
1780 |
-
grid-template-columns: 1fr;
|
1781 |
-
grid-gap: 10px; }
|
1782 |
-
.quads-bnr {
|
1783 |
-
margin-top: 0; } }
|
1784 |
-
|
1785 |
-
@media (max-width: 600px) {
|
1786 |
-
.quads-settings-tab-container .quads-hs {
|
1787 |
-
grid-template-columns: 1fr;
|
1788 |
-
grid-gap: 20px; } }
|
1789 |
-
|
1790 |
-
.adblock_support .quads-modal-popup-content {
|
1791 |
-
max-width: 980px !important; }
|
1792 |
-
|
1793 |
-
.adblock_support .quads-modal-popup-content {
|
1794 |
-
position: initial; }
|
1795 |
-
|
1796 |
-
.adblock_support .quads-modal-popup-content {
|
1797 |
-
max-width: 96% !important; }
|
1798 |
-
|
1799 |
-
.quads-modal-popup.adblock_support {
|
1800 |
-
position: fixed;
|
1801 |
-
z-index: 1;
|
1802 |
-
padding-top: 20px;
|
1803 |
-
left: 0;
|
1804 |
-
top: 0;
|
1805 |
-
width: 100%;
|
1806 |
-
left: 0;
|
1807 |
-
height: 100%;
|
1808 |
-
overflow: auto;
|
1809 |
-
background-color: black;
|
1810 |
-
background-color: rgba(0, 0, 0, 0.4);
|
1811 |
-
z-index: 99999; }
|
1812 |
-
|
1813 |
-
.adblock_support .quads-modal-popup-content h3 {
|
1814 |
-
padding: 15px 20px !important;
|
1815 |
-
border-bottom: 1px solid #ccc; }
|
1816 |
-
|
1817 |
-
.adblock_support .quads-modal-close {
|
1818 |
-
color: #444;
|
1819 |
-
float: right;
|
1820 |
-
font-size: 28px;
|
1821 |
-
font-weight: bold;
|
1822 |
-
position: relative;
|
1823 |
-
border-left: 1px solid #ccc;
|
1824 |
-
line-height: 2;
|
1825 |
-
padding: 0px 15px; }
|
1826 |
-
|
1827 |
-
.adblock_support .form-table td {
|
1828 |
-
margin-bottom: 9px;
|
1829 |
-
padding: 15px 10px;
|
1830 |
-
line-height: 1.3;
|
1831 |
-
vertical-align: middle;
|
1832 |
-
text-align: left; }
|
1833 |
-
|
1834 |
-
.adblock_support .quads-modal-content {
|
1835 |
-
background: #fff; }
|
1836 |
-
|
1837 |
-
.adblock_support .notice_type span {
|
1838 |
-
width: 100%;
|
1839 |
-
display: inline-block;
|
1840 |
-
margin-bottom: 10px; }
|
1841 |
-
|
1842 |
-
.adblock_support .quads-save-close {
|
1843 |
-
width: 100%;
|
1844 |
-
display: inline-block;
|
1845 |
-
position: sticky;
|
1846 |
-
bottom: 20px;
|
1847 |
-
top: auto;
|
1848 |
-
right: 0;
|
1849 |
-
background: #f1f1f1;
|
1850 |
-
left: 0; }
|
1851 |
-
|
1852 |
-
.quads-modal-content.adsforwp-quads-popup {
|
1853 |
-
text-align: left; }
|
1854 |
-
|
1855 |
-
.quads-modal-content.adsforwp-quads-popup .quads-switch {
|
1856 |
-
margin-left: 40px; }
|
1857 |
-
|
1858 |
-
input.quads-premium-cus {
|
1859 |
-
width: 300px;
|
1860 |
-
float: left;
|
1861 |
-
height: 10px;
|
1862 |
-
padding: 18px 20px;
|
1863 |
-
margin: 4px 2px; }
|
1864 |
-
|
1865 |
-
.quads-message {
|
1866 |
-
display: block;
|
1867 |
-
padding: 10px;
|
1868 |
-
border: 1px solid #FBFBFB;
|
1869 |
-
border-radius: 2px;
|
1870 |
-
background-color: #F8F8F7;
|
1871 |
-
position: absolute;
|
1872 |
-
max-width: 500px;
|
1873 |
-
z-index: 9999;
|
1874 |
-
display: none;
|
1875 |
-
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
|
1876 |
-
font-weight: normal;
|
1877 |
-
line-height: 20px;
|
1878 |
-
text-transform: none;
|
1879 |
-
font-size: 14px; }
|
1880 |
-
|
1881 |
-
.quads-icon-chevron-right:before {
|
1882 |
-
content: "\E900"; }
|
1883 |
-
|
1884 |
-
.quads-icon-chevron-left:before {
|
1885 |
-
content: "\E900";
|
1886 |
-
transform: rotate(180deg); }
|
1887 |
-
|
1888 |
-
.quads-icon-chevron-down:before {
|
1889 |
-
content: "\E901";
|
1890 |
-
transform: scale(0.6); }
|
1891 |
-
|
1892 |
-
.quads-icon-chevron-up:before {
|
1893 |
-
content: "\E902";
|
1894 |
-
top: 50%;
|
1895 |
-
transform: translateY(-50%) scale(0.6); }
|
1896 |
-
|
1897 |
-
.quads-icon-rollback:before {
|
1898 |
-
content: "\E903"; }
|
1899 |
-
|
1900 |
-
.quads-icon-addon:before,
|
1901 |
-
.quads-addonSubMenuItem:before {
|
1902 |
-
content: "\E904"; }
|
1903 |
-
|
1904 |
-
.quads-icon-addons:before,
|
1905 |
-
#quads-nav-addons:before {
|
1906 |
-
content: "\E905"; }
|
1907 |
-
|
1908 |
-
.quads-icon-book:before {
|
1909 |
-
content: "\E906"; }
|
1910 |
-
|
1911 |
-
.quads-icon-cdn:before,
|
1912 |
-
#quads-nav-page_cdn:before {
|
1913 |
-
content: "\E907"; }
|
1914 |
-
|
1915 |
-
.quads-icon-database:before,
|
1916 |
-
#quads-nav-database:before {
|
1917 |
-
content: "\E908"; }
|
1918 |
-
|
1919 |
-
.quads-icon-export:before {
|
1920 |
-
content: "\E909"; }
|
1921 |
-
|
1922 |
-
.quads-icon-files:before,
|
1923 |
-
#quads-nav-cache:before {
|
1924 |
-
content: "\E90A"; }
|
1925 |
-
|
1926 |
-
.quads-icon-help:before {
|
1927 |
-
content: "\E90B"; }
|
1928 |
-
|
1929 |
-
.quads-icon-home:before,
|
1930 |
-
#quads-nav-dashboard:before {
|
1931 |
-
content: "\E90C"; }
|
1932 |
-
|
1933 |
-
.quads-icon-import:before {
|
1934 |
-
content: "\E90D"; }
|
1935 |
-
|
1936 |
-
.quads-icon-important:before {
|
1937 |
-
content: "\E90E"; }
|
1938 |
-
|
1939 |
-
.quads-icon-information:before {
|
1940 |
-
content: "\E90F"; }
|
1941 |
-
|
1942 |
-
.quads-icon-information2:before {
|
1943 |
-
content: "\E910"; }
|
1944 |
-
|
1945 |
-
.quads-icon-interrogation:before {
|
1946 |
-
content: "\E911"; }
|
1947 |
-
|
1948 |
-
.quads-icon-media:before,
|
1949 |
-
#quads-nav-media:before {
|
1950 |
-
content: "\E912"; }
|
1951 |
-
|
1952 |
-
.quads-icon-plus:before {
|
1953 |
-
content: "\E913"; }
|
1954 |
-
|
1955 |
-
.quads-Page#dashboard .quads-infoAccount:before {
|
1956 |
-
content: "";
|
1957 |
-
position: relative;
|
1958 |
-
display: inline-block;
|
1959 |
-
width: 13px;
|
1960 |
-
height: 13px;
|
1961 |
-
background: #e0e4e9;
|
1962 |
-
border-radius: 50%;
|
1963 |
-
color: #fff;
|
1964 |
-
margin-right: 6px;
|
1965 |
-
text-align: center;
|
1966 |
-
top: 2px;
|
1967 |
-
font-size: 0.5rem;
|
1968 |
-
line-height: 1.625; }
|
1969 |
-
|
1970 |
-
.quads-Page#dashboard .quads-infoAccount.quads-isValid {
|
1971 |
-
color: #00a66b; }
|
1972 |
-
|
1973 |
-
.quads-infoAccount.quads-isValid:before {
|
1974 |
-
content: "\E920";
|
1975 |
-
font-family: "quads-icomoon";
|
1976 |
-
speak: none;
|
1977 |
-
background: #3ece9d;
|
1978 |
-
top: -1px;
|
1979 |
-
position: relative;
|
1980 |
-
display: inline-block;
|
1981 |
-
width: 13px;
|
1982 |
-
height: 13px;
|
1983 |
-
border-radius: 50%;
|
1984 |
-
color: #fff;
|
1985 |
-
margin-right: 6px;
|
1986 |
-
text-align: center;
|
1987 |
-
top: 0px;
|
1988 |
-
font-size: .5rem;
|
1989 |
-
line-height: 1.625; }
|
1990 |
-
|
1991 |
-
.quads-renewal-banner {
|
1992 |
-
background: #ffd400;
|
1993 |
-
display: flex;
|
1994 |
-
flex-flow: row wrap;
|
1995 |
-
align-items: center;
|
1996 |
-
justify-content: center;
|
1997 |
-
margin-top: 0px;
|
1998 |
-
padding: 8px; }
|
1999 |
-
|
2000 |
-
.quads-renew-message {
|
2001 |
-
margin: 0 16px; }
|
2002 |
-
|
2003 |
-
.quads-renew-message > p {
|
2004 |
-
font-size: 18px;
|
2005 |
-
margin: 0 0;
|
2006 |
-
font-weight: normal; }
|
2007 |
-
|
2008 |
-
.quads-renew-cta {
|
2009 |
-
display: block;
|
2010 |
-
background: #2b2b2b;
|
2011 |
-
border-radius: 64px;
|
2012 |
-
color: #ffd400;
|
2013 |
-
font-size: 15px;
|
2014 |
-
line-height: 1.125;
|
2015 |
-
font-weight: 600;
|
2016 |
-
padding: 9px 14px;
|
2017 |
-
text-decoration: none; }
|
2018 |
-
|
2019 |
-
.quads-renew-cta:hover,
|
2020 |
-
.quads-renew-cta:active,
|
2021 |
-
.quads-renew-cta:focus {
|
2022 |
-
color: #fff; }
|
2023 |
-
|
2024 |
-
.quads-renew-cta::after {
|
2025 |
-
content: "\2192";
|
2026 |
-
font-weight: normal;
|
2027 |
-
margin-left: 8px; }
|
2028 |
-
|
2029 |
-
.quads-button {
|
2030 |
-
position: relative;
|
2031 |
-
display: inline-block;
|
2032 |
-
width: auto;
|
2033 |
-
padding: 8px 24px;
|
2034 |
-
text-align: center;
|
2035 |
-
box-shadow: 0px 4px 6px rgba(50, 50, 93, 0.11);
|
2036 |
-
text-transform: uppercase;
|
2037 |
-
text-decoration: none;
|
2038 |
-
letter-spacing: -0.08px;
|
2039 |
-
font-weight: bold;
|
2040 |
-
border-radius: 4px;
|
2041 |
-
color: #fff !important;
|
2042 |
-
white-space: nowrap;
|
2043 |
-
-webkit-backface-visibility: hidden;
|
2044 |
-
backface-visibility: hidden;
|
2045 |
-
transition: all 200ms ease-out;
|
2046 |
-
-webkit-transition: all 200ms ease-out;
|
2047 |
-
font-size: 0.8125rem;
|
2048 |
-
line-height: 1.53846;
|
2049 |
-
bottom: 0px; }
|
2050 |
-
|
2051 |
-
.quads-button:hover,
|
2052 |
-
.quads-button:focus {
|
2053 |
-
color: #fff !important;
|
2054 |
-
transform: translateY(-2px);
|
2055 |
-
box-shadow: 0px 7px 14px rgba(50, 50, 93, 0.25); }
|
2056 |
-
|
2057 |
-
.quads-button--small {
|
2058 |
-
padding: 6px 5px;
|
2059 |
-
letter-spacing: 0px;
|
2060 |
-
font-size: 15px;
|
2061 |
-
font-weight: 600;
|
2062 |
-
line-height: 1.81818;
|
2063 |
-
text-transform: inherit; }
|
2064 |
-
|
2065 |
-
.quads-button-btn {
|
2066 |
-
padding-left: 10px;
|
2067 |
-
padding-right: 33px;
|
2068 |
-
text-align: left;
|
2069 |
-
background: #005aef; }
|
2070 |
-
|
2071 |
-
.quads-button-btn:before {
|
2072 |
-
position: absolute;
|
2073 |
-
line-height: 1.33333; }
|
2074 |
-
|
2075 |
-
.quads-button--fixed {
|
2076 |
-
position: fixed;
|
2077 |
-
display: flex;
|
2078 |
-
padding: 8px 16px;
|
2079 |
-
right: 24px;
|
2080 |
-
bottom: 32px;
|
2081 |
-
border-radius: 16px; }
|
2082 |
-
|
2083 |
-
.quads-button--fixed:before {
|
2084 |
-
font-size: 1.125rem;
|
2085 |
-
line-height: 1;
|
2086 |
-
margin-right: 8px; }
|
2087 |
-
|
2088 |
-
.quads-button:focus {
|
2089 |
-
outline: none;
|
2090 |
-
color: #fff !important; }
|
2091 |
-
|
2092 |
-
.quads-infoAccount.quads-isValid {
|
2093 |
-
color: #00A66B;
|
2094 |
-
font-weight: bold;
|
2095 |
-
margin-left: 5px;
|
2096 |
-
display: inline-block; }
|
2097 |
-
|
2098 |
-
.quads-infoAccountt.quads-isValids {
|
2099 |
-
color: #00A66B;
|
2100 |
-
font-weight: bold;
|
2101 |
-
margin-left: 5px;
|
2102 |
-
display: inline-block; }
|
2103 |
-
|
2104 |
-
.activated_p {
|
2105 |
-
display: contents; }
|
2106 |
-
|
2107 |
-
.activated_messg {
|
2108 |
-
font-size: initial;
|
2109 |
-
font-weight: 600; }
|
2110 |
-
|
2111 |
-
.Key_msg {
|
2112 |
-
margin-top: 10px; }
|
2113 |
-
|
2114 |
-
.quads-optionHeader .quads-title2 {
|
2115 |
-
line-height: 24px;
|
2116 |
-
color: #005af0;
|
2117 |
-
padding-right: 40px;
|
2118 |
-
font-weight: 600;
|
2119 |
-
font-size: 16px; }
|
2120 |
-
|
2121 |
-
.quads-title2 {
|
2122 |
-
font-size: 1rem;
|
2123 |
-
line-height: 1.5;
|
2124 |
-
font-weight: bold;
|
2125 |
-
letter-spacing: -0.02em; }
|
2126 |
-
|
2127 |
-
.quads-icon-user:before {
|
2128 |
-
content: "\E914";
|
2129 |
-
top: 11px;
|
2130 |
-
right: 13px;
|
2131 |
-
font-size: 13px; }
|
2132 |
-
|
2133 |
-
.quads-bnr-inv {
|
2134 |
-
margin-top: 30px; }
|
2135 |
-
|
2136 |
-
.quads_fivestar.updated {
|
2137 |
-
display: none; }
|
2138 |
-
|
2139 |
-
.q-r-m {
|
2140 |
-
font-weight: bold; }
|
2141 |
-
|
2142 |
-
.quads-Page-inner {
|
2143 |
-
border: 1px solid #ececec;
|
2144 |
-
padding: 0 0 20px 15px;
|
2145 |
-
margin-top: 20px; }
|
2146 |
-
|
2147 |
-
.pro_key_btn {
|
2148 |
-
width: 199px;
|
2149 |
-
float: left; }
|
2150 |
-
|
2151 |
-
.q-r-m-e {
|
2152 |
-
font-weight: bold;
|
2153 |
-
color: #FF0000; }
|
2154 |
-
|
2155 |
-
.quads-isinValid {
|
2156 |
-
color: red;
|
2157 |
-
font-weight: bold;
|
2158 |
-
margin-left: 5px;
|
2159 |
-
display: inline-block; }
|
2160 |
-
|
2161 |
-
.getprocheckbox {
|
2162 |
-
font-size: 11px;
|
2163 |
-
background: #546e7a;
|
2164 |
-
color: #fff;
|
2165 |
-
padding: 2px 4px;
|
2166 |
-
border-radius: 4px;
|
2167 |
-
margin-left: 2px; }
|
2168 |
-
|
2169 |
-
a.quads_pro_link {
|
2170 |
-
font-size: 11px;
|
2171 |
-
background: #546e7a;
|
2172 |
-
color: #fff;
|
2173 |
-
padding: 2px 4px;
|
2174 |
-
border-radius: 4px;
|
2175 |
-
margin-left: 2px;
|
2176 |
-
text-decoration: none; }
|
2177 |
-
|
2178 |
-
.RoleBasedAccess {
|
2179 |
-
width: 82%; }
|
2180 |
-
.RoleBasedAccess + a.quads-general-helper.quads-general-helper-new {
|
2181 |
-
margin-top: -34px; }
|
2182 |
-
|
2183 |
-
th.blocked_data_main {
|
2184 |
-
display: block; }
|
2185 |
-
|
2186 |
-
td.blocked_data {
|
2187 |
-
display: block; }
|
2188 |
-
|
2189 |
-
span.blocked_ids {
|
2190 |
-
padding-right: 10px;
|
2191 |
-
cursor: pointer;
|
2192 |
-
line-height: 1.3;
|
2193 |
-
font-weight: 600;
|
2194 |
-
color: #1d2327;
|
2195 |
-
display: inline-block;
|
2196 |
-
margin: -8px 0px -7px 0px; }
|
2197 |
-
|
2198 |
-
p.blocked_values {
|
2199 |
-
cursor: default;
|
2200 |
-
line-height: 1;
|
2201 |
-
font-weight: 600;
|
2202 |
-
color: #1d2327; }
|
2203 |
-
|
2204 |
-
input#btn_clear_all_ips {
|
2205 |
-
background-color: #005aef;
|
2206 |
-
border-radius: 3px;
|
2207 |
-
border: none;
|
2208 |
-
color: white;
|
2209 |
-
padding: 3px 18px;
|
2210 |
-
font-size: 14px;
|
2211 |
-
margin: 4px 2px;
|
2212 |
-
cursor: pointer;
|
2213 |
-
font-weight: 400; }
|
2214 |
-
|
2215 |
-
.no_id {
|
2216 |
-
padding-top: 10px; }
|
2217 |
-
|
2218 |
-
span.blocked_ids_in {
|
2219 |
-
vertical-align: top;
|
2220 |
-
line-height: 1.3;
|
2221 |
-
font-weight: 600; }
|
2222 |
-
|
2223 |
-
a.blocked_ids_href {
|
2224 |
-
right: 8px; }
|
2225 |
-
|
2226 |
-
td.b_in, tr.b_in {
|
2227 |
-
border: 1px solid #dddddd;
|
2228 |
-
padding: 8px; }
|
2229 |
-
|
2230 |
-
div#blocked_id_main {
|
2231 |
-
padding-top: 10px; }
|
2232 |
-
|
2233 |
-
table#blocked_id_table {
|
2234 |
-
border-collapse: collapse; }
|
2235 |
-
|
2236 |
-
td.b_in_ {
|
2237 |
-
border: 1px solid #dddddd;
|
2238 |
-
padding: 8px; }
|
2239 |
-
|
2240 |
-
tr.b_in_ {
|
2241 |
-
font-weight: bold; }
|
2242 |
-
|
2243 |
-
select#abtesting_report {
|
2244 |
-
margin: 0px 0px 5px 0px; }
|
2245 |
/*
|
2246 |
To change this license header, choose License Headers in Project Properties.
|
2247 |
To change this template file, choose Tools | Templates
|
2248 |
and open the template in the editor.
|
2249 |
-
*/
|
2250 |
/*
|
2251 |
Created on : Jan 28, 2020, 11:41:08 AM
|
2252 |
Author : Magazine3
|
2253 |
-
*/
|
2254 |
-
.quads-ad-search-box input {
|
2255 |
-
width: 100%;
|
2256 |
-
max-width: 100%;
|
2257 |
-
height: 60px;
|
2258 |
-
vertical-align: top;
|
2259 |
-
border: 1px solid #E1E1E1;
|
2260 |
-
border-radius: 0px;
|
2261 |
-
margin: 0 0px !important;
|
2262 |
-
font-size: 16px;
|
2263 |
-
color: #666666;
|
2264 |
-
padding-left: 60px;
|
2265 |
-
background-size: 22px;
|
2266 |
-
background-position: 20px; }
|
2267 |
/*
|
2268 |
To change this license header, choose License Headers in Project Properties.
|
2269 |
To change this template file, choose Tools | Templates
|
2270 |
and open the template in the editor.
|
2271 |
-
*/
|
2272 |
/*
|
2273 |
Created on : Jan 28, 2020, 11:41:08 AM
|
2274 |
Author : Magazine3
|
2275 |
-
*/
|
2276 |
-
.quads-ad-list-table-div {
|
2277 |
-
background-color: #fff; }
|
2278 |
-
|
2279 |
-
.quads-ad-table {
|
2280 |
-
width: 100%;
|
2281 |
-
max-width: 100%;
|
2282 |
-
margin-bottom: 20px;
|
2283 |
-
background-color: transparent;
|
2284 |
-
border-collapse: collapse;
|
2285 |
-
border-spacing: 0; }
|
2286 |
-
|
2287 |
-
.quads-ad-table tr {
|
2288 |
-
border-bottom: 1px solid #E1E1E1; }
|
2289 |
-
|
2290 |
-
.quads-ad-table tbody tr:hover {
|
2291 |
-
background: #f1f3f4; }
|
2292 |
-
|
2293 |
-
.quads-ad-table td {
|
2294 |
-
padding: 12px 25px;
|
2295 |
-
line-height: 1.5;
|
2296 |
-
color: #333;
|
2297 |
-
font-size: 15px;
|
2298 |
-
text-transform: capitalize; }
|
2299 |
-
|
2300 |
-
.quads-ad-table td.quads_no_transform {
|
2301 |
-
text-transform: none; }
|
2302 |
-
|
2303 |
-
.quads-ad-table td:nth-child(2) img {
|
2304 |
-
position: relative;
|
2305 |
-
top: 2px;
|
2306 |
-
margin-right: 3px; }
|
2307 |
-
|
2308 |
-
.quads-ad-table td:nth-child(3) {
|
2309 |
-
color: #666; }
|
2310 |
-
|
2311 |
-
.quads-ad-table td:nth-child(4) {
|
2312 |
-
padding: 0; }
|
2313 |
-
|
2314 |
-
.quads-ad-table th {
|
2315 |
-
padding: 14px 10px 14px 25px;
|
2316 |
-
line-height: 2;
|
2317 |
-
text-align: left;
|
2318 |
-
font-size: 13px;
|
2319 |
-
color: #5f6368;
|
2320 |
-
font-weight: 600; }
|
2321 |
-
|
2322 |
-
.quads-ad-label-draft {
|
2323 |
-
color: #5f6368;
|
2324 |
-
font-family: Roboto,Arial,sans-serif;
|
2325 |
-
font-size: .75rem;
|
2326 |
-
font-weight: 400;
|
2327 |
-
letter-spacing: .025em;
|
2328 |
-
line-height: 1rem;
|
2329 |
-
background-color: #f1f3f4;
|
2330 |
-
border-radius: 4px;
|
2331 |
-
padding: 2px 4px; }
|
2332 |
-
|
2333 |
-
.ad_logging .quads-ad-table th:nth-child(4) {
|
2334 |
-
color: #5f6368; }
|
2335 |
-
|
2336 |
-
.quads-ad-table th:nth-child(4) {
|
2337 |
-
color: transparent; }
|
2338 |
-
|
2339 |
-
.quads-action-div a.quads-edit-btn, .quads-action-div a.quads-more-btn {
|
2340 |
-
cursor: pointer;
|
2341 |
-
color: #555;
|
2342 |
-
display: inline-block;
|
2343 |
-
height: 48px;
|
2344 |
-
width: 48px;
|
2345 |
-
border-radius: 50px;
|
2346 |
-
text-align: center;
|
2347 |
-
margin: 0 0px;
|
2348 |
-
line-height: 60px; }
|
2349 |
-
|
2350 |
-
.quads-action-div a:hover {
|
2351 |
-
background: rgba(0, 0, 0, 0.04); }
|
2352 |
-
|
2353 |
-
.quads-action-div a .material-icons {
|
2354 |
-
width: 24px;
|
2355 |
-
height: 24px; }
|
2356 |
-
|
2357 |
-
.quads-action-div a .material-icons:focus, .quads-action-div a:focus {
|
2358 |
-
outline: 0;
|
2359 |
-
box-shadow: none; }
|
2360 |
-
|
2361 |
-
.quads-ad-table th:nth-child(4) {
|
2362 |
-
color: transparent; }
|
2363 |
-
|
2364 |
-
.quads-edit-btn {
|
2365 |
-
text-decoration: none; }
|
2366 |
-
|
2367 |
-
.quads-action-div {
|
2368 |
-
position: relative; }
|
2369 |
-
|
2370 |
-
.quads-action-div a {
|
2371 |
-
cursor: pointer; }
|
2372 |
-
|
2373 |
-
.quads-more-icon-box {
|
2374 |
-
position: absolute;
|
2375 |
-
top: 0px;
|
2376 |
-
left: -100px;
|
2377 |
-
z-index: 100000;
|
2378 |
-
float: left;
|
2379 |
-
min-width: 125px;
|
2380 |
-
padding: 20px 10px 10px 10px;
|
2381 |
-
font-size: 14px;
|
2382 |
-
text-align: left;
|
2383 |
-
list-style: none;
|
2384 |
-
background-color: #fff;
|
2385 |
-
background-clip: padding-box;
|
2386 |
-
border: 1px solid #ccc;
|
2387 |
-
border: 1px solid rgba(0, 0, 0, 0.15);
|
2388 |
-
border-radius: 4px;
|
2389 |
-
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
2390 |
-
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
|
2391 |
-
|
2392 |
-
.quads-more-icon-box ul {
|
2393 |
-
margin: 0; }
|
2394 |
-
|
2395 |
-
.quads-more-icon-box li {
|
2396 |
-
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
|
2397 |
-
padding: 6px 5px;
|
2398 |
-
margin: 0;
|
2399 |
-
text-align: center; }
|
2400 |
-
|
2401 |
-
.quads-more-icon-box li a {
|
2402 |
-
font-size: 13px;
|
2403 |
-
color: #666; }
|
2404 |
-
|
2405 |
-
.quads-action-div .quads-more-icon-box .material-icons {
|
2406 |
-
font-size: 16px;
|
2407 |
-
color: #666;
|
2408 |
-
margin-right: 2px;
|
2409 |
-
width: auto;
|
2410 |
-
height: auto;
|
2411 |
-
position: relative;
|
2412 |
-
top: 3px; }
|
2413 |
-
|
2414 |
-
.quads-more-icon-box li:last-child {
|
2415 |
-
border-bottom: 0; }
|
2416 |
-
|
2417 |
-
.quads-action-div .quads-more-icon-box a:hover {
|
2418 |
-
background: none; }
|
2419 |
-
|
2420 |
-
.quads-more-icon-box-close {
|
2421 |
-
float: right;
|
2422 |
-
cursor: pointer;
|
2423 |
-
position: relative;
|
2424 |
-
top: -18px;
|
2425 |
-
right: -7px; }
|
2426 |
-
|
2427 |
-
.quads-action-div .quads-more-icon-box-close .material-icons {
|
2428 |
-
font-size: 16px; }
|
2429 |
-
|
2430 |
-
.nodatatable td {
|
2431 |
-
text-align: center;
|
2432 |
-
height: 250px; }
|
2433 |
-
|
2434 |
-
.first_ad_main {
|
2435 |
-
padding: 50px; }
|
2436 |
-
|
2437 |
-
.first_ad_main h3 {
|
2438 |
-
font-size: 25px;
|
2439 |
-
margin: 0 0 22px 0; }
|
2440 |
-
|
2441 |
-
.first_ad {
|
2442 |
-
margin-bottom: 15px;
|
2443 |
-
display: block;
|
2444 |
-
color: #444;
|
2445 |
-
font-size: 15px; }
|
2446 |
-
|
2447 |
-
.fakebox {
|
2448 |
-
padding: 8px 35px 22px 35px;
|
2449 |
-
display: inline-block;
|
2450 |
-
box-shadow: 0px 0px 4px #0000002b;
|
2451 |
-
border-radius: 14px;
|
2452 |
-
position: relative; }
|
2453 |
-
|
2454 |
-
.fakebox_close:before {
|
2455 |
-
content: "x";
|
2456 |
-
position: absolute;
|
2457 |
-
right: -8px;
|
2458 |
-
border-radius: 40px;
|
2459 |
-
background: #fff;
|
2460 |
-
box-shadow: 0px 0px 3px #00000040;
|
2461 |
-
height: 22px;
|
2462 |
-
width: 22px;
|
2463 |
-
top: -8px;
|
2464 |
-
color: #666;
|
2465 |
-
font-size: 12px;
|
2466 |
-
line-height: 22px;
|
2467 |
-
cursor: pointer; }
|
2468 |
-
|
2469 |
-
.fakebox h3 {
|
2470 |
-
margin-bottom: 12px;
|
2471 |
-
font-size: 18px; }
|
2472 |
-
|
2473 |
-
.fakebox .text {
|
2474 |
-
margin-bottom: 12px;
|
2475 |
-
font-size: 13px; }
|
2476 |
-
|
2477 |
-
.fakebox .yes {
|
2478 |
-
padding: 0;
|
2479 |
-
background: #666;
|
2480 |
-
color: #fff;
|
2481 |
-
font-size: 13px;
|
2482 |
-
margin: 0 10px;
|
2483 |
-
padding: 7px 12px; }
|
2484 |
-
|
2485 |
-
.fakebox .no {
|
2486 |
-
padding: 0;
|
2487 |
-
background: #666;
|
2488 |
-
color: #fff;
|
2489 |
-
font-size: 13px;
|
2490 |
-
padding: 7px 12px; }
|
2491 |
-
|
2492 |
-
.nodatadiv {
|
2493 |
-
text-align: center;
|
2494 |
-
padding: 0px 0px 50px 0px; }
|
2495 |
-
|
2496 |
-
.nodatadiv h3, .nodatadiv strong {
|
2497 |
-
text-transform: capitalize; }
|
2498 |
-
|
2499 |
-
.nodatadiv .first_ad_main .quads-btn-primary {
|
2500 |
-
display: inline-flex;
|
2501 |
-
align-items: center;
|
2502 |
-
justify-content: center; }
|
2503 |
-
|
2504 |
-
.nodatadiv .first_ad_main .material-icons {
|
2505 |
-
margin-right: 6px; }
|
2506 |
-
|
2507 |
-
.static_num {
|
2508 |
-
font-weight: bold; }
|
2509 |
-
|
2510 |
-
a.view_reports_ {
|
2511 |
-
top: 0px;
|
2512 |
-
background: #444;
|
2513 |
-
color: #fff !important;
|
2514 |
-
border-radius: 4px;
|
2515 |
-
padding: 4px 10px; }
|
2516 |
-
|
2517 |
-
.view_reports_:hover {
|
2518 |
-
background: #444 !important; }
|
2519 |
-
|
2520 |
-
a.delete_ad {
|
2521 |
-
padding-right: 16px; }
|
2522 |
-
|
2523 |
-
a.ad_draft {
|
2524 |
-
padding-left: 12px; }
|
2525 |
-
|
2526 |
-
.quad-ad-network-list li img {
|
2527 |
-
max-width: 40px;
|
2528 |
-
top: 0; }
|
2529 |
/*
|
2530 |
To change this license header, choose License Headers in Project Properties.
|
2531 |
To change this template file, choose Tools | Templates
|
2532 |
and open the template in the editor.
|
2533 |
-
*/
|
2534 |
/*
|
2535 |
Created on : Jan 28, 2020, 11:41:08 AM
|
2536 |
Author : Magazine3
|
2537 |
-
*/
|
2538 |
-
.quads-ads-pagination {
|
2539 |
-
display: inline-block;
|
2540 |
-
margin-top: 0px;
|
2541 |
-
font-size: 15px;
|
2542 |
-
font-weight: 500; }
|
2543 |
-
|
2544 |
-
.quads-ads-pagination a {
|
2545 |
-
color: black;
|
2546 |
-
float: left;
|
2547 |
-
padding: 9px 16px;
|
2548 |
-
text-decoration: none;
|
2549 |
-
border-radius: 3px; }
|
2550 |
-
|
2551 |
-
.quads-ads-pagination .material-icons {
|
2552 |
-
font-size: 18px;
|
2553 |
-
padding: 9px 10px; }
|
2554 |
-
|
2555 |
-
.quads-ads-pagination a.quads-page-active {
|
2556 |
-
background-color: #005af0;
|
2557 |
-
color: white; }
|
2558 |
-
|
2559 |
-
.quads-ads-pagination a:hover:not(.quads-page-active) {
|
2560 |
-
background-color: #ddd; }
|
2561 |
/*
|
2562 |
To change this license header, choose License Headers in Project Properties.
|
2563 |
To change this template file, choose Tools | Templates
|
2564 |
and open the template in the editor.
|
2565 |
-
*/
|
2566 |
/*
|
2567 |
Created on : Jan 28, 2020, 11:41:08 AM
|
2568 |
Author : Magazine3
|
2569 |
-
*/
|
2570 |
-
.quads-search-box-panel {
|
2571 |
-
display: flex;
|
2572 |
-
width: 100%;
|
2573 |
-
margin-top: 20px; }
|
2574 |
-
|
2575 |
-
.quads-search-box {
|
2576 |
-
display: inline-block;
|
2577 |
-
width: 100%; }
|
2578 |
-
|
2579 |
-
.quads-modal-popup-content h3 {
|
2580 |
-
font-size: 20px;
|
2581 |
-
line-height: 1.3;
|
2582 |
-
font-weight: 600;
|
2583 |
-
padding-bottom: 20px; }
|
2584 |
-
|
2585 |
-
.quads-modal-popup-content h3 span {
|
2586 |
-
color: red; }
|
2587 |
-
|
2588 |
-
.quads-modal-popup-txt p {
|
2589 |
-
margin: 0px;
|
2590 |
-
font-size: 16px;
|
2591 |
-
line-height: 1.5; }
|
2592 |
-
|
2593 |
-
.quads-modal-popup-content {
|
2594 |
-
max-width: 480px !important;
|
2595 |
-
border-radius: 8px;
|
2596 |
-
padding: 0px !important;
|
2597 |
-
box-sizing: border-box;
|
2598 |
-
position: absolute;
|
2599 |
-
left: 0;
|
2600 |
-
right: 0;
|
2601 |
-
margin: 0 auto;
|
2602 |
-
top: 30%; }
|
2603 |
-
|
2604 |
-
.quads-modal-popup-txt {
|
2605 |
-
padding: 30px 40px; }
|
2606 |
-
|
2607 |
-
.quads-modal-content {
|
2608 |
-
text-align: right;
|
2609 |
-
margin: 0 !important;
|
2610 |
-
padding: 15px 20px;
|
2611 |
-
background: #eee;
|
2612 |
-
box-sizing: border-box;
|
2613 |
-
border-radius: 0px 0px 8px 8px; }
|
2614 |
-
|
2615 |
-
.quads-btn.quads-btn-delete, .quads-btn.quads-btn-delete:hover {
|
2616 |
-
background-color: #1A73E8 !important;
|
2617 |
-
color: #fff !important;
|
2618 |
-
padding: 10px 30px;
|
2619 |
-
border-radius: 6px; }
|
2620 |
-
|
2621 |
-
a.quads-btn-cancel {
|
2622 |
-
color: #666 !important;
|
2623 |
-
padding: 10px 30px;
|
2624 |
-
border-radius: 6px;
|
2625 |
-
font-size: 16px; }
|
2626 |
-
|
2627 |
-
a.quads-btn-cancel:hover {
|
2628 |
-
background: #666 !important;
|
2629 |
-
color: #fff !important; }
|
2630 |
-
.quads-ad-networks li {
|
2631 |
-
background: #fff;
|
2632 |
-
border-radius: 10px;
|
2633 |
-
border: 1px solid #e2e2e2;
|
2634 |
-
margin-bottom: 0px;
|
2635 |
-
box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
|
2636 |
-
transition: 0.3s;
|
2637 |
-
padding: 3px 0px 3px 10px;
|
2638 |
-
cursor: pointer; }
|
2639 |
-
|
2640 |
-
.quads-ad-networks li:hover {
|
2641 |
-
background: #fff;
|
2642 |
-
border-radius: 10px;
|
2643 |
-
border: 1px solid #e2e2e2;
|
2644 |
-
margin-bottom: 0px;
|
2645 |
-
box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 6px;
|
2646 |
-
transition: 0.4s;
|
2647 |
-
padding: 3px 0px 3px 10px;
|
2648 |
-
margin: 0 0 0px 0;
|
2649 |
-
cursor: pointer; }
|
2650 |
-
|
2651 |
-
.quads-ad-networks ul {
|
2652 |
-
padding: 0px;
|
2653 |
-
list-style-type: none;
|
2654 |
-
display: grid;
|
2655 |
-
grid-template-columns: 1fr 1fr;
|
2656 |
-
grid-gap: 15px 17px;
|
2657 |
-
margin: 0; }
|
2658 |
-
|
2659 |
-
.quads-side-part {
|
2660 |
-
width: 10%; }
|
2661 |
-
|
2662 |
-
.quads-nav-link img {
|
2663 |
-
max-width: 36px;
|
2664 |
-
width: auto;
|
2665 |
-
top: 4px;
|
2666 |
-
position: relative; }
|
2667 |
-
|
2668 |
-
a.quads-nav-link:focus {
|
2669 |
-
box-shadow: none; }
|
2670 |
-
|
2671 |
-
.quads-full-page-modal {
|
2672 |
-
position: absolute;
|
2673 |
-
left: 0;
|
2674 |
-
/* top: -18px; */
|
2675 |
-
right: 0px;
|
2676 |
-
z-index: 9;
|
2677 |
-
overflow-x: hidden;
|
2678 |
-
overflow-y: auto;
|
2679 |
-
width: 100%;
|
2680 |
-
background-color: #fff;
|
2681 |
-
z-index: 99;
|
2682 |
-
padding-bottom: 100px; }
|
2683 |
-
|
2684 |
-
.quads-full-page-modal-content {
|
2685 |
-
max-width: 100%;
|
2686 |
-
height: 100%; }
|
2687 |
-
|
2688 |
-
.quads-full-page-modal-content h3 {
|
2689 |
-
position: relative;
|
2690 |
-
top: 42px;
|
2691 |
-
font-weight: normal;
|
2692 |
-
text-transform: uppercase;
|
2693 |
-
letter-spacing: 2px;
|
2694 |
-
font-size: 15px;
|
2695 |
-
margin: 0;
|
2696 |
-
z-index: 99; }
|
2697 |
-
|
2698 |
-
.quads-full-page-modal .quads-close-create-page {
|
2699 |
-
top: 35px; }
|
2700 |
-
|
2701 |
-
.quads-ad-networks {
|
2702 |
-
padding: 1% 2% 2% 2%;
|
2703 |
-
margin: 70px 10px 0 20px;
|
2704 |
-
width: 40%;
|
2705 |
-
border: 1px solid #eee; }
|
2706 |
-
|
2707 |
-
@media (max-width: 1199px) {
|
2708 |
-
.quads-ad-networks ul {
|
2709 |
-
grid-template-columns: 1fr 1fr 1fr 1fr; }
|
2710 |
-
.quad-ad-network-list {
|
2711 |
-
width: 85%; } }
|
2712 |
-
|
2713 |
-
@media (max-width: 768px) {
|
2714 |
-
.quads-ad-networks ul {
|
2715 |
-
grid-template-columns: 1fr 1fr 1fr;
|
2716 |
-
grid-gap: 20px 20px; } }
|
2717 |
-
|
2718 |
-
@media (max-width: 591px) {
|
2719 |
-
.quads-ad-networks ul {
|
2720 |
-
grid-template-columns: 1fr 1fr; } }
|
2721 |
-
|
2722 |
-
@media (max-width: 450px) {
|
2723 |
-
.quads-ad-networks {
|
2724 |
-
padding: 60px 20px; }
|
2725 |
-
.quads-full-page-modal-content h3 {
|
2726 |
-
padding-left: 20px; }
|
2727 |
-
.quads-full-page-modal .quads-close-create-page {
|
2728 |
-
right: 20px; } }
|
2729 |
-
|
2730 |
-
@media (max-width: 330px) {
|
2731 |
-
.quads-ad-networks ul {
|
2732 |
-
grid-template-columns: 1fr; } }
|
2733 |
-
|
2734 |
-
.gopropopup .quads-large-close {
|
2735 |
-
border: none; }
|
2736 |
-
|
2737 |
-
.gopropopup .quads-modal-content {
|
2738 |
-
text-align: center; }
|
2739 |
-
|
2740 |
-
.gopropopup .quads-modal-popup-heading {
|
2741 |
-
font-size: 26px;
|
2742 |
-
/* font-weight: bold; */
|
2743 |
-
text-align: center;
|
2744 |
-
line-height: 30px;
|
2745 |
-
color: #222;
|
2746 |
-
padding: 26px 0; }
|
2747 |
-
|
2748 |
-
.gopropopup p {
|
2749 |
-
text-align: center; }
|
2750 |
-
|
2751 |
-
.gopropopup .quads-got_pro {
|
2752 |
-
padding: 16px 30px;
|
2753 |
-
font-size: 18px !important; }
|
2754 |
-
|
2755 |
-
.gopropopup .quads-modal-content {
|
2756 |
-
padding: 38px 20px; }
|
2757 |
-
|
2758 |
-
a.vendor {
|
2759 |
-
display: block;
|
2760 |
-
background: #fff;
|
2761 |
-
text-decoration: unset;
|
2762 |
-
border-radius: 10px;
|
2763 |
-
border: 1px solid #e2e2e2;
|
2764 |
-
margin-bottom: 0px;
|
2765 |
-
box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
|
2766 |
-
transition: 0.3s;
|
2767 |
-
padding: 0px 0px 6px 10px; }
|
2768 |
-
|
2769 |
-
span.ad_type_name_ {
|
2770 |
-
color: #000;
|
2771 |
-
font-size: 15px;
|
2772 |
-
position: absolute;
|
2773 |
-
margin: 12px 0px 0px 12px;
|
2774 |
-
font-weight: 500; }
|
2775 |
-
|
2776 |
-
.quads-ad-type-link {
|
2777 |
-
padding: 0px 0px 2px 10px; }
|
2778 |
-
|
2779 |
-
.ad_vendor, .ad_format {
|
2780 |
-
font-weight: 500;
|
2781 |
-
text-transform: uppercase;
|
2782 |
-
letter-spacing: 1px;
|
2783 |
-
font-size: 14px;
|
2784 |
-
margin: 0;
|
2785 |
-
z-index: 99;
|
2786 |
-
text-align: center;
|
2787 |
-
padding-bottom: 18px;
|
2788 |
-
padding-top: 5px; }
|
2789 |
-
|
2790 |
-
.quads-ad-networks-reports {
|
2791 |
-
padding: 60px 50px;
|
2792 |
-
max-width: 100%;
|
2793 |
-
background: #fff;
|
2794 |
-
z-index: 9;
|
2795 |
-
position: relative; }
|
2796 |
-
|
2797 |
-
.quads-ad-networks-reports ul {
|
2798 |
-
padding: 0px;
|
2799 |
-
list-style-type: none;
|
2800 |
-
display: grid;
|
2801 |
-
width: 100%;
|
2802 |
-
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
|
2803 |
-
grid-gap: 30px 30px;
|
2804 |
-
margin: 0; }
|
2805 |
-
|
2806 |
-
.quads-ad-networks-reports li {
|
2807 |
-
text-align: center;
|
2808 |
-
background: #fff;
|
2809 |
-
cursor: pointer;
|
2810 |
-
border-radius: 10px;
|
2811 |
-
border: 1px solid #e2e2e2;
|
2812 |
-
margin-bottom: 0px;
|
2813 |
-
box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
|
2814 |
-
transition: 0.3s; }
|
2815 |
-
|
2816 |
-
.quads_main_ {
|
2817 |
-
padding: 0px;
|
2818 |
-
list-style-type: none;
|
2819 |
-
display: grid;
|
2820 |
-
grid-template-columns: 1fr 1fr;
|
2821 |
-
grid-gap: 21px 9px;
|
2822 |
-
margin: 0; }
|
2823 |
-
|
2824 |
-
.quads-ad-networks li:hover span {
|
2825 |
-
color: #1A73E8; }
|
2826 |
-
|
2827 |
-
.quad-ad-network-list {
|
2828 |
-
display: inline-block;
|
2829 |
-
/* width: 100%; */ }
|
2830 |
-
|
2831 |
-
.quad-ad-network-heading {
|
2832 |
-
position: relative;
|
2833 |
-
top: 50px;
|
2834 |
-
left: 20px;
|
2835 |
-
font-size: 25px;
|
2836 |
-
text-align: center;
|
2837 |
-
width: 80%;
|
2838 |
-
margin: 0 0 10px 0; }
|
2839 |
-
|
2840 |
-
.quads-nav-link {
|
2841 |
-
display: block;
|
2842 |
-
font-size: 12px;
|
2843 |
-
top: 10px;
|
2844 |
-
position: relative; }
|
2845 |
-
|
2846 |
-
.quads-ad-networks .quads_ad_pro {
|
2847 |
-
background: linear-gradient(to right, #eb3349, #f45c43);
|
2848 |
-
color: #fff;
|
2849 |
-
position: relative; }
|
2850 |
-
|
2851 |
-
.quads-ad-networks .quads_ad_pro:after {
|
2852 |
-
content: "PRO";
|
2853 |
-
position: absolute;
|
2854 |
-
top: -4px;
|
2855 |
-
right: 0px;
|
2856 |
-
border-radius: 74px;
|
2857 |
-
background: white;
|
2858 |
-
color: #ec3c48;
|
2859 |
-
font-size: 10px;
|
2860 |
-
padding: 0 5px;
|
2861 |
-
box-shadow: 1px 1px 4px #00000026; }
|
2862 |
-
|
2863 |
-
.quads-ad-networks .quads_ad_pro img {
|
2864 |
-
background: #fff;
|
2865 |
-
border-radius: 35px;
|
2866 |
-
position: relative;
|
2867 |
-
top: 2px; }
|
2868 |
-
|
2869 |
-
.quads-ad-networks .quads_ad_pro span {
|
2870 |
-
color: #fff; }
|
2871 |
-
|
2872 |
-
.quads-settings-tab .quads-nav-link, .quads-ad-tab-wrapper .quads-nav-link {
|
2873 |
-
top: 0; }
|
2874 |
-
|
2875 |
-
.quads-ad-tab-wrapper .quads-nav-link {
|
2876 |
-
font-size: 22px; }
|
2877 |
/*
|
2878 |
To change this license header, choose License Headers in Project Properties.
|
2879 |
To change this template file, choose Tools | Templates
|
2880 |
and open the template in the editor.
|
2881 |
-
*/
|
2882 |
/*
|
2883 |
Created on : Jan 28, 2020, 11:41:08 AM
|
2884 |
Author : Magazine3
|
2885 |
-
*/
|
2886 |
-
.quads-side-part {
|
2887 |
-
width: 10%; }
|
2888 |
-
|
2889 |
-
.quads-modal-part {
|
2890 |
-
width: 70%; }
|
2891 |
-
|
2892 |
-
.quads-close-ad-modal {
|
2893 |
-
float: right;
|
2894 |
-
font-size: 25px;
|
2895 |
-
cursor: pointer;
|
2896 |
-
padding: 10px; }
|
2897 |
-
|
2898 |
-
.quads-ad-header {
|
2899 |
-
height: 27px; }
|
2900 |
-
|
2901 |
-
.quads-settings-tab ul {
|
2902 |
-
padding: 0; }
|
2903 |
-
.quads-large-popup {
|
2904 |
-
position: absolute; }
|
2905 |
-
|
2906 |
-
.view_report {
|
2907 |
-
padding: 25px 12px 12px 12px; }
|
2908 |
-
|
2909 |
-
.breadcrumb {
|
2910 |
-
display: -webkit-box;
|
2911 |
-
display: -ms-flexbox;
|
2912 |
-
display: flex;
|
2913 |
-
-ms-flex-wrap: wrap;
|
2914 |
-
flex-wrap: wrap;
|
2915 |
-
padding: 15px 15px 10px 20px;
|
2916 |
-
margin-bottom: 1rem;
|
2917 |
-
list-style: none;
|
2918 |
-
background-color: #e9ecef;
|
2919 |
-
border-radius: .25rem; }
|
2920 |
-
|
2921 |
-
.breadcrumb-item.active {
|
2922 |
-
color: #6c757d; }
|
2923 |
-
|
2924 |
-
.breadcrumb-item + .breadcrumb-item::before {
|
2925 |
-
display: inline-block;
|
2926 |
-
padding-right: .5rem;
|
2927 |
-
padding-left: .5rem;
|
2928 |
-
color: #6c757d;
|
2929 |
-
content: "/"; }
|
2930 |
-
|
2931 |
-
.chart_main_class {
|
2932 |
-
padding: 24px; }
|
2933 |
-
|
2934 |
-
.breadcrumb-item {
|
2935 |
-
cursor: pointer; }
|
2936 |
-
|
2937 |
-
#report_type, #report_period, #input_based, #report_view_type {
|
2938 |
-
width: 200px;
|
2939 |
-
margin: 0px 0px 3px 4px; }
|
2940 |
-
|
2941 |
-
.quads-select-menu {
|
2942 |
-
display: flex; }
|
2943 |
-
|
2944 |
-
.view_report label {
|
2945 |
-
margin-right: 9px; }
|
2946 |
-
|
2947 |
-
#quads-adsense .quads-nav-link strong {
|
2948 |
-
color: #005af0; }
|
2949 |
-
|
2950 |
-
#report_view_type {
|
2951 |
-
float: right; }
|
2952 |
-
|
2953 |
-
#quads_report_table {
|
2954 |
-
padding-top: 10px; }
|
2955 |
-
|
2956 |
-
#quads_report_table table {
|
2957 |
-
border-collapse: collapse; }
|
2958 |
-
|
2959 |
-
#quads_report_table table td {
|
2960 |
-
border: 1px solid #b4b4b4;
|
2961 |
-
padding: 5px 13px; }
|
2962 |
-
|
2963 |
-
#quads_report_table table b {
|
2964 |
-
font-weight: 700;
|
2965 |
-
line-height: 2;
|
2966 |
-
font-weight: 600; }
|
2967 |
-
|
2968 |
-
#quads_report_table_total {
|
2969 |
-
padding-left: 40px; }
|
2970 |
-
|
2971 |
-
#quads_report_table_total table {
|
2972 |
-
border-collapse: collapse; }
|
2973 |
-
|
2974 |
-
#quads_report_table_total table th {
|
2975 |
-
border: 1px solid #b4b4b4;
|
2976 |
-
padding: 5px 13px; }
|
2977 |
-
|
2978 |
-
#quads_report_table_total table td {
|
2979 |
-
border: 1px solid #b4b4b4;
|
2980 |
-
padding: 5px 13px;
|
2981 |
-
padding-right: 52px; }
|
2982 |
-
|
2983 |
-
#quads_report_table table tr {
|
2984 |
-
display: inherit; }
|
2985 |
-
|
2986 |
-
#quads_report_table_total table b {
|
2987 |
-
font-weight: 700;
|
2988 |
-
line-height: 2;
|
2989 |
-
font-weight: 600; }
|
2990 |
-
|
2991 |
-
.quads-report-networks h1 {
|
2992 |
-
font-size: 15px; }
|
2993 |
-
|
2994 |
-
.quads-report-networks {
|
2995 |
-
max-width: 100%;
|
2996 |
-
background: #fff;
|
2997 |
-
z-index: 8;
|
2998 |
-
position: relative; }
|
2999 |
-
|
3000 |
-
.quads-segment ol.breadcrumb {
|
3001 |
-
margin: 0px; }
|
3002 |
-
|
3003 |
-
.canvas_get_pro {
|
3004 |
-
position: relative;
|
3005 |
-
background: #6c6c6c;
|
3006 |
-
z-index: 99999999999999999999999999999999999999999999999; }
|
3007 |
-
|
3008 |
-
.canvas_get_pro #quads_get_pro {
|
3009 |
-
position: absolute;
|
3010 |
-
top: 30%;
|
3011 |
-
font-size: 25px;
|
3012 |
-
color: #fff;
|
3013 |
-
left: 27%;
|
3014 |
-
font-weight: 700;
|
3015 |
-
line-height: 50px;
|
3016 |
-
text-align: center; }
|
3017 |
-
|
3018 |
-
.canvas_get_pro #quads_get_pro a {
|
3019 |
-
font-size: 16px !important;
|
3020 |
-
display: block;
|
3021 |
-
margin: 0 auto;
|
3022 |
-
width: 190px;
|
3023 |
-
height: 34px;
|
3024 |
-
line-height: 32px; }
|
3025 |
-
|
3026 |
-
.quads-ad-networks.ad_logging {
|
3027 |
-
padding: 0px; }
|
3028 |
-
|
3029 |
-
.show_btn {
|
3030 |
-
padding: 4px 10px 6px 10px;
|
3031 |
-
font-size: 14px;
|
3032 |
-
background-color: #fff;
|
3033 |
-
background-clip: padding-box;
|
3034 |
-
border: 1px solid #ccc;
|
3035 |
-
border: 1px solid rgba(0, 0, 0, 0.15);
|
3036 |
-
border-radius: 4px;
|
3037 |
-
cursor: pointer; }
|
3038 |
-
|
3039 |
-
.quads-select.view_statsreport {
|
3040 |
-
display: -webkit-box;
|
3041 |
-
margin-top: 20px; }
|
3042 |
-
|
3043 |
-
.quads-select {
|
3044 |
-
display: -webkit-box;
|
3045 |
-
margin-top: 20px; }
|
3046 |
-
|
3047 |
-
#wpbody {
|
3048 |
-
background-color: white; }
|
3049 |
-
|
3050 |
-
#report_period {
|
3051 |
-
position: absolute;
|
3052 |
-
right: 0;
|
3053 |
-
margin-top: -4px; }
|
3054 |
-
|
3055 |
-
tr.top5_ads_click {
|
3056 |
-
cursor: pointer;
|
3057 |
-
color: #005af0; }
|
3058 |
-
|
3059 |
-
.main_td {
|
3060 |
-
padding: 0 !important;
|
3061 |
-
border: 0 !important; }
|
3062 |
-
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
|
3063 |
-
.react-datepicker__month-read-view--down-arrow,
|
3064 |
-
.react-datepicker__month-year-read-view--down-arrow {
|
3065 |
-
margin-left: -8px;
|
3066 |
-
position: absolute; }
|
3067 |
-
|
3068 |
-
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
|
3069 |
-
.react-datepicker__month-read-view--down-arrow,
|
3070 |
-
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
|
3071 |
-
.react-datepicker__month-read-view--down-arrow::before,
|
3072 |
-
.react-datepicker__month-year-read-view--down-arrow::before {
|
3073 |
-
box-sizing: content-box;
|
3074 |
-
position: absolute;
|
3075 |
-
border: 8px solid transparent;
|
3076 |
-
height: 0;
|
3077 |
-
width: 1px; }
|
3078 |
-
|
3079 |
-
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
|
3080 |
-
.react-datepicker__month-read-view--down-arrow::before,
|
3081 |
-
.react-datepicker__month-year-read-view--down-arrow::before {
|
3082 |
-
content: "";
|
3083 |
-
z-index: -1;
|
3084 |
-
border-width: 8px;
|
3085 |
-
left: -8px;
|
3086 |
-
border-bottom-color: #aeaeae; }
|
3087 |
-
|
3088 |
-
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle {
|
3089 |
-
top: 0;
|
3090 |
-
margin-top: -8px; }
|
3091 |
-
|
3092 |
-
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
|
3093 |
-
border-top: none;
|
3094 |
-
border-bottom-color: #f0f0f0; }
|
3095 |
-
|
3096 |
-
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
|
3097 |
-
top: -1px;
|
3098 |
-
border-bottom-color: #aeaeae; }
|
3099 |
-
|
3100 |
-
.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
|
3101 |
-
.react-datepicker__month-read-view--down-arrow,
|
3102 |
-
.react-datepicker__month-year-read-view--down-arrow {
|
3103 |
-
bottom: 0;
|
3104 |
-
margin-bottom: -8px; }
|
3105 |
-
|
3106 |
-
.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
|
3107 |
-
.react-datepicker__month-read-view--down-arrow,
|
3108 |
-
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
|
3109 |
-
.react-datepicker__month-read-view--down-arrow::before,
|
3110 |
-
.react-datepicker__month-year-read-view--down-arrow::before {
|
3111 |
-
border-bottom: none;
|
3112 |
-
border-top-color: #fff; }
|
3113 |
-
|
3114 |
-
.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
|
3115 |
-
.react-datepicker__month-read-view--down-arrow::before,
|
3116 |
-
.react-datepicker__month-year-read-view--down-arrow::before {
|
3117 |
-
bottom: -1px;
|
3118 |
-
border-top-color: #aeaeae; }
|
3119 |
-
|
3120 |
-
.react-datepicker-wrapper {
|
3121 |
-
display: inline-block;
|
3122 |
-
padding: 0;
|
3123 |
-
border: 0; }
|
3124 |
-
|
3125 |
-
.react-datepicker {
|
3126 |
-
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
3127 |
-
font-size: 0.8rem;
|
3128 |
-
background-color: #fff;
|
3129 |
-
color: #000;
|
3130 |
-
border: 1px solid #aeaeae;
|
3131 |
-
border-radius: 0.3rem;
|
3132 |
-
display: inline-block;
|
3133 |
-
position: relative; }
|
3134 |
-
|
3135 |
-
.react-datepicker--time-only .react-datepicker__triangle {
|
3136 |
-
left: 35px; }
|
3137 |
-
|
3138 |
-
.react-datepicker--time-only .react-datepicker__time-container {
|
3139 |
-
border-left: 0; }
|
3140 |
-
|
3141 |
-
.react-datepicker--time-only .react-datepicker__time,
|
3142 |
-
.react-datepicker--time-only .react-datepicker__time-box {
|
3143 |
-
border-bottom-left-radius: 0.3rem;
|
3144 |
-
border-bottom-right-radius: 0.3rem; }
|
3145 |
-
|
3146 |
-
.react-datepicker__triangle {
|
3147 |
-
position: absolute;
|
3148 |
-
left: 50px; }
|
3149 |
-
|
3150 |
-
.react-datepicker-popper {
|
3151 |
-
z-index: 1; }
|
3152 |
-
|
3153 |
-
.react-datepicker-popper[data-placement^="bottom"] {
|
3154 |
-
margin-top: 10px; }
|
3155 |
-
|
3156 |
-
.react-datepicker-popper[data-placement="bottom-end"] .react-datepicker__triangle, .react-datepicker-popper[data-placement="top-end"] .react-datepicker__triangle {
|
3157 |
-
left: auto;
|
3158 |
-
right: 50px; }
|
3159 |
-
|
3160 |
-
.react-datepicker-popper[data-placement^="top"] {
|
3161 |
-
margin-bottom: 10px; }
|
3162 |
-
|
3163 |
-
.react-datepicker-popper[data-placement^="right"] {
|
3164 |
-
margin-left: 8px; }
|
3165 |
-
|
3166 |
-
.react-datepicker-popper[data-placement^="right"] .react-datepicker__triangle {
|
3167 |
-
left: auto;
|
3168 |
-
right: 42px; }
|
3169 |
-
|
3170 |
-
.react-datepicker-popper[data-placement^="left"] {
|
3171 |
-
margin-right: 8px; }
|
3172 |
-
|
3173 |
-
.react-datepicker-popper[data-placement^="left"] .react-datepicker__triangle {
|
3174 |
-
left: 42px;
|
3175 |
-
right: auto; }
|
3176 |
-
|
3177 |
-
.react-datepicker__header {
|
3178 |
-
text-align: center;
|
3179 |
-
background-color: #f0f0f0;
|
3180 |
-
border-bottom: 1px solid #aeaeae;
|
3181 |
-
border-top-left-radius: 0.3rem;
|
3182 |
-
padding-top: 8px;
|
3183 |
-
position: relative; }
|
3184 |
-
|
3185 |
-
.react-datepicker__header--time {
|
3186 |
-
padding-bottom: 8px;
|
3187 |
-
padding-left: 5px;
|
3188 |
-
padding-right: 5px; }
|
3189 |
-
|
3190 |
-
.react-datepicker__header--time:not(.react-datepicker__header--time--only) {
|
3191 |
-
border-top-left-radius: 0; }
|
3192 |
-
|
3193 |
-
.react-datepicker__header:not(.react-datepicker__header--has-time-select) {
|
3194 |
-
border-top-right-radius: 0.3rem; }
|
3195 |
-
|
3196 |
-
.react-datepicker__year-dropdown-container--select,
|
3197 |
-
.react-datepicker__month-dropdown-container--select,
|
3198 |
-
.react-datepicker__month-year-dropdown-container--select,
|
3199 |
-
.react-datepicker__year-dropdown-container--scroll,
|
3200 |
-
.react-datepicker__month-dropdown-container--scroll,
|
3201 |
-
.react-datepicker__month-year-dropdown-container--scroll {
|
3202 |
-
display: inline-block;
|
3203 |
-
margin: 0 2px; }
|
3204 |
-
|
3205 |
-
.react-datepicker__current-month,
|
3206 |
-
.react-datepicker-time__header,
|
3207 |
-
.react-datepicker-year-header {
|
3208 |
-
margin-top: 0;
|
3209 |
-
color: #000;
|
3210 |
-
font-weight: bold;
|
3211 |
-
font-size: 0.944rem; }
|
3212 |
-
|
3213 |
-
.react-datepicker-time__header {
|
3214 |
-
text-overflow: ellipsis;
|
3215 |
-
white-space: nowrap;
|
3216 |
-
overflow: hidden; }
|
3217 |
-
|
3218 |
-
.react-datepicker__navigation {
|
3219 |
-
background: none;
|
3220 |
-
line-height: 1.7rem;
|
3221 |
-
text-align: center;
|
3222 |
-
cursor: pointer;
|
3223 |
-
position: absolute;
|
3224 |
-
top: 10px;
|
3225 |
-
width: 0;
|
3226 |
-
padding: 0;
|
3227 |
-
border: 0.45rem solid transparent;
|
3228 |
-
z-index: 1;
|
3229 |
-
height: 10px;
|
3230 |
-
width: 10px;
|
3231 |
-
text-indent: -999em;
|
3232 |
-
overflow: hidden; }
|
3233 |
-
|
3234 |
-
.react-datepicker__navigation--previous {
|
3235 |
-
left: 10px;
|
3236 |
-
border-right-color: #ccc; }
|
3237 |
-
|
3238 |
-
.react-datepicker__navigation--previous:hover {
|
3239 |
-
border-right-color: #b3b3b3; }
|
3240 |
-
|
3241 |
-
.react-datepicker__navigation--previous--disabled, .react-datepicker__navigation--previous--disabled:hover {
|
3242 |
-
border-right-color: #e6e6e6;
|
3243 |
-
cursor: default; }
|
3244 |
-
|
3245 |
-
.react-datepicker__navigation--next {
|
3246 |
-
right: 10px;
|
3247 |
-
border-left-color: #ccc; }
|
3248 |
-
|
3249 |
-
.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
|
3250 |
-
right: 95px; }
|
3251 |
-
|
3252 |
-
.react-datepicker__navigation--next:hover {
|
3253 |
-
border-left-color: #b3b3b3; }
|
3254 |
-
|
3255 |
-
.react-datepicker__navigation--next--disabled, .react-datepicker__navigation--next--disabled:hover {
|
3256 |
-
border-left-color: #e6e6e6;
|
3257 |
-
cursor: default; }
|
3258 |
-
|
3259 |
-
.react-datepicker__navigation--years {
|
3260 |
-
position: relative;
|
3261 |
-
top: 0;
|
3262 |
-
display: block;
|
3263 |
-
margin-left: auto;
|
3264 |
-
margin-right: auto; }
|
3265 |
-
|
3266 |
-
.react-datepicker__navigation--years-previous {
|
3267 |
-
top: 4px;
|
3268 |
-
border-top-color: #ccc; }
|
3269 |
-
|
3270 |
-
.react-datepicker__navigation--years-previous:hover {
|
3271 |
-
border-top-color: #b3b3b3; }
|
3272 |
-
|
3273 |
-
.react-datepicker__navigation--years-upcoming {
|
3274 |
-
top: -4px;
|
3275 |
-
border-bottom-color: #ccc; }
|
3276 |
-
|
3277 |
-
.react-datepicker__navigation--years-upcoming:hover {
|
3278 |
-
border-bottom-color: #b3b3b3; }
|
3279 |
-
|
3280 |
-
.react-datepicker__month-container {
|
3281 |
-
float: left; }
|
3282 |
-
|
3283 |
-
.react-datepicker__year {
|
3284 |
-
margin: 0.4rem;
|
3285 |
-
text-align: center; }
|
3286 |
-
|
3287 |
-
.react-datepicker__year-wrapper {
|
3288 |
-
display: flex;
|
3289 |
-
flex-wrap: wrap;
|
3290 |
-
max-width: 180px; }
|
3291 |
-
|
3292 |
-
.react-datepicker__year .react-datepicker__year-text {
|
3293 |
-
display: inline-block;
|
3294 |
-
width: 4rem;
|
3295 |
-
margin: 2px; }
|
3296 |
-
|
3297 |
-
.react-datepicker__month {
|
3298 |
-
margin: 0.4rem;
|
3299 |
-
text-align: center; }
|
3300 |
-
|
3301 |
-
.react-datepicker__month .react-datepicker__month-text,
|
3302 |
-
.react-datepicker__month .react-datepicker__quarter-text {
|
3303 |
-
display: inline-block;
|
3304 |
-
width: 4rem;
|
3305 |
-
margin: 2px; }
|
3306 |
-
|
3307 |
-
.react-datepicker__input-time-container {
|
3308 |
-
clear: both;
|
3309 |
-
width: 100%;
|
3310 |
-
float: left;
|
3311 |
-
margin: 5px 0 10px 15px;
|
3312 |
-
text-align: left; }
|
3313 |
-
|
3314 |
-
.react-datepicker__input-time-container .react-datepicker-time__caption {
|
3315 |
-
display: inline-block; }
|
3316 |
-
|
3317 |
-
.react-datepicker__input-time-container .react-datepicker-time__input-container {
|
3318 |
-
display: inline-block; }
|
3319 |
-
|
3320 |
-
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
|
3321 |
-
display: inline-block;
|
3322 |
-
margin-left: 10px; }
|
3323 |
-
|
3324 |
-
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
|
3325 |
-
width: auto; }
|
3326 |
-
|
3327 |
-
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]::-webkit-inner-spin-button,
|
3328 |
-
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]::-webkit-outer-spin-button {
|
3329 |
-
-webkit-appearance: none;
|
3330 |
-
margin: 0; }
|
3331 |
-
|
3332 |
-
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"] {
|
3333 |
-
-moz-appearance: textfield; }
|
3334 |
-
|
3335 |
-
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
|
3336 |
-
margin-left: 5px;
|
3337 |
-
display: inline-block; }
|
3338 |
-
|
3339 |
-
.react-datepicker__time-container {
|
3340 |
-
float: right;
|
3341 |
-
border-left: 1px solid #aeaeae;
|
3342 |
-
width: 85px; }
|
3343 |
-
|
3344 |
-
.react-datepicker__time-container--with-today-button {
|
3345 |
-
display: inline;
|
3346 |
-
border: 1px solid #aeaeae;
|
3347 |
-
border-radius: 0.3rem;
|
3348 |
-
position: absolute;
|
3349 |
-
right: -72px;
|
3350 |
-
top: 0; }
|
3351 |
-
|
3352 |
-
.react-datepicker__time-container .react-datepicker__time {
|
3353 |
-
position: relative;
|
3354 |
-
background: white;
|
3355 |
-
border-bottom-right-radius: 0.3rem; }
|
3356 |
-
|
3357 |
-
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
|
3358 |
-
width: 85px;
|
3359 |
-
overflow-x: hidden;
|
3360 |
-
margin: 0 auto;
|
3361 |
-
text-align: center;
|
3362 |
-
border-bottom-right-radius: 0.3rem; }
|
3363 |
-
|
3364 |
-
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
|
3365 |
-
list-style: none;
|
3366 |
-
margin: 0;
|
3367 |
-
height: calc(195px + (1.7rem / 2));
|
3368 |
-
overflow-y: scroll;
|
3369 |
-
padding-right: 0px;
|
3370 |
-
padding-left: 0px;
|
3371 |
-
width: 100%;
|
3372 |
-
box-sizing: content-box; }
|
3373 |
-
|
3374 |
-
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
|
3375 |
-
height: 30px;
|
3376 |
-
padding: 5px 10px;
|
3377 |
-
white-space: nowrap; }
|
3378 |
-
|
3379 |
-
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
|
3380 |
-
cursor: pointer;
|
3381 |
-
background-color: #f0f0f0; }
|
3382 |
-
|
3383 |
-
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
|
3384 |
-
background-color: #216ba5;
|
3385 |
-
color: white;
|
3386 |
-
font-weight: bold; }
|
3387 |
-
|
3388 |
-
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
|
3389 |
-
background-color: #216ba5; }
|
3390 |
-
|
3391 |
-
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
|
3392 |
-
color: #ccc; }
|
3393 |
-
|
3394 |
-
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
|
3395 |
-
cursor: default;
|
3396 |
-
background-color: transparent; }
|
3397 |
-
|
3398 |
-
.react-datepicker__week-number {
|
3399 |
-
color: #ccc;
|
3400 |
-
display: inline-block;
|
3401 |
-
width: 1.7rem;
|
3402 |
-
line-height: 1.7rem;
|
3403 |
-
text-align: center;
|
3404 |
-
margin: 0.166rem; }
|
3405 |
-
|
3406 |
-
.react-datepicker__week-number.react-datepicker__week-number--clickable {
|
3407 |
-
cursor: pointer; }
|
3408 |
-
|
3409 |
-
.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
|
3410 |
-
border-radius: 0.3rem;
|
3411 |
-
background-color: #f0f0f0; }
|
3412 |
-
|
3413 |
-
.react-datepicker__day-names,
|
3414 |
-
.react-datepicker__week {
|
3415 |
-
white-space: nowrap; }
|
3416 |
-
|
3417 |
-
.react-datepicker__day-name,
|
3418 |
-
.react-datepicker__day,
|
3419 |
-
.react-datepicker__time-name {
|
3420 |
-
color: #000;
|
3421 |
-
display: inline-block;
|
3422 |
-
width: 1.7rem;
|
3423 |
-
line-height: 1.7rem;
|
3424 |
-
text-align: center;
|
3425 |
-
margin: 0.166rem; }
|
3426 |
-
|
3427 |
-
.react-datepicker__month--selected, .react-datepicker__month--in-selecting-range, .react-datepicker__month--in-range,
|
3428 |
-
.react-datepicker__quarter--selected,
|
3429 |
-
.react-datepicker__quarter--in-selecting-range,
|
3430 |
-
.react-datepicker__quarter--in-range {
|
3431 |
-
border-radius: 0.3rem;
|
3432 |
-
background-color: #216ba5;
|
3433 |
-
color: #fff; }
|
3434 |
-
|
3435 |
-
.react-datepicker__month--selected:hover, .react-datepicker__month--in-selecting-range:hover, .react-datepicker__month--in-range:hover,
|
3436 |
-
.react-datepicker__quarter--selected:hover,
|
3437 |
-
.react-datepicker__quarter--in-selecting-range:hover,
|
3438 |
-
.react-datepicker__quarter--in-range:hover {
|
3439 |
-
background-color: #1d5d90; }
|
3440 |
-
|
3441 |
-
.react-datepicker__month--disabled,
|
3442 |
-
.react-datepicker__quarter--disabled {
|
3443 |
-
color: #ccc;
|
3444 |
-
pointer-events: none; }
|
3445 |
-
|
3446 |
-
.react-datepicker__month--disabled:hover,
|
3447 |
-
.react-datepicker__quarter--disabled:hover {
|
3448 |
-
cursor: default;
|
3449 |
-
background-color: transparent; }
|
3450 |
-
|
3451 |
-
.react-datepicker__day,
|
3452 |
-
.react-datepicker__month-text,
|
3453 |
-
.react-datepicker__quarter-text,
|
3454 |
-
.react-datepicker__year-text {
|
3455 |
-
cursor: pointer; }
|
3456 |
-
|
3457 |
-
.react-datepicker__day:hover,
|
3458 |
-
.react-datepicker__month-text:hover,
|
3459 |
-
.react-datepicker__quarter-text:hover,
|
3460 |
-
.react-datepicker__year-text:hover {
|
3461 |
-
border-radius: 0.3rem;
|
3462 |
-
background-color: #f0f0f0; }
|
3463 |
-
|
3464 |
-
.react-datepicker__day--today,
|
3465 |
-
.react-datepicker__month-text--today,
|
3466 |
-
.react-datepicker__quarter-text--today,
|
3467 |
-
.react-datepicker__year-text--today {
|
3468 |
-
font-weight: bold; }
|
3469 |
-
|
3470 |
-
.react-datepicker__day--highlighted,
|
3471 |
-
.react-datepicker__month-text--highlighted,
|
3472 |
-
.react-datepicker__quarter-text--highlighted,
|
3473 |
-
.react-datepicker__year-text--highlighted {
|
3474 |
-
border-radius: 0.3rem;
|
3475 |
-
background-color: #3dcc4a;
|
3476 |
-
color: #fff; }
|
3477 |
-
|
3478 |
-
.react-datepicker__day--highlighted:hover,
|
3479 |
-
.react-datepicker__month-text--highlighted:hover,
|
3480 |
-
.react-datepicker__quarter-text--highlighted:hover,
|
3481 |
-
.react-datepicker__year-text--highlighted:hover {
|
3482 |
-
background-color: #32be3f; }
|
3483 |
-
|
3484 |
-
.react-datepicker__day--highlighted-custom-1,
|
3485 |
-
.react-datepicker__month-text--highlighted-custom-1,
|
3486 |
-
.react-datepicker__quarter-text--highlighted-custom-1,
|
3487 |
-
.react-datepicker__year-text--highlighted-custom-1 {
|
3488 |
-
color: magenta; }
|
3489 |
-
|
3490 |
-
.react-datepicker__day--highlighted-custom-2,
|
3491 |
-
.react-datepicker__month-text--highlighted-custom-2,
|
3492 |
-
.react-datepicker__quarter-text--highlighted-custom-2,
|
3493 |
-
.react-datepicker__year-text--highlighted-custom-2 {
|
3494 |
-
color: green; }
|
3495 |
-
|
3496 |
-
.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range,
|
3497 |
-
.react-datepicker__month-text--selected,
|
3498 |
-
.react-datepicker__month-text--in-selecting-range,
|
3499 |
-
.react-datepicker__month-text--in-range,
|
3500 |
-
.react-datepicker__quarter-text--selected,
|
3501 |
-
.react-datepicker__quarter-text--in-selecting-range,
|
3502 |
-
.react-datepicker__quarter-text--in-range,
|
3503 |
-
.react-datepicker__year-text--selected,
|
3504 |
-
.react-datepicker__year-text--in-selecting-range,
|
3505 |
-
.react-datepicker__year-text--in-range {
|
3506 |
-
border-radius: 0.3rem;
|
3507 |
-
background-color: #216ba5;
|
3508 |
-
color: #fff; }
|
3509 |
-
|
3510 |
-
.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover,
|
3511 |
-
.react-datepicker__month-text--selected:hover,
|
3512 |
-
.react-datepicker__month-text--in-selecting-range:hover,
|
3513 |
-
.react-datepicker__month-text--in-range:hover,
|
3514 |
-
.react-datepicker__quarter-text--selected:hover,
|
3515 |
-
.react-datepicker__quarter-text--in-selecting-range:hover,
|
3516 |
-
.react-datepicker__quarter-text--in-range:hover,
|
3517 |
-
.react-datepicker__year-text--selected:hover,
|
3518 |
-
.react-datepicker__year-text--in-selecting-range:hover,
|
3519 |
-
.react-datepicker__year-text--in-range:hover {
|
3520 |
-
background-color: #1d5d90; }
|
3521 |
-
|
3522 |
-
.react-datepicker__day--keyboard-selected,
|
3523 |
-
.react-datepicker__month-text--keyboard-selected,
|
3524 |
-
.react-datepicker__quarter-text--keyboard-selected,
|
3525 |
-
.react-datepicker__year-text--keyboard-selected {
|
3526 |
-
border-radius: 0.3rem;
|
3527 |
-
background-color: #2a87d0;
|
3528 |
-
color: #fff; }
|
3529 |
-
|
3530 |
-
.react-datepicker__day--keyboard-selected:hover,
|
3531 |
-
.react-datepicker__month-text--keyboard-selected:hover,
|
3532 |
-
.react-datepicker__quarter-text--keyboard-selected:hover,
|
3533 |
-
.react-datepicker__year-text--keyboard-selected:hover {
|
3534 |
-
background-color: #1d5d90; }
|
3535 |
-
|
3536 |
-
.react-datepicker__day--in-selecting-range,
|
3537 |
-
.react-datepicker__month-text--in-selecting-range,
|
3538 |
-
.react-datepicker__quarter-text--in-selecting-range,
|
3539 |
-
.react-datepicker__year-text--in-selecting-range {
|
3540 |
-
background-color: rgba(33, 107, 165, 0.5); }
|
3541 |
-
|
3542 |
-
.react-datepicker__month--selecting-range .react-datepicker__day--in-range, .react-datepicker__month--selecting-range
|
3543 |
-
.react-datepicker__month-text--in-range, .react-datepicker__month--selecting-range
|
3544 |
-
.react-datepicker__quarter-text--in-range, .react-datepicker__month--selecting-range
|
3545 |
-
.react-datepicker__year-text--in-range {
|
3546 |
-
background-color: #f0f0f0;
|
3547 |
-
color: #000; }
|
3548 |
-
|
3549 |
-
.react-datepicker__day--disabled,
|
3550 |
-
.react-datepicker__month-text--disabled,
|
3551 |
-
.react-datepicker__quarter-text--disabled,
|
3552 |
-
.react-datepicker__year-text--disabled {
|
3553 |
-
cursor: default;
|
3554 |
-
color: #ccc; }
|
3555 |
-
|
3556 |
-
.react-datepicker__day--disabled:hover,
|
3557 |
-
.react-datepicker__month-text--disabled:hover,
|
3558 |
-
.react-datepicker__quarter-text--disabled:hover,
|
3559 |
-
.react-datepicker__year-text--disabled:hover {
|
3560 |
-
background-color: transparent; }
|
3561 |
-
|
3562 |
-
.react-datepicker__month-text.react-datepicker__month--selected:hover, .react-datepicker__month-text.react-datepicker__month--in-range:hover, .react-datepicker__month-text.react-datepicker__quarter--selected:hover, .react-datepicker__month-text.react-datepicker__quarter--in-range:hover,
|
3563 |
-
.react-datepicker__quarter-text.react-datepicker__month--selected:hover,
|
3564 |
-
.react-datepicker__quarter-text.react-datepicker__month--in-range:hover,
|
3565 |
-
.react-datepicker__quarter-text.react-datepicker__quarter--selected:hover,
|
3566 |
-
.react-datepicker__quarter-text.react-datepicker__quarter--in-range:hover {
|
3567 |
-
background-color: #216ba5; }
|
3568 |
-
|
3569 |
-
.react-datepicker__month-text:hover,
|
3570 |
-
.react-datepicker__quarter-text:hover {
|
3571 |
-
background-color: #f0f0f0; }
|
3572 |
-
|
3573 |
-
.react-datepicker__input-container {
|
3574 |
-
position: relative;
|
3575 |
-
display: inline-block;
|
3576 |
-
width: 100%; }
|
3577 |
-
|
3578 |
-
.react-datepicker__year-read-view,
|
3579 |
-
.react-datepicker__month-read-view,
|
3580 |
-
.react-datepicker__month-year-read-view {
|
3581 |
-
border: 1px solid transparent;
|
3582 |
-
border-radius: 0.3rem; }
|
3583 |
-
|
3584 |
-
.react-datepicker__year-read-view:hover,
|
3585 |
-
.react-datepicker__month-read-view:hover,
|
3586 |
-
.react-datepicker__month-year-read-view:hover {
|
3587 |
-
cursor: pointer; }
|
3588 |
-
|
3589 |
-
.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
|
3590 |
-
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
|
3591 |
-
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
|
3592 |
-
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
|
3593 |
-
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
|
3594 |
-
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
|
3595 |
-
border-top-color: #b3b3b3; }
|
3596 |
-
|
3597 |
-
.react-datepicker__year-read-view--down-arrow,
|
3598 |
-
.react-datepicker__month-read-view--down-arrow,
|
3599 |
-
.react-datepicker__month-year-read-view--down-arrow {
|
3600 |
-
border-top-color: #ccc;
|
3601 |
-
float: right;
|
3602 |
-
margin-left: 20px;
|
3603 |
-
top: 8px;
|
3604 |
-
position: relative;
|
3605 |
-
border-width: 0.45rem; }
|
3606 |
-
|
3607 |
-
.react-datepicker__year-dropdown,
|
3608 |
-
.react-datepicker__month-dropdown,
|
3609 |
-
.react-datepicker__month-year-dropdown {
|
3610 |
-
background-color: #f0f0f0;
|
3611 |
-
position: absolute;
|
3612 |
-
width: 50%;
|
3613 |
-
left: 25%;
|
3614 |
-
top: 30px;
|
3615 |
-
z-index: 1;
|
3616 |
-
text-align: center;
|
3617 |
-
border-radius: 0.3rem;
|
3618 |
-
border: 1px solid #aeaeae; }
|
3619 |
-
|
3620 |
-
.react-datepicker__year-dropdown:hover,
|
3621 |
-
.react-datepicker__month-dropdown:hover,
|
3622 |
-
.react-datepicker__month-year-dropdown:hover {
|
3623 |
-
cursor: pointer; }
|
3624 |
-
|
3625 |
-
.react-datepicker__year-dropdown--scrollable,
|
3626 |
-
.react-datepicker__month-dropdown--scrollable,
|
3627 |
-
.react-datepicker__month-year-dropdown--scrollable {
|
3628 |
-
height: 150px;
|
3629 |
-
overflow-y: scroll; }
|
3630 |
-
|
3631 |
-
.react-datepicker__year-option,
|
3632 |
-
.react-datepicker__month-option,
|
3633 |
-
.react-datepicker__month-year-option {
|
3634 |
-
line-height: 20px;
|
3635 |
-
width: 100%;
|
3636 |
-
display: block;
|
3637 |
-
margin-left: auto;
|
3638 |
-
margin-right: auto; }
|
3639 |
-
|
3640 |
-
.react-datepicker__year-option:first-of-type,
|
3641 |
-
.react-datepicker__month-option:first-of-type,
|
3642 |
-
.react-datepicker__month-year-option:first-of-type {
|
3643 |
-
border-top-left-radius: 0.3rem;
|
3644 |
-
border-top-right-radius: 0.3rem; }
|
3645 |
-
|
3646 |
-
.react-datepicker__year-option:last-of-type,
|
3647 |
-
.react-datepicker__month-option:last-of-type,
|
3648 |
-
.react-datepicker__month-year-option:last-of-type {
|
3649 |
-
-webkit-user-select: none;
|
3650 |
-
-moz-user-select: none;
|
3651 |
-
-ms-user-select: none;
|
3652 |
-
user-select: none;
|
3653 |
-
border-bottom-left-radius: 0.3rem;
|
3654 |
-
border-bottom-right-radius: 0.3rem; }
|
3655 |
-
|
3656 |
-
.react-datepicker__year-option:hover,
|
3657 |
-
.react-datepicker__month-option:hover,
|
3658 |
-
.react-datepicker__month-year-option:hover {
|
3659 |
-
background-color: #ccc; }
|
3660 |
-
|
3661 |
-
.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
|
3662 |
-
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
|
3663 |
-
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
|
3664 |
-
border-bottom-color: #b3b3b3; }
|
3665 |
-
|
3666 |
-
.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
|
3667 |
-
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
|
3668 |
-
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
|
3669 |
-
border-top-color: #b3b3b3; }
|
3670 |
-
|
3671 |
-
.react-datepicker__year-option--selected,
|
3672 |
-
.react-datepicker__month-option--selected,
|
3673 |
-
.react-datepicker__month-year-option--selected {
|
3674 |
-
position: absolute;
|
3675 |
-
left: 15px; }
|
3676 |
-
|
3677 |
-
.react-datepicker__close-icon {
|
3678 |
-
cursor: pointer;
|
3679 |
-
background-color: transparent;
|
3680 |
-
border: 0;
|
3681 |
-
outline: 0;
|
3682 |
-
padding: 0px 6px 0px 0px;
|
3683 |
-
position: absolute;
|
3684 |
-
top: 0;
|
3685 |
-
right: 0;
|
3686 |
-
height: 100%;
|
3687 |
-
display: table-cell;
|
3688 |
-
vertical-align: middle; }
|
3689 |
-
|
3690 |
-
.react-datepicker__close-icon::after {
|
3691 |
-
cursor: pointer;
|
3692 |
-
background-color: #216ba5;
|
3693 |
-
color: #fff;
|
3694 |
-
border-radius: 50%;
|
3695 |
-
height: 16px;
|
3696 |
-
width: 16px;
|
3697 |
-
padding: 2px;
|
3698 |
-
font-size: 12px;
|
3699 |
-
line-height: 1;
|
3700 |
-
text-align: center;
|
3701 |
-
display: table-cell;
|
3702 |
-
vertical-align: middle;
|
3703 |
-
content: "\D7"; }
|
3704 |
-
|
3705 |
-
.react-datepicker__today-button {
|
3706 |
-
background: #f0f0f0;
|
3707 |
-
border-top: 1px solid #aeaeae;
|
3708 |
-
cursor: pointer;
|
3709 |
-
text-align: center;
|
3710 |
-
font-weight: bold;
|
3711 |
-
padding: 5px 0;
|
3712 |
-
clear: left; }
|
3713 |
-
|
3714 |
-
.react-datepicker__portal {
|
3715 |
-
position: fixed;
|
3716 |
-
width: 100vw;
|
3717 |
-
height: 100vh;
|
3718 |
-
background-color: rgba(0, 0, 0, 0.8);
|
3719 |
-
left: 0;
|
3720 |
-
top: 0;
|
3721 |
-
justify-content: center;
|
3722 |
-
align-items: center;
|
3723 |
-
display: flex;
|
3724 |
-
z-index: 2147483647; }
|
3725 |
-
|
3726 |
-
.react-datepicker__portal .react-datepicker__day-name,
|
3727 |
-
.react-datepicker__portal .react-datepicker__day,
|
3728 |
-
.react-datepicker__portal .react-datepicker__time-name {
|
3729 |
-
width: 3rem;
|
3730 |
-
line-height: 3rem; }
|
3731 |
-
|
3732 |
-
@media (max-width: 400px), (max-height: 550px) {
|
3733 |
-
.react-datepicker__portal .react-datepicker__day-name,
|
3734 |
-
.react-datepicker__portal .react-datepicker__day,
|
3735 |
-
.react-datepicker__portal .react-datepicker__time-name {
|
3736 |
-
width: 2rem;
|
3737 |
-
line-height: 2rem; } }
|
3738 |
-
|
3739 |
-
.react-datepicker__portal .react-datepicker__current-month,
|
3740 |
-
.react-datepicker__portal .react-datepicker-time__header {
|
3741 |
-
font-size: 1.44rem; }
|
3742 |
-
|
3743 |
-
.react-datepicker__portal .react-datepicker__navigation {
|
3744 |
-
border: 0.81rem solid transparent; }
|
3745 |
-
|
3746 |
-
.react-datepicker__portal .react-datepicker__navigation--previous {
|
3747 |
-
border-right-color: #ccc; }
|
3748 |
-
|
3749 |
-
.react-datepicker__portal .react-datepicker__navigation--previous:hover {
|
3750 |
-
border-right-color: #b3b3b3; }
|
3751 |
-
|
3752 |
-
.react-datepicker__portal .react-datepicker__navigation--previous--disabled, .react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover {
|
3753 |
-
border-right-color: #e6e6e6;
|
3754 |
-
cursor: default; }
|
3755 |
-
|
3756 |
-
.react-datepicker__portal .react-datepicker__navigation--next {
|
3757 |
-
border-left-color: #ccc; }
|
3758 |
-
|
3759 |
-
.react-datepicker__portal .react-datepicker__navigation--next:hover {
|
3760 |
-
border-left-color: #b3b3b3; }
|
3761 |
-
|
3762 |
-
.react-datepicker__portal .react-datepicker__navigation--next--disabled, .react-datepicker__portal .react-datepicker__navigation--next--disabled:hover {
|
3763 |
-
border-left-color: #e6e6e6;
|
3764 |
-
cursor: default; }
|
2 |
To change this license header, choose License Headers in Project Properties.
|
3 |
To change this template file, choose Tools | Templates
|
4 |
and open the template in the editor.
|
5 |
+
*/
|
6 |
/*
|
7 |
Created on : Jan 28, 2020, 11:41:08 AM
|
8 |
Author : Magazine3
|
9 |
+
*/
|
10 |
+
.quads-ad-config-header {
|
11 |
+
margin-top: 5px; }
|
12 |
+
|
13 |
+
.quads-ad-config-tab ul {
|
14 |
+
display: flex;
|
15 |
+
border: 1px solid #e7e7e7;
|
16 |
+
margin: 0;
|
17 |
+
overflow: hidden; }
|
18 |
+
|
19 |
+
.quads-ad-config-tab ul li {
|
20 |
+
padding: 12px;
|
21 |
+
font-size: 14px;
|
22 |
+
width: 30.7%;
|
23 |
+
background: #F3F3F3;
|
24 |
+
color: #333;
|
25 |
+
text-align: center;
|
26 |
+
margin-bottom: 0px;
|
27 |
+
position: relative; }
|
28 |
+
|
29 |
+
.quads-ad-config-tab ul li:after {
|
30 |
+
content: "";
|
31 |
+
position: absolute;
|
32 |
+
display: inline-block;
|
33 |
+
width: 44px;
|
34 |
+
height: 44px;
|
35 |
+
top: -1px;
|
36 |
+
right: -20px;
|
37 |
+
background-color: #f3f3f3;
|
38 |
+
border-top-right-radius: 0px;
|
39 |
+
-webkit-transform: scale(0.707) rotate(45deg);
|
40 |
+
transform: scale(0.7) rotate(45deg);
|
41 |
+
box-shadow: 3px -3px #e7e7e7;
|
42 |
+
z-index: 1; }
|
43 |
+
|
44 |
+
.quads-ad-config-tab ul li.quads-selected, .quads-ad-config-tab ul li.quads-selected:after {
|
45 |
+
background-color: #fff; }
|
46 |
+
|
47 |
+
#quads-ad-form {
|
48 |
+
background: #fff; }
|
49 |
+
|
50 |
+
.quads-close-create-page {
|
51 |
+
font-size: 34px !important;
|
52 |
+
text-align: right;
|
53 |
+
cursor: pointer;
|
54 |
+
float: right;
|
55 |
+
position: relative;
|
56 |
+
top: 15px;
|
57 |
+
right: 25px; }
|
58 |
+
|
59 |
+
.quads-close-create-page a {
|
60 |
+
color: #333; }
|
61 |
+
|
62 |
+
.quads-gree-notice-box {
|
63 |
+
height: 10px;
|
64 |
+
width: 607px;
|
65 |
+
padding: 15px;
|
66 |
+
margin: 20px;
|
67 |
+
background: #aeccae;
|
68 |
+
color: white; }
|
69 |
+
|
70 |
+
.quads-gree-notice-box span {
|
71 |
+
float: right;
|
72 |
+
cursor: pointer;
|
73 |
+
font-size: 20px;
|
74 |
+
color: white; }
|
75 |
+
|
76 |
+
.hover_data {
|
77 |
+
padding: 8px 0px 0px 6px !important;
|
78 |
+
background-clip: padding-box !important;
|
79 |
+
border: 1px solid #ccc !important;
|
80 |
+
border-radius: 4px !important;
|
81 |
+
min-width: 94px !important;
|
82 |
+
bottom: 10px !important; }
|
83 |
+
|
84 |
+
.lazy_loader, .lazy_loader_l, .lazy_loader_g, .lazy_loader_a, .lazy_loader_c, .lazy_loader_r, .lazy_loader_t, .lazy_loader_rr, .lazy_loader_gp, .lazy_loader_ap, .lazy_loader_s, .lazy_loader_bl, .lazy_loader_ab, .lazy_loader_o, .lazy_loader_h, .lazy_loader_ge, .lazy_loader_al, .lazy_loader_rs {
|
85 |
+
border: 5px solid #f3f3f3;
|
86 |
+
animation: spin 0.7s linear infinite;
|
87 |
+
border-top: 5px solid #555;
|
88 |
+
border-radius: 50%;
|
89 |
+
width: 10px;
|
90 |
+
height: 10px;
|
91 |
+
display: none;
|
92 |
+
bottom: 24px;
|
93 |
+
position: relative; }
|
94 |
+
|
95 |
+
@keyframes spin {
|
96 |
+
0% {
|
97 |
+
transform: rotate(0deg); }
|
98 |
+
100% {
|
99 |
+
transform: rotate(360deg); } }
|
100 |
+
|
101 |
+
#tooltip {
|
102 |
+
position: absolute;
|
103 |
+
left: 83px;
|
104 |
+
top: 53px; }
|
105 |
+
|
106 |
+
#tooltip.left {
|
107 |
+
margin-left: -5px; }
|
108 |
+
|
109 |
+
#tooltip .tooltip-arrow {
|
110 |
+
top: 50%;
|
111 |
+
left: 0;
|
112 |
+
margin-top: -5px;
|
113 |
+
border-width: 5px 5px 5px 0;
|
114 |
+
border-right-color: dimgrey; }
|
115 |
+
|
116 |
+
#tooltip.left .tooltip-arrow {
|
117 |
+
top: 50%;
|
118 |
+
margin-top: -5px;
|
119 |
+
border-width: 5px 0 5px 5px;
|
120 |
+
border-left-color: dimgrey;
|
121 |
+
right: -5px;
|
122 |
+
left: auto; }
|
123 |
+
|
124 |
+
#tooltip .tooltip-arrow {
|
125 |
+
position: absolute;
|
126 |
+
width: 0;
|
127 |
+
height: 0;
|
128 |
+
border-color: transparent;
|
129 |
+
border-right-color: transparent;
|
130 |
+
border-style: solid; }
|
131 |
+
|
132 |
+
#tooltip .tooltip-inner {
|
133 |
+
max-width: 200px;
|
134 |
+
padding: 3px 8px;
|
135 |
+
color: #fff;
|
136 |
+
text-align: center;
|
137 |
+
background-color: dimgrey;
|
138 |
+
border-radius: 4px; }
|
139 |
+
|
140 |
+
#tooltip_2 {
|
141 |
+
position: absolute;
|
142 |
+
left: 36px;
|
143 |
+
top: 53px; }
|
144 |
+
|
145 |
+
#tooltip_2.left {
|
146 |
+
margin-left: -5px; }
|
147 |
+
|
148 |
+
#tooltip_2 .tooltip_2-arrow {
|
149 |
+
top: 50%;
|
150 |
+
left: 0;
|
151 |
+
margin-top: -5px;
|
152 |
+
border-width: 5px 5px 5px 0;
|
153 |
+
border-right-color: dimgrey; }
|
154 |
+
|
155 |
+
#tooltip_2.left .tooltip_2-arrow {
|
156 |
+
top: 50%;
|
157 |
+
margin-top: -5px;
|
158 |
+
border-width: 5px 0 5px 5px;
|
159 |
+
border-left-color: dimgrey;
|
160 |
+
right: -5px;
|
161 |
+
left: auto; }
|
162 |
+
|
163 |
+
#tooltip_2 .tooltip_2-arrow {
|
164 |
+
position: absolute;
|
165 |
+
width: 0;
|
166 |
+
height: 0;
|
167 |
+
border-color: transparent;
|
168 |
+
border-right-color: transparent;
|
169 |
+
border-style: solid; }
|
170 |
+
|
171 |
+
#tooltip_2 .tooltip_2-inner {
|
172 |
+
max-width: 200px;
|
173 |
+
padding: 3px 8px;
|
174 |
+
color: #fff;
|
175 |
+
text-align: center;
|
176 |
+
background-color: dimgrey;
|
177 |
+
border-radius: 4px; }
|
178 |
+
|
179 |
+
#tooltip_3 {
|
180 |
+
position: absolute;
|
181 |
+
left: 132px;
|
182 |
+
top: 53px; }
|
183 |
+
|
184 |
+
#tooltip_3.left {
|
185 |
+
margin-left: -5px; }
|
186 |
+
|
187 |
+
#tooltip_3 .tooltip_3-arrow {
|
188 |
+
top: 50%;
|
189 |
+
left: 0;
|
190 |
+
margin-top: -5px;
|
191 |
+
border-width: 5px 5px 5px 0;
|
192 |
+
border-right-color: dimgrey; }
|
193 |
+
|
194 |
+
#tooltip_3.left .tooltip_3-arrow {
|
195 |
+
top: 50%;
|
196 |
+
margin-top: -5px;
|
197 |
+
border-width: 5px 0 5px 5px;
|
198 |
+
border-left-color: dimgrey;
|
199 |
+
right: -5px;
|
200 |
+
left: auto; }
|
201 |
+
|
202 |
+
#tooltip_3 .tooltip_3-arrow {
|
203 |
+
position: absolute;
|
204 |
+
width: 0;
|
205 |
+
height: 0;
|
206 |
+
border-color: transparent;
|
207 |
+
border-right-color: transparent;
|
208 |
+
border-style: solid; }
|
209 |
+
|
210 |
+
#tooltip_3 .tooltip_3-inner {
|
211 |
+
max-width: 200px;
|
212 |
+
padding: 3px 8px;
|
213 |
+
color: #fff;
|
214 |
+
text-align: center;
|
215 |
+
background-color: dimgrey;
|
216 |
+
border-radius: 4px; }
|
217 |
+
|
218 |
+
#tooltip.right {
|
219 |
+
margin-left: 5px; }
|
220 |
+
|
221 |
+
#tooltip.left {
|
222 |
+
margin-left: -5px; }
|
223 |
+
|
224 |
+
#tooltip.top {
|
225 |
+
margin-top: -5px; }
|
226 |
+
|
227 |
+
#tooltip.bottom {
|
228 |
+
margin-top: 5px; }
|
229 |
+
|
230 |
+
#tooltip .tooltip-arrow {
|
231 |
+
top: 50%;
|
232 |
+
left: 0;
|
233 |
+
margin-top: -5px;
|
234 |
+
border-width: 5px 5px 5px 0;
|
235 |
+
border-right-color: dimgrey; }
|
236 |
+
|
237 |
+
#tooltip.right .tooltip-arrow {
|
238 |
+
top: 50%;
|
239 |
+
left: auto;
|
240 |
+
margin-left: -5px;
|
241 |
+
border-width: 5px 5px 5px 0;
|
242 |
+
border-right-color: dimgrey; }
|
243 |
+
|
244 |
+
#tooltip.top .tooltip-arrow {
|
245 |
+
top: auto;
|
246 |
+
bottom: -5px;
|
247 |
+
left: 50%;
|
248 |
+
margin-left: -5px;
|
249 |
+
border-width: 5px 5px 0;
|
250 |
+
border-top-color: dimgrey; }
|
251 |
+
|
252 |
+
#tooltip.left .tooltip-arrow {
|
253 |
+
top: 50%;
|
254 |
+
margin-top: -5px;
|
255 |
+
border-width: 5px 0 5px 5px;
|
256 |
+
border-left-color: dimgrey;
|
257 |
+
right: -5px;
|
258 |
+
left: auto; }
|
259 |
+
|
260 |
+
#tooltip.bottom .tooltip-arrow {
|
261 |
+
top: 0;
|
262 |
+
left: 50%;
|
263 |
+
margin-left: -5px;
|
264 |
+
border-width: 0 5px 5px;
|
265 |
+
border-bottom-color: dimgrey; }
|
266 |
+
|
267 |
+
#tooltip .tooltip-arrow {
|
268 |
+
position: absolute;
|
269 |
+
width: 0;
|
270 |
+
height: 0;
|
271 |
+
border-color: transparent;
|
272 |
+
border-right-color: transparent;
|
273 |
+
border-style: solid; }
|
274 |
+
|
275 |
+
#tooltip .tooltip-inner {
|
276 |
+
max-width: 200px;
|
277 |
+
padding: 3px 8px;
|
278 |
+
color: #fff;
|
279 |
+
text-align: center;
|
280 |
+
background-color: dimgrey;
|
281 |
+
border-radius: 4px; }
|
282 |
+
|
283 |
+
.quads_response-suc-wrap {
|
284 |
+
display: block;
|
285 |
+
position: fixed;
|
286 |
+
width: 96px;
|
287 |
+
pointer-events: none !important;
|
288 |
+
letter-spacing: normal;
|
289 |
+
z-index: 9999999;
|
290 |
+
bottom: 20px;
|
291 |
+
right: 61px; }
|
292 |
+
|
293 |
+
.quads_response-suc-single {
|
294 |
+
display: block;
|
295 |
+
width: 100%;
|
296 |
+
padding: 8px;
|
297 |
+
margin: 0 0 5px;
|
298 |
+
border-radius: 4px;
|
299 |
+
font-size: 14px;
|
300 |
+
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
|
301 |
+
font-weight: 500;
|
302 |
+
cursor: pointer; }
|
303 |
+
|
304 |
+
.quads_response-suc-success {
|
305 |
+
background-color: #005af0;
|
306 |
+
color: #fff; }
|
307 |
+
|
308 |
+
.quads_response-suc-error {
|
309 |
+
background-color: #d94f4f;
|
310 |
+
color: #fff; }
|
311 |
+
|
312 |
+
.close-quads_response-suc-single {
|
313 |
+
position: absolute;
|
314 |
+
top: 10px;
|
315 |
+
right: 7px;
|
316 |
+
font-size: 20px;
|
317 |
+
cursor: pointer; }
|
318 |
+
|
319 |
+
input#margin_bottom {
|
320 |
+
width: 79px; }
|
321 |
+
|
322 |
+
a.view_reports_ {
|
323 |
+
text-decoration: none;
|
324 |
+
bottom: 6px;
|
325 |
+
position: relative;
|
326 |
+
padding: 0px 4px; }
|
327 |
+
|
328 |
+
select#view_stats_report {
|
329 |
+
width: 200px;
|
330 |
+
margin-top: -4px; }
|
331 |
+
|
332 |
+
#quads_report_table {
|
333 |
+
padding-left: 40px; }
|
334 |
+
|
335 |
+
.stats_rep {
|
336 |
+
margin-left: 19px; }
|
337 |
+
|
338 |
+
div#quads_report_table {
|
339 |
+
display: flex; }
|
340 |
+
|
341 |
+
select#report_type {
|
342 |
+
margin-top: 20px; }
|
343 |
/*
|
344 |
To change this license header, choose License Headers in Project Properties.
|
345 |
To change this template file, choose Tools | Templates
|
346 |
and open the template in the editor.
|
347 |
+
*/
|
348 |
/*
|
349 |
Created on : Jan 28, 2020, 11:41:08 AM
|
350 |
Author : Magazine3
|
351 |
+
*/
|
352 |
+
.quads-modal-popup-content {
|
353 |
+
max-width: 40% !important; }
|
354 |
/*
|
355 |
To change this license header, choose License Headers in Project Properties.
|
356 |
To change this template file, choose Tools | Templates
|
357 |
and open the template in the editor.
|
358 |
+
*/
|
359 |
/*
|
360 |
Created on : Jan 28, 2020, 11:41:08 AM
|
361 |
Author : Magazine3
|
362 |
+
*/
|
363 |
+
.quads-form-field {
|
364 |
+
padding: 5px; }
|
365 |
+
|
366 |
+
.quads-auto-fill-textarea {
|
367 |
+
width: 100%; }
|
368 |
+
|
369 |
+
.quads-autofill {
|
370 |
+
cursor: pointer;
|
371 |
+
background: #6DA2E8;
|
372 |
+
color: #fff;
|
373 |
+
padding: 3px 9px;
|
374 |
+
font-size: 13px;
|
375 |
+
border-radius: 4px; }
|
376 |
+
|
377 |
+
.quads-autofill:hover {
|
378 |
+
color: #fff;
|
379 |
+
background: #005aef; }
|
380 |
+
|
381 |
+
.quads-autofill-div {
|
382 |
+
display: inline;
|
383 |
+
margin-left: 5px; }
|
384 |
+
|
385 |
+
.quads-adsense-width-heigth {
|
386 |
+
display: inline-flex;
|
387 |
+
margin-left: 30px;
|
388 |
+
top: -17px;
|
389 |
+
position: relative; }
|
390 |
+
|
391 |
+
#quads-ad-content .quads-autofill-div .quads-general-helper:after {
|
392 |
+
margin-top: -1px; }
|
393 |
+
|
394 |
+
#quads-ad-content .quads-autofill-div .quads-general-helper {
|
395 |
+
background-color: #005aef; }
|
396 |
+
|
397 |
+
.banner_image {
|
398 |
+
display: block;
|
399 |
+
padding-bottom: 20px;
|
400 |
+
max-width: 100%; }
|
401 |
+
|
402 |
+
.quads-docs-link {
|
403 |
+
text-decoration: none;
|
404 |
+
font-size: 14px;
|
405 |
+
float: right; }
|
406 |
/*
|
407 |
To change this license header, choose License Headers in Project Properties.
|
408 |
To change this template file, choose Tools | Templates
|
409 |
and open the template in the editor.
|
410 |
+
*/
|
411 |
/*
|
412 |
Created on : Jan 28, 2020, 11:41:08 AM
|
413 |
Author : Magazine3
|
414 |
+
*/
|
415 |
+
/* The Modal (background) */
|
416 |
+
.quads-modal-popup {
|
417 |
+
position: fixed;
|
418 |
+
z-index: 1;
|
419 |
+
padding-top: 100px;
|
420 |
+
left: 0;
|
421 |
+
top: 0;
|
422 |
+
width: 100%;
|
423 |
+
left: 75px;
|
424 |
+
height: 100%;
|
425 |
+
overflow: auto;
|
426 |
+
background-color: black;
|
427 |
+
background-color: rgba(0, 0, 0, 0.4); }
|
428 |
+
|
429 |
+
/* Modal Content */
|
430 |
+
.quads-modal-popup-content {
|
431 |
+
background-color: #fefefe;
|
432 |
+
margin: auto;
|
433 |
+
padding: 20px;
|
434 |
+
border: 1px solid #888;
|
435 |
+
max-width: 100%; }
|
436 |
+
|
437 |
+
/* The Close Button */
|
438 |
+
.quads-modal-close {
|
439 |
+
color: #aaaaaa;
|
440 |
+
float: right;
|
441 |
+
font-size: 28px;
|
442 |
+
font-weight: bold; }
|
443 |
+
|
444 |
+
.quads-modal-close:hover,
|
445 |
+
.quads-modal-close:focus {
|
446 |
+
color: #000;
|
447 |
+
text-decoration: none;
|
448 |
+
cursor: pointer; }
|
449 |
+
|
450 |
+
.quads-modal-error {
|
451 |
+
color: red; }
|
452 |
/*
|
453 |
To change this license header, choose License Headers in Project Properties.
|
454 |
To change this template file, choose Tools | Templates
|
455 |
and open the template in the editor.
|
456 |
+
*/
|
457 |
/*
|
458 |
Created on : Jan 28, 2020, 11:41:08 AM
|
459 |
Author : Magazine3
|
460 |
+
*/
|
461 |
+
.quads-large-content {
|
462 |
+
top: 70px; }
|
463 |
+
|
464 |
+
.quads-large-description {
|
465 |
+
padding: 12px 16px; }
|
466 |
/*
|
467 |
To change this license header, choose License Headers in Project Properties.
|
468 |
To change this template file, choose Tools | Templates
|
469 |
and open the template in the editor.
|
470 |
+
*/
|
471 |
/*
|
472 |
Created on : Jan 28, 2020, 11:41:08 AM
|
473 |
Author : Magazine3
|
474 |
+
*/
|
475 |
/*
|
476 |
To change this license header, choose License Headers in Project Properties.
|
477 |
To change this template file, choose Tools | Templates
|
478 |
and open the template in the editor.
|
479 |
+
*/
|
480 |
/*
|
481 |
Created on : Jan 28, 2020, 11:41:08 AM
|
482 |
Author : Magazine3
|
483 |
+
*/
|
484 |
+
.quads-ad-content h1 {
|
485 |
+
color: red; }
|
486 |
/*
|
487 |
To change this license header, choose License Headers in Project Properties.
|
488 |
To change this template file, choose Tools | Templates
|
489 |
and open the template in the editor.
|
490 |
+
*/
|
491 |
/*
|
492 |
Created on : Jan 28, 2020, 11:41:08 AM
|
493 |
Author : Magazine3
|
494 |
+
*/
|
495 |
+
.quads-include {
|
496 |
+
background-color: yellowgreen;
|
497 |
+
padding: 5px;
|
498 |
+
border-radius: 4px;
|
499 |
+
cursor: pointer; }
|
500 |
+
|
501 |
+
.quads-exclude {
|
502 |
+
background-color: yellow;
|
503 |
+
padding: 5px;
|
504 |
+
border-radius: 4px;
|
505 |
+
cursor: pointer; }
|
506 |
+
|
507 |
+
.quads-panel-body tr.quads-tr-position {
|
508 |
+
display: inline-flex; }
|
509 |
+
|
510 |
+
.quads-panel-body td:nth-child(1) {
|
511 |
+
margin-top: 15px; }
|
512 |
+
|
513 |
+
.position_content div label {
|
514 |
+
padding: 10px; }
|
515 |
+
|
516 |
+
.position_content div {
|
517 |
+
padding-bottom: 15px !important; }
|
518 |
+
|
519 |
+
p.description_adr {
|
520 |
+
text-align: center;
|
521 |
+
margin: 0px 0px -16px 0px;
|
522 |
+
right: 15%;
|
523 |
+
position: relative;
|
524 |
+
bottom: 33px; }
|
525 |
+
|
526 |
+
.ad_rotator_grid {
|
527 |
+
float: unset; }
|
528 |
+
.quads-user-targeting table td {
|
529 |
+
width: 25%; }
|
530 |
+
|
531 |
+
.quads-user-targeting table td .amp-support {
|
532 |
+
font-size: 11px;
|
533 |
+
color: red; }
|
534 |
+
|
535 |
+
.quads-targeting .quads-title {
|
536 |
+
color: #9c27b0; }
|
537 |
+
|
538 |
+
.quads-targeting .quads-user-targeting a .material-icons {
|
539 |
+
color: #9c27b0; }
|
540 |
+
|
541 |
+
.quads-targeting .quads-target-item {
|
542 |
+
border: 1px solid rgba(156, 39, 176, 0.24);
|
543 |
+
background-color: rgba(156, 39, 176, 0.08); }
|
544 |
+
|
545 |
+
.quads-user-targeting-label b {
|
546 |
+
color: #000000; }
|
547 |
+
|
548 |
+
.targeting_get_pro {
|
549 |
+
text-transform: none; }
|
550 |
+
.quads-user-targeting table td {
|
551 |
+
width: 25%; }
|
552 |
+
|
553 |
+
.quads-visibility .quads-title {
|
554 |
+
color: #005aef; }
|
555 |
/*
|
556 |
To change this license header, choose License Headers in Project Properties.
|
557 |
To change this template file, choose Tools | Templates
|
558 |
and open the template in the editor.
|
559 |
+
*/
|
560 |
/*
|
561 |
Created on : Jan 28, 2020, 11:41:08 AM
|
562 |
Author : Magazine3
|
563 |
+
*/
|
564 |
+
.quads-position-dropdown {
|
565 |
+
/*display: inline-flex;*/ }
|
566 |
+
|
567 |
+
.position_content {
|
568 |
+
display: inline-flex;
|
569 |
+
padding-top: 20px; }
|
570 |
+
|
571 |
+
#post_shortcode {
|
572 |
+
width: 132px; }
|
573 |
+
|
574 |
+
#post_shortcode_php {
|
575 |
+
width: 380px; }
|
576 |
+
|
577 |
+
.position_content div {
|
578 |
+
padding-bottom: 5px; }
|
579 |
+
|
580 |
+
#repeat_paragraph + label {
|
581 |
+
text-transform: none; }
|
582 |
+
|
583 |
+
.quads-settings-group .quads-tr-position .quads-position-dropdown select {
|
584 |
+
width: 311px; }
|
585 |
+
|
586 |
+
.MuiPaper-root.MuiAlert-root.MuiAlert-standardError.check_plugin_exist.MuiPaper-elevation0 div {
|
587 |
+
padding-bottom: 5px !important; }
|
588 |
/*
|
589 |
To change this license header, choose License Headers in Project Properties.
|
590 |
To change this template file, choose Tools | Templates
|
591 |
and open the template in the editor.
|
592 |
+
*/
|
593 |
/*
|
594 |
Created on : Jan 28, 2020, 11:41:08 AM
|
595 |
Author : Magazine3
|
596 |
+
*/
|
597 |
+
.quads-position-dropdown {
|
598 |
+
/*display: inline-flex;*/ }
|
599 |
+
|
600 |
+
.position_content {
|
601 |
+
display: inline-flex;
|
602 |
+
padding-top: 20px; }
|
603 |
+
|
604 |
+
#post_shortcode {
|
605 |
+
width: 132px; }
|
606 |
+
|
607 |
+
#post_shortcode_php {
|
608 |
+
width: 380px; }
|
609 |
+
|
610 |
+
.position_content div {
|
611 |
+
padding-bottom: 5px; }
|
612 |
+
|
613 |
+
#repeat_paragraph + label {
|
614 |
+
text-transform: none; }
|
615 |
+
|
616 |
+
.quads-settings-group .quads-tr-position .quads-position-dropdown select {
|
617 |
+
width: 311px; }
|
618 |
+
|
619 |
+
.MuiPaper-root.MuiAlert-root.MuiAlert-standardError.check_plugin_exist.MuiPaper-elevation0 div {
|
620 |
+
padding-bottom: 5px !important; }
|
621 |
/*
|
622 |
To change this license header, choose License Headers in Project Properties.
|
623 |
To change this template file, choose Tools | Templates
|
624 |
and open the template in the editor.
|
625 |
+
*/
|
626 |
/*
|
627 |
Created on : Jan 28, 2020, 11:41:08 AM
|
628 |
Author : Magazine3
|
629 |
+
*/
|
630 |
/*
|
631 |
To change this license header, choose License Headers in Project Properties.
|
632 |
To change this template file, choose Tools | Templates
|
633 |
and open the template in the editor.
|
634 |
+
*/
|
635 |
/*
|
636 |
Created on : Jan 28, 2020, 11:41:08 AM
|
637 |
Author : Magazine3
|
638 |
+
*/
|
639 |
+
.quads_form_msg {
|
640 |
+
font-size: 12px;
|
641 |
+
color: red;
|
642 |
+
font-weight: 500; }
|
643 |
+
|
644 |
+
.quads_form_msg .material-icons {
|
645 |
+
font-size: 12px;
|
646 |
+
font-weight: 500; }
|
647 |
+
|
648 |
+
.quads_form_error {
|
649 |
+
border: 2px solid red !important; }
|
650 |
+
|
651 |
+
.quads-error {
|
652 |
+
color: red; }
|
653 |
+
|
654 |
+
.quads-next {
|
655 |
+
font-weight: 400;
|
656 |
+
font-size: 20px;
|
657 |
+
float: right;
|
658 |
+
cursor: pointer; }
|
659 |
+
|
660 |
+
.quads-prev {
|
661 |
+
font-weight: 400;
|
662 |
+
font-size: 20px;
|
663 |
+
float: right;
|
664 |
+
margin-right: 20px;
|
665 |
+
cursor: pointer; }
|
666 |
+
|
667 |
+
#quads-ad-content {
|
668 |
+
width: 100%; }
|
669 |
+
|
670 |
+
.quads-cover-spin {
|
671 |
+
position: fixed;
|
672 |
+
width: 100%;
|
673 |
+
left: 0;
|
674 |
+
right: 0;
|
675 |
+
top: 0;
|
676 |
+
bottom: 0;
|
677 |
+
z-index: 9999; }
|
678 |
+
|
679 |
+
@-webkit-keyframes spin {
|
680 |
+
from {
|
681 |
+
-webkit-transform: rotate(0deg); }
|
682 |
+
to {
|
683 |
+
-webkit-transform: rotate(360deg); } }
|
684 |
+
|
685 |
+
@keyframes spin {
|
686 |
+
from {
|
687 |
+
transform: rotate(0deg); }
|
688 |
+
to {
|
689 |
+
transform: rotate(360deg); } }
|
690 |
+
|
691 |
+
.quads-cover-spin::after {
|
692 |
+
content: '';
|
693 |
+
display: block;
|
694 |
+
position: absolute;
|
695 |
+
left: 48%;
|
696 |
+
top: 40%;
|
697 |
+
width: 40px;
|
698 |
+
height: 40px;
|
699 |
+
border-style: solid;
|
700 |
+
border-color: #005af0;
|
701 |
+
border-top-color: transparent;
|
702 |
+
border-width: 4px;
|
703 |
+
border-radius: 50%;
|
704 |
+
-webkit-animation: spin .8s linear infinite;
|
705 |
+
animation: spin .8s linear infinite; }
|
706 |
+
|
707 |
+
.quads-small-spinner {
|
708 |
+
border: 5px solid #f3f3f3;
|
709 |
+
-webkit-animation: spin 1s linear infinite;
|
710 |
+
animation: spin 1s linear infinite;
|
711 |
+
border-top: 5px solid #555;
|
712 |
+
border-radius: 50%;
|
713 |
+
width: 50px;
|
714 |
+
height: 50px; }
|
715 |
+
|
716 |
+
.quads-panel {
|
717 |
+
background-color: #fff;
|
718 |
+
border: 1px solid transparent;
|
719 |
+
border-radius: 0px;
|
720 |
+
box-shadow: 0 0px 6px rgba(0, 0, 0, 0.1);
|
721 |
+
margin-top: 15px; }
|
722 |
+
|
723 |
+
.quads-panel-body {
|
724 |
+
padding: 40px; }
|
725 |
+
|
726 |
+
.quads-panel-body .quads-adsense-width-heigth label {
|
727 |
+
font-size: 12px;
|
728 |
+
DISPLAY: block;
|
729 |
+
WIDTH: 52PX;
|
730 |
+
margin-right: 10px; }
|
731 |
+
|
732 |
+
.quads-panel-body .quads-adsense-width-heigth input {
|
733 |
+
width: 52PX;
|
734 |
+
font-size: 16px;
|
735 |
+
padding: 0; }
|
736 |
+
|
737 |
+
.quads-panel-body td:nth-child(1) {
|
738 |
+
width: 240px; }
|
739 |
+
|
740 |
+
.quads-panel-body label {
|
741 |
+
color: #000000;
|
742 |
+
font-size: 18px; }
|
743 |
+
|
744 |
+
.quads-panel-body tr {
|
745 |
+
margin-bottom: 35px;
|
746 |
+
display: inline-block;
|
747 |
+
width: 100%; }
|
748 |
+
|
749 |
+
.quads-panel-body tr:last-child {
|
750 |
+
margin-bottom: 0; }
|
751 |
+
|
752 |
+
.quads-panel-body input {
|
753 |
+
border: 0;
|
754 |
+
border-radius: 0;
|
755 |
+
border-bottom: 1px solid #ddd;
|
756 |
+
font-size: 18px;
|
757 |
+
width: 278px; }
|
758 |
+
|
759 |
+
.quads-panel-body input[type="checkbox"] {
|
760 |
+
position: relative;
|
761 |
+
width: 1.2em;
|
762 |
+
height: 1.2em;
|
763 |
+
color: #363839;
|
764 |
+
border: 1px solid #bdc1c6;
|
765 |
+
border-radius: 4px;
|
766 |
+
-webkit-appearance: none;
|
767 |
+
-moz-appearance: none;
|
768 |
+
appearance: none;
|
769 |
+
outline: 0;
|
770 |
+
cursor: pointer; }
|
771 |
+
|
772 |
+
.quads-panel-body input[type="checkbox"]::before {
|
773 |
+
position: absolute;
|
774 |
+
content: '';
|
775 |
+
display: block;
|
776 |
+
top: 6px;
|
777 |
+
left: 11px;
|
778 |
+
width: 4px;
|
779 |
+
height: 10px;
|
780 |
+
border-style: solid;
|
781 |
+
border-color: #fff;
|
782 |
+
border-width: 0 2px 2px 0;
|
783 |
+
-webkit-transform: rotate(45deg);
|
784 |
+
transform: rotate(45deg);
|
785 |
+
opacity: 0; }
|
786 |
+
|
787 |
+
.quads-panel-body input[type="checkbox"]:checked {
|
788 |
+
color: #fff;
|
789 |
+
border-color: #005aef;
|
790 |
+
background: #005aef; }
|
791 |
+
|
792 |
+
.quads-panel-body input[type="checkbox"]:checked::before {
|
793 |
+
opacity: 1; }
|
794 |
+
|
795 |
+
.quads-panel-body input[type="checkbox"]:checked ~ label::before {
|
796 |
+
-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
|
797 |
+
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }
|
798 |
+
|
799 |
+
.quads-panel-body input:focus {
|
800 |
+
box-shadow: none; }
|
801 |
+
|
802 |
+
.quads-panel-body select {
|
803 |
+
position: relative;
|
804 |
+
width: 220px; }
|
805 |
+
|
806 |
+
.quads-panel-body select {
|
807 |
+
position: relative;
|
808 |
+
font-family: inherit;
|
809 |
+
background-color: transparent;
|
810 |
+
width: 225px;
|
811 |
+
height: 50px;
|
812 |
+
padding: 7px 10px 7px 20px;
|
813 |
+
font-size: 18px;
|
814 |
+
border-radius: 0;
|
815 |
+
border: none;
|
816 |
+
border: 1px solid #F3F3F3;
|
817 |
+
box-shadow: 0px 1px 0px #CFCFCF;
|
818 |
+
appearance: none;
|
819 |
+
-webkit-appearance: none;
|
820 |
+
background-image: linear-gradient(45deg, transparent 50%, #999 50%), linear-gradient(135deg, #999 50%, transparent 50%);
|
821 |
+
background-position: calc(100% - 25px) calc(1em + 6px), calc(100% - 19px) calc(1em + 6px), calc(100% - 2.5em) 0.5em;
|
822 |
+
background-size: 6px 6px, 6px 6px, 1px 1.5em;
|
823 |
+
background-repeat: no-repeat; }
|
824 |
+
|
825 |
+
.quads-panel-body .quads-position-dropdown select {
|
826 |
+
width: auto; }
|
827 |
+
|
828 |
+
/* Remove focus */
|
829 |
+
.quads-panel-body select:focus {
|
830 |
+
outline: none; }
|
831 |
+
|
832 |
+
/* Use custom arrow */
|
833 |
+
.quads-panel-body select {
|
834 |
+
appearance: none;
|
835 |
+
-webkit-appearance: none; }
|
836 |
+
|
837 |
+
.quads-panel-body select:after {
|
838 |
+
position: absolute;
|
839 |
+
top: 18px;
|
840 |
+
right: 10px;
|
841 |
+
/* Styling the down arrow */
|
842 |
+
width: 0;
|
843 |
+
height: 0;
|
844 |
+
padding: 0;
|
845 |
+
content: '';
|
846 |
+
border-left: 6px solid transparent;
|
847 |
+
border-right: 6px solid transparent;
|
848 |
+
border-bottom: 6px solid transparent;
|
849 |
+
border-top: 6px solid rgba(0, 0, 0, 0.12);
|
850 |
+
pointer-events: none; }
|
851 |
+
|
852 |
+
/* active state */
|
853 |
+
.quads-panel-body select:focus, .quads-panel-body select:valid {
|
854 |
+
transition: 0.2s ease all; }
|
855 |
+
|
856 |
+
/* BOTTOM BARS ================================= */
|
857 |
+
.select-bar {
|
858 |
+
position: relative;
|
859 |
+
display: block;
|
860 |
+
width: 350px; }
|
861 |
+
|
862 |
+
.select-bar:before, .select-bar:after {
|
863 |
+
content: '';
|
864 |
+
height: 2px;
|
865 |
+
width: 0;
|
866 |
+
bottom: 1px;
|
867 |
+
position: absolute;
|
868 |
+
background: red;
|
869 |
+
transition: 0.2s ease all; }
|
870 |
+
|
871 |
+
.select-bar:before {
|
872 |
+
left: 50%; }
|
873 |
+
|
874 |
+
.select-bar:after {
|
875 |
+
right: 50%; }
|
876 |
+
|
877 |
+
/* active state */
|
878 |
+
.select-text:focus ~ .select-bar:before, .select-text:focus ~ .select-bar:after {
|
879 |
+
width: 50%; }
|
880 |
+
|
881 |
+
.quads-btn {
|
882 |
+
border: none;
|
883 |
+
color: white;
|
884 |
+
padding: 9px 18px;
|
885 |
+
text-align: center;
|
886 |
+
text-decoration: none;
|
887 |
+
display: inline-block;
|
888 |
+
font-size: 16px;
|
889 |
+
margin: 4px 2px;
|
890 |
+
cursor: pointer; }
|
891 |
+
|
892 |
+
.quads-btn:hover {
|
893 |
+
color: #fff; }
|
894 |
+
|
895 |
+
.quads-btn-primary {
|
896 |
+
background-color: #005aef;
|
897 |
+
font-size: 16px;
|
898 |
+
border-radius: 4px;
|
899 |
+
padding: 10px 20px; }
|
900 |
+
|
901 |
+
.quads-btn-default {
|
902 |
+
background-color: #e7e7e7;
|
903 |
+
color: black; }
|
904 |
+
|
905 |
+
.quads-generic-icon {
|
906 |
+
cursor: pointer;
|
907 |
+
position: relative;
|
908 |
+
left: 8px;
|
909 |
+
top: -1px; }
|
910 |
+
|
911 |
+
.quads-large-btn {
|
912 |
+
float: right; }
|
913 |
+
|
914 |
+
.quads-modal-popup {
|
915 |
+
position: fixed;
|
916 |
+
z-index: 1;
|
917 |
+
padding-top: 100px;
|
918 |
+
left: 0;
|
919 |
+
top: 0;
|
920 |
+
width: 100%;
|
921 |
+
left: 75px;
|
922 |
+
height: 100%;
|
923 |
+
overflow: auto;
|
924 |
+
background-color: black;
|
925 |
+
background-color: rgba(0, 0, 0, 0.4); }
|
926 |
+
|
927 |
+
/* Modal Content */
|
928 |
+
.quads-modal-popup-content {
|
929 |
+
background-color: #fefefe;
|
930 |
+
margin: auto;
|
931 |
+
padding: 20px;
|
932 |
+
border: 1px solid #888;
|
933 |
+
max-width: 100%; }
|
934 |
+
|
935 |
+
.quads-modal-popup-content h3 {
|
936 |
+
margin: 0; }
|
937 |
+
|
938 |
+
.quads-modal-content {
|
939 |
+
display: inline-block;
|
940 |
+
width: 100%;
|
941 |
+
margin-top: 30px; }
|
942 |
+
|
943 |
+
.quads-modal-content th {
|
944 |
+
font-weight: normal; }
|
945 |
+
|
946 |
+
.quads-full-page-modal-content {
|
947 |
+
background-color: #fff;
|
948 |
+
position: relative;
|
949 |
+
max-width: 93%;
|
950 |
+
height: 100vh; }
|
951 |
+
|
952 |
+
.quads-full-page-modal-content h3 {
|
953 |
+
position: relative;
|
954 |
+
top: 40px;
|
955 |
+
left: 52px;
|
956 |
+
font-weight: normal;
|
957 |
+
text-transform: uppercase;
|
958 |
+
letter-spacing: 2px;
|
959 |
+
font-size: 15px; }
|
960 |
+
|
961 |
+
.quads-full-page-modal-close {
|
962 |
+
float: right;
|
963 |
+
cursor: pointer; }
|
964 |
+
|
965 |
+
.quads-full-page-modal .quads-close-create-page {
|
966 |
+
position: absolute;
|
967 |
+
top: 40px;
|
968 |
+
right: 50px;
|
969 |
+
z-index: 100000001; }
|
970 |
+
|
971 |
+
/* The Close Button */
|
972 |
+
.quads-modal-close {
|
973 |
+
color: #aaaaaa;
|
974 |
+
float: right;
|
975 |
+
font-size: 28px;
|
976 |
+
font-weight: bold; }
|
977 |
+
|
978 |
+
.quads-modal-close:hover,
|
979 |
+
.quads-modal-close:focus {
|
980 |
+
color: #000;
|
981 |
+
text-decoration: none;
|
982 |
+
cursor: pointer; }
|
983 |
+
|
984 |
+
.quads-modal-error {
|
985 |
+
color: red; }
|
986 |
+
|
987 |
+
.quads-switch {
|
988 |
+
position: relative;
|
989 |
+
display: inline-block;
|
990 |
+
width: 30px;
|
991 |
+
height: 16px;
|
992 |
+
border: 20px; }
|
993 |
+
|
994 |
+
.quads-slider {
|
995 |
+
position: absolute;
|
996 |
+
cursor: pointer;
|
997 |
+
top: 0;
|
998 |
+
left: 0;
|
999 |
+
right: 0;
|
1000 |
+
bottom: 0;
|
1001 |
+
background-color: #b5b5b5;
|
1002 |
+
transition: .4s;
|
1003 |
+
border-radius: 20px; }
|
1004 |
+
|
1005 |
+
.quads-slider:before {
|
1006 |
+
position: absolute;
|
1007 |
+
content: "";
|
1008 |
+
height: 10px;
|
1009 |
+
width: 10px;
|
1010 |
+
left: 2px;
|
1011 |
+
bottom: 3px;
|
1012 |
+
background-color: #fff;
|
1013 |
+
transition: .4s;
|
1014 |
+
border-radius: 20px; }
|
1015 |
+
|
1016 |
+
input:checked + .quads-slider {
|
1017 |
+
background-color: #005af0;
|
1018 |
+
border-radius: 30px; }
|
1019 |
+
|
1020 |
+
input:focus + .quads-slider {
|
1021 |
+
box-shadow: 0 0 1px #2196F3; }
|
1022 |
+
|
1023 |
+
input:checked + .quads-slider:before {
|
1024 |
+
transform: translateX(15px); }
|
1025 |
+
|
1026 |
+
.quads-switch input {
|
1027 |
+
opacity: 0;
|
1028 |
+
width: 0;
|
1029 |
+
height: 0; }
|
1030 |
+
|
1031 |
+
.quads-message {
|
1032 |
+
display: block;
|
1033 |
+
padding: 10px;
|
1034 |
+
border: 1px solid #FBFBFB;
|
1035 |
+
border-radius: 2px;
|
1036 |
+
background-color: #F8F8F7;
|
1037 |
+
position: absolute;
|
1038 |
+
max-width: 500px;
|
1039 |
+
z-index: 9999;
|
1040 |
+
display: none;
|
1041 |
+
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
|
1042 |
+
font-weight: normal;
|
1043 |
+
line-height: 20px;
|
1044 |
+
text-transform: none;
|
1045 |
+
font-size: 14px; }
|
1046 |
+
|
1047 |
+
.quads-target-item {
|
1048 |
+
background-color: rgba(0, 126, 255, 0.08);
|
1049 |
+
border-radius: 20px;
|
1050 |
+
border: 1px solid rgba(0, 126, 255, 0.24);
|
1051 |
+
color: #002638;
|
1052 |
+
float: left;
|
1053 |
+
font-size: 14px;
|
1054 |
+
line-height: 1.4;
|
1055 |
+
position: relative;
|
1056 |
+
margin-bottom: 0;
|
1057 |
+
margin-right: 10px;
|
1058 |
+
margin-top: 10px;
|
1059 |
+
vertical-align: top;
|
1060 |
+
padding: 5px 25px 5px 10px; }
|
1061 |
+
|
1062 |
+
.quads-user-targeting {
|
1063 |
+
margin: 5px 0 0 0; }
|
1064 |
+
|
1065 |
+
.quads-user-targeting-label {
|
1066 |
+
color: #666;
|
1067 |
+
font-size: 14px;
|
1068 |
+
margin-bottom: 25px; }
|
1069 |
+
|
1070 |
+
.quads-user-targeting h2 {
|
1071 |
+
font-weight: normal;
|
1072 |
+
font-size: 18px;
|
1073 |
+
color: #333;
|
1074 |
+
margin: 0px; }
|
1075 |
+
|
1076 |
+
.quads-user-targeting a .material-icons {
|
1077 |
+
color: #005aef;
|
1078 |
+
cursor: pointer; }
|
1079 |
+
|
1080 |
+
.quads-user-targeting a span {
|
1081 |
+
top: 5px;
|
1082 |
+
position: relative;
|
1083 |
+
left: 5px; }
|
1084 |
+
|
1085 |
+
a.quads-nav-link-active {
|
1086 |
+
border-bottom: 3px solid #005af0 !important;
|
1087 |
+
position: relative;
|
1088 |
+
padding: 19px 20px;
|
1089 |
+
color: #005af0 !important; }
|
1090 |
+
|
1091 |
+
.quads-ad-tab ul li .quads-nav-link .quads-nav-link-active {
|
1092 |
+
color: #1A73E8;
|
1093 |
+
border-bottom: 3px solid #1A73E8; }
|
1094 |
+
|
1095 |
+
.quads-target-item-list {
|
1096 |
+
width: 100%;
|
1097 |
+
display: inline-block; }
|
1098 |
+
|
1099 |
+
.quads-target-icon {
|
1100 |
+
cursor: pointer;
|
1101 |
+
float: right;
|
1102 |
+
position: absolute;
|
1103 |
+
right: 5px; }
|
1104 |
+
|
1105 |
+
.quads-target-icon .material-icons {
|
1106 |
+
font-size: 18px; }
|
1107 |
+
|
1108 |
+
.quads-targeting-selection tr {
|
1109 |
+
margin-bottom: 5px; }
|
1110 |
+
|
1111 |
+
.quads-targeting-selection table td {
|
1112 |
+
width: 270px !important;
|
1113 |
+
padding: 15px 15px 0px 0; }
|
1114 |
+
|
1115 |
+
.quads-target-label {
|
1116 |
+
border-bottom-right-radius: 2px;
|
1117 |
+
border-top-right-radius: 2px;
|
1118 |
+
cursor: default;
|
1119 |
+
padding: 2px 5px; }
|
1120 |
+
|
1121 |
+
.quads-targeting-selection {
|
1122 |
+
margin-top: 10px;
|
1123 |
+
margin-bottom: 20px;
|
1124 |
+
color: #000; }
|
1125 |
+
|
1126 |
+
.quads-btn-spinner {
|
1127 |
+
display: inline-block;
|
1128 |
+
width: 10px;
|
1129 |
+
height: 10px;
|
1130 |
+
margin-right: 10px;
|
1131 |
+
border: 3px solid rgba(255, 255, 255, 0.3);
|
1132 |
+
border-radius: 50%;
|
1133 |
+
border-top-color: #fff;
|
1134 |
+
animation: spin 1s ease-in-out infinite;
|
1135 |
+
-webkit-animation: spin 1s ease-in-out infinite; }
|
1136 |
+
|
1137 |
+
@keyframes spin {
|
1138 |
+
to {
|
1139 |
+
-webkit-transform: rotate(360deg); } }
|
1140 |
+
|
1141 |
+
@-webkit-keyframes spin {
|
1142 |
+
to {
|
1143 |
+
-webkit-transform: rotate(360deg); } }
|
1144 |
+
|
1145 |
+
/* Progress Bar */
|
1146 |
+
.progress {
|
1147 |
+
position: relative;
|
1148 |
+
height: 4px;
|
1149 |
+
display: block;
|
1150 |
+
width: 100%;
|
1151 |
+
background-color: #acece6;
|
1152 |
+
border-radius: 2px;
|
1153 |
+
background-clip: padding-box;
|
1154 |
+
margin: 0.5rem 0 1rem 0;
|
1155 |
+
overflow: hidden; }
|
1156 |
+
|
1157 |
+
.progress .determinate {
|
1158 |
+
position: absolute;
|
1159 |
+
background-color: inherit;
|
1160 |
+
top: 0;
|
1161 |
+
bottom: 0;
|
1162 |
+
background-color: #26a69a;
|
1163 |
+
transition: width .3s linear; }
|
1164 |
+
|
1165 |
+
.progress .indeterminate {
|
1166 |
+
background-color: #26a69a; }
|
1167 |
+
|
1168 |
+
.progress .indeterminate:before {
|
1169 |
+
content: '';
|
1170 |
+
position: absolute;
|
1171 |
+
background-color: inherit;
|
1172 |
+
top: 0;
|
1173 |
+
left: 0;
|
1174 |
+
bottom: 0;
|
1175 |
+
will-change: left, right;
|
1176 |
+
-webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
|
1177 |
+
animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; }
|
1178 |
+
|
1179 |
+
.progress .indeterminate:after {
|
1180 |
+
content: '';
|
1181 |
+
position: absolute;
|
1182 |
+
background-color: inherit;
|
1183 |
+
top: 0;
|
1184 |
+
left: 0;
|
1185 |
+
bottom: 0;
|
1186 |
+
will-change: left, right;
|
1187 |
+
-webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
|
1188 |
+
animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
|
1189 |
+
-webkit-animation-delay: 1.15s;
|
1190 |
+
animation-delay: 1.15s; }
|
1191 |
+
|
1192 |
+
@-webkit-keyframes indeterminate {
|
1193 |
+
0% {
|
1194 |
+
left: -35%;
|
1195 |
+
right: 100%; }
|
1196 |
+
60% {
|
1197 |
+
left: 100%;
|
1198 |
+
right: -90%; }
|
1199 |
+
100% {
|
1200 |
+
left: 100%;
|
1201 |
+
right: -90%; } }
|
1202 |
+
|
1203 |
+
@keyframes indeterminate {
|
1204 |
+
0% {
|
1205 |
+
left: -35%;
|
1206 |
+
right: 100%; }
|
1207 |
+
60% {
|
1208 |
+
left: 100%;
|
1209 |
+
right: -90%; }
|
1210 |
+
100% {
|
1211 |
+
left: 100%;
|
1212 |
+
right: -90%; } }
|
1213 |
+
|
1214 |
+
@-webkit-keyframes indeterminate-short {
|
1215 |
+
0% {
|
1216 |
+
left: -200%;
|
1217 |
+
right: 100%; }
|
1218 |
+
60% {
|
1219 |
+
left: 107%;
|
1220 |
+
right: -8%; }
|
1221 |
+
100% {
|
1222 |
+
left: 107%;
|
1223 |
+
right: -8%; } }
|
1224 |
+
|
1225 |
+
@keyframes indeterminate-short {
|
1226 |
+
0% {
|
1227 |
+
left: -200%;
|
1228 |
+
right: 100%; }
|
1229 |
+
60% {
|
1230 |
+
left: 107%;
|
1231 |
+
right: -8%; }
|
1232 |
+
100% {
|
1233 |
+
left: 107%;
|
1234 |
+
right: -8%; } }
|
1235 |
+
|
1236 |
+
.quads-ad-create {
|
1237 |
+
background-color: #005af0;
|
1238 |
+
border: none;
|
1239 |
+
color: white;
|
1240 |
+
padding: 10px 20px;
|
1241 |
+
text-align: center;
|
1242 |
+
text-decoration: none;
|
1243 |
+
display: inline-block;
|
1244 |
+
font-size: 16px;
|
1245 |
+
margin: 4px 2px;
|
1246 |
+
cursor: pointer; }
|
1247 |
+
|
1248 |
+
.quads-logo {
|
1249 |
+
height: 42px; }
|
1250 |
+
|
1251 |
+
.quads-ad-header {
|
1252 |
+
display: flex;
|
1253 |
+
padding: 17px 0% 17px 2%;
|
1254 |
+
align-items: center;
|
1255 |
+
height: 35px;
|
1256 |
+
background: #fff;
|
1257 |
+
width: 98%;
|
1258 |
+
align-items: center;
|
1259 |
+
justify-content: space-between;
|
1260 |
+
border-bottom: 1px solid #D8D8D8;
|
1261 |
+
box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 6px 0px; }
|
1262 |
+
|
1263 |
+
.quads-ad-menu {
|
1264 |
+
display: flex; }
|
1265 |
+
|
1266 |
+
.quads-ad-tab ul li h2, .quads-ad-tab ul li {
|
1267 |
+
font-size: 22px;
|
1268 |
+
font-weight: 400; }
|
1269 |
+
|
1270 |
+
.quads-ad-tab ul {
|
1271 |
+
margin: 0; }
|
1272 |
+
|
1273 |
+
.quads-ad-tab ul li a {
|
1274 |
+
color: #111111;
|
1275 |
+
text-decoration: none;
|
1276 |
+
padding: 20px 30px; }
|
1277 |
+
|
1278 |
+
.quads-ad-tab ul li a:focus {
|
1279 |
+
box-shadow: none; }
|
1280 |
+
|
1281 |
+
.quads-segment .quads-segment {
|
1282 |
+
padding: 14px 40px 20px 40px; }
|
1283 |
+
|
1284 |
+
.quads-ad-tab ul li {
|
1285 |
+
display: inline-block;
|
1286 |
+
margin-bottom: 0; }
|
1287 |
+
|
1288 |
+
.quads-ad-tab ul li a.quads-btn {
|
1289 |
+
border: 1px solid #1A73E8;
|
1290 |
+
background: none;
|
1291 |
+
padding: 11px 16px 11px 43px;
|
1292 |
+
border-radius: 50px;
|
1293 |
+
font-size: 18px;
|
1294 |
+
position: relative;
|
1295 |
+
margin: 0px 30px 0px 15px;
|
1296 |
+
position: relative;
|
1297 |
+
top: 0px; }
|
1298 |
+
|
1299 |
+
.quads-ad-tab ul li a.quads-btn span {
|
1300 |
+
font-size: 32px;
|
1301 |
+
color: #1A73E8;
|
1302 |
+
position: absolute;
|
1303 |
+
top: 4px;
|
1304 |
+
left: 5px; }
|
1305 |
+
|
1306 |
+
.quads-ad-tab ul li a.quads-btn:hover {
|
1307 |
+
background: #1873e8;
|
1308 |
+
color: #fff; }
|
1309 |
+
|
1310 |
+
.quads-ad-tab ul li a.quads-btn:hover span {
|
1311 |
+
color: #fff; }
|
1312 |
+
|
1313 |
+
.toplevel_page_quads-settings {
|
1314 |
+
background: #F9F9F9; }
|
1315 |
+
|
1316 |
+
.quads_editpage {
|
1317 |
+
background: #fff; }
|
1318 |
+
|
1319 |
+
.toplevel_page_quads-settings #wpcontent {
|
1320 |
+
padding-left: 0; }
|
1321 |
+
|
1322 |
+
.quads-settings-group {
|
1323 |
+
padding: 30px 60px;
|
1324 |
+
font-size: 15px;
|
1325 |
+
color: #666;
|
1326 |
+
text-transform: capitalize; }
|
1327 |
+
|
1328 |
+
.quads-btn-navigate {
|
1329 |
+
padding: 0px 60px; }
|
1330 |
+
|
1331 |
+
.quads-btn-navigate .quads-btn-primary {
|
1332 |
+
padding: 15px 25px; }
|
1333 |
+
|
1334 |
+
.quads-ad-input input {
|
1335 |
+
border: 0;
|
1336 |
+
width: 350px;
|
1337 |
+
border-bottom: 1px solid #ddd;
|
1338 |
+
border-radius: 0;
|
1339 |
+
font-size: 22px;
|
1340 |
+
padding: 0; }
|
1341 |
+
|
1342 |
+
.quads-ad-input {
|
1343 |
+
padding: 12px 52px; }
|
1344 |
+
|
1345 |
+
.quads-ad-input input:focus {
|
1346 |
+
outline: 0;
|
1347 |
+
box-shadow: none; }
|
1348 |
+
|
1349 |
+
.quads-live-wrapper {
|
1350 |
+
text-align: center; }
|
1351 |
+
|
1352 |
+
.quads_live p {
|
1353 |
+
font-size: 28px;
|
1354 |
+
color: #333; }
|
1355 |
+
|
1356 |
+
.quads_live span {
|
1357 |
+
font-weight: bold; }
|
1358 |
+
|
1359 |
+
.live-two {
|
1360 |
+
max-width: 320px;
|
1361 |
+
margin: 0 auto;
|
1362 |
+
padding: 15px 0; }
|
1363 |
+
|
1364 |
+
.live-two-left {
|
1365 |
+
float: left; }
|
1366 |
+
|
1367 |
+
.live-two-right a {
|
1368 |
+
float: left;
|
1369 |
+
color: #333;
|
1370 |
+
margin-top: 30px;
|
1371 |
+
margin-left: 25px;
|
1372 |
+
font-size: 15px;
|
1373 |
+
text-decoration: none;
|
1374 |
+
line-height: 1.6; }
|
1375 |
+
|
1376 |
+
.live-two-right span {
|
1377 |
+
display: block;
|
1378 |
+
font-style: italic; }
|
1379 |
+
|
1380 |
+
.live-three-one, .live-three-one:hover {
|
1381 |
+
background: none;
|
1382 |
+
color: #333;
|
1383 |
+
font-size: 14px; }
|
1384 |
+
|
1385 |
+
.live-three-two {
|
1386 |
+
font-size: 16px;
|
1387 |
+
padding: 14px 26px 14px 50px;
|
1388 |
+
position: relative; }
|
1389 |
+
|
1390 |
+
.live-three-two-dashboard {
|
1391 |
+
position: absolute;
|
1392 |
+
left: 19px;
|
1393 |
+
top: 11px;
|
1394 |
+
font-size: 26px; }
|
1395 |
+
|
1396 |
+
.nodatatable a.quads-btn {
|
1397 |
+
padding: 11px 16px 11px 43px;
|
1398 |
+
position: relative; }
|
1399 |
+
|
1400 |
+
.nodatatable a.quads-btn span {
|
1401 |
+
position: absolute;
|
1402 |
+
top: 12px;
|
1403 |
+
left: 13px;
|
1404 |
+
color: rgba(255, 255, 255, 0.9); }
|
1405 |
+
|
1406 |
+
.amp_configuration {
|
1407 |
+
display: inline-block; }
|
1408 |
+
|
1409 |
+
.amp_configuration img {
|
1410 |
+
opacity: 50%; }
|
1411 |
+
|
1412 |
+
.quads-got_pro {
|
1413 |
+
font-size: 13px !important;
|
1414 |
+
padding: 6px 12px;
|
1415 |
+
border-radius: 60px;
|
1416 |
+
background: -webkit-linear-gradient(to right, #eb3349, #f45c43);
|
1417 |
+
background: linear-gradient(to right, #eb3349, #f45c43);
|
1418 |
+
color: #fff !important;
|
1419 |
+
box-shadow: 0em 0.15em 0.65em 0em rgba(0, 0, 0, 0.25);
|
1420 |
+
margin: 0 auto 0 23px;
|
1421 |
+
text-decoration: none;
|
1422 |
+
font-weight: 500; }
|
1423 |
+
|
1424 |
+
.quads-large-popup {
|
1425 |
+
position: fixed;
|
1426 |
+
top: 30px;
|
1427 |
+
left: 30px;
|
1428 |
+
right: 30px;
|
1429 |
+
bottom: 30px;
|
1430 |
+
z-index: 160000; }
|
1431 |
+
|
1432 |
+
.quads-large-description {
|
1433 |
+
padding: 0px 16px;
|
1434 |
+
font-size: 16px;
|
1435 |
+
line-height: 5.0; }
|
1436 |
+
|
1437 |
+
.quads-large-popup-content {
|
1438 |
+
position: absolute;
|
1439 |
+
top: 0;
|
1440 |
+
left: 0;
|
1441 |
+
right: 0;
|
1442 |
+
bottom: 0;
|
1443 |
+
overflow: auto;
|
1444 |
+
min-height: 300px;
|
1445 |
+
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.7);
|
1446 |
+
background: #fcfcfc;
|
1447 |
+
-webkit-font-smoothing: subpixel-antialiased; }
|
1448 |
+
|
1449 |
+
.quads-large-close {
|
1450 |
+
cursor: pointer;
|
1451 |
+
height: 50px;
|
1452 |
+
width: 50px;
|
1453 |
+
padding: 0;
|
1454 |
+
text-align: center;
|
1455 |
+
float: right;
|
1456 |
+
font-size: 23px;
|
1457 |
+
border-left: 1px solid #ccc;
|
1458 |
+
line-height: 2; }
|
1459 |
+
|
1460 |
+
.quads-large-popup-bglayout {
|
1461 |
+
position: fixed;
|
1462 |
+
top: 0;
|
1463 |
+
left: 0;
|
1464 |
+
right: 0;
|
1465 |
+
bottom: 0;
|
1466 |
+
min-height: 360px;
|
1467 |
+
background: #000;
|
1468 |
+
opacity: 0.7;
|
1469 |
+
z-index: 159900; }
|
1470 |
+
|
1471 |
+
.quads-large-popup-title {
|
1472 |
+
left: 0;
|
1473 |
+
right: 150px;
|
1474 |
+
position: absolute;
|
1475 |
+
top: 0;
|
1476 |
+
height: 50px;
|
1477 |
+
z-index: 200;
|
1478 |
+
box-sizing: content-box; }
|
1479 |
+
|
1480 |
+
.quads-large-popup-title h1 {
|
1481 |
+
padding: 0 16px;
|
1482 |
+
font-size: 22px;
|
1483 |
+
line-height: 2.27272727;
|
1484 |
+
margin: 0; }
|
1485 |
+
|
1486 |
/*.quads-large-popup * {
|
1487 |
box-sizing: content-box;
|
1488 |
+
}*/
|
1489 |
+
.quads-large-content {
|
1490 |
+
border-bottom: none;
|
1491 |
+
bottom: 0;
|
1492 |
+
top: 50px;
|
1493 |
+
left: 0;
|
1494 |
+
position: absolute;
|
1495 |
+
right: 0;
|
1496 |
+
height: auto;
|
1497 |
+
width: auto;
|
1498 |
+
margin: 0;
|
1499 |
+
overflow: auto;
|
1500 |
+
background: #fff;
|
1501 |
+
border-top: 1px solid #ddd;
|
1502 |
+
padding: 15px 20px; }
|
1503 |
+
|
1504 |
+
.quads-large-content .form-table span {
|
1505 |
+
width: 100%;
|
1506 |
+
display: inline-block;
|
1507 |
+
margin-bottom: 10px; }
|
1508 |
+
|
1509 |
+
.quads-large-content .form-table .color-pick-swatch {
|
1510 |
+
background: #fff;
|
1511 |
+
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
|
1512 |
+
cursor: pointer;
|
1513 |
+
padding: 0;
|
1514 |
+
display: inline-flex;
|
1515 |
+
align-items: center;
|
1516 |
+
border: 1px solid #ccc;
|
1517 |
+
border-radius: 2px; }
|
1518 |
+
|
1519 |
+
.quads-large-content .form-table .color-pick-popover {
|
1520 |
+
position: absolute;
|
1521 |
+
z-index: 2; }
|
1522 |
+
|
1523 |
+
.quads-large-content .form-table .color-pick-cover {
|
1524 |
+
position: fixed;
|
1525 |
+
top: 0px;
|
1526 |
+
right: 0px;
|
1527 |
+
bottom: 0px;
|
1528 |
+
left: 0px; }
|
1529 |
+
|
1530 |
+
.quads-large-content .form-table .color-pick-color {
|
1531 |
+
width: 32px;
|
1532 |
+
height: 28px;
|
1533 |
+
border-radius: 2px;
|
1534 |
+
border-right: 1px solid #ccc; }
|
1535 |
+
|
1536 |
+
.quads-large-content .form-table .wp-color-result-text {
|
1537 |
+
background: none;
|
1538 |
+
border-left: none;
|
1539 |
+
padding-left: 8px;
|
1540 |
+
font-size: 12px;
|
1541 |
+
padding-right: 6px;
|
1542 |
+
height: 18px; }
|
1543 |
+
|
1544 |
+
.quads-large-content .form-table td {
|
1545 |
+
margin-bottom: 9px;
|
1546 |
+
padding: 15px 10px;
|
1547 |
+
line-height: 1.3;
|
1548 |
+
vertical-align: middle;
|
1549 |
+
text-align: left; }
|
1550 |
+
|
1551 |
+
.quads-large-content b {
|
1552 |
+
text-transform: uppercase;
|
1553 |
+
font-size: 16px; }
|
1554 |
+
|
1555 |
+
.quads-general-helper-new {
|
1556 |
+
opacity: .5;
|
1557 |
+
background-color: #005af0; }
|
1558 |
+
|
1559 |
+
tr:hover .quads-general-helper-new, .quads-general-helper-new:hover {
|
1560 |
+
opacity: 1; }
|
1561 |
+
|
1562 |
+
.quads_pro_alert {
|
1563 |
+
color: #ffb229;
|
1564 |
+
margin-top: 2px; }
|
1565 |
+
|
1566 |
+
span.lifetime {
|
1567 |
+
color: #00A66B; }
|
1568 |
+
|
1569 |
+
input:checked + .quads-slider {
|
1570 |
+
background-color: #005af0;
|
1571 |
+
border-radius: 30px; }
|
1572 |
+
|
1573 |
+
.grid_style_ad .quads-switch {
|
1574 |
+
margin: 3px 0px 0px 15px; }
|
1575 |
+
|
1576 |
+
input#grid_data_ad_column, input#grid_data_ad_row {
|
1577 |
+
width: 100px; }
|
1578 |
+
|
1579 |
+
.quads-ad-tab .quads-nav-link {
|
1580 |
+
border-bottom: 3px solid transparent; }
|
1581 |
/*
|
1582 |
To change this license header, choose License Headers in Project Properties.
|
1583 |
To change this template file, choose Tools | Templates
|
1584 |
and open the template in the editor.
|
1585 |
+
*/
|
1586 |
/*
|
1587 |
Created on : Jan 28, 2020, 11:41:08 AM
|
1588 |
Author : Magazine3
|
1589 |
+
*/
|
1590 |
+
.alert_get_pro {
|
1591 |
+
font-size: 12px; }
|
1592 |
+
|
1593 |
+
.alert_get_pro .quads-got_pro.premium_features_btn {
|
1594 |
+
margin: 0; }
|
1595 |
+
|
1596 |
+
.quads-settings-saved-msg {
|
1597 |
+
background: blue;
|
1598 |
+
color: #fff;
|
1599 |
+
display: block;
|
1600 |
+
width: 100%;
|
1601 |
+
background: greee;
|
1602 |
+
padding: 10px;
|
1603 |
+
margin: 0 0 5px;
|
1604 |
+
border-radius: 4px;
|
1605 |
+
font-size: 16px;
|
1606 |
+
font-family: arial,sans-serif;
|
1607 |
+
line-height: 17px;
|
1608 |
+
position: relative;
|
1609 |
+
pointer-events: all !important;
|
1610 |
+
display: block;
|
1611 |
+
position: fixed;
|
1612 |
+
width: 200px;
|
1613 |
+
pointer-events: none !important;
|
1614 |
+
letter-spacing: normal;
|
1615 |
+
z-index: 9999999;
|
1616 |
+
bottom: 20px;
|
1617 |
+
right: 20px;
|
1618 |
+
box-shadow: 5px 5px 5px grey; }
|
1619 |
+
|
1620 |
+
.quads-settings-tab ul {
|
1621 |
+
margin: 0;
|
1622 |
+
background-color: #fff;
|
1623 |
+
margin-top: 20px;
|
1624 |
+
padding: 20px 0px;
|
1625 |
+
border-bottom: 1px solid #E1E1E1; }
|
1626 |
+
|
1627 |
+
.quads-settings-tab ul li a {
|
1628 |
+
padding: 20px;
|
1629 |
+
font-size: 16px;
|
1630 |
+
color: #333;
|
1631 |
+
text-decoration: none;
|
1632 |
+
font-weight: 500; }
|
1633 |
+
|
1634 |
+
.quads-settings-tab ul li a:focus {
|
1635 |
+
outline: 0;
|
1636 |
+
box-shadow: none; }
|
1637 |
+
|
1638 |
+
.quads-settings-tab ul h2 {
|
1639 |
+
margin: 0; }
|
1640 |
+
|
1641 |
+
a.quads-nav-link-active {
|
1642 |
+
border-bottom: 3px solid #005af0 !important;
|
1643 |
+
position: relative;
|
1644 |
+
padding: 19px 20px;
|
1645 |
+
color: #005af0 !important; }
|
1646 |
+
|
1647 |
+
.quads-settings-tab ul li {
|
1648 |
+
display: inline-block;
|
1649 |
+
line-height: 22px;
|
1650 |
+
margin-bottom: 0; }
|
1651 |
+
|
1652 |
+
.quads-settings-content {
|
1653 |
+
background-color: #fff;
|
1654 |
+
min-height: 500px;
|
1655 |
+
display: inline-grid;
|
1656 |
+
grid-template-columns: 1fr 250px;
|
1657 |
+
width: 100%;
|
1658 |
+
grid-gap: 30px; }
|
1659 |
+
|
1660 |
+
.quads-settings-tab-container {
|
1661 |
+
padding: 15px 25px 25px 30px; }
|
1662 |
+
|
1663 |
+
.quads-settings-tab-container .form-table {
|
1664 |
+
margin-top: 0; }
|
1665 |
+
|
1666 |
+
.quads-settings-tab-container label {
|
1667 |
+
font-size: 16px;
|
1668 |
+
font-weight: normal;
|
1669 |
+
color: #333; }
|
1670 |
+
|
1671 |
+
.quads-settings-tab-container th {
|
1672 |
+
width: 280px; }
|
1673 |
+
|
1674 |
+
#quads-submit-button {
|
1675 |
+
margin: 15px; }
|
1676 |
+
|
1677 |
+
.quads-premium-cus {
|
1678 |
+
margin-top: 5px;
|
1679 |
+
width: 300px;
|
1680 |
+
padding: 18px 20px;
|
1681 |
+
margin: 4px 2px; }
|
1682 |
+
|
1683 |
+
.quads-help-support input, textarea, select {
|
1684 |
+
width: 100%; }
|
1685 |
+
|
1686 |
+
.quads-help-support select {
|
1687 |
+
max-width: 100%; }
|
1688 |
+
|
1689 |
+
.quads-system-info {
|
1690 |
+
width: 580px;
|
1691 |
+
height: 400px;
|
1692 |
+
font-family: Menlo, Monaco, monospace;
|
1693 |
+
background: none;
|
1694 |
+
white-space: pre;
|
1695 |
+
overflow: auto;
|
1696 |
+
display: block; }
|
1697 |
+
|
1698 |
+
.quads-save-settings {
|
1699 |
+
padding: 25px; }
|
1700 |
+
|
1701 |
+
.importampforwpmsgprocessing {
|
1702 |
+
background-color: #edf7ed;
|
1703 |
+
padding: 6px 16px;
|
1704 |
+
font-size: 0.875rem; }
|
1705 |
+
|
1706 |
+
/** New CSS **/
|
1707 |
+
.quads-settings-tab-container .quads-hs {
|
1708 |
+
display: inline-grid;
|
1709 |
+
width: 100%;
|
1710 |
+
box-sizing: border-box;
|
1711 |
+
grid-template-columns: 1fr 1fr;
|
1712 |
+
grid-gap: 50px; }
|
1713 |
+
|
1714 |
+
.quads-docm {
|
1715 |
+
order: 1;
|
1716 |
+
flex: 1 0 40%;
|
1717 |
+
margin-top: 20px; }
|
1718 |
+
|
1719 |
+
.quads-help-support {
|
1720 |
+
width: 100%; }
|
1721 |
+
|
1722 |
+
a.quads-doc-link {
|
1723 |
+
background: #fff;
|
1724 |
+
border-radius: 5px 5px 5px 5px;
|
1725 |
+
box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.13);
|
1726 |
+
display: inline-block;
|
1727 |
+
padding: 35px;
|
1728 |
+
width: 100%;
|
1729 |
+
text-decoration: none;
|
1730 |
+
text-align: center;
|
1731 |
+
transition: all 0.3s ease-in-out 0s;
|
1732 |
+
box-sizing: border-box; }
|
1733 |
+
|
1734 |
+
a.quads-doc-link:hover {
|
1735 |
+
box-shadow: 0 7px 35px 0 rgba(0, 0, 0, 0.18); }
|
1736 |
+
|
1737 |
+
.quads-doc-link h4 {
|
1738 |
+
font-size: 23px;
|
1739 |
+
line-height: 1.2;
|
1740 |
+
font-weight: 700;
|
1741 |
+
color: #434264;
|
1742 |
+
margin: 0px 0px 15px; }
|
1743 |
+
|
1744 |
+
.quads-doc-link p {
|
1745 |
+
font-size: 16px;
|
1746 |
+
font-weight: 300;
|
1747 |
+
line-height: 1.5em;
|
1748 |
+
color: #5c6771;
|
1749 |
+
margin: 0px 0px 15px; }
|
1750 |
+
|
1751 |
+
.quads-doc-link span {
|
1752 |
+
color: #005af0;
|
1753 |
+
font-size: 14px;
|
1754 |
+
font-weight: 500;
|
1755 |
+
border-width: 0; }
|
1756 |
+
|
1757 |
+
.quads-pre-cu {
|
1758 |
+
display: inline-flex;
|
1759 |
+
align-items: center;
|
1760 |
+
width: 100%;
|
1761 |
+
justify-content: space-between; }
|
1762 |
+
|
1763 |
+
.quads-bnr {
|
1764 |
+
margin-top: 30px; }
|
1765 |
+
|
1766 |
+
@media (min-width: 1280px) {
|
1767 |
+
.quads-docm {
|
1768 |
+
width: 300px; } }
|
1769 |
+
|
1770 |
+
@media (max-width: 1200px) {
|
1771 |
+
.quads-settings-tab-container .quads-hs {
|
1772 |
+
grid-gap: 30px; } }
|
1773 |
+
|
1774 |
+
@media (max-width: 1180px) {
|
1775 |
+
.quads-settings-content {
|
1776 |
+
grid-template-columns: 1fr; } }
|
1777 |
+
|
1778 |
+
@media (max-width: 980px) {
|
1779 |
+
.quads-settings-content {
|
1780 |
+
grid-template-columns: 1fr;
|
1781 |
+
grid-gap: 10px; }
|
1782 |
+
.quads-bnr {
|
1783 |
+
margin-top: 0; } }
|
1784 |
+
|
1785 |
+
@media (max-width: 600px) {
|
1786 |
+
.quads-settings-tab-container .quads-hs {
|
1787 |
+
grid-template-columns: 1fr;
|
1788 |
+
grid-gap: 20px; } }
|
1789 |
+
|
1790 |
+
.adblock_support .quads-modal-popup-content {
|
1791 |
+
max-width: 980px !important; }
|
1792 |
+
|
1793 |
+
.adblock_support .quads-modal-popup-content {
|
1794 |
+
position: initial; }
|
1795 |
+
|
1796 |
+
.adblock_support .quads-modal-popup-content {
|
1797 |
+
max-width: 96% !important; }
|
1798 |
+
|
1799 |
+
.quads-modal-popup.adblock_support {
|
1800 |
+
position: fixed;
|
1801 |
+
z-index: 1;
|
1802 |
+
padding-top: 20px;
|
1803 |
+
left: 0;
|
1804 |
+
top: 0;
|
1805 |
+
width: 100%;
|
1806 |
+
left: 0;
|
1807 |
+
height: 100%;
|
1808 |
+
overflow: auto;
|
1809 |
+
background-color: black;
|
1810 |
+
background-color: rgba(0, 0, 0, 0.4);
|
1811 |
+
z-index: 99999; }
|
1812 |
+
|
1813 |
+
.adblock_support .quads-modal-popup-content h3 {
|
1814 |
+
padding: 15px 20px !important;
|
1815 |
+
border-bottom: 1px solid #ccc; }
|
1816 |
+
|
1817 |
+
.adblock_support .quads-modal-close {
|
1818 |
+
color: #444;
|
1819 |
+
float: right;
|
1820 |
+
font-size: 28px;
|
1821 |
+
font-weight: bold;
|
1822 |
+
position: relative;
|
1823 |
+
border-left: 1px solid #ccc;
|
1824 |
+
line-height: 2;
|
1825 |
+
padding: 0px 15px; }
|
1826 |
+
|
1827 |
+
.adblock_support .form-table td {
|
1828 |
+
margin-bottom: 9px;
|
1829 |
+
padding: 15px 10px;
|
1830 |
+
line-height: 1.3;
|
1831 |
+
vertical-align: middle;
|
1832 |
+
text-align: left; }
|
1833 |
+
|
1834 |
+
.adblock_support .quads-modal-content {
|
1835 |
+
background: #fff; }
|
1836 |
+
|
1837 |
+
.adblock_support .notice_type span {
|
1838 |
+
width: 100%;
|
1839 |
+
display: inline-block;
|
1840 |
+
margin-bottom: 10px; }
|
1841 |
+
|
1842 |
+
.adblock_support .quads-save-close {
|
1843 |
+
width: 100%;
|
1844 |
+
display: inline-block;
|
1845 |
+
position: sticky;
|
1846 |
+
bottom: 20px;
|
1847 |
+
top: auto;
|
1848 |
+
right: 0;
|
1849 |
+
background: #f1f1f1;
|
1850 |
+
left: 0; }
|
1851 |
+
|
1852 |
+
.quads-modal-content.adsforwp-quads-popup {
|
1853 |
+
text-align: left; }
|
1854 |
+
|
1855 |
+
.quads-modal-content.adsforwp-quads-popup .quads-switch {
|
1856 |
+
margin-left: 40px; }
|
1857 |
+
|
1858 |
+
input.quads-premium-cus {
|
1859 |
+
width: 300px;
|
1860 |
+
float: left;
|
1861 |
+
height: 10px;
|
1862 |
+
padding: 18px 20px;
|
1863 |
+
margin: 4px 2px; }
|
1864 |
+
|
1865 |
+
.quads-message {
|
1866 |
+
display: block;
|
1867 |
+
padding: 10px;
|
1868 |
+
border: 1px solid #FBFBFB;
|
1869 |
+
border-radius: 2px;
|
1870 |
+
background-color: #F8F8F7;
|
1871 |
+
position: absolute;
|
1872 |
+
max-width: 500px;
|
1873 |
+
z-index: 9999;
|
1874 |
+
display: none;
|
1875 |
+
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
|
1876 |
+
font-weight: normal;
|
1877 |
+
line-height: 20px;
|
1878 |
+
text-transform: none;
|
1879 |
+
font-size: 14px; }
|
1880 |
+
|
1881 |
+
.quads-icon-chevron-right:before {
|
1882 |
+
content: "\E900"; }
|
1883 |
+
|
1884 |
+
.quads-icon-chevron-left:before {
|
1885 |
+
content: "\E900";
|
1886 |
+
transform: rotate(180deg); }
|
1887 |
+
|
1888 |
+
.quads-icon-chevron-down:before {
|
1889 |
+
content: "\E901";
|
1890 |
+
transform: scale(0.6); }
|
1891 |
+
|
1892 |
+
.quads-icon-chevron-up:before {
|
1893 |
+
content: "\E902";
|
1894 |
+
top: 50%;
|
1895 |
+
transform: translateY(-50%) scale(0.6); }
|
1896 |
+
|
1897 |
+
.quads-icon-rollback:before {
|
1898 |
+
content: "\E903"; }
|
1899 |
+
|
1900 |
+
.quads-icon-addon:before,
|
1901 |
+
.quads-addonSubMenuItem:before {
|
1902 |
+
content: "\E904"; }
|
1903 |
+
|
1904 |
+
.quads-icon-addons:before,
|
1905 |
+
#quads-nav-addons:before {
|
1906 |
+
content: "\E905"; }
|
1907 |
+
|
1908 |
+
.quads-icon-book:before {
|
1909 |
+
content: "\E906"; }
|
1910 |
+
|
1911 |
+
.quads-icon-cdn:before,
|
1912 |
+
#quads-nav-page_cdn:before {
|
1913 |
+
content: "\E907"; }
|
1914 |
+
|
1915 |
+
.quads-icon-database:before,
|
1916 |
+
#quads-nav-database:before {
|
1917 |
+
content: "\E908"; }
|
1918 |
+
|
1919 |
+
.quads-icon-export:before {
|
1920 |
+
content: "\E909"; }
|
1921 |
+
|
1922 |
+
.quads-icon-files:before,
|
1923 |
+
#quads-nav-cache:before {
|
1924 |
+
content: "\E90A"; }
|
1925 |
+
|
1926 |
+
.quads-icon-help:before {
|
1927 |
+
content: "\E90B"; }
|
1928 |
+
|
1929 |
+
.quads-icon-home:before,
|
1930 |
+
#quads-nav-dashboard:before {
|
1931 |
+
content: "\E90C"; }
|
1932 |
+
|
1933 |
+
.quads-icon-import:before {
|
1934 |
+
content: "\E90D"; }
|
1935 |
+
|
1936 |
+
.quads-icon-important:before {
|
1937 |
+
content: "\E90E"; }
|
1938 |
+
|
1939 |
+
.quads-icon-information:before {
|
1940 |
+
content: "\E90F"; }
|
1941 |
+
|
1942 |
+
.quads-icon-information2:before {
|
1943 |
+
content: "\E910"; }
|
1944 |
+
|
1945 |
+
.quads-icon-interrogation:before {
|
1946 |
+
content: "\E911"; }
|
1947 |
+
|
1948 |
+
.quads-icon-media:before,
|
1949 |
+
#quads-nav-media:before {
|
1950 |
+
content: "\E912"; }
|
1951 |
+
|
1952 |
+
.quads-icon-plus:before {
|
1953 |
+
content: "\E913"; }
|
1954 |
+
|
1955 |
+
.quads-Page#dashboard .quads-infoAccount:before {
|
1956 |
+
content: "";
|
1957 |
+
position: relative;
|
1958 |
+
display: inline-block;
|
1959 |
+
width: 13px;
|
1960 |
+
height: 13px;
|
1961 |
+
background: #e0e4e9;
|
1962 |
+
border-radius: 50%;
|
1963 |
+
color: #fff;
|
1964 |
+
margin-right: 6px;
|
1965 |
+
text-align: center;
|
1966 |
+
top: 2px;
|
1967 |
+
font-size: 0.5rem;
|
1968 |
+
line-height: 1.625; }
|
1969 |
+
|
1970 |
+
.quads-Page#dashboard .quads-infoAccount.quads-isValid {
|
1971 |
+
color: #00a66b; }
|
1972 |
+
|
1973 |
+
.quads-infoAccount.quads-isValid:before {
|
1974 |
+
content: "\E920";
|
1975 |
+
font-family: "quads-icomoon";
|
1976 |
+
speak: none;
|
1977 |
+
background: #3ece9d;
|
1978 |
+
top: -1px;
|
1979 |
+
position: relative;
|
1980 |
+
display: inline-block;
|
1981 |
+
width: 13px;
|
1982 |
+
height: 13px;
|
1983 |
+
border-radius: 50%;
|
1984 |
+
color: #fff;
|
1985 |
+
margin-right: 6px;
|
1986 |
+
text-align: center;
|
1987 |
+
top: 0px;
|
1988 |
+
font-size: .5rem;
|
1989 |
+
line-height: 1.625; }
|
1990 |
+
|
1991 |
+
.quads-renewal-banner {
|
1992 |
+
background: #ffd400;
|
1993 |
+
display: flex;
|
1994 |
+
flex-flow: row wrap;
|
1995 |
+
align-items: center;
|
1996 |
+
justify-content: center;
|
1997 |
+
margin-top: 0px;
|
1998 |
+
padding: 8px; }
|
1999 |
+
|
2000 |
+
.quads-renew-message {
|
2001 |
+
margin: 0 16px; }
|
2002 |
+
|
2003 |
+
.quads-renew-message > p {
|
2004 |
+
font-size: 18px;
|
2005 |
+
margin: 0 0;
|
2006 |
+
font-weight: normal; }
|
2007 |
+
|
2008 |
+
.quads-renew-cta {
|
2009 |
+
display: block;
|
2010 |
+
background: #2b2b2b;
|
2011 |
+
border-radius: 64px;
|
2012 |
+
color: #ffd400;
|
2013 |
+
font-size: 15px;
|
2014 |
+
line-height: 1.125;
|
2015 |
+
font-weight: 600;
|
2016 |
+
padding: 9px 14px;
|
2017 |
+
text-decoration: none; }
|
2018 |
+
|
2019 |
+
.quads-renew-cta:hover,
|
2020 |
+
.quads-renew-cta:active,
|
2021 |
+
.quads-renew-cta:focus {
|
2022 |
+
color: #fff; }
|
2023 |
+
|
2024 |
+
.quads-renew-cta::after {
|
2025 |
+
content: "\2192";
|
2026 |
+
font-weight: normal;
|
2027 |
+
margin-left: 8px; }
|
2028 |
+
|
2029 |
+
.quads-button {
|
2030 |
+
position: relative;
|
2031 |
+
display: inline-block;
|
2032 |
+
width: auto;
|
2033 |
+
padding: 8px 24px;
|
2034 |
+
text-align: center;
|
2035 |
+
box-shadow: 0px 4px 6px rgba(50, 50, 93, 0.11);
|
2036 |
+
text-transform: uppercase;
|
2037 |
+
text-decoration: none;
|
2038 |
+
letter-spacing: -0.08px;
|
2039 |
+
font-weight: bold;
|
2040 |
+
border-radius: 4px;
|
2041 |
+
color: #fff !important;
|
2042 |
+
white-space: nowrap;
|
2043 |
+
-webkit-backface-visibility: hidden;
|
2044 |
+
backface-visibility: hidden;
|
2045 |
+
transition: all 200ms ease-out;
|
2046 |
+
-webkit-transition: all 200ms ease-out;
|
2047 |
+
font-size: 0.8125rem;
|
2048 |
+
line-height: 1.53846;
|
2049 |
+
bottom: 0px; }
|
2050 |
+
|
2051 |
+
.quads-button:hover,
|
2052 |
+
.quads-button:focus {
|
2053 |
+
color: #fff !important;
|
2054 |
+
transform: translateY(-2px);
|
2055 |
+
box-shadow: 0px 7px 14px rgba(50, 50, 93, 0.25); }
|
2056 |
+
|
2057 |
+
.quads-button--small {
|
2058 |
+
padding: 6px 5px;
|
2059 |
+
letter-spacing: 0px;
|
2060 |
+
font-size: 15px;
|
2061 |
+
font-weight: 600;
|
2062 |
+
line-height: 1.81818;
|
2063 |
+
text-transform: inherit; }
|
2064 |
+
|
2065 |
+
.quads-button-btn {
|
2066 |
+
padding-left: 10px;
|
2067 |
+
padding-right: 33px;
|
2068 |
+
text-align: left;
|
2069 |
+
background: #005aef; }
|
2070 |
+
|
2071 |
+
.quads-button-btn:before {
|
2072 |
+
position: absolute;
|
2073 |
+
line-height: 1.33333; }
|
2074 |
+
|
2075 |
+
.quads-button--fixed {
|
2076 |
+
position: fixed;
|
2077 |
+
display: flex;
|
2078 |
+
padding: 8px 16px;
|
2079 |
+
right: 24px;
|
2080 |
+
bottom: 32px;
|
2081 |
+
border-radius: 16px; }
|
2082 |
+
|
2083 |
+
.quads-button--fixed:before {
|
2084 |
+
font-size: 1.125rem;
|
2085 |
+
line-height: 1;
|
2086 |
+
margin-right: 8px; }
|
2087 |
+
|
2088 |
+
.quads-button:focus {
|
2089 |
+
outline: none;
|
2090 |
+
color: #fff !important; }
|
2091 |
+
|
2092 |
+
.quads-infoAccount.quads-isValid {
|
2093 |
+
color: #00A66B;
|
2094 |
+
font-weight: bold;
|
2095 |
+
margin-left: 5px;
|
2096 |
+
display: inline-block; }
|
2097 |
+
|
2098 |
+
.quads-infoAccountt.quads-isValids {
|
2099 |
+
color: #00A66B;
|
2100 |
+
font-weight: bold;
|
2101 |
+
margin-left: 5px;
|
2102 |
+
display: inline-block; }
|
2103 |
+
|
2104 |
+
.activated_p {
|
2105 |
+
display: contents; }
|
2106 |
+
|
2107 |
+
.activated_messg {
|
2108 |
+
font-size: initial;
|
2109 |
+
font-weight: 600; }
|
2110 |
+
|
2111 |
+
.Key_msg {
|
2112 |
+
margin-top: 10px; }
|
2113 |
+
|
2114 |
+
.quads-optionHeader .quads-title2 {
|
2115 |
+
line-height: 24px;
|
2116 |
+
color: #005af0;
|
2117 |
+
padding-right: 40px;
|
2118 |
+
font-weight: 600;
|
2119 |
+
font-size: 16px; }
|
2120 |
+
|
2121 |
+
.quads-title2 {
|
2122 |
+
font-size: 1rem;
|
2123 |
+
line-height: 1.5;
|
2124 |
+
font-weight: bold;
|
2125 |
+
letter-spacing: -0.02em; }
|
2126 |
+
|
2127 |
+
.quads-icon-user:before {
|
2128 |
+
content: "\E914";
|
2129 |
+
top: 11px;
|
2130 |
+
right: 13px;
|
2131 |
+
font-size: 13px; }
|
2132 |
+
|
2133 |
+
.quads-bnr-inv {
|
2134 |
+
margin-top: 30px; }
|
2135 |
+
|
2136 |
+
.quads_fivestar.updated {
|
2137 |
+
display: none; }
|
2138 |
+
|
2139 |
+
.q-r-m {
|
2140 |
+
font-weight: bold; }
|
2141 |
+
|
2142 |
+
.quads-Page-inner {
|
2143 |
+
border: 1px solid #ececec;
|
2144 |
+
padding: 0 0 20px 15px;
|
2145 |
+
margin-top: 20px; }
|
2146 |
+
|
2147 |
+
.pro_key_btn {
|
2148 |
+
width: 199px;
|
2149 |
+
float: left; }
|
2150 |
+
|
2151 |
+
.q-r-m-e {
|
2152 |
+
font-weight: bold;
|
2153 |
+
color: #FF0000; }
|
2154 |
+
|
2155 |
+
.quads-isinValid {
|
2156 |
+
color: red;
|
2157 |
+
font-weight: bold;
|
2158 |
+
margin-left: 5px;
|
2159 |
+
display: inline-block; }
|
2160 |
+
|
2161 |
+
.getprocheckbox {
|
2162 |
+
font-size: 11px;
|
2163 |
+
background: #546e7a;
|
2164 |
+
color: #fff;
|
2165 |
+
padding: 2px 4px;
|
2166 |
+
border-radius: 4px;
|
2167 |
+
margin-left: 2px; }
|
2168 |
+
|
2169 |
+
a.quads_pro_link {
|
2170 |
+
font-size: 11px;
|
2171 |
+
background: #546e7a;
|
2172 |
+
color: #fff;
|
2173 |
+
padding: 2px 4px;
|
2174 |
+
border-radius: 4px;
|
2175 |
+
margin-left: 2px;
|
2176 |
+
text-decoration: none; }
|
2177 |
+
|
2178 |
+
.RoleBasedAccess {
|
2179 |
+
width: 82%; }
|
2180 |
+
.RoleBasedAccess + a.quads-general-helper.quads-general-helper-new {
|
2181 |
+
margin-top: -34px; }
|
2182 |
+
|
2183 |
+
th.blocked_data_main {
|
2184 |
+
display: block; }
|
2185 |
+
|
2186 |
+
td.blocked_data {
|
2187 |
+
display: block; }
|
2188 |
+
|
2189 |
+
span.blocked_ids {
|
2190 |
+
padding-right: 10px;
|
2191 |
+
cursor: pointer;
|
2192 |
+
line-height: 1.3;
|
2193 |
+
font-weight: 600;
|
2194 |
+
color: #1d2327;
|
2195 |
+
display: inline-block;
|
2196 |
+
margin: -8px 0px -7px 0px; }
|
2197 |
+
|
2198 |
+
p.blocked_values {
|
2199 |
+
cursor: default;
|
2200 |
+
line-height: 1;
|
2201 |
+
font-weight: 600;
|
2202 |
+
color: #1d2327; }
|
2203 |
+
|
2204 |
+
input#btn_clear_all_ips {
|
2205 |
+
background-color: #005aef;
|
2206 |
+
border-radius: 3px;
|
2207 |
+
border: none;
|
2208 |
+
color: white;
|
2209 |
+
padding: 3px 18px;
|
2210 |
+
font-size: 14px;
|
2211 |
+
margin: 4px 2px;
|
2212 |
+
cursor: pointer;
|
2213 |
+
font-weight: 400; }
|
2214 |
+
|
2215 |
+
.no_id {
|
2216 |
+
padding-top: 10px; }
|
2217 |
+
|
2218 |
+
span.blocked_ids_in {
|
2219 |
+
vertical-align: top;
|
2220 |
+
line-height: 1.3;
|
2221 |
+
font-weight: 600; }
|
2222 |
+
|
2223 |
+
a.blocked_ids_href {
|
2224 |
+
right: 8px; }
|
2225 |
+
|
2226 |
+
td.b_in, tr.b_in {
|
2227 |
+
border: 1px solid #dddddd;
|
2228 |
+
padding: 8px; }
|
2229 |
+
|
2230 |
+
div#blocked_id_main {
|
2231 |
+
padding-top: 10px; }
|
2232 |
+
|
2233 |
+
table#blocked_id_table {
|
2234 |
+
border-collapse: collapse; }
|
2235 |
+
|
2236 |
+
td.b_in_ {
|
2237 |
+
border: 1px solid #dddddd;
|
2238 |
+
padding: 8px; }
|
2239 |
+
|
2240 |
+
tr.b_in_ {
|
2241 |
+
font-weight: bold; }
|
2242 |
+
|
2243 |
+
select#abtesting_report {
|
2244 |
+
margin: 0px 0px 5px 0px; }
|
2245 |
/*
|
2246 |
To change this license header, choose License Headers in Project Properties.
|
2247 |
To change this template file, choose Tools | Templates
|
2248 |
and open the template in the editor.
|
2249 |
+
*/
|
2250 |
/*
|
2251 |
Created on : Jan 28, 2020, 11:41:08 AM
|
2252 |
Author : Magazine3
|
2253 |
+
*/
|
2254 |
+
.quads-ad-search-box input {
|
2255 |
+
width: 100%;
|
2256 |
+
max-width: 100%;
|
2257 |
+
height: 60px;
|
2258 |
+
vertical-align: top;
|
2259 |
+
border: 1px solid #E1E1E1;
|
2260 |
+
border-radius: 0px;
|
2261 |
+
margin: 0 0px !important;
|
2262 |
+
font-size: 16px;
|
2263 |
+
color: #666666;
|
2264 |
+
padding-left: 60px;
|
2265 |
+
background-size: 22px;
|
2266 |
+
background-position: 20px; }
|
2267 |
/*
|
2268 |
To change this license header, choose License Headers in Project Properties.
|
2269 |
To change this template file, choose Tools | Templates
|
2270 |
and open the template in the editor.
|
2271 |
+
*/
|
2272 |
/*
|
2273 |
Created on : Jan 28, 2020, 11:41:08 AM
|
2274 |
Author : Magazine3
|
2275 |
+
*/
|
2276 |
+
.quads-ad-list-table-div {
|
2277 |
+
background-color: #fff; }
|
2278 |
+
|
2279 |
+
.quads-ad-table {
|
2280 |
+
width: 100%;
|
2281 |
+
max-width: 100%;
|
2282 |
+
margin-bottom: 20px;
|
2283 |
+
background-color: transparent;
|
2284 |
+
border-collapse: collapse;
|
2285 |
+
border-spacing: 0; }
|
2286 |
+
|
2287 |
+
.quads-ad-table tr {
|
2288 |
+
border-bottom: 1px solid #E1E1E1; }
|
2289 |
+
|
2290 |
+
.quads-ad-table tbody tr:hover {
|
2291 |
+
background: #f1f3f4; }
|
2292 |
+
|
2293 |
+
.quads-ad-table td {
|
2294 |
+
padding: 12px 25px;
|
2295 |
+
line-height: 1.5;
|
2296 |
+
color: #333;
|
2297 |
+
font-size: 15px;
|
2298 |
+
text-transform: capitalize; }
|
2299 |
+
|
2300 |
+
.quads-ad-table td.quads_no_transform {
|
2301 |
+
text-transform: none; }
|
2302 |
+
|
2303 |
+
.quads-ad-table td:nth-child(2) img {
|
2304 |
+
position: relative;
|
2305 |
+
top: 2px;
|
2306 |
+
margin-right: 3px; }
|
2307 |
+
|
2308 |
+
.quads-ad-table td:nth-child(3) {
|
2309 |
+
color: #666; }
|
2310 |
+
|
2311 |
+
.quads-ad-table td:nth-child(4) {
|
2312 |
+
padding: 0; }
|
2313 |
+
|
2314 |
+
.quads-ad-table th {
|
2315 |
+
padding: 14px 10px 14px 25px;
|
2316 |
+
line-height: 2;
|
2317 |
+
text-align: left;
|
2318 |
+
font-size: 13px;
|
2319 |
+
color: #5f6368;
|
2320 |
+
font-weight: 600; }
|
2321 |
+
|
2322 |
+
.quads-ad-label-draft {
|
2323 |
+
color: #5f6368;
|
2324 |
+
font-family: Roboto,Arial,sans-serif;
|
2325 |
+
font-size: .75rem;
|
2326 |
+
font-weight: 400;
|
2327 |
+
letter-spacing: .025em;
|
2328 |
+
line-height: 1rem;
|
2329 |
+
background-color: #f1f3f4;
|
2330 |
+
border-radius: 4px;
|
2331 |
+
padding: 2px 4px; }
|
2332 |
+
|
2333 |
+
.ad_logging .quads-ad-table th:nth-child(4) {
|
2334 |
+
color: #5f6368; }
|
2335 |
+
|
2336 |
+
.quads-ad-table th:nth-child(4) {
|
2337 |
+
color: transparent; }
|
2338 |
+
|
2339 |
+
.quads-action-div a.quads-edit-btn, .quads-action-div a.quads-more-btn {
|
2340 |
+
cursor: pointer;
|
2341 |
+
color: #555;
|
2342 |
+
display: inline-block;
|
2343 |
+
height: 48px;
|
2344 |
+
width: 48px;
|
2345 |
+
border-radius: 50px;
|
2346 |
+
text-align: center;
|
2347 |
+
margin: 0 0px;
|
2348 |
+
line-height: 60px; }
|
2349 |
+
|
2350 |
+
.quads-action-div a:hover {
|
2351 |
+
background: rgba(0, 0, 0, 0.04); }
|
2352 |
+
|
2353 |
+
.quads-action-div a .material-icons {
|
2354 |
+
width: 24px;
|
2355 |
+
height: 24px; }
|
2356 |
+
|
2357 |
+
.quads-action-div a .material-icons:focus, .quads-action-div a:focus {
|
2358 |
+
outline: 0;
|
2359 |
+
box-shadow: none; }
|
2360 |
+
|
2361 |
+
.quads-ad-table th:nth-child(4) {
|
2362 |
+
color: transparent; }
|
2363 |
+
|
2364 |
+
.quads-edit-btn {
|
2365 |
+
text-decoration: none; }
|
2366 |
+
|
2367 |
+
.quads-action-div {
|
2368 |
+
position: relative; }
|
2369 |
+
|
2370 |
+
.quads-action-div a {
|
2371 |
+
cursor: pointer; }
|
2372 |
+
|
2373 |
+
.quads-more-icon-box {
|
2374 |
+
position: absolute;
|
2375 |
+
top: 0px;
|
2376 |
+
left: -100px;
|
2377 |
+
z-index: 100000;
|
2378 |
+
float: left;
|
2379 |
+
min-width: 125px;
|
2380 |
+
padding: 20px 10px 10px 10px;
|
2381 |
+
font-size: 14px;
|
2382 |
+
text-align: left;
|
2383 |
+
list-style: none;
|
2384 |
+
background-color: #fff;
|
2385 |
+
background-clip: padding-box;
|
2386 |
+
border: 1px solid #ccc;
|
2387 |
+
border: 1px solid rgba(0, 0, 0, 0.15);
|
2388 |
+
border-radius: 4px;
|
2389 |
+
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
2390 |
+
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
|
2391 |
+
|
2392 |
+
.quads-more-icon-box ul {
|
2393 |
+
margin: 0; }
|
2394 |
+
|
2395 |
+
.quads-more-icon-box li {
|
2396 |
+
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
|
2397 |
+
padding: 6px 5px;
|
2398 |
+
margin: 0;
|
2399 |
+
text-align: center; }
|
2400 |
+
|
2401 |
+
.quads-more-icon-box li a {
|
2402 |
+
font-size: 13px;
|
2403 |
+
color: #666; }
|
2404 |
+
|
2405 |
+
.quads-action-div .quads-more-icon-box .material-icons {
|
2406 |
+
font-size: 16px;
|
2407 |
+
color: #666;
|
2408 |
+
margin-right: 2px;
|
2409 |
+
width: auto;
|
2410 |
+
height: auto;
|
2411 |
+
position: relative;
|
2412 |
+
top: 3px; }
|
2413 |
+
|
2414 |
+
.quads-more-icon-box li:last-child {
|
2415 |
+
border-bottom: 0; }
|
2416 |
+
|
2417 |
+
.quads-action-div .quads-more-icon-box a:hover {
|
2418 |
+
background: none; }
|
2419 |
+
|
2420 |
+
.quads-more-icon-box-close {
|
2421 |
+
float: right;
|
2422 |
+
cursor: pointer;
|
2423 |
+
position: relative;
|
2424 |
+
top: -18px;
|
2425 |
+
right: -7px; }
|
2426 |
+
|
2427 |
+
.quads-action-div .quads-more-icon-box-close .material-icons {
|
2428 |
+
font-size: 16px; }
|
2429 |
+
|
2430 |
+
.nodatatable td {
|
2431 |
+
text-align: center;
|
2432 |
+
height: 250px; }
|
2433 |
+
|
2434 |
+
.first_ad_main {
|
2435 |
+
padding: 50px; }
|
2436 |
+
|
2437 |
+
.first_ad_main h3 {
|
2438 |
+
font-size: 25px;
|
2439 |
+
margin: 0 0 22px 0; }
|
2440 |
+
|
2441 |
+
.first_ad {
|
2442 |
+
margin-bottom: 15px;
|
2443 |
+
display: block;
|
2444 |
+
color: #444;
|
2445 |
+
font-size: 15px; }
|
2446 |
+
|
2447 |
+
.fakebox {
|
2448 |
+
padding: 8px 35px 22px 35px;
|
2449 |
+
display: inline-block;
|
2450 |
+
box-shadow: 0px 0px 4px #0000002b;
|
2451 |
+
border-radius: 14px;
|
2452 |
+
position: relative; }
|
2453 |
+
|
2454 |
+
.fakebox_close:before {
|
2455 |
+
content: "x";
|
2456 |
+
position: absolute;
|
2457 |
+
right: -8px;
|
2458 |
+
border-radius: 40px;
|
2459 |
+
background: #fff;
|
2460 |
+
box-shadow: 0px 0px 3px #00000040;
|
2461 |
+
height: 22px;
|
2462 |
+
width: 22px;
|
2463 |
+
top: -8px;
|
2464 |
+
color: #666;
|
2465 |
+
font-size: 12px;
|
2466 |
+
line-height: 22px;
|
2467 |
+
cursor: pointer; }
|
2468 |
+
|
2469 |
+
.fakebox h3 {
|
2470 |
+
margin-bottom: 12px;
|
2471 |
+
font-size: 18px; }
|
2472 |
+
|
2473 |
+
.fakebox .text {
|
2474 |
+
margin-bottom: 12px;
|
2475 |
+
font-size: 13px; }
|
2476 |
+
|
2477 |
+
.fakebox .yes {
|
2478 |
+
padding: 0;
|
2479 |
+
background: #666;
|
2480 |
+
color: #fff;
|
2481 |
+
font-size: 13px;
|
2482 |
+
margin: 0 10px;
|
2483 |
+
padding: 7px 12px; }
|
2484 |
+
|
2485 |
+
.fakebox .no {
|
2486 |
+
padding: 0;
|
2487 |
+
background: #666;
|
2488 |
+
color: #fff;
|
2489 |
+
font-size: 13px;
|
2490 |
+
padding: 7px 12px; }
|
2491 |
+
|
2492 |
+
.nodatadiv {
|
2493 |
+
text-align: center;
|
2494 |
+
padding: 0px 0px 50px 0px; }
|
2495 |
+
|
2496 |
+
.nodatadiv h3, .nodatadiv strong {
|
2497 |
+
text-transform: capitalize; }
|
2498 |
+
|
2499 |
+
.nodatadiv .first_ad_main .quads-btn-primary {
|
2500 |
+
display: inline-flex;
|
2501 |
+
align-items: center;
|
2502 |
+
justify-content: center; }
|
2503 |
+
|
2504 |
+
.nodatadiv .first_ad_main .material-icons {
|
2505 |
+
margin-right: 6px; }
|
2506 |
+
|
2507 |
+
.static_num {
|
2508 |
+
font-weight: bold; }
|
2509 |
+
|
2510 |
+
a.view_reports_ {
|
2511 |
+
top: 0px;
|
2512 |
+
background: #444;
|
2513 |
+
color: #fff !important;
|
2514 |
+
border-radius: 4px;
|
2515 |
+
padding: 4px 10px; }
|
2516 |
+
|
2517 |
+
.view_reports_:hover {
|
2518 |
+
background: #444 !important; }
|
2519 |
+
|
2520 |
+
a.delete_ad {
|
2521 |
+
padding-right: 16px; }
|
2522 |
+
|
2523 |
+
a.ad_draft {
|
2524 |
+
padding-left: 12px; }
|
2525 |
+
|
2526 |
+
.quad-ad-network-list li img {
|
2527 |
+
max-width: 40px;
|
2528 |
+
top: 0; }
|
2529 |
/*
|
2530 |
To change this license header, choose License Headers in Project Properties.
|
2531 |
To change this template file, choose Tools | Templates
|
2532 |
and open the template in the editor.
|
2533 |
+
*/
|
2534 |
/*
|
2535 |
Created on : Jan 28, 2020, 11:41:08 AM
|
2536 |
Author : Magazine3
|
2537 |
+
*/
|
2538 |
+
.quads-ads-pagination {
|
2539 |
+
display: inline-block;
|
2540 |
+
margin-top: 0px;
|
2541 |
+
font-size: 15px;
|
2542 |
+
font-weight: 500; }
|
2543 |
+
|
2544 |
+
.quads-ads-pagination a {
|
2545 |
+
color: black;
|
2546 |
+
float: left;
|
2547 |
+
padding: 9px 16px;
|
2548 |
+
text-decoration: none;
|
2549 |
+
border-radius: 3px; }
|
2550 |
+
|
2551 |
+
.quads-ads-pagination .material-icons {
|
2552 |
+
font-size: 18px;
|
2553 |
+
padding: 9px 10px; }
|
2554 |
+
|
2555 |
+
.quads-ads-pagination a.quads-page-active {
|
2556 |
+
background-color: #005af0;
|
2557 |
+
color: white; }
|
2558 |
+
|
2559 |
+
.quads-ads-pagination a:hover:not(.quads-page-active) {
|
2560 |
+
background-color: #ddd; }
|
2561 |
/*
|
2562 |
To change this license header, choose License Headers in Project Properties.
|
2563 |
To change this template file, choose Tools | Templates
|
2564 |
and open the template in the editor.
|
2565 |
+
*/
|
2566 |
/*
|
2567 |
Created on : Jan 28, 2020, 11:41:08 AM
|
2568 |
Author : Magazine3
|
2569 |
+
*/
|
2570 |
+
.quads-search-box-panel {
|
2571 |
+
display: flex;
|
2572 |
+
width: 100%;
|
2573 |
+
margin-top: 20px; }
|
2574 |
+
|
2575 |
+
.quads-search-box {
|
2576 |
+
display: inline-block;
|
2577 |
+
width: 100%; }
|
2578 |
+
|
2579 |
+
.quads-modal-popup-content h3 {
|
2580 |
+
font-size: 20px;
|
2581 |
+
line-height: 1.3;
|
2582 |
+
font-weight: 600;
|
2583 |
+
padding-bottom: 20px; }
|
2584 |
+
|
2585 |
+
.quads-modal-popup-content h3 span {
|
2586 |
+
color: red; }
|
2587 |
+
|
2588 |
+
.quads-modal-popup-txt p {
|
2589 |
+
margin: 0px;
|
2590 |
+
font-size: 16px;
|
2591 |
+
line-height: 1.5; }
|
2592 |
+
|
2593 |
+
.quads-modal-popup-content {
|
2594 |
+
max-width: 480px !important;
|
2595 |
+
border-radius: 8px;
|
2596 |
+
padding: 0px !important;
|
2597 |
+
box-sizing: border-box;
|
2598 |
+
position: absolute;
|
2599 |
+
left: 0;
|
2600 |
+
right: 0;
|
2601 |
+
margin: 0 auto;
|
2602 |
+
top: 30%; }
|
2603 |
+
|
2604 |
+
.quads-modal-popup-txt {
|
2605 |
+
padding: 30px 40px; }
|
2606 |
+
|
2607 |
+
.quads-modal-content {
|
2608 |
+
text-align: right;
|
2609 |
+
margin: 0 !important;
|
2610 |
+
padding: 15px 20px;
|
2611 |
+
background: #eee;
|
2612 |
+
box-sizing: border-box;
|
2613 |
+
border-radius: 0px 0px 8px 8px; }
|
2614 |
+
|
2615 |
+
.quads-btn.quads-btn-delete, .quads-btn.quads-btn-delete:hover {
|
2616 |
+
background-color: #1A73E8 !important;
|
2617 |
+
color: #fff !important;
|
2618 |
+
padding: 10px 30px;
|
2619 |
+
border-radius: 6px; }
|
2620 |
+
|
2621 |
+
a.quads-btn-cancel {
|
2622 |
+
color: #666 !important;
|
2623 |
+
padding: 10px 30px;
|
2624 |
+
border-radius: 6px;
|
2625 |
+
font-size: 16px; }
|
2626 |
+
|
2627 |
+
a.quads-btn-cancel:hover {
|
2628 |
+
background: #666 !important;
|
2629 |
+
color: #fff !important; }
|
2630 |
+
.quads-ad-networks li {
|
2631 |
+
background: #fff;
|
2632 |
+
border-radius: 10px;
|
2633 |
+
border: 1px solid #e2e2e2;
|
2634 |
+
margin-bottom: 0px;
|
2635 |
+
box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
|
2636 |
+
transition: 0.3s;
|
2637 |
+
padding: 3px 0px 3px 10px;
|
2638 |
+
cursor: pointer; }
|
2639 |
+
|
2640 |
+
.quads-ad-networks li:hover {
|
2641 |
+
background: #fff;
|
2642 |
+
border-radius: 10px;
|
2643 |
+
border: 1px solid #e2e2e2;
|
2644 |
+
margin-bottom: 0px;
|
2645 |
+
box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 6px;
|
2646 |
+
transition: 0.4s;
|
2647 |
+
padding: 3px 0px 3px 10px;
|
2648 |
+
margin: 0 0 0px 0;
|
2649 |
+
cursor: pointer; }
|
2650 |
+
|
2651 |
+
.quads-ad-networks ul {
|
2652 |
+
padding: 0px;
|
2653 |
+
list-style-type: none;
|
2654 |
+
display: grid;
|
2655 |
+
grid-template-columns: 1fr 1fr;
|
2656 |
+
grid-gap: 15px 17px;
|
2657 |
+
margin: 0; }
|
2658 |
+
|
2659 |
+
.quads-side-part {
|
2660 |
+
width: 10%; }
|
2661 |
+
|
2662 |
+
.quads-nav-link img {
|
2663 |
+
max-width: 36px;
|
2664 |
+
width: auto;
|
2665 |
+
top: 4px;
|
2666 |
+
position: relative; }
|
2667 |
+
|
2668 |
+
a.quads-nav-link:focus {
|
2669 |
+
box-shadow: none; }
|
2670 |
+
|
2671 |
+
.quads-full-page-modal {
|
2672 |
+
position: absolute;
|
2673 |
+
left: 0;
|
2674 |
+
/* top: -18px; */
|
2675 |
+
right: 0px;
|
2676 |
+
z-index: 9;
|
2677 |
+
overflow-x: hidden;
|
2678 |
+
overflow-y: auto;
|
2679 |
+
width: 100%;
|
2680 |
+
background-color: #fff;
|
2681 |
+
z-index: 99;
|
2682 |
+
padding-bottom: 100px; }
|
2683 |
+
|
2684 |
+
.quads-full-page-modal-content {
|
2685 |
+
max-width: 100%;
|
2686 |
+
height: 100%; }
|
2687 |
+
|
2688 |
+
.quads-full-page-modal-content h3 {
|
2689 |
+
position: relative;
|
2690 |
+
top: 42px;
|
2691 |
+
font-weight: normal;
|
2692 |
+
text-transform: uppercase;
|
2693 |
+
letter-spacing: 2px;
|
2694 |
+
font-size: 15px;
|
2695 |
+
margin: 0;
|
2696 |
+
z-index: 99; }
|
2697 |
+
|
2698 |
+
.quads-full-page-modal .quads-close-create-page {
|
2699 |
+
top: 35px; }
|
2700 |
+
|
2701 |
+
.quads-ad-networks {
|
2702 |
+
padding: 1% 2% 2% 2%;
|
2703 |
+
margin: 70px 10px 0 20px;
|
2704 |
+
width: 40%;
|
2705 |
+
border: 1px solid #eee; }
|
2706 |
+
|
2707 |
+
@media (max-width: 1199px) {
|
2708 |
+
.quads-ad-networks ul {
|
2709 |
+
grid-template-columns: 1fr 1fr 1fr 1fr; }
|
2710 |
+
.quad-ad-network-list {
|
2711 |
+
width: 85%; } }
|
2712 |
+
|
2713 |
+
@media (max-width: 768px) {
|
2714 |
+
.quads-ad-networks ul {
|
2715 |
+
grid-template-columns: 1fr 1fr 1fr;
|
2716 |
+
grid-gap: 20px 20px; } }
|
2717 |
+
|
2718 |
+
@media (max-width: 591px) {
|
2719 |
+
.quads-ad-networks ul {
|
2720 |
+
grid-template-columns: 1fr 1fr; } }
|
2721 |
+
|
2722 |
+
@media (max-width: 450px) {
|
2723 |
+
.quads-ad-networks {
|
2724 |
+
padding: 60px 20px; }
|
2725 |
+
.quads-full-page-modal-content h3 {
|
2726 |
+
padding-left: 20px; }
|
2727 |
+
.quads-full-page-modal .quads-close-create-page {
|
2728 |
+
right: 20px; } }
|
2729 |
+
|
2730 |
+
@media (max-width: 330px) {
|
2731 |
+
.quads-ad-networks ul {
|
2732 |
+
grid-template-columns: 1fr; } }
|
2733 |
+
|
2734 |
+
.gopropopup .quads-large-close {
|
2735 |
+
border: none; }
|
2736 |
+
|
2737 |
+
.gopropopup .quads-modal-content {
|
2738 |
+
text-align: center; }
|
2739 |
+
|
2740 |
+
.gopropopup .quads-modal-popup-heading {
|
2741 |
+
font-size: 26px;
|
2742 |
+
/* font-weight: bold; */
|
2743 |
+
text-align: center;
|
2744 |
+
line-height: 30px;
|
2745 |
+
color: #222;
|
2746 |
+
padding: 26px 0; }
|
2747 |
+
|
2748 |
+
.gopropopup p {
|
2749 |
+
text-align: center; }
|
2750 |
+
|
2751 |
+
.gopropopup .quads-got_pro {
|
2752 |
+
padding: 16px 30px;
|
2753 |
+
font-size: 18px !important; }
|
2754 |
+
|
2755 |
+
.gopropopup .quads-modal-content {
|
2756 |
+
padding: 38px 20px; }
|
2757 |
+
|
2758 |
+
a.vendor {
|
2759 |
+
display: block;
|
2760 |
+
background: #fff;
|
2761 |
+
text-decoration: unset;
|
2762 |
+
border-radius: 10px;
|
2763 |
+
border: 1px solid #e2e2e2;
|
2764 |
+
margin-bottom: 0px;
|
2765 |
+
box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
|
2766 |
+
transition: 0.3s;
|
2767 |
+
padding: 0px 0px 6px 10px; }
|
2768 |
+
|
2769 |
+
span.ad_type_name_ {
|
2770 |
+
color: #000;
|
2771 |
+
font-size: 15px;
|
2772 |
+
position: absolute;
|
2773 |
+
margin: 12px 0px 0px 12px;
|
2774 |
+
font-weight: 500; }
|
2775 |
+
|
2776 |
+
.quads-ad-type-link {
|
2777 |
+
padding: 0px 0px 2px 10px; }
|
2778 |
+
|
2779 |
+
.ad_vendor, .ad_format {
|
2780 |
+
font-weight: 500;
|
2781 |
+
text-transform: uppercase;
|
2782 |
+
letter-spacing: 1px;
|
2783 |
+
font-size: 14px;
|
2784 |
+
margin: 0;
|
2785 |
+
z-index: 99;
|
2786 |
+
text-align: center;
|
2787 |
+
padding-bottom: 18px;
|
2788 |
+
padding-top: 5px; }
|
2789 |
+
|
2790 |
+
.quads-ad-networks-reports {
|
2791 |
+
padding: 60px 50px;
|
2792 |
+
max-width: 100%;
|
2793 |
+
background: #fff;
|
2794 |
+
z-index: 9;
|
2795 |
+
position: relative; }
|
2796 |
+
|
2797 |
+
.quads-ad-networks-reports ul {
|
2798 |
+
padding: 0px;
|
2799 |
+
list-style-type: none;
|
2800 |
+
display: grid;
|
2801 |
+
width: 100%;
|
2802 |
+
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
|
2803 |
+
grid-gap: 30px 30px;
|
2804 |
+
margin: 0; }
|
2805 |
+
|
2806 |
+
.quads-ad-networks-reports li {
|
2807 |
+
text-align: center;
|
2808 |
+
background: #fff;
|
2809 |
+
cursor: pointer;
|
2810 |
+
border-radius: 10px;
|
2811 |
+
border: 1px solid #e2e2e2;
|
2812 |
+
margin-bottom: 0px;
|
2813 |
+
box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
|
2814 |
+
transition: 0.3s; }
|
2815 |
+
|
2816 |
+
.quads_main_ {
|
2817 |
+
padding: 0px;
|
2818 |
+
list-style-type: none;
|
2819 |
+
display: grid;
|
2820 |
+
grid-template-columns: 1fr 1fr;
|
2821 |
+
grid-gap: 21px 9px;
|
2822 |
+
margin: 0; }
|
2823 |
+
|
2824 |
+
.quads-ad-networks li:hover span {
|
2825 |
+
color: #1A73E8; }
|
2826 |
+
|
2827 |
+
.quad-ad-network-list {
|
2828 |
+
display: inline-block;
|
2829 |
+
/* width: 100%; */ }
|
2830 |
+
|
2831 |
+
.quad-ad-network-heading {
|
2832 |
+
position: relative;
|
2833 |
+
top: 50px;
|
2834 |
+
left: 20px;
|
2835 |
+
font-size: 25px;
|
2836 |
+
text-align: center;
|
2837 |
+
width: 80%;
|
2838 |
+
margin: 0 0 10px 0; }
|
2839 |
+
|
2840 |
+
.quads-nav-link {
|
2841 |
+
display: block;
|
2842 |
+
font-size: 12px;
|
2843 |
+
top: 10px;
|
2844 |
+
position: relative; }
|
2845 |
+
|
2846 |
+
.quads-ad-networks .quads_ad_pro {
|
2847 |
+
background: linear-gradient(to right, #eb3349, #f45c43);
|
2848 |
+
color: #fff;
|
2849 |
+
position: relative; }
|
2850 |
+
|
2851 |
+
.quads-ad-networks .quads_ad_pro:after {
|
2852 |
+
content: "PRO";
|
2853 |
+
position: absolute;
|
2854 |
+
top: -4px;
|
2855 |
+
right: 0px;
|
2856 |
+
border-radius: 74px;
|
2857 |
+
background: white;
|
2858 |
+
color: #ec3c48;
|
2859 |
+
font-size: 10px;
|
2860 |
+
padding: 0 5px;
|
2861 |
+
box-shadow: 1px 1px 4px #00000026; }
|
2862 |
+
|
2863 |
+
.quads-ad-networks .quads_ad_pro img {
|
2864 |
+
background: #fff;
|
2865 |
+
border-radius: 35px;
|
2866 |
+
position: relative;
|
2867 |
+
top: 2px; }
|
2868 |
+
|
2869 |
+
.quads-ad-networks .quads_ad_pro span {
|
2870 |
+
color: #fff; }
|
2871 |
+
|
2872 |
+
.quads-settings-tab .quads-nav-link, .quads-ad-tab-wrapper .quads-nav-link {
|
2873 |
+
top: 0; }
|
2874 |
+
|
2875 |
+
.quads-ad-tab-wrapper .quads-nav-link {
|
2876 |
+
font-size: 22px; }
|
2877 |
/*
|
2878 |
To change this license header, choose License Headers in Project Properties.
|
2879 |
To change this template file, choose Tools | Templates
|
2880 |
and open the template in the editor.
|
2881 |
+
*/
|
2882 |
/*
|
2883 |
Created on : Jan 28, 2020, 11:41:08 AM
|
2884 |
Author : Magazine3
|
2885 |
+
*/
|
2886 |
+
.quads-side-part {
|
2887 |
+
width: 10%; }
|
2888 |
+
|
2889 |
+
.quads-modal-part {
|
2890 |
+
width: 70%; }
|
2891 |
+
|
2892 |
+
.quads-close-ad-modal {
|
2893 |
+
float: right;
|
2894 |
+
font-size: 25px;
|
2895 |
+
cursor: pointer;
|
2896 |
+
padding: 10px; }
|
2897 |
+
|
2898 |
+
.quads-ad-header {
|
2899 |
+
height: 27px; }
|
2900 |
+
|
2901 |
+
.quads-settings-tab ul {
|
2902 |
+
padding: 0; }
|
2903 |
+
.quads-large-popup {
|
2904 |
+
position: absolute; }
|
2905 |
+
|
2906 |
+
.view_report {
|
2907 |
+
padding: 25px 12px 12px 12px; }
|
2908 |
+
|
2909 |
+
.breadcrumb {
|
2910 |
+
display: -webkit-box;
|
2911 |
+
display: -ms-flexbox;
|
2912 |
+
display: flex;
|
2913 |
+
-ms-flex-wrap: wrap;
|
2914 |
+
flex-wrap: wrap;
|
2915 |
+
padding: 15px 15px 10px 20px;
|
2916 |
+
margin-bottom: 1rem;
|
2917 |
+
list-style: none;
|
2918 |
+
background-color: #e9ecef;
|
2919 |
+
border-radius: .25rem; }
|
2920 |
+
|
2921 |
+
.breadcrumb-item.active {
|
2922 |
+
color: #6c757d; }
|
2923 |
+
|
2924 |
+
.breadcrumb-item + .breadcrumb-item::before {
|
2925 |
+
display: inline-block;
|
2926 |
+
padding-right: .5rem;
|
2927 |
+
padding-left: .5rem;
|
2928 |
+
color: #6c757d;
|
2929 |
+
content: "/"; }
|
2930 |
+
|
2931 |
+
.chart_main_class {
|
2932 |
+
padding: 24px; }
|
2933 |
+
|
2934 |
+
.breadcrumb-item {
|
2935 |
+
cursor: pointer; }
|
2936 |
+
|
2937 |
+
#report_type, #report_period, #input_based, #report_view_type {
|
2938 |
+
width: 200px;
|
2939 |
+
margin: 0px 0px 3px 4px; }
|
2940 |
+
|
2941 |
+
.quads-select-menu {
|
2942 |
+
display: flex; }
|
2943 |
+
|
2944 |
+
.view_report label {
|
2945 |
+
margin-right: 9px; }
|
2946 |
+
|
2947 |
+
#quads-adsense .quads-nav-link strong {
|
2948 |
+
color: #005af0; }
|
2949 |
+
|
2950 |
+
#report_view_type {
|
2951 |
+
float: right; }
|
2952 |
+
|
2953 |
+
#quads_report_table {
|
2954 |
+
padding-top: 10px; }
|
2955 |
+
|
2956 |
+
#quads_report_table table {
|
2957 |
+
border-collapse: collapse; }
|
2958 |
+
|
2959 |
+
#quads_report_table table td {
|
2960 |
+
border: 1px solid #b4b4b4;
|
2961 |
+
padding: 5px 13px; }
|
2962 |
+
|
2963 |
+
#quads_report_table table b {
|
2964 |
+
font-weight: 700;
|
2965 |
+
line-height: 2;
|
2966 |
+
font-weight: 600; }
|
2967 |
+
|
2968 |
+
#quads_report_table_total {
|
2969 |
+
padding-left: 40px; }
|
2970 |
+
|
2971 |
+
#quads_report_table_total table {
|
2972 |
+
border-collapse: collapse; }
|
2973 |
+
|
2974 |
+
#quads_report_table_total table th {
|
2975 |
+
border: 1px solid #b4b4b4;
|
2976 |
+
padding: 5px 13px; }
|
2977 |
+
|
2978 |
+
#quads_report_table_total table td {
|
2979 |
+
border: 1px solid #b4b4b4;
|
2980 |
+
padding: 5px 13px;
|
2981 |
+
padding-right: 52px; }
|
2982 |
+
|
2983 |
+
#quads_report_table table tr {
|
2984 |
+
display: inherit; }
|
2985 |
+
|
2986 |
+
#quads_report_table_total table b {
|
2987 |
+
font-weight: 700;
|
2988 |
+
line-height: 2;
|
2989 |
+
font-weight: 600; }
|
2990 |
+
|
2991 |
+
.quads-report-networks h1 {
|
2992 |
+
font-size: 15px; }
|
2993 |
+
|
2994 |
+
.quads-report-networks {
|
2995 |
+
max-width: 100%;
|
2996 |
+
background: #fff;
|
2997 |
+
z-index: 8;
|
2998 |
+
position: relative; }
|
2999 |
+
|
3000 |
+
.quads-segment ol.breadcrumb {
|
3001 |
+
margin: 0px; }
|
3002 |
+
|
3003 |
+
.canvas_get_pro {
|
3004 |
+
position: relative;
|
3005 |
+
background: #6c6c6c;
|
3006 |
+
z-index: 99999999999999999999999999999999999999999999999; }
|
3007 |
+
|
3008 |
+
.canvas_get_pro #quads_get_pro {
|
3009 |
+
position: absolute;
|
3010 |
+
top: 30%;
|
3011 |
+
font-size: 25px;
|
3012 |
+
color: #fff;
|
3013 |
+
left: 27%;
|
3014 |
+
font-weight: 700;
|
3015 |
+
line-height: 50px;
|
3016 |
+
text-align: center; }
|
3017 |
+
|
3018 |
+
.canvas_get_pro #quads_get_pro a {
|
3019 |
+
font-size: 16px !important;
|
3020 |
+
display: block;
|
3021 |
+
margin: 0 auto;
|
3022 |
+
width: 190px;
|
3023 |
+
height: 34px;
|
3024 |
+
line-height: 32px; }
|
3025 |
+
|
3026 |
+
.quads-ad-networks.ad_logging {
|
3027 |
+
padding: 0px; }
|
3028 |
+
|
3029 |
+
.show_btn {
|
3030 |
+
padding: 4px 10px 6px 10px;
|
3031 |
+
font-size: 14px;
|
3032 |
+
background-color: #fff;
|
3033 |
+
background-clip: padding-box;
|
3034 |
+
border: 1px solid #ccc;
|
3035 |
+
border: 1px solid rgba(0, 0, 0, 0.15);
|
3036 |
+
border-radius: 4px;
|
3037 |
+
cursor: pointer; }
|
3038 |
+
|
3039 |
+
.quads-select.view_statsreport {
|
3040 |
+
display: -webkit-box;
|
3041 |
+
margin-top: 20px; }
|
3042 |
+
|
3043 |
+
.quads-select {
|
3044 |
+
display: -webkit-box;
|
3045 |
+
margin-top: 20px; }
|
3046 |
+
|
3047 |
+
#wpbody {
|
3048 |
+
background-color: white; }
|
3049 |
+
|
3050 |
+
#report_period {
|
3051 |
+
position: absolute;
|
3052 |
+
right: 0;
|
3053 |
+
margin-top: -4px; }
|
3054 |
+
|
3055 |
+
tr.top5_ads_click {
|
3056 |
+
cursor: pointer;
|
3057 |
+
color: #005af0; }
|
3058 |
+
|
3059 |
+
.main_td {
|
3060 |
+
padding: 0 !important;
|
3061 |
+
border: 0 !important; }
|
3062 |
+
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
|
3063 |
+
.react-datepicker__month-read-view--down-arrow,
|
3064 |
+
.react-datepicker__month-year-read-view--down-arrow {
|
3065 |
+
margin-left: -8px;
|
3066 |
+
position: absolute; }
|
3067 |
+
|
3068 |
+
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
|
3069 |
+
.react-datepicker__month-read-view--down-arrow,
|
3070 |
+
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
|
3071 |
+
.react-datepicker__month-read-view--down-arrow::before,
|
3072 |
+
.react-datepicker__month-year-read-view--down-arrow::before {
|
3073 |
+
box-sizing: content-box;
|
3074 |
+
position: absolute;
|
3075 |
+
border: 8px solid transparent;
|
3076 |
+
height: 0;
|
3077 |
+
width: 1px; }
|
3078 |
+
|
3079 |
+
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
|
3080 |
+
.react-datepicker__month-read-view--down-arrow::before,
|
3081 |
+
.react-datepicker__month-year-read-view--down-arrow::before {
|
3082 |
+
content: "";
|
3083 |
+
z-index: -1;
|
3084 |
+
border-width: 8px;
|
3085 |
+
left: -8px;
|
3086 |
+
border-bottom-color: #aeaeae; }
|
3087 |
+
|
3088 |
+
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle {
|
3089 |
+
top: 0;
|
3090 |
+
margin-top: -8px; }
|
3091 |
+
|
3092 |
+
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
|
3093 |
+
border-top: none;
|
3094 |
+
border-bottom-color: #f0f0f0; }
|
3095 |
+
|
3096 |
+
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
|
3097 |
+
top: -1px;
|
3098 |
+
border-bottom-color: #aeaeae; }
|
3099 |
+
|
3100 |
+
.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
|
3101 |
+
.react-datepicker__month-read-view--down-arrow,
|
3102 |
+
.react-datepicker__month-year-read-view--down-arrow {
|
3103 |
+
bottom: 0;
|
3104 |
+
margin-bottom: -8px; }
|
3105 |
+
|
3106 |
+
.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
|
3107 |
+
.react-datepicker__month-read-view--down-arrow,
|
3108 |
+
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
|
3109 |
+
.react-datepicker__month-read-view--down-arrow::before,
|
3110 |
+
.react-datepicker__month-year-read-view--down-arrow::before {
|
3111 |
+
border-bottom: none;
|
3112 |
+
border-top-color: #fff; }
|
3113 |
+
|
3114 |
+
.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
|
3115 |
+
.react-datepicker__month-read-view--down-arrow::before,
|
3116 |
+
.react-datepicker__month-year-read-view--down-arrow::before {
|
3117 |
+
bottom: -1px;
|
3118 |
+
border-top-color: #aeaeae; }
|
3119 |
+
|
3120 |
+
.react-datepicker-wrapper {
|
3121 |
+
display: inline-block;
|
3122 |
+
padding: 0;
|
3123 |
+
border: 0; }
|
3124 |
+
|
3125 |
+
.react-datepicker {
|
3126 |
+
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
3127 |
+
font-size: 0.8rem;
|
3128 |
+
background-color: #fff;
|
3129 |
+
color: #000;
|
3130 |
+
border: 1px solid #aeaeae;
|
3131 |
+
border-radius: 0.3rem;
|
3132 |
+
display: inline-block;
|
3133 |
+
position: relative; }
|
3134 |
+
|
3135 |
+
.react-datepicker--time-only .react-datepicker__triangle {
|
3136 |
+
left: 35px; }
|
3137 |
+
|
3138 |
+
.react-datepicker--time-only .react-datepicker__time-container {
|
3139 |
+
border-left: 0; }
|
3140 |
+
|
3141 |
+
.react-datepicker--time-only .react-datepicker__time,
|
3142 |
+
.react-datepicker--time-only .react-datepicker__time-box {
|
3143 |
+
border-bottom-left-radius: 0.3rem;
|
3144 |
+
border-bottom-right-radius: 0.3rem; }
|
3145 |
+
|
3146 |
+
.react-datepicker__triangle {
|
3147 |
+
position: absolute;
|
3148 |
+
left: 50px; }
|
3149 |
+
|
3150 |
+
.react-datepicker-popper {
|
3151 |
+
z-index: 1; }
|
3152 |
+
|
3153 |
+
.react-datepicker-popper[data-placement^="bottom"] {
|
3154 |
+
margin-top: 10px; }
|
3155 |
+
|
3156 |
+
.react-datepicker-popper[data-placement="bottom-end"] .react-datepicker__triangle, .react-datepicker-popper[data-placement="top-end"] .react-datepicker__triangle {
|
3157 |
+
left: auto;
|
3158 |
+
right: 50px; }
|
3159 |
+
|
3160 |
+
.react-datepicker-popper[data-placement^="top"] {
|
3161 |
+
margin-bottom: 10px; }
|
3162 |
+
|
3163 |
+
.react-datepicker-popper[data-placement^="right"] {
|
3164 |
+
margin-left: 8px; }
|
3165 |
+
|
3166 |
+
.react-datepicker-popper[data-placement^="right"] .react-datepicker__triangle {
|
3167 |
+
left: auto;
|
3168 |
+
right: 42px; }
|
3169 |
+
|
3170 |
+
.react-datepicker-popper[data-placement^="left"] {
|
3171 |
+
margin-right: 8px; }
|
3172 |
+
|
3173 |
+
.react-datepicker-popper[data-placement^="left"] .react-datepicker__triangle {
|
3174 |
+
left: 42px;
|
3175 |
+
right: auto; }
|
3176 |
+
|
3177 |
+
.react-datepicker__header {
|
3178 |
+
text-align: center;
|
3179 |
+
background-color: #f0f0f0;
|
3180 |
+
border-bottom: 1px solid #aeaeae;
|
3181 |
+
border-top-left-radius: 0.3rem;
|
3182 |
+
padding-top: 8px;
|
3183 |
+
position: relative; }
|
3184 |
+
|
3185 |
+
.react-datepicker__header--time {
|
3186 |
+
padding-bottom: 8px;
|
3187 |
+
padding-left: 5px;
|
3188 |
+
padding-right: 5px; }
|
3189 |
+
|
3190 |
+
.react-datepicker__header--time:not(.react-datepicker__header--time--only) {
|
3191 |
+
border-top-left-radius: 0; }
|
3192 |
+
|
3193 |
+
.react-datepicker__header:not(.react-datepicker__header--has-time-select) {
|
3194 |
+
border-top-right-radius: 0.3rem; }
|
3195 |
+
|
3196 |
+
.react-datepicker__year-dropdown-container--select,
|
3197 |
+
.react-datepicker__month-dropdown-container--select,
|
3198 |
+
.react-datepicker__month-year-dropdown-container--select,
|
3199 |
+
.react-datepicker__year-dropdown-container--scroll,
|
3200 |
+
.react-datepicker__month-dropdown-container--scroll,
|
3201 |
+
.react-datepicker__month-year-dropdown-container--scroll {
|
3202 |
+
display: inline-block;
|
3203 |
+
margin: 0 2px; }
|
3204 |
+
|
3205 |
+
.react-datepicker__current-month,
|
3206 |
+
.react-datepicker-time__header,
|
3207 |
+
.react-datepicker-year-header {
|
3208 |
+
margin-top: 0;
|
3209 |
+
color: #000;
|
3210 |
+
font-weight: bold;
|
3211 |
+
font-size: 0.944rem; }
|
3212 |
+
|
3213 |
+
.react-datepicker-time__header {
|
3214 |
+
text-overflow: ellipsis;
|
3215 |
+
white-space: nowrap;
|
3216 |
+
overflow: hidden; }
|
3217 |
+
|
3218 |
+
.react-datepicker__navigation {
|
3219 |
+
background: none;
|
3220 |
+
line-height: 1.7rem;
|
3221 |
+
text-align: center;
|
3222 |
+
cursor: pointer;
|
3223 |
+
position: absolute;
|
3224 |
+
top: 10px;
|
3225 |
+
width: 0;
|
3226 |
+
padding: 0;
|
3227 |
+
border: 0.45rem solid transparent;
|
3228 |
+
z-index: 1;
|
3229 |
+
height: 10px;
|
3230 |
+
width: 10px;
|
3231 |
+
text-indent: -999em;
|
3232 |
+
overflow: hidden; }
|
3233 |
+
|
3234 |
+
.react-datepicker__navigation--previous {
|
3235 |
+
left: 10px;
|
3236 |
+
border-right-color: #ccc; }
|
3237 |
+
|
3238 |
+
.react-datepicker__navigation--previous:hover {
|
3239 |
+
border-right-color: #b3b3b3; }
|
3240 |
+
|
3241 |
+
.react-datepicker__navigation--previous--disabled, .react-datepicker__navigation--previous--disabled:hover {
|
3242 |
+
border-right-color: #e6e6e6;
|
3243 |
+
cursor: default; }
|
3244 |
+
|
3245 |
+
.react-datepicker__navigation--next {
|
3246 |
+
right: 10px;
|
3247 |
+
border-left-color: #ccc; }
|
3248 |
+
|
3249 |
+
.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
|
3250 |
+
right: 95px; }
|
3251 |
+
|
3252 |
+
.react-datepicker__navigation--next:hover {
|
3253 |
+
border-left-color: #b3b3b3; }
|
3254 |
+
|
3255 |
+
.react-datepicker__navigation--next--disabled, .react-datepicker__navigation--next--disabled:hover {
|
3256 |
+
border-left-color: #e6e6e6;
|
3257 |
+
cursor: default; }
|
3258 |
+
|
3259 |
+
.react-datepicker__navigation--years {
|
3260 |
+
position: relative;
|
3261 |
+
top: 0;
|
3262 |
+
display: block;
|
3263 |
+
margin-left: auto;
|
3264 |
+
margin-right: auto; }
|
3265 |
+
|
3266 |
+
.react-datepicker__navigation--years-previous {
|
3267 |
+
top: 4px;
|
3268 |
+
border-top-color: #ccc; }
|
3269 |
+
|
3270 |
+
.react-datepicker__navigation--years-previous:hover {
|
3271 |
+
border-top-color: #b3b3b3; }
|
3272 |
+
|
3273 |
+
.react-datepicker__navigation--years-upcoming {
|
3274 |
+
top: -4px;
|
3275 |
+
border-bottom-color: #ccc; }
|
3276 |
+
|
3277 |
+
.react-datepicker__navigation--years-upcoming:hover {
|
3278 |
+
border-bottom-color: #b3b3b3; }
|
3279 |
+
|
3280 |
+
.react-datepicker__month-container {
|
3281 |
+
float: left; }
|
3282 |
+
|
3283 |
+
.react-datepicker__year {
|
3284 |
+
margin: 0.4rem;
|
3285 |
+
text-align: center; }
|
3286 |
+
|
3287 |
+
.react-datepicker__year-wrapper {
|
3288 |
+
display: flex;
|
3289 |
+
flex-wrap: wrap;
|
3290 |
+
max-width: 180px; }
|
3291 |
+
|
3292 |
+
.react-datepicker__year .react-datepicker__year-text {
|
3293 |
+
display: inline-block;
|
3294 |
+
width: 4rem;
|
3295 |
+
margin: 2px; }
|
3296 |
+
|
3297 |
+
.react-datepicker__month {
|
3298 |
+
margin: 0.4rem;
|
3299 |
+
text-align: center; }
|
3300 |
+
|
3301 |
+
.react-datepicker__month .react-datepicker__month-text,
|
3302 |
+
.react-datepicker__month .react-datepicker__quarter-text {
|
3303 |
+
display: inline-block;
|
3304 |
+
width: 4rem;
|
3305 |
+
margin: 2px; }
|
3306 |
+
|
3307 |
+
.react-datepicker__input-time-container {
|
3308 |
+
clear: both;
|
3309 |
+
width: 100%;
|
3310 |
+
float: left;
|
3311 |
+
margin: 5px 0 10px 15px;
|
3312 |
+
text-align: left; }
|
3313 |
+
|
3314 |
+
.react-datepicker__input-time-container .react-datepicker-time__caption {
|
3315 |
+
display: inline-block; }
|
3316 |
+
|
3317 |
+
.react-datepicker__input-time-container .react-datepicker-time__input-container {
|
3318 |
+
display: inline-block; }
|
3319 |
+
|
3320 |
+
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
|
3321 |
+
display: inline-block;
|
3322 |
+
margin-left: 10px; }
|
3323 |
+
|
3324 |
+
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
|
3325 |
+
width: auto; }
|
3326 |
+
|
3327 |
+
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]::-webkit-inner-spin-button,
|
3328 |
+
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]::-webkit-outer-spin-button {
|
3329 |
+
-webkit-appearance: none;
|
3330 |
+
margin: 0; }
|
3331 |
+
|
3332 |
+
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"] {
|
3333 |
+
-moz-appearance: textfield; }
|
3334 |
+
|
3335 |
+
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
|
3336 |
+
margin-left: 5px;
|
3337 |
+
display: inline-block; }
|
3338 |
+
|
3339 |
+
.react-datepicker__time-container {
|
3340 |
+
float: right;
|
3341 |
+
border-left: 1px solid #aeaeae;
|
3342 |
+
width: 85px; }
|
3343 |
+
|
3344 |
+
.react-datepicker__time-container--with-today-button {
|
3345 |
+
display: inline;
|
3346 |
+
border: 1px solid #aeaeae;
|
3347 |
+
border-radius: 0.3rem;
|
3348 |
+
position: absolute;
|
3349 |
+
right: -72px;
|
3350 |
+
top: 0; }
|
3351 |
+
|
3352 |
+
.react-datepicker__time-container .react-datepicker__time {
|
3353 |
+
position: relative;
|
3354 |
+
background: white;
|
3355 |
+
border-bottom-right-radius: 0.3rem; }
|
3356 |
+
|
3357 |
+
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
|
3358 |
+
width: 85px;
|
3359 |
+
overflow-x: hidden;
|
3360 |
+
margin: 0 auto;
|
3361 |
+
text-align: center;
|
3362 |
+
border-bottom-right-radius: 0.3rem; }
|
3363 |
+
|
3364 |
+
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
|
3365 |
+
list-style: none;
|
3366 |
+
margin: 0;
|
3367 |
+
height: calc(195px + (1.7rem / 2));
|
3368 |
+
overflow-y: scroll;
|
3369 |
+
padding-right: 0px;
|
3370 |
+
padding-left: 0px;
|
3371 |
+
width: 100%;
|
3372 |
+
box-sizing: content-box; }
|
3373 |
+
|
3374 |
+
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
|
3375 |
+
height: 30px;
|
3376 |
+
padding: 5px 10px;
|
3377 |
+
white-space: nowrap; }
|
3378 |
+
|
3379 |
+
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
|
3380 |
+
cursor: pointer;
|
3381 |
+
background-color: #f0f0f0; }
|
3382 |
+
|
3383 |
+
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
|
3384 |
+
background-color: #216ba5;
|
3385 |
+
color: white;
|
3386 |
+
font-weight: bold; }
|
3387 |
+
|
3388 |
+
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
|
3389 |
+
background-color: #216ba5; }
|
3390 |
+
|
3391 |
+
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
|
3392 |
+
color: #ccc; }
|
3393 |
+
|
3394 |
+
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
|
3395 |
+
cursor: default;
|
3396 |
+
background-color: transparent; }
|
3397 |
+
|
3398 |
+
.react-datepicker__week-number {
|
3399 |
+
color: #ccc;
|
3400 |
+
display: inline-block;
|
3401 |
+
width: 1.7rem;
|
3402 |
+
line-height: 1.7rem;
|
3403 |
+
text-align: center;
|
3404 |
+
margin: 0.166rem; }
|
3405 |
+
|
3406 |
+
.react-datepicker__week-number.react-datepicker__week-number--clickable {
|
3407 |
+
cursor: pointer; }
|
3408 |
+
|
3409 |
+
.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
|
3410 |
+
border-radius: 0.3rem;
|
3411 |
+
background-color: #f0f0f0; }
|
3412 |
+
|
3413 |
+
.react-datepicker__day-names,
|
3414 |
+
.react-datepicker__week {
|
3415 |
+
white-space: nowrap; }
|
3416 |
+
|
3417 |
+
.react-datepicker__day-name,
|
3418 |
+
.react-datepicker__day,
|
3419 |
+
.react-datepicker__time-name {
|
3420 |
+
color: #000;
|
3421 |
+
display: inline-block;
|
3422 |
+
width: 1.7rem;
|
3423 |
+
line-height: 1.7rem;
|
3424 |
+
text-align: center;
|
3425 |
+
margin: 0.166rem; }
|
3426 |
+
|
3427 |
+
.react-datepicker__month--selected, .react-datepicker__month--in-selecting-range, .react-datepicker__month--in-range,
|
3428 |
+
.react-datepicker__quarter--selected,
|
3429 |
+
.react-datepicker__quarter--in-selecting-range,
|
3430 |
+
.react-datepicker__quarter--in-range {
|
3431 |
+
border-radius: 0.3rem;
|
3432 |
+
background-color: #216ba5;
|
3433 |
+
color: #fff; }
|
3434 |
+
|
3435 |
+
.react-datepicker__month--selected:hover, .react-datepicker__month--in-selecting-range:hover, .react-datepicker__month--in-range:hover,
|
3436 |
+
.react-datepicker__quarter--selected:hover,
|
3437 |
+
.react-datepicker__quarter--in-selecting-range:hover,
|
3438 |
+
.react-datepicker__quarter--in-range:hover {
|
3439 |
+
background-color: #1d5d90; }
|
3440 |
+
|
3441 |
+
.react-datepicker__month--disabled,
|
3442 |
+
.react-datepicker__quarter--disabled {
|
3443 |
+
color: #ccc;
|
3444 |
+
pointer-events: none; }
|
3445 |
+
|
3446 |
+
.react-datepicker__month--disabled:hover,
|
3447 |
+
.react-datepicker__quarter--disabled:hover {
|
3448 |
+
cursor: default;
|
3449 |
+
background-color: transparent; }
|
3450 |
+
|
3451 |
+
.react-datepicker__day,
|
3452 |
+
.react-datepicker__month-text,
|
3453 |
+
.react-datepicker__quarter-text,
|
3454 |
+
.react-datepicker__year-text {
|
3455 |
+
cursor: pointer; }
|
3456 |
+
|
3457 |
+
.react-datepicker__day:hover,
|
3458 |
+
.react-datepicker__month-text:hover,
|
3459 |
+
.react-datepicker__quarter-text:hover,
|
3460 |
+
.react-datepicker__year-text:hover {
|
3461 |
+
border-radius: 0.3rem;
|
3462 |
+
background-color: #f0f0f0; }
|
3463 |
+
|
3464 |
+
.react-datepicker__day--today,
|
3465 |
+
.react-datepicker__month-text--today,
|
3466 |
+
.react-datepicker__quarter-text--today,
|
3467 |
+
.react-datepicker__year-text--today {
|
3468 |
+
font-weight: bold; }
|
3469 |
+
|
3470 |
+
.react-datepicker__day--highlighted,
|
3471 |
+
.react-datepicker__month-text--highlighted,
|
3472 |
+
.react-datepicker__quarter-text--highlighted,
|
3473 |
+
.react-datepicker__year-text--highlighted {
|
3474 |
+
border-radius: 0.3rem;
|
3475 |
+
background-color: #3dcc4a;
|
3476 |
+
color: #fff; }
|
3477 |
+
|
3478 |
+
.react-datepicker__day--highlighted:hover,
|
3479 |
+
.react-datepicker__month-text--highlighted:hover,
|
3480 |
+
.react-datepicker__quarter-text--highlighted:hover,
|
3481 |
+
.react-datepicker__year-text--highlighted:hover {
|
3482 |
+
background-color: #32be3f; }
|
3483 |
+
|
3484 |
+
.react-datepicker__day--highlighted-custom-1,
|
3485 |
+
.react-datepicker__month-text--highlighted-custom-1,
|
3486 |
+
.react-datepicker__quarter-text--highlighted-custom-1,
|
3487 |
+
.react-datepicker__year-text--highlighted-custom-1 {
|
3488 |
+
color: magenta; }
|
3489 |
+
|
3490 |
+
.react-datepicker__day--highlighted-custom-2,
|
3491 |
+
.react-datepicker__month-text--highlighted-custom-2,
|
3492 |
+
.react-datepicker__quarter-text--highlighted-custom-2,
|
3493 |
+
.react-datepicker__year-text--highlighted-custom-2 {
|
3494 |
+
color: green; }
|
3495 |
+
|
3496 |
+
.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range,
|
3497 |
+
.react-datepicker__month-text--selected,
|
3498 |
+
.react-datepicker__month-text--in-selecting-range,
|
3499 |
+
.react-datepicker__month-text--in-range,
|
3500 |
+
.react-datepicker__quarter-text--selected,
|
3501 |
+
.react-datepicker__quarter-text--in-selecting-range,
|
3502 |
+
.react-datepicker__quarter-text--in-range,
|
3503 |
+
.react-datepicker__year-text--selected,
|
3504 |
+
.react-datepicker__year-text--in-selecting-range,
|
3505 |
+
.react-datepicker__year-text--in-range {
|
3506 |
+
border-radius: 0.3rem;
|
3507 |
+
background-color: #216ba5;
|
3508 |
+
color: #fff; }
|
3509 |
+
|
3510 |
+
.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover,
|
3511 |
+
.react-datepicker__month-text--selected:hover,
|
3512 |
+
.react-datepicker__month-text--in-selecting-range:hover,
|
3513 |
+
.react-datepicker__month-text--in-range:hover,
|
3514 |
+
.react-datepicker__quarter-text--selected:hover,
|
3515 |
+
.react-datepicker__quarter-text--in-selecting-range:hover,
|
3516 |
+
.react-datepicker__quarter-text--in-range:hover,
|
3517 |
+
.react-datepicker__year-text--selected:hover,
|
3518 |
+
.react-datepicker__year-text--in-selecting-range:hover,
|
3519 |
+
.react-datepicker__year-text--in-range:hover {
|
3520 |
+
background-color: #1d5d90; }
|
3521 |
+
|
3522 |
+
.react-datepicker__day--keyboard-selected,
|
3523 |
+
.react-datepicker__month-text--keyboard-selected,
|
3524 |
+
.react-datepicker__quarter-text--keyboard-selected,
|
3525 |
+
.react-datepicker__year-text--keyboard-selected {
|
3526 |
+
border-radius: 0.3rem;
|
3527 |
+
background-color: #2a87d0;
|
3528 |
+
color: #fff; }
|
3529 |
+
|
3530 |
+
.react-datepicker__day--keyboard-selected:hover,
|
3531 |
+
.react-datepicker__month-text--keyboard-selected:hover,
|
3532 |
+
.react-datepicker__quarter-text--keyboard-selected:hover,
|
3533 |
+
.react-datepicker__year-text--keyboard-selected:hover {
|
3534 |
+
background-color: #1d5d90; }
|
3535 |
+
|
3536 |
+
.react-datepicker__day--in-selecting-range,
|
3537 |
+
.react-datepicker__month-text--in-selecting-range,
|
3538 |
+
.react-datepicker__quarter-text--in-selecting-range,
|
3539 |
+
.react-datepicker__year-text--in-selecting-range {
|
3540 |
+
background-color: rgba(33, 107, 165, 0.5); }
|
3541 |
+
|
3542 |
+
.react-datepicker__month--selecting-range .react-datepicker__day--in-range, .react-datepicker__month--selecting-range
|
3543 |
+
.react-datepicker__month-text--in-range, .react-datepicker__month--selecting-range
|
3544 |
+
.react-datepicker__quarter-text--in-range, .react-datepicker__month--selecting-range
|
3545 |
+
.react-datepicker__year-text--in-range {
|
3546 |
+
background-color: #f0f0f0;
|
3547 |
+
color: #000; }
|
3548 |
+
|
3549 |
+
.react-datepicker__day--disabled,
|
3550 |
+
.react-datepicker__month-text--disabled,
|
3551 |
+
.react-datepicker__quarter-text--disabled,
|
3552 |
+
.react-datepicker__year-text--disabled {
|
3553 |
+
cursor: default;
|
3554 |
+
color: #ccc; }
|
3555 |
+
|
3556 |
+
.react-datepicker__day--disabled:hover,
|
3557 |
+
.react-datepicker__month-text--disabled:hover,
|
3558 |
+
.react-datepicker__quarter-text--disabled:hover,
|
3559 |
+
.react-datepicker__year-text--disabled:hover {
|
3560 |
+
background-color: transparent; }
|
3561 |
+
|
3562 |
+
.react-datepicker__month-text.react-datepicker__month--selected:hover, .react-datepicker__month-text.react-datepicker__month--in-range:hover, .react-datepicker__month-text.react-datepicker__quarter--selected:hover, .react-datepicker__month-text.react-datepicker__quarter--in-range:hover,
|
3563 |
+
.react-datepicker__quarter-text.react-datepicker__month--selected:hover,
|
3564 |
+
.react-datepicker__quarter-text.react-datepicker__month--in-range:hover,
|
3565 |
+
.react-datepicker__quarter-text.react-datepicker__quarter--selected:hover,
|
3566 |
+
.react-datepicker__quarter-text.react-datepicker__quarter--in-range:hover {
|
3567 |
+
background-color: #216ba5; }
|
3568 |
+
|
3569 |
+
.react-datepicker__month-text:hover,
|
3570 |
+
.react-datepicker__quarter-text:hover {
|
3571 |
+
background-color: #f0f0f0; }
|
3572 |
+
|
3573 |
+
.react-datepicker__input-container {
|
3574 |
+
position: relative;
|
3575 |
+
display: inline-block;
|
3576 |
+
width: 100%; }
|
3577 |
+
|
3578 |
+
.react-datepicker__year-read-view,
|
3579 |
+
.react-datepicker__month-read-view,
|
3580 |
+
.react-datepicker__month-year-read-view {
|
3581 |
+
border: 1px solid transparent;
|
3582 |
+
border-radius: 0.3rem; }
|
3583 |
+
|
3584 |
+
.react-datepicker__year-read-view:hover,
|
3585 |
+
.react-datepicker__month-read-view:hover,
|
3586 |
+
.react-datepicker__month-year-read-view:hover {
|
3587 |
+
cursor: pointer; }
|
3588 |
+
|
3589 |
+
.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
|
3590 |
+
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
|
3591 |
+
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
|
3592 |
+
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
|
3593 |
+
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
|
3594 |
+
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
|
3595 |
+
border-top-color: #b3b3b3; }
|
3596 |
+
|
3597 |
+
.react-datepicker__year-read-view--down-arrow,
|
3598 |
+
.react-datepicker__month-read-view--down-arrow,
|
3599 |
+
.react-datepicker__month-year-read-view--down-arrow {
|
3600 |
+
border-top-color: #ccc;
|
3601 |
+
float: right;
|
3602 |
+
margin-left: 20px;
|
3603 |
+
top: 8px;
|
3604 |
+
position: relative;
|
3605 |
+
border-width: 0.45rem; }
|
3606 |
+
|
3607 |
+
.react-datepicker__year-dropdown,
|
3608 |
+
.react-datepicker__month-dropdown,
|
3609 |
+
.react-datepicker__month-year-dropdown {
|
3610 |
+
background-color: #f0f0f0;
|
3611 |
+
position: absolute;
|
3612 |
+
width: 50%;
|
3613 |
+
left: 25%;
|
3614 |
+
top: 30px;
|
3615 |
+
z-index: 1;
|
3616 |
+
text-align: center;
|
3617 |
+
border-radius: 0.3rem;
|
3618 |
+
border: 1px solid #aeaeae; }
|
3619 |
+
|
3620 |
+
.react-datepicker__year-dropdown:hover,
|
3621 |
+
.react-datepicker__month-dropdown:hover,
|
3622 |
+
.react-datepicker__month-year-dropdown:hover {
|
3623 |
+
cursor: pointer; }
|
3624 |
+
|
3625 |
+
.react-datepicker__year-dropdown--scrollable,
|
3626 |
+
.react-datepicker__month-dropdown--scrollable,
|
3627 |
+
.react-datepicker__month-year-dropdown--scrollable {
|
3628 |
+
height: 150px;
|
3629 |
+
overflow-y: scroll; }
|
3630 |
+
|
3631 |
+
.react-datepicker__year-option,
|
3632 |
+
.react-datepicker__month-option,
|
3633 |
+
.react-datepicker__month-year-option {
|
3634 |
+
line-height: 20px;
|
3635 |
+
width: 100%;
|
3636 |
+
display: block;
|
3637 |
+
margin-left: auto;
|
3638 |
+
margin-right: auto; }
|
3639 |
+
|
3640 |
+
.react-datepicker__year-option:first-of-type,
|
3641 |
+
.react-datepicker__month-option:first-of-type,
|
3642 |
+
.react-datepicker__month-year-option:first-of-type {
|
3643 |
+
border-top-left-radius: 0.3rem;
|
3644 |
+
border-top-right-radius: 0.3rem; }
|
3645 |
+
|
3646 |
+
.react-datepicker__year-option:last-of-type,
|
3647 |
+
.react-datepicker__month-option:last-of-type,
|
3648 |
+
.react-datepicker__month-year-option:last-of-type {
|
3649 |
+
-webkit-user-select: none;
|
3650 |
+
-moz-user-select: none;
|
3651 |
+
-ms-user-select: none;
|
3652 |
+
user-select: none;
|
3653 |
+
border-bottom-left-radius: 0.3rem;
|
3654 |
+
border-bottom-right-radius: 0.3rem; }
|
3655 |
+
|
3656 |
+
.react-datepicker__year-option:hover,
|
3657 |
+
.react-datepicker__month-option:hover,
|
3658 |
+
.react-datepicker__month-year-option:hover {
|
3659 |
+
background-color: #ccc; }
|
3660 |
+
|
3661 |
+
.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
|
3662 |
+
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
|
3663 |
+
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
|
3664 |
+
border-bottom-color: #b3b3b3; }
|
3665 |
+
|
3666 |
+
.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
|
3667 |
+
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
|
3668 |
+
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
|
3669 |
+
border-top-color: #b3b3b3; }
|
3670 |
+
|
3671 |
+
.react-datepicker__year-option--selected,
|
3672 |
+
.react-datepicker__month-option--selected,
|
3673 |
+
.react-datepicker__month-year-option--selected {
|
3674 |
+
position: absolute;
|
3675 |
+
left: 15px; }
|
3676 |
+
|
3677 |
+
.react-datepicker__close-icon {
|
3678 |
+
cursor: pointer;
|
3679 |
+
background-color: transparent;
|
3680 |
+
border: 0;
|
3681 |
+
outline: 0;
|
3682 |
+
padding: 0px 6px 0px 0px;
|
3683 |
+
position: absolute;
|
3684 |
+
top: 0;
|
3685 |
+
right: 0;
|
3686 |
+
height: 100%;
|
3687 |
+
display: table-cell;
|
3688 |
+
vertical-align: middle; }
|
3689 |
+
|
3690 |
+
.react-datepicker__close-icon::after {
|
3691 |
+
cursor: pointer;
|
3692 |
+
background-color: #216ba5;
|
3693 |
+
color: #fff;
|
3694 |
+
border-radius: 50%;
|
3695 |
+
height: 16px;
|
3696 |
+
width: 16px;
|
3697 |
+
padding: 2px;
|
3698 |
+
font-size: 12px;
|
3699 |
+
line-height: 1;
|
3700 |
+
text-align: center;
|
3701 |
+
display: table-cell;
|
3702 |
+
vertical-align: middle;
|
3703 |
+
content: "\D7"; }
|
3704 |
+
|
3705 |
+
.react-datepicker__today-button {
|
3706 |
+
background: #f0f0f0;
|
3707 |
+
border-top: 1px solid #aeaeae;
|
3708 |
+
cursor: pointer;
|
3709 |
+
text-align: center;
|
3710 |
+
font-weight: bold;
|
3711 |
+
padding: 5px 0;
|
3712 |
+
clear: left; }
|
3713 |
+
|
3714 |
+
.react-datepicker__portal {
|
3715 |
+
position: fixed;
|
3716 |
+
width: 100vw;
|
3717 |
+
height: 100vh;
|
3718 |
+
background-color: rgba(0, 0, 0, 0.8);
|
3719 |
+
left: 0;
|
3720 |
+
top: 0;
|
3721 |
+
justify-content: center;
|
3722 |
+
align-items: center;
|
3723 |
+
display: flex;
|
3724 |
+
z-index: 2147483647; }
|
3725 |
+
|
3726 |
+
.react-datepicker__portal .react-datepicker__day-name,
|
3727 |
+
.react-datepicker__portal .react-datepicker__day,
|
3728 |
+
.react-datepicker__portal .react-datepicker__time-name {
|
3729 |
+
width: 3rem;
|
3730 |
+
line-height: 3rem; }
|
3731 |
+
|
3732 |
+
@media (max-width: 400px), (max-height: 550px) {
|
3733 |
+
.react-datepicker__portal .react-datepicker__day-name,
|
3734 |
+
.react-datepicker__portal .react-datepicker__day,
|
3735 |
+
.react-datepicker__portal .react-datepicker__time-name {
|
3736 |
+
width: 2rem;
|
3737 |
+
line-height: 2rem; } }
|
3738 |
+
|
3739 |
+
.react-datepicker__portal .react-datepicker__current-month,
|
3740 |
+
.react-datepicker__portal .react-datepicker-time__header {
|
3741 |
+
font-size: 1.44rem; }
|
3742 |
+
|
3743 |
+
.react-datepicker__portal .react-datepicker__navigation {
|
3744 |
+
border: 0.81rem solid transparent; }
|
3745 |
+
|
3746 |
+
.react-datepicker__portal .react-datepicker__navigation--previous {
|
3747 |
+
border-right-color: #ccc; }
|
3748 |
+
|
3749 |
+
.react-datepicker__portal .react-datepicker__navigation--previous:hover {
|
3750 |
+
border-right-color: #b3b3b3; }
|
3751 |
+
|
3752 |
+
.react-datepicker__portal .react-datepicker__navigation--previous--disabled, .react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover {
|
3753 |
+
border-right-color: #e6e6e6;
|
3754 |
+
cursor: default; }
|
3755 |
+
|
3756 |
+
.react-datepicker__portal .react-datepicker__navigation--next {
|
3757 |
+
border-left-color: #ccc; }
|
3758 |
+
|
3759 |
+
.react-datepicker__portal .react-datepicker__navigation--next:hover {
|
3760 |
+
border-left-color: #b3b3b3; }
|
3761 |
+
|
3762 |
+
.react-datepicker__portal .react-datepicker__navigation--next--disabled, .react-datepicker__portal .react-datepicker__navigation--next--disabled:hover {
|
3763 |
+
border-left-color: #e6e6e6;
|
3764 |
+
cursor: default; }
|
assets/js/quads-plugins-admin.js
CHANGED
@@ -12,7 +12,7 @@ jQuery(document).ready(function ($) {
|
|
12 |
quads_deactivate_link.click(function (e) {
|
13 |
e.preventDefault();
|
14 |
|
15 |
-
// only show feedback form once per
|
16 |
var c_value = quads_admin_get_cookie("quads_hide_deactivate_feedback");
|
17 |
|
18 |
if (c_value === undefined) {
|
@@ -30,9 +30,9 @@ jQuery(document).ready(function ($) {
|
|
30 |
// send form or close it
|
31 |
$('#quick-adsense-reloaded-feedback-content .button').click(function (e) {
|
32 |
e.preventDefault();
|
33 |
-
// set cookie for
|
34 |
var exdate = new Date();
|
35 |
-
exdate.setSeconds(exdate.getSeconds() +
|
36 |
document.cookie = "quads_hide_deactivate_feedback=1; expires=" + exdate.toUTCString() + "; path=/";
|
37 |
|
38 |
$('#quick-adsense-reloaded-feedback-overlay').hide();
|
12 |
quads_deactivate_link.click(function (e) {
|
13 |
e.preventDefault();
|
14 |
|
15 |
+
// only show feedback form once per day
|
16 |
var c_value = quads_admin_get_cookie("quads_hide_deactivate_feedback");
|
17 |
|
18 |
if (c_value === undefined) {
|
30 |
// send form or close it
|
31 |
$('#quick-adsense-reloaded-feedback-content .button').click(function (e) {
|
32 |
e.preventDefault();
|
33 |
+
// set cookie for 1 day
|
34 |
var exdate = new Date();
|
35 |
+
exdate.setSeconds(exdate.getSeconds() + 86400);
|
36 |
document.cookie = "quads_hide_deactivate_feedback=1; expires=" + exdate.toUTCString() + "; path=/";
|
37 |
|
38 |
$('#quick-adsense-reloaded-feedback-overlay').hide();
|
assets/js/quads-plugins-admin.min.js
CHANGED
@@ -12,7 +12,7 @@ jQuery(document).ready(function ($) {
|
|
12 |
quads_deactivate_link.click(function (e) {
|
13 |
e.preventDefault();
|
14 |
|
15 |
-
// only show feedback form once per
|
16 |
var c_value = quads_admin_get_cookie("quads_hide_deactivate_feedback");
|
17 |
|
18 |
if (c_value === undefined) {
|
@@ -30,9 +30,9 @@ jQuery(document).ready(function ($) {
|
|
30 |
// send form or close it
|
31 |
$('#quick-adsense-reloaded-feedback-content .button').click(function (e) {
|
32 |
e.preventDefault();
|
33 |
-
// set cookie for
|
34 |
var exdate = new Date();
|
35 |
-
exdate.setSeconds(exdate.getSeconds() +
|
36 |
document.cookie = "quads_hide_deactivate_feedback=1; expires=" + exdate.toUTCString() + "; path=/";
|
37 |
|
38 |
$('#quick-adsense-reloaded-feedback-overlay').hide();
|
12 |
quads_deactivate_link.click(function (e) {
|
13 |
e.preventDefault();
|
14 |
|
15 |
+
// only show feedback form once per day
|
16 |
var c_value = quads_admin_get_cookie("quads_hide_deactivate_feedback");
|
17 |
|
18 |
if (c_value === undefined) {
|
30 |
// send form or close it
|
31 |
$('#quick-adsense-reloaded-feedback-content .button').click(function (e) {
|
32 |
e.preventDefault();
|
33 |
+
// set cookie for 1 day
|
34 |
var exdate = new Date();
|
35 |
+
exdate.setSeconds(exdate.getSeconds() + 86400);
|
36 |
document.cookie = "quads_hide_deactivate_feedback=1; expires=" + exdate.toUTCString() + "; path=/";
|
37 |
|
38 |
$('#quick-adsense-reloaded-feedback-overlay').hide();
|
includes/admin/settings/display-settings.php
CHANGED
@@ -255,7 +255,7 @@ function quads_options_page_new() {
|
|
255 |
wp_register_script( 'quads-admin-ad-script', QUADS_PLUGIN_URL . 'admin/assets/js/dist/adminscript.js', array( 'wp-i18n' ), QUADS_VERSION );
|
256 |
|
257 |
wp_localize_script( 'quads-admin-ad-script', 'quads_localize_data', $data );
|
258 |
-
|
259 |
wp_enqueue_script('quads-admin-ad-script');
|
260 |
|
261 |
echo '<div id="quads-ad-content"></div>';
|
255 |
wp_register_script( 'quads-admin-ad-script', QUADS_PLUGIN_URL . 'admin/assets/js/dist/adminscript.js', array( 'wp-i18n' ), QUADS_VERSION );
|
256 |
|
257 |
wp_localize_script( 'quads-admin-ad-script', 'quads_localize_data', $data );
|
258 |
+
|
259 |
wp_enqueue_script('quads-admin-ad-script');
|
260 |
|
261 |
echo '<div id="quads-ad-content"></div>';
|
includes/template-functions.php
CHANGED
@@ -2420,7 +2420,7 @@ function quads_replace_ads_new($content, $quicktag, $id,$ampsupport='') {
|
|
2420 |
$adscode =
|
2421 |
"\n".'<!-- WP QUADS Content Ad Plugin v. '.QUADS_VERSION .' -->'."\n".
|
2422 |
'<div class="'.$wpimage_quads.'-location quads-ad' .esc_attr($id). ' '.$dev_name.'" id="quads-ad' .esc_attr($id). '" style="'.esc_attr($style).'">'."\n".
|
2423 |
-
|
2424 |
'</div>'. "\n";
|
2425 |
}
|
2426 |
|
@@ -2903,7 +2903,14 @@ function remove_ad_from_content($content,$ads,$ads_data='',$position='',$repeat_
|
|
2903 |
$paragraphs = array();
|
2904 |
$doc = new DOMDocument( '1.0', $wp_charset );
|
2905 |
libxml_use_internal_errors( true );
|
2906 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2907 |
$xpath = new DOMXPath( $doc );
|
2908 |
$items = $xpath->query( '/html/body/' . $tag );
|
2909 |
$whitespaces = json_decode( '"\t\n\r \u00A0"' );
|
@@ -2958,23 +2965,3 @@ if($repeat_paragraph){
|
|
2958 |
$content =$doc->saveHTML();
|
2959 |
return $content;
|
2960 |
}
|
2961 |
-
|
2962 |
-
/*
|
2963 |
-
if (defined( 'WP_CACHE') && WP_CACHE==true) {
|
2964 |
-
add_action( 'template_redirect', 'wpquads_append_cache_flag' );
|
2965 |
-
}
|
2966 |
-
|
2967 |
-
function wpquads_append_cache_flag() {
|
2968 |
-
if(!quads_is_amp_endpoint() && is_singular('post')){
|
2969 |
-
if( ! isset( $_GET, $_GET['quad_cc']) ) {
|
2970 |
-
|
2971 |
-
wp_safe_redirect(
|
2972 |
-
add_query_arg( array(
|
2973 |
-
'quad_cc' => '',
|
2974 |
-
), get_permalink() )
|
2975 |
-
);
|
2976 |
-
exit();
|
2977 |
-
}
|
2978 |
-
}
|
2979 |
-
}
|
2980 |
-
*/
|
2420 |
$adscode =
|
2421 |
"\n".'<!-- WP QUADS Content Ad Plugin v. '.QUADS_VERSION .' -->'."\n".
|
2422 |
'<div class="'.$wpimage_quads.'-location quads-ad' .esc_attr($id). ' '.$dev_name.'" id="quads-ad' .esc_attr($id). '" style="'.esc_attr($style).'">'."\n".
|
2423 |
+
$output."\n".
|
2424 |
'</div>'. "\n";
|
2425 |
}
|
2426 |
|
2903 |
$paragraphs = array();
|
2904 |
$doc = new DOMDocument( '1.0', $wp_charset );
|
2905 |
libxml_use_internal_errors( true );
|
2906 |
+
if($content)
|
2907 |
+
{
|
2908 |
+
$doc->loadHTML(mb_convert_encoding($content, 'HTML-ENTITIES', 'UTF-8'));
|
2909 |
+
}
|
2910 |
+
else
|
2911 |
+
{
|
2912 |
+
return '';
|
2913 |
+
}
|
2914 |
$xpath = new DOMXPath( $doc );
|
2915 |
$items = $xpath->query( '/html/body/' . $tag );
|
2916 |
$whitespaces = json_decode( '"\t\n\r \u00A0"' );
|
2965 |
$content =$doc->saveHTML();
|
2966 |
return $content;
|
2967 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
quick-adsense-reloaded.php
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
* Description: Insert Google AdSense and other ad formats fully automatic into your website
|
7 |
* Author: WP Quads
|
8 |
* Author URI: https://wordpress.org/plugins/quick-adsense-reloaded/
|
9 |
-
* Version: 2.0.
|
10 |
* Text Domain: quick-adsense-reloaded
|
11 |
* Domain Path: languages
|
12 |
* Credits: WP QUADS - Quick AdSense Reloaded is a fork of Quick AdSense
|
@@ -38,7 +38,7 @@ if( !defined( 'ABSPATH' ) )
|
|
38 |
|
39 |
// Plugin version
|
40 |
if( !defined( 'QUADS_VERSION' ) ) {
|
41 |
-
define( 'QUADS_VERSION', '2.0.
|
42 |
}
|
43 |
|
44 |
// Plugin name
|
6 |
* Description: Insert Google AdSense and other ad formats fully automatic into your website
|
7 |
* Author: WP Quads
|
8 |
* Author URI: https://wordpress.org/plugins/quick-adsense-reloaded/
|
9 |
+
* Version: 2.0.59
|
10 |
* Text Domain: quick-adsense-reloaded
|
11 |
* Domain Path: languages
|
12 |
* Credits: WP QUADS - Quick AdSense Reloaded is a fork of Quick AdSense
|
38 |
|
39 |
// Plugin version
|
40 |
if( !defined( 'QUADS_VERSION' ) ) {
|
41 |
+
define( 'QUADS_VERSION', '2.0.59' );
|
42 |
}
|
43 |
|
44 |
// Plugin name
|
readme.txt
CHANGED
@@ -10,7 +10,7 @@ Tags: ad manager, ads, adsense, amp, banner
|
|
10 |
Requires at least: 3.6+
|
11 |
Tested up to: 6.0
|
12 |
Requires PHP: 5.4
|
13 |
-
Stable tag: 2.0.
|
14 |
|
15 |
Ads & AdSense Ad Plugin is the quickest way to insert Google AdSense & Banner ads on your site. Innovative features, Active Development & Fast Support.
|
16 |
|
@@ -207,6 +207,12 @@ Alternative Installation:
|
|
207 |
|
208 |
== Changelog ==
|
209 |
|
|
|
|
|
|
|
|
|
|
|
|
|
210 |
= 2.0.58.1 ( 20 August 2022 ) =
|
211 |
* Fixed: Blank spaces created in BoomBox Theme
|
212 |
|
10 |
Requires at least: 3.6+
|
11 |
Tested up to: 6.0
|
12 |
Requires PHP: 5.4
|
13 |
+
Stable tag: 2.0.59
|
14 |
|
15 |
Ads & AdSense Ad Plugin is the quickest way to insert Google AdSense & Banner ads on your site. Innovative features, Active Development & Fast Support.
|
16 |
|
207 |
|
208 |
== Changelog ==
|
209 |
|
210 |
+
= 2.0.59 ( 01 September 2022 ) =
|
211 |
+
* Updated : Optimized the ad render function #607
|
212 |
+
* Fixed: If post does not have content then "remove_ad_from_content" function is giving fatal error #609
|
213 |
+
* Fixed: Unused Script sample.js loading with 404 in admin dashboard #611
|
214 |
+
* Fixed: Feedback form not working on deactivation #606
|
215 |
+
|
216 |
= 2.0.58.1 ( 20 August 2022 ) =
|
217 |
* Fixed: Blank spaces created in BoomBox Theme
|
218 |
|