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-dashboard.css

optimisationio-dashboard.css in Featherweight 2.0.0, at css/optimisationio-dashboard.css

1,079 lines 18.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .dis-ib{
2 display:inline-block;
3 }
4
5 .ma-0{
6 margin:0;
7 }
8
9 .va-mid{
10 vertical-align:middle;
11 }
12
13 .va-top{
14 vertical-align:top;
15 }
16
17 .va-bottom{
18 vertical-align:bottom;
19 }
20
21 #wpadminbar{
22 padding:0;
23 }
24
25 .wrap-main{
26 position:relative;
27 display:inline-block;
28 width:100%;
29 }
30
31 .wrap-main *,
32 .wrap-main *:before,
33 .wrap-main *:after {
34 box-sizing: border-box;
35 }
36
37 .statistics-wrap{
38 position:relative;
39 float:left;
40 width:100%;
41 margin-bottom:20px;
42 }
43
44 .statistics-wrap-inner{
45 position:relative;
46 width:100%;
47 display:inline-block;
48 color:#fff;
49 color:rgba(255,255,255,0.7);
50 background-color:#14263a;
51 }
52
53 .statistics-top{
54 display:table;
55 width:100%;
56 padding:20px 20px 20px 15px;
57 background-color:#1b334d;
58 }
59
60 .statistics-top-cell{
61 display:table-cell;
62 width:33%;
63 padding:5px;
64 vertical-align: middle;
65 font-size: 14px;
66 text-transform: uppercase;
67 }
68
69 .statistics-top-cell a{
70 /* white-space: nowrap; */
71 display:inline-block;
72 text-decoration:none;
73 -moz-border-radius: 46px;
74 -webkit-border-radius: 46px;
75 border-radius: 46px;
76 transition: 0.3s;
77 }
78
79 .statistics-top-cell img{
80 display:inline;
81 vertical-align:middle;
82 }
83
84 .statistics-top-cell.logo{
85 width:25%;
86 }
87
88 .statistics-top-cell.logo img{
89 max-height:42px;
90 max-width:100%;
91 }
92
93 .statistics-top-cell.manual-optimisation{
94 text-align: center;
95 }
96
97 .statistics-top-cell.manual-optimisation a,
98 .addon-activation button{
99 padding: 16px 15px 11px;
100 color: #000000;
101 background: #ffcc26;
102 }
103
104 .statistics-top-cell.manual-optimisation a:hover,
105 .addon-activation button:hover{
106 background: #ffd859;
107 }
108
109 .statistics-top-cell.manual-optimisation a img{
110 margin-right:10px;
111 margin-top:-6px;
112 }
113
114 .statistics-top-cell.support{
115 width:45%;
116 text-align: right;
117 }
118
119 .statistics-top-cell.support a{
120 display:table;
121 text-align:center;
122 color: #ffcc26;
123 padding: 7px 20px 5px 15px;
124 }
125
126 .statistics-top-cell.support a:hover {
127 background: #fff6d9;
128 color: #bf9200;
129 }
130
131 .statistics-top-cell.support a img,
132 .statistics-top-cell.support a span{
133 display:table-cell;
134 vertical-align:middle;
135 }
136
137 .statistics-top-cell.support a img{
138 /*margin-right:15px;*/
139 margin-top: 5px;
140 }
141
142 .statistics-top-cell.support a span{
143 padding:0 0 0 5px;
144 }
145
146 .statistics-measurements{
147 position:relative;
148 display:inline-block;
149 width:100%;
150 float:left;
151 }
152
153 .statistics-tab-content{
154 position:relative;
155 display:inline-block;
156 width:100%;
157 /*padding:4px 5px 5px;*/
158 }
159
160 .statistics-tabs-nav{
161 display:table;
162 width:100%;
163 margin:0;
164 padding:0;
165 background-color:#1b334d;
166 }
167
168 .statistics-tabs-nav li{
169 display:table-cell;
170 vertical-align: middle;
171 text-align: center;
172 width:33.3333%;
173 font-size: 15px;
174 text-transform: uppercase;
175 color: #ffcc26;
176 padding:25px 10px;
177 transition: 0.3s;
178 cursor:pointer;
179 }
180
181 .statistics-tabs-nav li.active,
182 .statistics-tabs-nav li:hover{
183 background-color:#14263a;
184 }
185
186 .statistics-tab-content{
187 position:relative;
188 width:100%;
189 float:left;
190 display:none;
191 }
192
193 .statistics-tab-content.active{
194 display:inline-block;
195 }
196
197 .stats-section{
198 position:relative;
199 display:table;
200 width:100%;
201 font-size:0.8rem;
202 text-align: center;
203 border-bottom:1px solid rgba(255,255,255,0.03);
204 }
205
206 .stats-part{
207 display:table-cell;
208 vertical-align: middle;
209 padding:0 1rem;
210 border-right:1px solid rgba(255,255,255,0.03);
211 }
212
213 .stats-section a,
214 .stats-part .addon-stats .compress-image-saved span,
215 .stats-part .total-image-compress span,
216 .stats-part ul.cache-and-database-list li span{
217 color:#fff;
218 }
219
220 .stats-part .addon-stats .compress-image-saved span,
221 .stats-part .total-image-compress span,
222 .stats-part ul.cache-and-database-list li span{
223 font-size:1.5em;
224 font-weight:600;
225 }
226
227 .stats-part .addon-stats i.n_a{
228 font-weight:100;
229 font-size:0.9em;
230 color:#fff;
231 color:rgba(255,255,255,0.3);
232 }
233
234 .stats-part:first-child{
235 width:33.4%;
236 }
237
238 .stats-part:last-child{
239 border-right:0;
240 }
241
242 @media screen and (max-width:776px){
243 .stats-section{
244 display:inline-block;
245 float:left;
246 }
247
248 .stats-part{
249 display:inline-block;
250 width:100% !important;
251 float:left;
252 padding:1rem 2rem;
253 border-right:0;
254 border-bottom:1px solid rgba(255,255,255,0.03);
255 }
256
257 .stats-part:last-child{
258 border:0;
259 }
260 }
261
262 .stats-part .addon-stats{
263 position:relative;
264 width:100%;
265 display:inline-block;
266 }
267
268 .stats-part .addon-stats .compress-image-saved{
269 position:relative;
270 display:inline-block;
271 width:7rem;
272 margin:0 auto;
273 border:1px solid rgba(255,255,255,0.2);
274 -moz-border-radius: 9999px;
275 -webkit-border-radius: 9999px;
276 border-radius: 9999px;
277 }
278
279 .stats-part .addon-stats .compress-image-saved > div {
280 position:relative;
281 height:0;
282 padding-bottom:100%;
283 }
284
285 .stats-part .addon-stats .compress-image-saved > div > div{
286 position:absolute;
287 display:table;
288 top:0;
289 right:0;
290 bottom:0;
291 left:0;
292 width:100%;
293 height:100%;
294 }
295
296 .stats-part .addon-stats .compress-image-saved > div > div > div {
297 display:table-cell;
298 vertical-align:middle;
299 text-align:center;
300 }
301
302 .stats-part .addon-stats .compress-image-saved span{
303 display:inline-block;
304 width:100%;
305 padding-top:10px;
306 }
307
308 .stats-part .total-image-compress{
309 display:inline-block;
310 width:100%;
311 text-align:center;
312 }
313
314 .stats-part .total-image-compress span{
315
316 }
317
318 .stats-part ul.cache-and-database-list{
319 display:table;
320 width:100%;
321 padding:7px;
322 margin:10px 0;
323 border:1px solid rgba(255,255,255,0.05);
324 -moz-border-radius: 1px;
325 -webkit-border-radius: 1px;
326 border-radius: 1px;
327 }
328
329 .stats-part ul.cache-and-database-list li{
330 display:table-cell;
331 width:33%;
332 padding:0 5px;
333 vertical-align:middle;
334 border-right:1px solid rgba(255,255,255,0.03);
335 }
336
337 .stats-part ul.cache-and-database-list li:last-child{
338 border-right:0;
339 }
340
341 .stats-part ul.cache-and-database-list li span{
342 display:inline-block;
343 width:100%;
344 padding-top:5px;
345 }
346
347 .statistics-tab-content .addon-activation{
348 position:relative;
349 width:100%;
350 display:inline-block;
351 text-align:center;
352 }
353
354 .statistics-tab-content .addon-activation{
355 padding-top:3rem;
356 padding-bottom:3rem;
357 }
358
359 .statistics-tab-content .addon-activation a{
360 display:inline-block;
361 margin-top:10px;
362 font-size:1.3em;
363 text-transform:uppercase;
364 text-decoration:none;
365 color:#fff;
366 }
367
368 .statistics-tab-content .addon-activation a:hover{
369 text-decoration:underline;
370 }
371
372 .statistics-tab-content .addon-activation button{
373 position:relative;
374 min-width: 120px;
375 padding: 13px 25px;
376 text-transform:uppercase;
377 border:0;
378 -moz-border-radius: 46px;
379 -webkit-border-radius: 46px;
380 border-radius: 46px;
381 cursor:pointer;
382 overflow:hidden;
383 }
384
385 .statistics-tab-content .addon-activation button.disabled:after{
386 content: "";
387 position:absolute;
388 top:0;
389 left:0;
390 width:100%;
391 height:100%;
392 display:block;
393 background:#ffcc26 url(../images/addon-load.gif) no-repeat center;
394 }
395
396 .wrap-main .sidebar-section{
397 position:relative;
398 float:left;
399 width:100%;
400 }
401
402 .cdn-comming-soon{
403 position:relative;
404 display:table;
405 width:100%;
406 margin-bottom:20px;
407 margin-bottom:1.25rem;
408 font-size:1.5em;
409 line-height:1.2;
410 color:rgba(0,0,0,0.3);
411 background:rgba(0,0,0,0.1);
412 }
413
414 .cdn-comming-soon > div{
415 display:table-cell;
416 vertical-align:middle;
417 font-weight:500;
418 text-align:center;
419 text-transform: uppercase;
420 padding:75px 10px 80px;
421 }
422
423 .cdn-comming-soon strong{
424 font-size:1.3em;
425 font-weight:inherit;
426 display:inline-block;
427 width:100%;
428 }
429
430 .sidebar-cloudinary-api,
431 .sidebar-tabs-section{
432 position:relative;
433 display:inline-block;
434 width:100%;
435 margin-bottom:1.25rem;
436 background:#fff;
437 border:1px solid #e6e6e6;
438 }
439
440 .free-api-stats,
441 .sidebar-title-wrap,
442 .sidebar-content-wrap,
443 .sidebar-tabs-nav,
444 .sidebar-tabs-content{
445 position:relative;
446 display:inline-block;
447 width:100%;
448 float:left;
449 }
450
451 .free-api-stats{
452 display:table;
453 table-layout:fixed;
454 text-transform:uppercase;
455 font-size:12px;
456 font-weight:500;
457 border-bottom:1px solid #e6e6e6;
458 background-color:#f5f5f5;
459 }
460
461 .free-api-stats div{
462 display:table-cell;
463 vertical-align:middle;
464 padding:15px;
465 }
466
467 .free-api-stats div span{
468 font-weight:500;
469 font-size:1.4em;
470 }
471
472 .close-cloudinary-api-msg{
473 position:absolute;
474 display:inline-block;
475 top:10px;
476 right:10px;
477 padding:2px 5px;
478 line-height:1;
479 font-size:10px;
480 font-weight:100;
481 text-transform: uppercase;
482 -moz-border-radius: 2px;
483 -webkit-border-radius: 2px;
484 border-radius: 2px;
485 background: rgba(255,255,255,0.1);
486 cursor:pointer;
487 }
488
489 .sidebar-title-wrap,
490 .sidebar-tabs-nav ul{
491 font-size: 13px;
492 font-weight: 500;
493 line-height:1;
494 text-transform:uppercase;
495 color:#1b334d;
496 background-color:#f5f5f5;
497 }
498
499 .sidebar-tabs-nav ul{
500 position:relative;
501 display:table;
502 width:100%;
503 padding:0;
504 margin:0;
505 }
506
507 .sidebar-tabs-nav ul li{
508 display:table-cell;
509 vertical-align:middle;
510 padding:15px 10px;
511 text-align:center;
512 cursor:pointer;
513 border-right:1px solid #e6e6e6;
514 border-bottom:1px solid #e6e6e6;
515 }
516
517 .sidebar-tabs-nav ul li.active{
518 border-bottom-color:#fff;
519 background:#fff;
520 }
521
522 .sidebar-tabs-nav ul li:last-child{
523 border-right:0;
524 }
525
526 .sidebar-tabs-content{
527 }
528
529 .sidebar-tabs-content ul{
530 padding:0;
531 margin:0;
532 }
533
534 .sidebar-tabs-content ul li{
535 position:relative;
536 width:100%;
537 float:left;
538 display:none;
539 padding:5px 20px 15px;
540 }
541
542 .sidebar-tabs-content ul li.active{
543 display:inline-block;
544 }
545
546 .sidebar-tabs-content ul li textarea{
547 display:inline-block;
548 width:100%;
549 min-height:150px;
550 margin:5px 0 10px;
551 }
552
553 .export-addons-list-options label{
554 position:relative;
555 display:inline-block;
556 width:100%;
557 font-weight: 500;
558 margin-bottom:15px;
559 }
560
561 .clear-import-btn,
562 .copy-export-btn{
563 float:right;
564 }
565
566 .offload-g-analytics-form{
567 position:relative;
568 display:inline-block;
569 width:100%;
570 float:left;
571 padding-top:10px;
572 }
573
574 .offload-g-analytics-form .form-group{
575 position:relative;
576 width:100%;
577 float:left;
578 display:inline-block;
579 margin-bottom:20px;
580 }
581
582 .offload-g-analytics-form label{
583 display:inline-block;
584 width:100%;
585 padding-bottom:10px;
586 font-weight:600;
587 }
588
589 @media screen and (min-width:1141px){
590 .statistics-wrap{
591 width:67%;
592 }
593
594 .statistics-wrap-inner{
595 margin-right:15px;
596 }
597
598 .wrap-main .sidebar-section{
599 width:33%;
600 }
601
602 .sidebar-section-inner{
603 padding-left:15px;
604 }
605 }
606
607 @media screen and (max-width:990px){
608 .statistics-top-cell{
609 font-size: 16px;
610 }
611 }
612 @media screen and (max-width:776px){
613 .statistics-top{
614 display:inline-block;
615 padding:25px 0;
616 }
617
618 .statistics-top-cell{
619 position:relative;
620 display:inline-block;
621 float:left;
622 padding:5px;
623 padding:0 20px;
624 vertical-align: initial;
625 text-align: center;
626 }
627
628 .statistics-top-cell.manual-optimisation{
629 width:60%;
630
631 }
632
633 .statistics-top-cell.support{
634 width:40%;
635 text-align:center;
636 }
637
638 .statistics-top-cell.logo{
639 width:100%;
640 padding-bottom:30px;
641 }
642 }
643
644 @media screen and (max-width:580px){
645 .statistics-top{
646 padding:30px 0 0 0;
647 }
648
649 .statistics-top-cell.manual-optimisation,
650 .statistics-top-cell.support,
651 .statistics-top-cell.logo{
652 width:100%;
653 padding:0 20px 20px;
654 text-align:center;
655 }
656 .statistics-top-cell.logo{
657 padding-bottom:30px;
658 }
659
660 .statistics-top-cell a{
661 white-space: normal;
662 }
663 }
664
665
666 /* ========== Addons(Plugin) Settings ========== */
667
668 .addon-settings,
669 .addon-settings-tabs,
670 .addon-settings-tabs ul,
671 .addon-settings-section,
672 .addon-settings-actions-section {
673 position:relative;
674 display:inline-block;
675 width:100%;
676 }
677
678 .addon-settings{
679 padding:1.5rem;
680 }
681
682 .addon-settings-tabs{
683 float:left;
684 }
685
686 .addon-settings-tabs ul{
687 float:left;
688 margin:0;
689 padding:0;
690 }
691
692 .addon-settings-tabs ul li{
693 position:relative;
694 width:auto;
695 float:left;
696 min-width:15%;
697 padding:15px 1rem;
698 margin:0;
699 font-size:13px;
700 font-weight:500;
701 text-align:center;
702 text-transform:uppercase;
703 cursor:pointer;
704 }
705
706 .addon-settings-tabs ul li:hover{
707 color:#fff;
708 }
709
710 .addon-settings-tabs ul li.active,
711 .addon-settings-section{
712 color:#1b334d;
713 background-color:#fff;
714 }
715
716 .addon-settings-section{
717 float:left;
718 }
719
720 .addon-settings-content{
721 position:relative;
722 float:left;
723 width:100%;
724 padding:1rem;
725 display:none;
726 }
727
728 .addon-settings-content.active{
729 display:inline-block;
730 }
731
732 .addon-settings-content .field{
733 position:relative;
734 display:table;
735 table-layout:fixed;
736 width:100%;
737 padding:1rem;
738 border-top:1px solid #e6e6e6;
739 transition: 0.3s;
740 }
741
742 .addon-settings-content.auto-table-layout .field{
743 table-layout: auto;
744 }
745
746 .addon-settings-content > .field:first-child{
747 border-top-width:0;
748 }
749
750 .addon-settings-content > .field:first-child.brd-top{
751 border-top-width:1px;
752 }
753
754 .addon-settings-content .field:nth-child(2n){
755 background:#f8f8f8;
756 }
757
758 .addon-settings-content .field:hover{
759 background:#f5f5f5;
760 }
761
762 .addon-settings-content .field .field-left,
763 .addon-settings-content .field .field-right{
764 display:table-cell;
765 vertical-align:middle;
766 }
767
768 .addon-settings-content .field .field-left{
769 padding:0.5rem 0;
770 font-size: 1.05em;
771 }
772
773 .addon-settings-content .field .field-right{
774 text-align: right;
775 }
776
777 .addon-settings-content .field.sub-field{
778 padding:1rem 1rem 1rem 2rem;
779 }
780
781 .addon-settings-content .field.sub-sub-field{
782 padding:1rem 1rem 1rem 4rem;
783 }
784
785 /* .addon-settings-content .field.sub-field:after{
786 content:"";
787 position:absolute;
788 top:2rem;
789 margin-top:2px;
790 left:1rem;
791 height:1px;
792 width:0.5rem;
793 background-color:#e6e6e6;
794 } */
795
796 /* .addon-settings-content .field.sub-sub-field:after{
797 content:"";
798 position:absolute;
799 top:2rem;
800 margin-top:2px;
801 left:1rem;
802 height:1px;
803 width:2.5rem;
804 background-color:#e6e6e6;
805 } */
806
807 .addon-settings-content .field input[type="text"]{
808 width:100%;
809 }
810
811 .addon-settings-content .field select,
812 .addon-settings-content .field input[type="text"],
813 .addon-settings-content .field input[type="number"]{
814 height:auto;
815 padding:0.5rem 0.5rem;
816 }
817
818 .addon-settings-content .field input[type="number"]{
819 /*width:100%;*/
820 max-width: 100px;
821 }
822
823 .addon-settings-content .field textarea{
824 width:100%;
825 min-height:100px;
826 }
827
828 .sidebar-title-wrap{
829 padding:15px;
830 border-bottom:1px solid #e6e6e6;
831 }
832
833 .sidebar-content-wrap{
834 /*padding:15px 20px;*/
835 }
836
837 .sidebar-content-wrap .addon-settings-content{
838 display:inline-block;
839 padding:0;
840 }
841
842 .sidebar-content-wrap .addon-settings-content .field{
843
844 }
845
846 .optio-check-component{
847 position:relative;
848 display:inline-block;
849 padding-top:4px;
850 }
851
852 .checkbox-text{
853 display:inline-block;
854 margin:0;
855 padding:0.5rem 1rem 0;
856 vertical-align:top;
857 }
858
859 .optio-check {
860 display: none !important;
861 }
862
863 .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 {
864 background: none;
865 }
866
867 .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 {
868 background: none;
869 }
870
871 .optio-check + .optio-check-btn {
872 outline: 0;
873 display: block;
874 width: 4em;
875 height: 2em;
876 position: relative;
877 cursor: pointer;
878 -webkit-user-select: none;
879 -moz-user-select: none;
880 -ms-user-select: none;
881 user-select: none;
882 }
883
884 .optio-check + .optio-check-btn:after,
885 .optio-check + .optio-check-btn:before {
886 position: relative;
887 display: block;
888 content: "";
889 width: 50%;
890 height: 100%;
891 }
892
893 .optio-check + .optio-check-btn:after {
894 left: 0;
895 }
896
897 .optio-check + .optio-check-btn:before {
898 display: none;
899 }
900
901 .optio-check:checked + .optio-check-btn:after {
902 left: 50%;
903 }
904
905 .optio-check-light + .optio-check-btn {
906 background: #ddd;
907 -moz-border-radius: 2em;
908 -webkit-border-radius: 2em;
909 border-radius: 2em;
910 padding: 2px;
911 -webkit-transition: all .4s ease;
912 transition: all .4s ease;
913 }
914
915 .optio-check-light + .optio-check-btn:after {
916 -moz-border-radius: 50%;
917 -webkit-border-radius: 50%;
918 border-radius: 50%;
919 background: #fff;
920 -webkit-transition: all .2s ease;
921 transition: all .2s ease;
922 }
923
924 .optio-check-light:checked + .optio-check-btn {
925 background: #ffcc26;
926 }
927
928 .addon-settings-actions-section{
929 position:relative;
930 float:left;
931 padding:1rem;
932 border-top:1px solid #e6e6e6;
933 background-color:#f6f6f6;
934 }
935
936 .optimising-db-overlay,
937 .clearing-gravatars-cache-overlay{
938 position:absolute;
939 top:0;
940 left:0;
941 right:0;
942 bottom:0;
943 width:100%;
944 height:100%;
945 display:none;
946 background:rgba(255,255,255, 0.75);
947 z-index:+1;
948 }
949
950 .optimising-db-overlay > div,
951 .clearing-gravatars-cache-overlay > div{
952 position:absolute;
953 display:table;
954 top:100%;
955 right:0;
956 width:auto;
957 padding:1.4rem 1rem 0 0;
958 font-size:0.85rem;
959 font-weight:500;
960 overflow:visible;
961 }
962
963 .optimising-db-overlay > div > div,
964 .clearing-gravatars-cache-overlay > div > div{
965 display:table-cell;
966 vertical-align:middle;
967 }
968
969 .optimising-db-overlay > div img,
970 .clearing-gravatars-cache-overlay > div img{
971 margin:0 0 2px 1rem;
972 vertical-align:inherit;
973 }
974
975 .donation-overlay-wrap{
976 position:absolute;
977 top:0;
978 left:0;
979 bottom:24px;
980 right:0;
981 padding-top:30px;
982 display:block;
983 background-color:rgba(20,38,58,0.3);
984 }
985
986 .donation-overlay-wrap.hidden{
987 display:none;
988 }
989
990 .donation-overlay-outer{
991 width:100%;
992 height:100%;
993 display:table;
994 }
995
996 .donation-overlay-main{
997 display:table-cell;
998 vertical-align:top;
999 }
1000
1001 .donation-overlay-inner{
1002 position:relative;
1003 display:block;
1004 width:94%;
1005 max-width:450px;
1006 margin:0 auto;
1007 border:1px solid #f1f1f1;
1008 border-color:rgba(20,38,58,0.3);
1009 -moz-border-radius: 3px;
1010 -webkit-border-radius: 3px;
1011 border-radius: 3px;
1012 overflow:hidden;
1013 -moz-box-shadow: 0 3px 10px 0 rgba(0,0,0, 0.5);
1014 -webkit-box-shadow: 0 3px 10px 0 rgba(0,0,0, 0.5);
1015 box-shadow: 0 3px 10px 0 rgba(0,0,0, 0.5);
1016 }
1017
1018 .donation-overlay-top{
1019 position:relative;
1020 padding:25px 25px 5px;
1021 text-align:center;
1022 background-color:#1b334d;
1023 color: #ffcc26;
1024 font-size:13px;
1025 font-weight:300;
1026 }
1027
1028 .donation-overlay-top img{
1029 max-height:42px;
1030 margin:0;
1031 }
1032
1033 .donation-overlay-top span{
1034 display:block;
1035 padding:15px 0;
1036 text-transform:uppercase;
1037 }
1038
1039 .donation-overlay-bottom{
1040 text-align:center;
1041 padding:35px 0;
1042 background-color:#fff;
1043 background-color:#e6e6e6;
1044 }
1045 .donation-overlay-bottom select{
1046 margin-bottom:30px;
1047 }
1048
1049 .donation-overlay-inner button.close{
1050 position: absolute;
1051 top: 10px;
1052 right: 10px;
1053 padding: 0;
1054 display: inline-block;
1055 text-align: center;
1056 font-family:sans-serif;
1057 color: #5dbfd5;
1058 border-width: 1px;
1059 border-style: solid;
1060 border-color: rgba(27,51,77, 0.9);
1061 background: rgba(255, 255, 255, 0.1);
1062 -moz-border-radius: 2px;
1063 -webkit-border-radius: 2px;
1064 border-radius: 2px;
1065 cursor: pointer;
1066 }
1067
1068 .donation-overlay-inner button.close span {
1069 display:block;
1070 width: 25px;
1071 height: 24px;
1072 line-height: 23px;
1073 color: #fff;
1074 color: rgba(255, 255, 255, 0.7);
1075 }
1076
1077 .donation-overlay-inner button.close:hover span {
1078 color: rgba(255, 255, 255, 0.9);
1079 }