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