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