PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 7.1
Jetpack – WP Security, Backup, Speed, & Growth v7.1
16.2-beta 12.0.3 12.1.3 12.2.3 12.3.2 12.4.2 12.5.2 12.6.4 12.7.3 12.8.3 12.9.5 13.0.2 13.1.5 13.2.4 13.3.3 13.4.5 13.5.2 13.6.2 13.7.2 13.8.3 13.9.2 14.0.1 14.1.1 14.2.2 14.3.1 All 501 releases
jetpack / css / jetpack-admin.css

jetpack-admin.css in Jetpack – WP Security, Backup, Speed, & Growth 7.1, at css/jetpack-admin.css

1,532 lines 25.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*!
2 * Do not modify this file directly. It is compiled SASS code.
3 */
4 .j-row {
5 width: 100%;
6 margin: 0 auto;
7 }
8
9 .j-row:before, .j-row:after {
10 content: " ";
11 display: table;
12 }
13
14 .j-row:after {
15 clear: both;
16 }
17
18 .j-col {
19 padding: 0.85em;
20 width: 100%;
21 float: left;
22 position: relative;
23 }
24
25 @media only screen {
26 .j-sm-5 {
27 width: 41.66667%;
28 }
29 .j-sm-7 {
30 width: 58.33333%;
31 }
32 .j-sm-12 {
33 width: 100%;
34 }
35 }
36
37 @media (min-width: 530px) {
38 .j-md-4 {
39 width: 33.33333%;
40 }
41 .j-md-6 {
42 width: 50%;
43 }
44 .j-md-8 {
45 width: 66.66667%;
46 }
47 .j-md-12 {
48 width: 100%;
49 }
50 }
51
52 @media (min-width: 782px) {
53 .j-lrg-4 {
54 width: 33.33333%;
55 }
56 .j-lrg-5 {
57 width: 41.66667%;
58 }
59 .j-lrg-6 {
60 width: 50%;
61 }
62 .j-lrg-7 {
63 width: 58.33333%;
64 }
65 .j-lrg-8 {
66 width: 66.66667%;
67 }
68 .j-lrg-12 {
69 width: 100%;
70 }
71 }
72
73 @-webkit-keyframes "candy" {
74 0% {
75 -webkit-transform: scale(1);
76 transform: scale(1);
77 }
78 20% {
79 -webkit-transform: scale(1.15);
80 transform: scale(1.15);
81 }
82 60% {
83 -webkit-transform: scale(0.95);
84 transform: scale(0.95);
85 }
86 100% {
87 -webkit-transform: scale(1);
88 transform: scale(1);
89 }
90 }
91
92 @keyframes "candy" {
93 0% {
94 -webkit-transform: scale(1);
95 transform: scale(1);
96 }
97 20% {
98 -webkit-transform: scale(1.15);
99 transform: scale(1.15);
100 }
101 60% {
102 -webkit-transform: scale(0.95);
103 transform: scale(0.95);
104 }
105 100% {
106 -webkit-transform: scale(1);
107 transform: scale(1);
108 }
109 }
110
111 .button,
112 .download-jetpack {
113 -webkit-transition: all .1s ease-in-out;
114 transition: all .1s ease-in-out;
115 }
116
117 .jp-button, .jp-button--settings {
118 display: inline-block;
119 position: relative;
120 padding: 0.76923em 1.46154em;
121 color: #efefef;
122 font-weight: bold;
123 font-size: 0.9285714286em;
124 line-height: 1;
125 text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
126 background: #6f7476;
127 border-radius: 3px;
128 }
129
130 .jp-button:visited, .jp-button--settings:visited {
131 color: #efefef;
132 }
133
134 .jp-button:hover, .jp-button--settings:hover, .jp-button:focus, .jp-button--settings:focus {
135 color: #fff;
136 background: #57972d;
137 }
138
139 .jp-button:active, .jp-button--settings:active {
140 background: #57972d;
141 opacity: 0.8;
142 }
143
144 .jp-button--settings {
145 background: #93b45f;
146 color: #e8eedf;
147 }
148
149 .jp-button--settings:visited {
150 color: #e8eedf;
151 }
152
153 .jp-button--settings:hover, .jp-button--settings:focus {
154 background: #9fbd72;
155 color: #fff;
156 }
157
158 .jp-button--settings.current {
159 background: #3c6621;
160 color: #fff;
161 -webkit-box-shadow: inset 0 2px 0 #365A1F, inset 0 1px 3px #3c6621;
162 box-shadow: inset 0 2px 0 #365A1F, inset 0 1px 3px #3c6621;
163 }
164
165 .download-jetpack {
166 display: inline-block;
167 position: relative;
168 padding: 0.64286em 1.08696em 0.53571em;
169 color: #fff;
170 font-weight: 400;
171 font-size: 20px;
172 line-height: 1;
173 background: #518d2a;
174 z-index: 3;
175 border-radius: 6px;
176 -webkit-box-shadow: 0 6px 0 #3e6c20, 0 6px 3px rgba(0, 0, 0, 0.4);
177 box-shadow: 0 6px 0 #3e6c20, 0 6px 3px rgba(0, 0, 0, 0.4);
178 }
179
180 .download-jetpack:visited {
181 color: #fff;
182 }
183
184 .download-jetpack:hover, .download-jetpack:focus {
185 color: #fff;
186 background: #57972d;
187 -webkit-box-shadow: 0 6px 0 #3e6c20, 0 6px 3px rgba(0, 0, 0, 0.4);
188 box-shadow: 0 6px 0 #3e6c20, 0 6px 3px rgba(0, 0, 0, 0.4);
189 }
190
191 .download-jetpack:active {
192 top: 6px;
193 -webkit-box-shadow: 0 0px 0 #3e6c20, 0 0 0 rgba(0, 0, 0, 0.4);
194 box-shadow: 0 0px 0 #3e6c20, 0 0 0 rgba(0, 0, 0, 0.4);
195 }
196
197 .download-jetpack:active:after {
198 top: -6px;
199 }
200
201 .download-jetpack:before {
202 content: '';
203 display: inline-block;
204 position: relative;
205 top: -2px;
206 margin-right: 13px;
207 width: 30px;
208 height: 30px;
209 vertical-align: middle;
210 background: url("../images/connect-plug.svg") center center no-repeat;
211 background-size: 100%;
212 }
213
214 .download-jetpack:after {
215 content: '';
216 position: absolute;
217 top: 0;
218 left: 0;
219 width: 100%;
220 height: 100%;
221 }
222
223 @media (max-width: 1147px) {
224 .download-jetpack {
225 font-size: 1.28571em;
226 }
227 .download-jetpack:before {
228 top: -1px;
229 width: 23px;
230 height: 23px;
231 }
232 }
233
234 @media (max-width: 900px) {
235 .download-jetpack:active {
236 top: 0;
237 }
238 }
239
240 @media (max-width: 530px) {
241 .download-jetpack {
242 font-size: 1.21429em;
243 font-weight: 600;
244 }
245 .download-jetpack:before {
246 width: 19px;
247 height: 19px;
248 margin-right: 9px;
249 }
250 }
251
252 @font-face {
253 font-family: 'automatticons';
254 src: url("../_inc/fonts/automatticons/automatticons.eot");
255 src: url("../_inc/fonts/automatticons/automatticons.eot?#iefix") format("embedded-opentype"), url("../_inc/fonts/automatticons/automatticons.woff") format("woff"), url("../_inc/fonts/automatticons/automatticons.ttf") format("truetype"), url("../_inc/fonts/automatticons/automatticons.svg#automatticonsregular") format("svg");
256 font-weight: normal;
257 font-style: normal;
258 }
259
260 .nav-horizontal:after {
261 content: ".";
262 display: block;
263 height: 0;
264 clear: both;
265 visibility: hidden;
266 }
267
268 .nav-horizontal a {
269 display: inline-block;
270 }
271
272 .nav-horizontal li {
273 position: relative;
274 float: left;
275 }
276
277 .nav-horizontal ul {
278 margin: 0;
279 padding: 0;
280 }
281
282 @media (max-width: 782px) {
283 .configure .frame.top.fixed {
284 padding-left: 0;
285 }
286 }
287
288 .wrap.inner,
289 .page-content {
290 max-width: 950px;
291 margin: 0 auto;
292 }
293
294 .wrap.inner li,
295 .page-content li {
296 line-height: 23px;
297 }
298
299 @media (max-width: 530px) {
300 .page-content {
301 margin-top: 0;
302 }
303 }
304
305 @media (max-width: 1147px) {
306 .wrap.inner {
307 background: #f9f9f9;
308 padding: 15px;
309 }
310 }
311
312 @media (max-width: 530px) {
313 .wrap.inner {
314 margin-top: 1.71429em;
315 }
316 }
317
318 .page-content.about {
319 position: relative;
320 z-index: 10;
321 }
322
323 @media (max-width: 1147px) {
324 .page-content.about {
325 background: #f9f9f9;
326 padding: 15px;
327 }
328 }
329
330 @media (max-width: 1147px) {
331 .page-content.configure {
332 background: #f9f9f9;
333 }
334 }
335
336 .footer nav {
337 max-width: 550px;
338 margin: 0 auto;
339 }
340
341 .header {
342 left: 0;
343 right: 0;
344 background: #81a844;
345 }
346
347 .header-nav li {
348 line-height: 60px;
349 }
350
351 .header-nav a {
352 padding: 0 0.71429em;
353 line-height: 24px;
354 }
355
356 .header-nav .jetpack-logo a {
357 display: inline-block;
358 position: relative;
359 width: 214px;
360 margin-right: 6px;
361 background: url(../images/jetpack-logo.png) center center no-repeat;
362 background: url(../images/jetpack-logo.svg) center center no-repeat, none;
363 background-size: 183px auto;
364 color: #fff;
365 line-height: 60px;
366 font-weight: normal;
367 }
368
369 .header-nav .jetpack-logo a span {
370 text-indent: -9999px;
371 visibility: hidden;
372 }
373
374 .header-nav .jetpack-logo a:before {
375 content: '';
376 position: absolute;
377 top: 0;
378 left: 0;
379 width: 100%;
380 height: 100%;
381 background-size: 183px 32px;
382 }
383
384 .header-nav .jetpack-modules + .jetpack-modules {
385 margin-left: 15px;
386 }
387
388 .main-nav {
389 float: left;
390 }
391
392 .main-nav li {
393 margin: 0;
394 }
395
396 @media (max-width: 900px) {
397 .main-nav {
398 font-size: 13px;
399 }
400 }
401
402 .jetpack-pagestyles #screen-meta {
403 margin: 0;
404 }
405
406 .jetpack-pagestyles #screen-meta-links .screen-meta-toggle {
407 z-index: 2;
408 }
409
410 .jetpack-pagestyles #screen-options-link-wrap, .jetpack-pagestyles #contextual-help-link-wrap {
411 border: none;
412 }
413
414 .jetpack-pagestyles .update-nag {
415 display: none;
416 }
417
418 .loading {
419 bottom: 50%;
420 position: absolute;
421 top: 50%;
422 width: 100%;
423 }
424
425 .loading span {
426 color: #999;
427 }
428
429 .modal {
430 background: #fff;
431 position: fixed;
432 top: 52px;
433 bottom: 20px;
434 right: 20px;
435 left: 20px;
436 margin-left: 160px;
437 display: none;
438 -webkit-box-shadow: 0 1px 20px 5px rgba(0, 0, 0, 0.1);
439 box-shadow: 0 1px 20px 5px rgba(0, 0, 0, 0.1);
440 z-index: 500;
441 }
442
443 .modal .close {
444 position: absolute;
445 top: 0;
446 right: 0;
447 font: 300 1.71429em "genericons" !important;
448 color: #777;
449 content: '\f405';
450 display: inline-block;
451 padding: 0.28571em 0.71429em 0.42857em;
452 z-index: 5;
453 }
454
455 .modal .close:hover {
456 background: #eee;
457 opacity: 0.8;
458 }
459
460 .modal .close:active {
461 background: #eee;
462 opacity: 0.4;
463 }
464
465 .modal .content-container {
466 position: absolute;
467 top: 0;
468 right: 0;
469 bottom: 0;
470 left: 0;
471 overflow: auto;
472 padding: 2.14286em;
473 }
474
475 .modal .content {
476 margin: 0 auto;
477 max-width: 900px;
478 text-align: left;
479 }
480
481 .modal h2 {
482 text-align: left;
483 margin-top: 0;
484 color: #5d6d74;
485 font-weight: 300;
486 line-height: 32px;
487 text-shadow: 0 1px 1px #fff;
488 }
489
490 @media (max-width: 530px) {
491 .modal h2 {
492 font-size: 26px;
493 }
494 }
495
496 .modal h5 {
497 clear: left;
498 }
499
500 .modal p {
501 font-size: 1.23077em;
502 }
503
504 .modal footer {
505 position: absolute;
506 left: 0;
507 bottom: 0;
508 width: 100%;
509 padding: 12px 20px;
510 border-top: 1px solid #ddd;
511 background: #fff;
512 text-align: right;
513 }
514
515 .modal footer ul {
516 margin: 0;
517 }
518
519 .modal footer li {
520 display: inline-block;
521 margin: 0;
522 }
523
524 .modal .button-secondary,
525 .modal .button-primary:active {
526 vertical-align: baseline;
527 }
528
529 @media (max-width: 900px) {
530 .modal {
531 bottom: 5%;
532 margin-left: 36px;
533 font-size: 80%;
534 }
535 .modal .content {
536 top: 38px;
537 }
538 }
539
540 @media (max-width: 782px) {
541 .modal {
542 top: 66px;
543 margin-left: 0;
544 }
545 }
546
547 @media (max-width: 600px) {
548 .modal {
549 top: 10px;
550 right: 10px;
551 bottom: 10px;
552 left: 10px;
553 }
554 }
555
556 .jp-info-img {
557 float: right;
558 margin: 0 0 8px 30px;
559 }
560
561 .jp-info-img img {
562 border: 1px solid #ddd;
563 max-width: 100%;
564 height: auto;
565 }
566
567 .jp-info-img img:first-child {
568 margin-top: 0;
569 }
570
571 @media (max-width: 782px) {
572 .jp-info-img {
573 float: none;
574 margin: 0 0 15px;
575 }
576 }
577
578 .content-container.modal-footer {
579 bottom: 53px;
580 }
581
582 .shade {
583 background: #000;
584 bottom: 0;
585 cursor: pointer;
586 display: none;
587 left: 0;
588 opacity: 0.2;
589 position: fixed;
590 right: 0;
591 top: 0;
592 z-index: 11;
593 }
594
595 .footer {
596 margin-top: 1.42857em;
597 position: relative;
598 padding: 10em 0 4.28571em;
599 text-align: center;
600 }
601
602 .footer:before, .footer:after {
603 content: '';
604 position: absolute;
605 left: 0;
606 pointer-events: none;
607 }
608
609 .footer:before {
610 top: 0;
611 margin-top: -1px;
612 width: 100%;
613 height: 195px;
614 }
615
616 .footer:after {
617 display: none;
618 }
619
620 .footer .download-jetpack {
621 margin-bottom: 33px;
622 }
623
624 @media (min-width: 1147px) {
625 .footer {
626 padding-bottom: 35px;
627 }
628 }
629
630 @media (max-width: 1147px) {
631 .footer {
632 padding-top: 165px;
633 padding-bottom: 0;
634 }
635 .footer:before {
636 background-size: 160% auto;
637 }
638 .footer ul {
639 float: none;
640 overflow: hidden;
641 }
642 }
643
644 @media (max-width: 900px) {
645 .footer {
646 padding-top: 146px;
647 }
648 }
649
650 @media (max-width: 782px) {
651 .footer {
652 margin-top: 0;
653 }
654 }
655
656 @media (max-width: 530px) {
657 .footer {
658 margin-top: 0;
659 padding-top: 135px;
660 }
661 }
662
663 @media (max-width: 320px) {
664 .footer {
665 padding-top: 76px;
666 }
667 }
668
669 .footer nav {
670 max-width: 100%;
671 }
672
673 .footer nav a,
674 .footer nav a:visited {
675 padding: 4px 6px;
676 color: #999;
677 }
678
679 .footer nav a:hover, .footer nav a:focus,
680 .footer nav a:visited:hover,
681 .footer nav a:visited:focus {
682 color: #81A844;
683 }
684
685 @media (max-width: 1147px) {
686 .footer nav a:hover, .footer nav a:focus,
687 .footer nav a:visited:hover,
688 .footer nav a:visited:focus {
689 color: #81a844;
690 }
691 }
692
693 @media (max-width: 530px) {
694 .footer nav li {
695 display: block;
696 float: none;
697 margin: 0;
698 text-align: left;
699 }
700 .footer nav a {
701 display: block;
702 padding: 0 16px;
703 line-height: 44px;
704 }
705 }
706
707 .primary {
708 padding: 25px 15px 10px 15px;
709 border-bottom: 1px solid #eee;
710 }
711
712 .secondary-footer {
713 margin: 0 auto;
714 }
715
716 .secondary-footer li {
717 margin-right: 5px;
718 }
719
720 @media (min-width: 782px) {
721 .secondary-footer {
722 padding: 8px 15px 10px;
723 margin-bottom: 30px;
724 border-bottom: 1px solid #eee;
725 }
726 }
727
728 @media (min-width: 1147px) {
729 .secondary-footer {
730 margin-bottom: 0;
731 }
732 }
733
734 @media (max-width: 782px) {
735 .secondary-footer {
736 padding: 8px 15px 8px;
737 border-bottom: none;
738 }
739 }
740
741 @media (max-width: 530px) {
742 .secondary-footer {
743 margin: 0;
744 padding: 0;
745 border: none;
746 font-weight: 400;
747 }
748 .secondary-footer a {
749 border-top: 1px solid #eee;
750 }
751 }
752
753 .footer .a8c-attribution {
754 margin: 0;
755 padding: 0 6px;
756 color: #bbb;
757 font-size: 0.78571em;
758 font-family: "Gill Sans", "Gill Sans MT", Helvetica, Arial, sans-serif;
759 text-transform: uppercase;
760 }
761
762 .footer .a8c-attribution a {
763 display: inline-block;
764 position: relative;
765 padding: 4px 16px;
766 right: 9999px;
767 outline: 0;
768 }
769
770 .footer .a8c-attribution a:after {
771 content: 'A';
772 position: absolute;
773 top: 2px;
774 right: -9999px;
775 height: 100%;
776 color: #999;
777 font-size: 1.54545em;
778 font-family: "automatticons";
779 text-align: center;
780 }
781
782 .footer .a8c-attribution a:hover:after {
783 -webkit-animation: candy .4s ease-in-out;
784 animation: candy .4s ease-in-out;
785 }
786
787 @media (min-width: 782px) {
788 .secondary {
789 padding: 0 15px 10px 15px;
790 border-bottom: 1px solid #eee;
791 }
792 }
793
794 @media (min-width: 1147px) {
795 .secondary {
796 padding: 0 15px 10px 15px;
797 border-bottom: none;
798 }
799 }
800
801 .jetpack-message {
802 background: #8eb74e;
803 border: 1px solid #73963d;
804 margin: 33px auto 0;
805 max-width: 90%;
806 position: relative;
807 z-index: 2;
808 }
809
810 .jetpack-message.is-opt-in {
811 margin: 50px 0 0;
812 max-width: 100%;
813 padding: 10px 15px;
814 background: #fff;
815 border: 0;
816 -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
817 box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
818 font-size: 13px;
819 text-align: center;
820 }
821
822 .subhead .jetpack-message.is-opt-in {
823 margin: 0;
824 padding-bottom: 0;
825 background: transparent;
826 -webkit-box-shadow: none;
827 box-shadow: none;
828 }
829
830 .subhead .jetpack-message.is-opt-in .jp-button, .subhead .jetpack-message.is-opt-in .jp-button--settings {
831 display: inline-block;
832 }
833
834 .jetpack-message.is-opt-in p {
835 color: #3c4549;
836 }
837
838 .jetpack-message.is-opt-in .jp-button, .jetpack-message.is-opt-in .jp-button--settings {
839 margin-top: 15px;
840 display: none;
841 }
842
843 .jetpack-message .squeezer h2 {
844 font-size: 1em;
845 }
846
847 .jetpack-message h2 {
848 color: #fff;
849 margin: 0;
850 }
851
852 .jetpack-message p {
853 color: #fff;
854 margin: 0;
855 opacity: 0.7;
856 }
857
858 .jetpack-message .squeezer {
859 padding: 23px 23px 23px 80px;
860 position: relative;
861 text-align: left;
862 }
863
864 .jetpack-message .squeezer:before {
865 color: #fff;
866 content: '\f418';
867 font-family: 'Genericons';
868 font-size: 33px;
869 height: 33px;
870 left: 25px;
871 opacity: 0.6;
872 position: absolute;
873 top: 23px;
874 top: calc( 50% - 22px);
875 }
876
877 @media (max-width: 530px) {
878 .jetpack-message .squeezer {
879 padding: 23px;
880 }
881 .jetpack-message .squeezer:before {
882 display: none;
883 }
884 }
885
886 .jetpack-message .squeezer a {
887 color: #FFF;
888 border-bottom: 1px solid #D5E4BD;
889 }
890
891 .jetpack-message .squeezer a:hover {
892 border-bottom: 1px solid #F1F6E9;
893 }
894
895 .jetpack-message.error .squeezer:before,
896 .jetpack-message.jetpack-err .squeezer:before {
897 content: '\f414';
898 }
899
900 .configure-module .jetpack-message {
901 max-width: 100%;
902 }
903
904 @media (max-width: 530px) {
905 .wrap.inner.jp-support .jp-support-column-left {
906 width: 100%;
907 }
908 .wrap.inner.jp-support .jp-support-column-left .widget-text {
909 margin-right: 0;
910 width: 100%;
911 }
912 .wrap.inner.jp-support .jp-support-column-right {
913 width: 100%;
914 }
915 }
916
917 @media screen and (max-width: 515px) {
918 .jp-frame .header-nav {
919 padding-bottom: 10px;
920 }
921 .jp-frame .header-nav li {
922 line-height: 30px;
923 }
924 .jp-frame .header-nav .jetpack-logo {
925 width: 100%;
926 text-align: center;
927 }
928 .jp-frame .header-nav .jetpack-modules {
929 margin: 0;
930 width: 50%;
931 text-align: right;
932 padding: 0 5px;
933 }
934 .jp-frame .header-nav .jetpack-modules + .jetpack-modules {
935 text-align: left;
936 }
937 .jp-frame .header-nav .jetpack-modules:nth-child(4) {
938 text-align: center;
939 margin: 0 auto;
940 width: 100%;
941 }
942 .jp-frame .header-nav .jetpack-modules:nth-child(4) a {
943 padding: 0 10px;
944 }
945 }
946
947 #ie-legacy-notice .dops-notice__content {
948 display: inline-block;
949 margin-left: 10px;
950 }
951
952 .page-content.configure {
953 margin-top: 0;
954 }
955
956 .configure .frame.top {
957 border: none;
958 -webkit-box-shadow: none;
959 box-shadow: none;
960 padding-top: 1.42857em;
961 position: relative;
962 top: auto;
963 }
964
965 .configure .frame.top.fixed {
966 background: #f9f9f9;
967 border-bottom: 1px solid #e9e9e9;
968 padding-left: 160px;
969 margin-top: -6px;
970 position: fixed;
971 right: 0;
972 top: 32px;
973 width: 100%;
974 z-index: 4;
975 -webkit-box-shadow: 0 2px 2px -2px #eee;
976 box-shadow: 0 2px 2px -2px #eee;
977 }
978
979 @media (max-width: 782px) {
980 .configure .frame.top.fixed {
981 border: none;
982 -webkit-box-shadow: none;
983 box-shadow: none;
984 padding-top: 1.42857em;
985 position: relative;
986 top: auto;
987 }
988 }
989
990 @media (max-width: 600px) {
991 .configure .frame.top.fixed {
992 top: 0;
993 }
994 }
995
996 .jp-frame-top-fixed .configure {
997 padding-top: 94px;
998 }
999
1000 .filter-search {
1001 display: none;
1002 float: right;
1003 margin-top: 10px;
1004 }
1005
1006 @media (max-width: 782px) {
1007 .filter-search {
1008 display: block;
1009 }
1010 }
1011
1012 @media (max-width: 530px) {
1013 .filter-search {
1014 display: none;
1015 }
1016 }
1017
1018 .table-bordered.jetpack-modules {
1019 border: none;
1020 margin-bottom: 0;
1021 }
1022
1023 .table-bordered.jetpack-modules tr.jetpack-module th {
1024 border-left: 0;
1025 padding: 14px 4px 0;
1026 }
1027
1028 .table-bordered.jetpack-modules tr.jetpack-module th input {
1029 display: block;
1030 }
1031
1032 .table-bordered.jetpack-modules tr.jetpack-module:hover .genericon {
1033 display: inline-block;
1034 }
1035
1036 .table-bordered.jetpack-modules tr.jetpack-module.active th,
1037 .table-bordered.jetpack-modules tr.jetpack-module.active td {
1038 background: #f7fcfe;
1039 }
1040
1041 .table-bordered.jetpack-modules tr.jetpack-module.active th {
1042 border-left: 4px solid #2ea2cc;
1043 padding-left: 0px;
1044 }
1045
1046 .table-bordered.jetpack-modules tr.jetpack-module.active td:first-child {
1047 border-left: 4px solid #2ea2cc;
1048 }
1049
1050 .table-bordered.jetpack-modules tr.jetpack-module.unavailable input {
1051 display: none;
1052 }
1053
1054 .table-bordered.jetpack-modules tr.jetpack-module.deprecated span {
1055 color: #888;
1056 }
1057
1058 .table-bordered.jetpack-modules tr.jetpack-module.deprecated .dep-msg {
1059 margin-right: 10px;
1060 color: #555;
1061 }
1062
1063 .table-bordered.jetpack-modules tr.jetpack-module th,
1064 .table-bordered.jetpack-modules tr.jetpack-module td {
1065 background: #fff;
1066 margin: 0;
1067 -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
1068 box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
1069 }
1070
1071 .table-bordered.jetpack-modules tr.jetpack-module td {
1072 padding: 10px 10px 8px 14px;
1073 line-height: 25px;
1074 }
1075
1076 .table-bordered.jetpack-modules tr.jetpack-module td:first-child {
1077 border-left: 4px solid #fff;
1078 }
1079
1080 .table-bordered.jetpack-modules tr.jetpack-module td .row-actions {
1081 float: right;
1082 padding: 0 0 1px;
1083 visibility: visible;
1084 }
1085
1086 .table-bordered.jetpack-modules tr.jetpack-module td .row-actions span {
1087 margin-left: 5px;
1088 }
1089
1090 @media (max-width: 530px) {
1091 .table-bordered.jetpack-modules tr.jetpack-module td .row-actions {
1092 display: none;
1093 }
1094 }
1095
1096 @media (max-width: 782px) {
1097 .table-bordered.jetpack-modules tr.jetpack-module td .row-actions {
1098 display: block;
1099 padding-left: 10px;
1100 visibility: visible;
1101 }
1102 }
1103
1104 .table-bordered.jetpack-modules.with-transparency tr.jetpack-module:hover td .row-actions span a {
1105 opacity: 1;
1106 }
1107
1108 .table-bordered.jetpack-modules.with-transparency tr.jetpack-module.unavailable {
1109 opacity: 0.3;
1110 }
1111
1112 .table-bordered.jetpack-modules.with-transparency tr.jetpack-module td .row-actions span a {
1113 opacity: 0;
1114 }
1115
1116 .table-bordered.jetpack-modules.with-transparency tr.jetpack-module td .row-actions span a:focus {
1117 opacity: 1;
1118 }
1119
1120 .table-bordered.jetpack-modules > thead > tr > th {
1121 border: 0;
1122 vertical-align: middle;
1123 }
1124
1125 .table-bordered.jetpack-modules > thead > tr > th:last-child {
1126 padding-right: 0;
1127 }
1128
1129 @media (max-width: 782px) {
1130 .table-bordered.jetpack-modules > thead > tr > th:last-child {
1131 padding-left: 0;
1132 }
1133 }
1134
1135 .table-bordered.jetpack-modules td {
1136 background: #fff;
1137 }
1138
1139 .table-bordered.jetpack-modules #doaction {
1140 margin-top: 0;
1141 }
1142
1143 @media (max-width: 782px) {
1144 .table-bordered.jetpack-modules #doaction {
1145 padding: 10px 7px;
1146 }
1147 }
1148
1149 .table-bordered.jetpack-modules .checkall {
1150 margin-top: 1px;
1151 }
1152
1153 .table-bordered.jetpack-modules .filter-search {
1154 margin-top: 8px;
1155 }
1156
1157 .table-bordered.jetpack-modules .genericon {
1158 color: #999;
1159 display: none;
1160 margin: 7px 3px 0;
1161 }
1162
1163 @media (max-width: 900px) {
1164 .table-bordered.jetpack-modules .genericon {
1165 display: inline-block;
1166 }
1167 }
1168
1169 .table-bordered.jetpack-modules .med {
1170 width: 70px;
1171 }
1172
1173 .table-bordered.jetpack-modules .sm {
1174 width: 30px;
1175 }
1176
1177 @media (max-width: 782px) {
1178 .table-bordered.jetpack-modules .check-column {
1179 width: 50px;
1180 }
1181 }
1182
1183 .fixed-top .check-column {
1184 padding: 8px 10px 0 10px;
1185 width: 2.2em;
1186 }
1187
1188 .wrap {
1189 margin: 0;
1190 padding: 0 1.5em 1em;
1191 overflow: hidden;
1192 }
1193
1194 .wrap h2 {
1195 font-size: 24px;
1196 font-weight: 400;
1197 }
1198
1199 .wrap .manage-left {
1200 float: left;
1201 margin: 0;
1202 padding: 0;
1203 width: 63%;
1204 }
1205
1206 .wrap .manage-left table {
1207 width: 100%;
1208 }
1209
1210 .wrap .manage-left th {
1211 font-weight: 400;
1212 }
1213
1214 @media (max-width: 782px) {
1215 .wrap .manage-left {
1216 width: 100%;
1217 }
1218 }
1219
1220 .wrap .manage-right {
1221 margin: 0;
1222 padding: 0;
1223 float: right;
1224 width: 35%;
1225 z-index: 1;
1226 }
1227
1228 .wrap .manage-right p {
1229 font-size: 12px;
1230 font-weight: bold;
1231 color: #bbb;
1232 padding-top: 2px;
1233 text-transform: uppercase;
1234 letter-spacing: 1px;
1235 clear: left;
1236 }
1237
1238 .wrap .manage-right .bumper {
1239 margin-left: 33px;
1240 }
1241
1242 .wrap .manage-right.show {
1243 display: block;
1244 overflow-y: auto;
1245 overflow-x: hidden;
1246 position: absolute;
1247 z-index: 100000;
1248 }
1249
1250 .wrap .manage-right .search-bar {
1251 margin-bottom: 18px;
1252 max-width: 300px;
1253 }
1254
1255 .wrap .manage-right p.search-box {
1256 float: none;
1257 height: auto;
1258 margin-bottom: 0;
1259 position: relative;
1260 }
1261
1262 .wrap .manage-right p.search-box input[type='search'] {
1263 padding: 0 8px;
1264 width: 90%;
1265 line-height: initial;
1266 }
1267
1268 @media (max-width: 782px) {
1269 .wrap .manage-right p.search-box input[type='search'] {
1270 float: left;
1271 padding: 9px 8px;
1272 }
1273 }
1274
1275 .wrap .manage-right p.search-box input[type="submit"] {
1276 display: none;
1277 }
1278
1279 .wrap .manage-right .button-group .button {
1280 outline: none;
1281 }
1282
1283 .wrap .manage-right .subsubsub {
1284 margin: 0;
1285 padding: 0;
1286 }
1287
1288 .wrap .manage-right .subsubsub a {
1289 padding: 0;
1290 line-height: inherit;
1291 }
1292
1293 .wrap .manage-right .subsubsub .current {
1294 padding: 1px 5px;
1295 border-radius: 2px;
1296 margin-left: -5px;
1297 background: #0D72B2;
1298 color: #fff;
1299 }
1300
1301 .wrap .manage-right .subsubsub .current .count {
1302 color: #BCD7E7;
1303 font-weight: 200;
1304 }
1305
1306 .wrap .manage-right .subsubsub li {
1307 display: block;
1308 text-align: left;
1309 }
1310
1311 @media (max-width: 782px) {
1312 .wrap .manage-right {
1313 background: #fff;
1314 bottom: 0;
1315 display: none;
1316 min-width: 300px;
1317 position: fixed;
1318 right: 0;
1319 top: 0;
1320 z-index: 13;
1321 -webkit-box-shadow: 0 1px 20px 5px rgba(0, 0, 0, 0.1);
1322 box-shadow: 0 1px 20px 5px rgba(0, 0, 0, 0.1);
1323 }
1324 .wrap .manage-right .bumper {
1325 margin: 13px;
1326 }
1327 .wrap .manage-right .navbar-form {
1328 margin: 0;
1329 padding: 0;
1330 }
1331 }
1332
1333 @media (max-width: 782px) {
1334 .wp-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.column-primary):not(.check-column) {
1335 padding: 11px 10px;
1336 display: block;
1337 }
1338 .manage-right.show .subsubsub li {
1339 padding: 5px;
1340 }
1341 }
1342
1343 @media (max-width: 650px) {
1344 .table-bordered.jetpack-modules tr.jetpack-module.deprecated td .row-actions {
1345 float: none;
1346 padding-left: 18px;
1347 }
1348 }
1349
1350 @media (max-width: 430px) {
1351 .table-bordered.jetpack-modules tr.jetpack-module td .row-actions {
1352 display: none;
1353 }
1354 .table-bordered.jetpack-modules tr.jetpack-module.deprecated td .row-actions {
1355 display: block;
1356 }
1357 }
1358
1359 /* 'Pages' is a temporary location for these styles, until we can break them up into their proper atmoic locations */
1360 .configure-module p {
1361 font-size: 14px;
1362 }
1363
1364 .configure-module p.success, .configure-module p.error {
1365 color: #fff;
1366 padding: 10px;
1367 }
1368
1369 .configure-module p.success {
1370 background-color: #81a844;
1371 }
1372
1373 .configure-module p.error {
1374 background-color: #d94f4f;
1375 }
1376
1377 .protect-status p {
1378 font-size: 16px;
1379 }
1380
1381 .protect-status strong {
1382 display: inline-block;
1383 margin-top: 10px;
1384 background: #fff;
1385 padding: 10px;
1386 border: 1px #ddd solid;
1387 font-size: 16px;
1388 color: #000;
1389 max-width: 100%;
1390 }
1391
1392 .protect-status.attn {
1393 color: #d94f4f;
1394 }
1395
1396 .protect-status.working {
1397 color: #81a844;
1398 }
1399
1400 .protect-whitelist textarea {
1401 width: 100%;
1402 min-height: 150px;
1403 }
1404
1405 /* btns + inputs */
1406 .configure-module input[disabled] {
1407 opacity: .5;
1408 }
1409
1410 .configure-module input.button-primary {
1411 font-weight: bold;
1412 }
1413
1414 /* whitelist table */
1415 @media only screen and (min-width: 1100px) {
1416 .protect-whitelist {
1417 width: 65%;
1418 float: left;
1419 }
1420 }
1421
1422 /* end > 1065px */
1423 @media only screen and (max-width: 400px) {
1424 .protect-status strong {
1425 font-size: 12px;
1426 overflow: auto;
1427 }
1428 }
1429
1430 /* end < 400px */
1431 .manage__icon {
1432 width: 155px;
1433 height: 155px;
1434 margin: 20px auto;
1435 }
1436
1437 .manage-page .manage__description {
1438 max-width: 600px;
1439 text-align: center;
1440 font-size: 22px;
1441 color: #999;
1442 margin: 20px auto;
1443 }
1444
1445 .manage-page .manage__button {
1446 font-size: 16px;
1447 padding: 0 20px;
1448 height: 40px;
1449 line-height: 40px;
1450 }
1451
1452 .manage__title .genericon {
1453 font-size: 38px;
1454 color: #81A944;
1455 }
1456
1457 .manage__link {
1458 font-size: 16px;
1459 padding: 0 20px;
1460 height: 40px;
1461 line-height: 40px;
1462 font-weight: normal;
1463 }
1464
1465 .manage__link .genericon {
1466 font-size: 28px;
1467 vertical-align: middle;
1468 margin-top: -6px;
1469 }
1470
1471 .jp-content .hide {
1472 display: none;
1473 }
1474
1475 .jp-content .landing {
1476 margin: 0 auto;
1477 z-index: 2;
1478 position: relative;
1479 }
1480
1481 .jp-content h1 {
1482 font-weight: 400;
1483 line-height: 1.75em;
1484 position: relative;
1485 z-index: 3;
1486 width: 100%;
1487 text-align: center;
1488 }
1489
1490 .jp-content h1.success {
1491 color: #81a844;
1492 }
1493
1494 .jp-content .footer {
1495 padding-top: 0;
1496 margin-top: 0;
1497 background-image: none;
1498 }
1499
1500 .jp-content .footer:before {
1501 height: inherit;
1502 }
1503
1504 .jp-content .more-info:before {
1505 content: none;
1506 }
1507
1508 .landing .wpcom-connect {
1509 min-height: 400px;
1510 }
1511
1512 .wpcom-connect .j-col {
1513 padding: 0;
1514 }
1515
1516 @media (max-width: 1147px) {
1517 .jp-content .landing {
1518 padding: 0 2em;
1519 }
1520 .jp-content .footer {
1521 padding-top: 1.5em;
1522 }
1523 }
1524
1525 @media (max-width: 530px) {
1526 .jp-content .landing {
1527 padding: 0 .5em;
1528 }
1529 }
1530
1531 /*# sourceMappingURL=jetpack-admin.css.map */
1532