PluginProbe
Featherweight / 2.0.0
Featherweight v2.0.0
2.2.3 2.2.2 2.2.0 2.2.1 2.0.2 trunk 1.4.5 1.5.0 1.5.19 1.5.20 1.5.21 1.5.22 1.6.0 1.6.1 2.0.0 2.0.1
wp-disable / css / optimisationio-statistics-addons.css

optimisationio-statistics-addons.css in Featherweight 2.0.0, at css/optimisationio-statistics-addons.css

805 lines 15.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 @import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i");
2
3 /* ------------------------------------------------*/
4 /* AFFOGATO FONT FILES */
5 /* BASIC @FONT-FACE STUFF HERE */
6 /* ------------------------------------------------*/
7 @font-face {
8 font-family: 'Affogato-Black';
9 src: url("../webfont/Affogato-Black.eot");
10 src: url("../webfont/Affogato-Black.eot?#iefix") format("embedded-opentype"), url("../webfont/Affogato-Black.woff") format("woff"), url("../webfont/Affogato-Black.woff2") format("woff2"), url("../webfont/Affogato-Black.ttf") format("truetype"), url("../webfont/Affogato-Black.svg") format("svg");
11 font-weight: normal;
12 font-style: normal;
13 }
14 @font-face {
15 font-family: 'Affogato-Bold';
16 src: url("../webfont/Affogato-Bold.eot");
17 src: url("../webfont/Affogato-Bold.eot?#iefix") format("embedded-opentype"), url("../webfont/Affogato-Bold.woff") format("woff"), url("../webfont/Affogato-Bold.woff2") format("woff2"), url("../webfont/Affogato-Bold.ttf") format("truetype"), url("../webfont/Affogato-Bold.svg") format("svg");
18 font-weight: normal;
19 font-style: normal;
20 }
21 @font-face {
22 font-family: 'Affogato-Medium';
23 src: url("../webfont/Affogato-Medium.eot");
24 src: url("../webfont/Affogato-Medium.eot?#iefix") format("embedded-opentype"), url("../webfont/Affogato-Medium.woff") format("woff"), url("../webfont/Affogato-Medium.woff2") format("woff2"), url("../webfont/Affogato-Medium.ttf") format("truetype"), url("../webfont/Affogato-Medium.svg") format("svg");
25 font-weight: normal;
26 font-style: normal;
27 }
28 @font-face {
29 font-family: 'Affogato-Regular';
30 src: url("../webfont/Affogato-Regular.eot");
31 src: url("../webfont/Affogato-Regular.eot?#iefix") format("embedded-opentype"), url("../webfont/Affogato-Regular.woff") format("woff"), url("../webfont/Affogato-Regular.woff2") format("woff2"), url("../webfont/Affogato-Regular.ttf") format("truetype"), url("../webfont/Affogato-Regular.svg") format("svg");
32 }
33 @font-face {
34 font-family: 'Affogato-Light';
35 src: url("../webfont/Affogato-Light.eot");
36 src: url("../webfont/Affogato-Light.eot?#iefix") format("embedded-opentype"), url("../webfont/Affogato-Light.woff") format("woff"), url("../webfont/Affogato-Light.woff2") format("woff2"), url("../webfont/Affogato-Light.ttf") format("truetype"), url("../webfont/Affogato-Light.svg") format("svg");
37 font-weight: normal;
38 font-style: normal;
39 }
40
41 #wpadminbar{
42 padding:0;
43 }
44
45 .wrap{
46 font-family: "Affogato-Regular", "Open Sans", Helvetica, Arial;
47 }
48
49 .wrap-main{
50 position:relative;
51 display:inline-block;
52 width:100%;
53 }
54
55 .wrap-main *,
56 .wrap-main *:before,
57 .wrap-main *:after {
58 box-sizing: border-box;
59 }
60
61 .statistics-wrap{
62 position:relative;
63 float:left;
64 width:100%;
65 margin-bottom:20px;
66 }
67
68 .statistics-wrap-inner{
69 position:relative;
70 width:100%;
71 display:inline-block;
72 color:#fff;
73 color:rgba(255,255,255,0.7);
74 background-color:#14263a;
75 }
76
77 .statistics-top{
78 display:table;
79 width:100%;
80 padding:20px 20px 20px 15px;
81 background-color:#1b334d;
82 }
83
84 .statistics-top-cell{
85 display:table-cell;
86 width:33%;
87 padding:5px;
88 vertical-align: middle;
89 font-size: 17px;
90 text-transform: uppercase;
91 }
92
93 .statistics-top-cell a{
94 white-space: nowrap;
95 display:inline-block;
96 text-decoration:none;
97 border-radius: 46px;
98 transition: 0.3s;
99 }
100
101 .statistics-top-cell img{
102 display:inline;
103 vertical-align:middle;
104 }
105
106 .statistics-top-cell.logo{
107 }
108
109 .statistics-top-cell.logo img{
110 max-height:46px;
111 max-width:100%;
112 }
113
114 .statistics-top-cell.manual-optimisation{
115 text-align: center;
116 }
117
118 .statistics-top-cell.manual-optimisation a,
119 .addon-activation button{
120 padding: 12px 15px;
121 color: #000000;
122 background: #ffcc26;
123 }
124
125 .statistics-top-cell.manual-optimisation a:hover,
126 .addon-activation button:hover{
127 background: #ffd859;
128 }
129
130 .statistics-top-cell.manual-optimisation a img{
131 margin-right:10px;
132 margin-top:-4px;
133 }
134
135 .statistics-top-cell.support{
136 width:auto;
137 text-align: right;
138 }
139
140 .statistics-top-cell.support a{
141 color: #ffcc26;
142 padding: 8px 20px 8px 15px;
143 }
144
145 .statistics-top-cell.support a:hover{
146 background: #fff6d9;
147 color: #bf9200;
148 }
149
150 .statistics-top-cell.support a img{
151 margin-right:15px;
152 }
153
154 .statistics-measurements{
155 position:relative;
156 display:inline-block;
157 width:100%;
158 float:left;
159 }
160
161 .statistics-tab-content{
162 position:relative;
163 display:inline-block;
164 width:100%;
165 /*padding:4px 5px 5px;*/
166 }
167
168 .statistics-tabs-nav{
169 display:table;
170 width:100%;
171 margin:0;
172 padding:0;
173 background-color:#1b334d;
174 }
175
176 .statistics-tabs-nav li{
177 display:table-cell;
178 vertical-align: middle;
179 text-align: center;
180 width:33.3333%;
181 font-size: 15px;
182 text-transform: uppercase;
183 color: #ffcc26;
184 padding:25px 10px;
185 transition: 0.3s;
186 cursor:pointer;
187 }
188
189 .statistics-tabs-nav li.active,
190 .statistics-tabs-nav li:hover{
191 background-color:#14263a;
192 }
193
194 .statistics-tab-content{
195 position:relative;
196 width:100%;
197 float:left;
198 display:none;
199 }
200
201 .statistics-tab-content.active{
202 display:inline-block;
203 }
204
205
206
207
208 .stats-section{
209 position:relative;
210 display:table;
211 width:100%;
212 font-size:0.75rem;
213 font-weight:300;
214 text-align: center;
215 border-bottom:1px solid rgba(255,255,255,0.03);
216 }
217
218 .stats-part{
219 display:table-cell;
220 vertical-align: middle;
221 padding:0 1rem;
222 border-right:1px solid rgba(255,255,255,0.03);
223 }
224
225 .stats-section a,
226 .stats-part .addon-stats .compress-image-saved span,
227 .stats-part .total-image-compress span,
228 .stats-part ul.cache-and-database-list li span{
229 color:#fff;
230 }
231
232 .stats-part .addon-stats .compress-image-saved span,
233 .stats-part .total-image-compress span,
234 .stats-part ul.cache-and-database-list li span{
235 font-size:1.7em;
236 font-weight:600;
237 }
238
239 .stats-part .addon-stats i.n_a{
240 font-weight:100;
241 font-size:0.9em;
242 color:#fff;
243 color:rgba(255,255,255,0.3);
244 }
245
246 .stats-part:first-child{
247 width:33.4%;
248 }
249
250 .stats-part:last-child{
251 border-right:0;
252 }
253
254 @media screen and (max-width:776px){
255 .stats-section{
256 display:inline-block;
257 float:left;
258 }
259
260 .stats-part{
261 display:inline-block;
262 width:100% !important;
263 float:left;
264 padding:1rem 2rem;
265 border-right:0;
266 border-bottom:1px solid rgba(255,255,255,0.03);
267 }
268
269 .stats-part:last-child{
270 border:0;
271 }
272 }
273
274 .stats-part .addon-stats{
275 position:relative;
276 width:100%;
277 display:inline-block;
278 }
279
280 .stats-part .addon-stats .compress-image-saved{
281 position:relative;
282 display:inline-block;
283 width:7rem;
284 margin:0 auto;
285 border:1px solid rgba(255,255,255,0.2);
286 border-radius:9999px;
287 }
288
289 .stats-part .addon-stats .compress-image-saved > div {
290 position:relative;
291 height:0;
292 padding-bottom:100%;
293 }
294
295 .stats-part .addon-stats .compress-image-saved > div > div{
296 position:absolute;
297 display:table;
298 top:0;
299 right:0;
300 bottom:0;
301 left:0;
302 width:100%;
303 height:100%;
304 }
305
306 .stats-part .addon-stats .compress-image-saved > div > div > div {
307 display:table-cell;
308 vertical-align:middle;
309 text-align:center;
310 }
311
312 .stats-part .addon-stats .compress-image-saved span{
313 display:inline-block;
314 width:100%;
315 padding-top:10px;
316 }
317
318 .stats-part .total-image-compress{
319 display:inline-block;
320 width:100%;
321 text-align:center;
322 }
323
324 .stats-part .total-image-compress span{
325
326 }
327
328 .stats-part ul.cache-and-database-list{
329 display:table;
330 width:100%;
331 padding:7px;
332 margin:10px 0;
333 border:1px solid rgba(255,255,255,0.05);
334 border-radius:1px;
335 }
336
337 .stats-part ul.cache-and-database-list li{
338 display:table-cell;
339 width:33%;
340 padding:0 5px;
341 vertical-align:middle;
342 border-right:1px solid rgba(255,255,255,0.03);
343 }
344
345 .stats-part ul.cache-and-database-list li:last-child{
346 border-right:0;
347 }
348
349 .stats-part ul.cache-and-database-list li span{
350 display:inline-block;
351 width:100%;
352 padding-top:5px;
353 }
354
355 .statistics-tab-content .addon-activation{
356 position:relative;
357 width:100%;
358 display:inline-block;
359 text-align:center;
360 }
361
362 .statistics-tab-content .addon-activation{
363 padding-top:2rem;
364 padding-bottom:2rem;
365 }
366
367 .statistics-tab-content .addon-activation a{
368 display:inline-block;
369 margin-top:10px;
370 font-size:1.3em;
371 text-transform:uppercase;
372 text-decoration:none;
373 color:#fff;
374 }
375
376 .statistics-tab-content .addon-activation a:hover{
377 text-decoration:underline;
378 }
379
380 .statistics-tab-content .addon-activation button{
381 position:relative;
382 min-width: 120px;
383 padding: 13px 25px;
384 text-transform:uppercase;
385 border:0;
386 border-radius: 46px;
387 cursor:pointer;
388 overflow:hidden;
389 }
390
391 .statistics-tab-content .addon-activation button.disabled:after{
392 content: "";
393 position:absolute;
394 top:0;
395 left:0;
396 width:100%;
397 height:100%;
398 display:block;
399 background:#ffcc26 url(../images/addon-load.gif) no-repeat center;
400 }
401
402 .wrap-main .sidebar-section{
403 position:relative;
404 float:left;
405 width:100%;
406 }
407
408 .cdn-comming-soon{
409 position:relative;
410 display:table;
411 width:100%;
412 margin-bottom:20px;
413 margin-bottom:1.25rem;
414 font-size:1.5em;
415 line-height:1.2;
416 color:rgba(0,0,0,0.3);
417 background:rgba(0,0,0,0.1);
418 }
419
420 .cdn-comming-soon > div{
421 display:table-cell;
422 vertical-align:middle;
423 font-weight:700;
424 text-align:center;
425 text-transform: uppercase;
426 padding:75px 10px 80px;
427 }
428
429 .cdn-comming-soon strong{
430 font-size:1.3em;
431 font-weight:inherit;
432 display:inline-block;
433 width:100%;
434 }
435
436 .sidebar-tabs-section{
437 position:relative;
438 display:inline-block;
439 width:100%;
440 margin-bottom:1.25rem;
441 background:#fff;
442 border:1px solid #e6e6e6;
443 }
444
445 .sidebar-tabs-nav,
446 .sidebar-tabs-content{
447 position:relative;
448 display:inline-block;
449 width:100%;
450 float:left;
451 }
452
453 .sidebar-tabs-nav ul{
454 position:relative;
455 display:table;
456 width:100%;
457 padding:0;
458 margin:0;
459 font-size: 14px;
460 font-weight: 700;
461 line-height:1;
462 text-transform:uppercase;
463 color:#14263a;
464 color:#1b334d;
465 background-color:#f5f5f5;
466 }
467
468 .sidebar-tabs-nav ul li{
469 display:table-cell;
470 vertical-align:middle;
471 padding:15px 10px;
472 text-align:center;
473 cursor:pointer;
474 border-right:1px solid #e6e6e6;
475 border-bottom:1px solid #e6e6e6;
476 }
477
478 .sidebar-tabs-nav ul li.active{
479 border-bottom-color:#fff;
480 background:#fff;
481 }
482
483 .sidebar-tabs-nav ul li:last-child{
484 border-right:0;
485 }
486
487 .sidebar-tabs-content{
488 }
489
490 .sidebar-tabs-content ul{
491 padding:0;
492 margin:0;
493 }
494
495 .sidebar-tabs-content ul li{
496 position:relative;
497 width:100%;
498 float:left;
499 display:none;
500 padding:5px 20px 15px;
501 }
502
503 .sidebar-tabs-content ul li.active{
504 display:inline-block;
505 }
506
507 .sidebar-tabs-content ul li textarea{
508 display:inline-block;
509 width:100%;
510 min-height:150px;
511 margin:5px 0 10px;
512 }
513
514 .export-addons-list-options label{
515 position:relative;
516 display:inline-block;
517 width:100%;
518 font-weight: 700;
519 margin-bottom:15px;
520 }
521
522 .clear-import-btn,
523 .copy-export-btn{
524 float:right;
525 }
526
527 .offload-g-analytics-form{
528 position:relative;
529 display:inline-block;
530 width:100%;
531 float:left;
532 padding-top:10px;
533 }
534
535 .offload-g-analytics-form .form-group{
536 position:relative;
537 width:100%;
538 float:left;
539 display:inline-block;
540 margin-bottom:20px;
541 }
542
543 .offload-g-analytics-form label{
544 display:inline-block;
545 width:100%;
546 padding-bottom:10px;
547 font-weight:600;
548 }
549
550 @media screen and (min-width:1141px){
551 .statistics-wrap{
552 width:67%;
553 }
554
555 .statistics-wrap-inner{
556 margin-right:15px;
557 }
558
559 .wrap-main .sidebar-section{
560 width:33%;
561 }
562
563 .sidebar-section-inner{
564 padding-left:15px;
565 }
566 }
567
568 @media screen and (max-width:990px){
569 .statistics-top-cell{
570 font-size: 16px;
571 }
572 }
573 @media screen and (max-width:776px){
574 .statistics-top{
575 display:inline-block;
576 padding:25px 0;
577 }
578
579 .statistics-top-cell{
580 position:relative;
581 display:inline-block;
582 float:left;
583 padding:5px;
584 padding:0 20px;
585 vertical-align: initial;
586 text-align: center;
587 }
588
589 .statistics-top-cell.manual-optimisation{
590 width:60%;
591
592 }
593
594 .statistics-top-cell.support{
595 width:40%;
596 text-align:center;
597 }
598
599 .statistics-top-cell.logo{
600 width:100%;
601 padding-bottom:30px;
602 }
603 }
604
605 @media screen and (max-width:580px){
606 .statistics-top{
607 padding:30px 0 0 0;
608 }
609
610 .statistics-top-cell.manual-optimisation,
611 .statistics-top-cell.support,
612 .statistics-top-cell.logo{
613 width:100%;
614 padding:0 20px 20px;
615 text-align:center;
616 }
617 .statistics-top-cell.logo{
618 padding-bottom:30px;
619 }
620
621 .statistics-top-cell a{
622 white-space: normal;
623 }
624 }
625
626
627 /* ========== Addons(Plugin) Settings ========== */
628
629 .addon-settings,
630 .addon-settings-tabs,
631 .addon-settings-tabs ul,
632 .addon-settings-section,
633 .addon-settings-actions-section {
634 position:relative;
635 display:inline-block;
636 width:100%;
637 }
638
639 .addon-settings{
640 padding:1.5rem;
641 font-size: 1.1em;
642 }
643
644 .addon-settings-tabs{
645 float:left;
646 }
647
648 .addon-settings-tabs ul{
649 float:left;
650 margin:0;
651 padding:0;
652 }
653
654 .addon-settings-tabs ul li{
655 position:relative;
656 width:auto;
657 float:left;
658 min-width:15%;
659 padding:15px 1rem;
660 margin:0;
661 font-size: 15px;
662 font-weight:500;
663 text-align:center;
664 text-transform:uppercase;
665 cursor:pointer;
666 }
667
668 .addon-settings-tabs ul li:hover{
669 color:#fff;
670 }
671
672 .addon-settings-tabs ul li.active,
673 .addon-settings-section{
674 color:#1b334d;
675 background-color:#fff;
676 }
677
678 .addon-settings-section{
679 float:left;
680 }
681
682 .addon-settings-content{
683 position:relative;
684 float:left;
685 width:100%;
686 padding:1rem;
687 display:none;
688 }
689
690 .addon-settings-content.active{
691 display:inline-block;
692 }
693
694 .addon-settings-content .field{
695 display:table;
696 width:100%;
697 padding:1rem;
698 border-bottom:1px solid #e6e6e6;
699 transition: 0.3s;
700 }
701
702 .addon-settings-content .field:last-child{
703 border:0;
704 }
705
706 .addon-settings-content .field:nth-child(2n){
707 background:#f8f8f8;
708 }
709
710 .addon-settings-content .field:hover{
711 background:#f5f5f5;
712 }
713
714 .addon-settings-content .field .field-left,
715 .addon-settings-content .field .field-right{
716 display:table-cell;
717 vertical-align:middle;
718 }
719
720 .addon-settings-content .field .field-left{
721 font-size: 1.05em;
722 }
723
724 .addon-settings-content .field .field-right{
725 text-align: right;
726 }
727
728 .optio-check-component{
729 position:relative;
730 display:inline-block;
731 padding-top:4px;
732 }
733
734 .optio-check {
735 display: none !important;
736 }
737
738 .optio-check::-moz-selection, .optio-check:after::-moz-selection, .optio-check:before::-moz-selection, .optio-check *::-moz-selection, .optio-check *:after::-moz-selection, .optio-check *:before::-moz-selection, .optio-check + .optio-check-btn::-moz-selection {
739 background: none;
740 }
741
742 .optio-check::selection, .optio-check:after::selection, .optio-check:before::selection, .optio-check *::selection, .optio-check *:after::selection, .optio-check *:before::selection, .optio-check + .optio-check-btn::selection {
743 background: none;
744 }
745
746 .optio-check + .optio-check-btn {
747 outline: 0;
748 display: block;
749 width: 4em;
750 height: 2em;
751 position: relative;
752 cursor: pointer;
753 -webkit-user-select: none;
754 -moz-user-select: none;
755 -ms-user-select: none;
756 user-select: none;
757 }
758
759 .optio-check + .optio-check-btn:after,
760 .optio-check + .optio-check-btn:before {
761 position: relative;
762 display: block;
763 content: "";
764 width: 50%;
765 height: 100%;
766 }
767
768 .optio-check + .optio-check-btn:after {
769 left: 0;
770 }
771
772 .optio-check + .optio-check-btn:before {
773 display: none;
774 }
775
776 .optio-check:checked + .optio-check-btn:after {
777 left: 50%;
778 }
779
780 .optio-check-light + .optio-check-btn {
781 background: #ddd;
782 border-radius: 2em;
783 padding: 2px;
784 -webkit-transition: all .4s ease;
785 transition: all .4s ease;
786 }
787
788 .optio-check-light + .optio-check-btn:after {
789 border-radius: 50%;
790 background: #fff;
791 -webkit-transition: all .2s ease;
792 transition: all .2s ease;
793 }
794
795 .optio-check-light:checked + .optio-check-btn {
796 background: #ffcc26;
797 }
798
799 .addon-settings-actions-section{
800 position:relative;
801 float:left;
802 padding:1rem;
803 border-top:1px solid #e6e6e6;
804 background-color:#f6f6f6;
805 }