PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 4.3.5
Jetpack – WP Security, Backup, Speed, & Growth v4.3.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 in Jetpack – WP Security, Backup, Speed, & Growth 4.3.5, at css/jetpack-admin.css

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