PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 6.9
Jetpack – WP Security, Backup, Speed, & Growth v6.9
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 6.9, at css/jetpack-admin.css

1,519 lines 24.6 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 td .row-actions span a {
1101 opacity: 0;
1102 }
1103
1104 .table-bordered.jetpack-modules.with-transparency tr.jetpack-module td .row-actions span a:focus {
1105 opacity: 1;
1106 }
1107
1108 .table-bordered.jetpack-modules > thead > tr > th {
1109 border: 0;
1110 vertical-align: middle;
1111 }
1112
1113 .table-bordered.jetpack-modules > thead > tr > th:last-child {
1114 padding-right: 0;
1115 }
1116
1117 @media (max-width: 782px) {
1118 .table-bordered.jetpack-modules > thead > tr > th:last-child {
1119 padding-left: 0;
1120 }
1121 }
1122
1123 .table-bordered.jetpack-modules td {
1124 background: #fff;
1125 }
1126
1127 .table-bordered.jetpack-modules #doaction {
1128 margin-top: 0;
1129 }
1130
1131 @media (max-width: 782px) {
1132 .table-bordered.jetpack-modules #doaction {
1133 padding: 10px 7px;
1134 }
1135 }
1136
1137 .table-bordered.jetpack-modules .checkall {
1138 margin-top: 1px;
1139 }
1140
1141 .table-bordered.jetpack-modules .filter-search {
1142 margin-top: 8px;
1143 }
1144
1145 .table-bordered.jetpack-modules .genericon {
1146 color: #999;
1147 display: none;
1148 margin: 7px 3px 0;
1149 }
1150
1151 @media (max-width: 900px) {
1152 .table-bordered.jetpack-modules .genericon {
1153 display: inline-block;
1154 }
1155 }
1156
1157 .table-bordered.jetpack-modules .med {
1158 width: 70px;
1159 }
1160
1161 .table-bordered.jetpack-modules .sm {
1162 width: 30px;
1163 }
1164
1165 @media (max-width: 782px) {
1166 .table-bordered.jetpack-modules .check-column {
1167 width: 50px;
1168 }
1169 }
1170
1171 .fixed-top .check-column {
1172 padding: 8px 10px 0 10px;
1173 width: 2.2em;
1174 }
1175
1176 .wrap {
1177 margin: 0;
1178 padding: 0 1.5em 1em;
1179 overflow: hidden;
1180 }
1181
1182 .wrap h2 {
1183 font-size: 24px;
1184 font-weight: 400;
1185 }
1186
1187 .wrap .manage-left {
1188 float: left;
1189 margin: 0;
1190 padding: 0;
1191 width: 63%;
1192 }
1193
1194 .wrap .manage-left table {
1195 width: 100%;
1196 }
1197
1198 .wrap .manage-left th {
1199 font-weight: 400;
1200 }
1201
1202 @media (max-width: 782px) {
1203 .wrap .manage-left {
1204 width: 100%;
1205 }
1206 }
1207
1208 .wrap .manage-right {
1209 margin: 0;
1210 padding: 0;
1211 float: right;
1212 width: 35%;
1213 z-index: 1;
1214 }
1215
1216 .wrap .manage-right p {
1217 font-size: 12px;
1218 font-weight: bold;
1219 color: #bbb;
1220 padding-top: 2px;
1221 text-transform: uppercase;
1222 letter-spacing: 1px;
1223 clear: left;
1224 }
1225
1226 .wrap .manage-right .bumper {
1227 margin-left: 33px;
1228 }
1229
1230 .wrap .manage-right.show {
1231 display: block;
1232 overflow-y: auto;
1233 overflow-x: hidden;
1234 position: absolute;
1235 z-index: 100000;
1236 }
1237
1238 .wrap .manage-right .search-bar {
1239 margin-bottom: 18px;
1240 max-width: 300px;
1241 }
1242
1243 .wrap .manage-right p.search-box {
1244 float: none;
1245 height: auto;
1246 margin-bottom: 0;
1247 position: relative;
1248 }
1249
1250 .wrap .manage-right p.search-box input[type='search'] {
1251 padding: 0 8px;
1252 width: 90%;
1253 line-height: initial;
1254 }
1255
1256 @media (max-width: 782px) {
1257 .wrap .manage-right p.search-box input[type='search'] {
1258 float: left;
1259 padding: 9px 8px;
1260 }
1261 }
1262
1263 .wrap .manage-right p.search-box input[type="submit"] {
1264 display: none;
1265 }
1266
1267 .wrap .manage-right .button-group .button {
1268 outline: none;
1269 }
1270
1271 .wrap .manage-right .subsubsub {
1272 margin: 0;
1273 padding: 0;
1274 }
1275
1276 .wrap .manage-right .subsubsub a {
1277 padding: 0;
1278 line-height: inherit;
1279 }
1280
1281 .wrap .manage-right .subsubsub .current {
1282 padding: 1px 5px;
1283 border-radius: 2px;
1284 margin-left: -5px;
1285 background: #0D72B2;
1286 color: #fff;
1287 }
1288
1289 .wrap .manage-right .subsubsub .current .count {
1290 color: #BCD7E7;
1291 font-weight: 200;
1292 }
1293
1294 .wrap .manage-right .subsubsub li {
1295 display: block;
1296 text-align: left;
1297 }
1298
1299 @media (max-width: 782px) {
1300 .wrap .manage-right {
1301 background: #fff;
1302 bottom: 0;
1303 display: none;
1304 min-width: 300px;
1305 position: fixed;
1306 right: 0;
1307 top: 0;
1308 z-index: 13;
1309 box-shadow: 0 1px 20px 5px rgba(0, 0, 0, 0.1);
1310 }
1311 .wrap .manage-right .bumper {
1312 margin: 13px;
1313 }
1314 .wrap .manage-right .navbar-form {
1315 margin: 0;
1316 padding: 0;
1317 }
1318 }
1319
1320 @media (max-width: 782px) {
1321 .wp-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.column-primary):not(.check-column) {
1322 padding: 11px 10px;
1323 display: block;
1324 }
1325 .manage-right.show .subsubsub li {
1326 padding: 5px;
1327 }
1328 }
1329
1330 @media (max-width: 650px) {
1331 .table-bordered.jetpack-modules tr.jetpack-module.deprecated td .row-actions {
1332 float: none;
1333 padding-left: 18px;
1334 }
1335 }
1336
1337 @media (max-width: 430px) {
1338 .table-bordered.jetpack-modules tr.jetpack-module td .row-actions {
1339 display: none;
1340 }
1341 .table-bordered.jetpack-modules tr.jetpack-module.deprecated td .row-actions {
1342 display: block;
1343 }
1344 }
1345
1346 /* 'Pages' is a temporary location for these styles, until we can break them up into their proper atmoic locations */
1347 .configure-module p {
1348 font-size: 14px;
1349 }
1350
1351 .configure-module p.success, .configure-module p.error {
1352 color: #fff;
1353 padding: 10px;
1354 }
1355
1356 .configure-module p.success {
1357 background-color: #81a844;
1358 }
1359
1360 .configure-module p.error {
1361 background-color: #d94f4f;
1362 }
1363
1364 .protect-status p {
1365 font-size: 16px;
1366 }
1367
1368 .protect-status strong {
1369 display: inline-block;
1370 margin-top: 10px;
1371 background: #fff;
1372 padding: 10px;
1373 border: 1px #ddd solid;
1374 font-size: 16px;
1375 color: #000;
1376 max-width: 100%;
1377 }
1378
1379 .protect-status.attn {
1380 color: #d94f4f;
1381 }
1382
1383 .protect-status.working {
1384 color: #81a844;
1385 }
1386
1387 .protect-whitelist textarea {
1388 width: 100%;
1389 min-height: 150px;
1390 }
1391
1392 /* btns + inputs */
1393 .configure-module input[disabled] {
1394 opacity: .5;
1395 }
1396
1397 .configure-module input.button-primary {
1398 font-weight: bold;
1399 }
1400
1401 /* whitelist table */
1402 @media only screen and (min-width: 1100px) {
1403 .protect-whitelist {
1404 width: 65%;
1405 float: left;
1406 }
1407 }
1408
1409 /* end > 1065px */
1410 @media only screen and (max-width: 400px) {
1411 .protect-status strong {
1412 font-size: 12px;
1413 overflow: auto;
1414 }
1415 }
1416
1417 /* end < 400px */
1418 .manage__icon {
1419 width: 155px;
1420 height: 155px;
1421 margin: 20px auto;
1422 }
1423
1424 .manage-page .manage__description {
1425 max-width: 600px;
1426 text-align: center;
1427 font-size: 22px;
1428 color: #999;
1429 margin: 20px auto;
1430 }
1431
1432 .manage-page .manage__button {
1433 font-size: 16px;
1434 padding: 0 20px;
1435 height: 40px;
1436 line-height: 40px;
1437 }
1438
1439 .manage__title .genericon {
1440 font-size: 38px;
1441 color: #81A944;
1442 }
1443
1444 .manage__link {
1445 font-size: 16px;
1446 padding: 0 20px;
1447 height: 40px;
1448 line-height: 40px;
1449 font-weight: normal;
1450 }
1451
1452 .manage__link .genericon {
1453 font-size: 28px;
1454 vertical-align: middle;
1455 margin-top: -6px;
1456 }
1457
1458 .jp-content .hide {
1459 display: none;
1460 }
1461
1462 .jp-content .landing {
1463 margin: 0 auto;
1464 z-index: 2;
1465 position: relative;
1466 }
1467
1468 .jp-content h1 {
1469 font-weight: 400;
1470 line-height: 1.75em;
1471 position: relative;
1472 z-index: 3;
1473 width: 100%;
1474 text-align: center;
1475 }
1476
1477 .jp-content h1.success {
1478 color: #81a844;
1479 }
1480
1481 .jp-content .footer {
1482 padding-top: 0;
1483 margin-top: 0;
1484 background-image: none;
1485 }
1486
1487 .jp-content .footer:before {
1488 height: inherit;
1489 }
1490
1491 .jp-content .more-info:before {
1492 content: none;
1493 }
1494
1495 .landing .wpcom-connect {
1496 min-height: 400px;
1497 }
1498
1499 .wpcom-connect .j-col {
1500 padding: 0;
1501 }
1502
1503 @media (max-width: 1147px) {
1504 .jp-content .landing {
1505 padding: 0 2em;
1506 }
1507 .jp-content .footer {
1508 padding-top: 1.5em;
1509 }
1510 }
1511
1512 @media (max-width: 530px) {
1513 .jp-content .landing {
1514 padding: 0 .5em;
1515 }
1516 }
1517
1518 /*# sourceMappingURL=jetpack-admin.css.map */
1519