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