wp/wp-admin/css/common.css
changeset 18 be944660c56a
parent 16 a86126ab1dd4
child 19 3d72ae0968f4
equal deleted inserted replaced
17:34716fd837a4 18:be944660c56a
   150 	width: auto;
   150 	width: auto;
   151 	display: block;
   151 	display: block;
   152 	font-size: 14px;
   152 	font-size: 14px;
   153 	font-weight: 600;
   153 	font-weight: 600;
   154 	padding: 15px 23px 14px;
   154 	padding: 15px 23px 14px;
   155 	background: #f1f1f1;
   155 	background: #f0f0f1;
   156 	color: #0073aa;
   156 	color: #2271b1;
   157 	z-index: 100000;
   157 	z-index: 100000;
   158 	line-height: normal;
   158 	line-height: normal;
   159 	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
   159 	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
   160 	text-decoration: none;
   160 	text-decoration: none;
   161 	/* Only visible in Windows High Contrast mode */
   161 	/* Only visible in Windows High Contrast mode */
   188 .wp-editor-container,
   188 .wp-editor-container,
   189 .popular-tags,
   189 .popular-tags,
   190 .feature-filter,
   190 .feature-filter,
   191 .imgedit-group,
   191 .imgedit-group,
   192 .comment-ays {
   192 .comment-ays {
   193 	border: 1px solid #ccd0d4;
   193 	border: 1px solid #c3c4c7;
   194 	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
   194 	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
   195 }
   195 }
   196 
   196 
   197 table.widefat,
   197 table.widefat,
   198 .wp-editor-container,
   198 .wp-editor-container,
   213 	margin: 0;
   213 	margin: 0;
   214 	padding: 0;
   214 	padding: 0;
   215 }
   215 }
   216 
   216 
   217 body {
   217 body {
   218 	background: #f1f1f1;
   218 	background: #f0f0f1;
   219 	color: #444;
   219 	color: #3c434a;
   220 	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
   220 	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
   221 	font-size: 13px;
   221 	font-size: 13px;
   222 	line-height: 1.4em;
   222 	line-height: 1.4em;
   223 	min-width: 600px;
   223 	min-width: 600px;
   224 }
   224 }
   250 	line-height: inherit;
   250 	line-height: inherit;
   251 }
   251 }
   252 
   252 
   253 /* Any change to the default link style must be applied to button-link too. */
   253 /* Any change to the default link style must be applied to button-link too. */
   254 a {
   254 a {
   255 	color: #0073aa;
   255 	color: #2271b1;
   256 	transition-property: border, background, color;
   256 	transition-property: border, background, color;
   257 	transition-duration: .05s;
   257 	transition-duration: .05s;
   258 	transition-timing-function: ease-in-out;
   258 	transition-timing-function: ease-in-out;
   259 }
   259 }
   260 
   260 
   263 	outline: 0;
   263 	outline: 0;
   264 }
   264 }
   265 
   265 
   266 a:hover,
   266 a:hover,
   267 a:active {
   267 a:active {
   268 	color: #006799;
   268 	color: #135e96;
   269 }
   269 }
   270 
   270 
   271 a:focus,
   271 a:focus,
   272 a:focus .media-icon img,
   272 a:focus .media-icon img,
   273 .wp-person a:focus .gravatar {
   273 .wp-person a:focus .gravatar {
   274 	color: #124964;
   274 	color: #043959;
   275 	box-shadow:
   275 	box-shadow:
   276 		0 0 0 1px #5b9dd9,
   276 		0 0 0 1px #4f94d4,
   277 		0 0 2px 1px rgba(30, 140, 190, 0.8);
   277 		0 0 2px 1px rgba(79, 148, 212, 0.8);
   278 		/* Only visible in Windows High Contrast mode */
   278 		/* Only visible in Windows High Contrast mode */
   279 		outline: 1px solid transparent;
   279 		outline: 1px solid transparent;
   280 }
   280 }
   281 
   281 
   282 #adminmenu a:focus {
   282 #adminmenu a:focus {
   329 	display: block;
   329 	display: block;
   330 	font-weight: 600;
   330 	font-weight: 600;
   331 }
   331 }
   332 
   332 
   333 h1 {
   333 h1 {
   334 	color: #23282d;
   334 	color: #1d2327;
   335 	font-size: 2em;
   335 	font-size: 2em;
   336 	margin: .67em 0;
   336 	margin: .67em 0;
   337 }
   337 }
   338 
   338 
   339 h2,
   339 h2,
   340 h3 {
   340 h3 {
   341 	color: #23282d;
   341 	color: #1d2327;
   342 	font-size: 1.3em;
   342 	font-size: 1.3em;
   343 	margin: 1em 0;
   343 	margin: 1em 0;
   344 }
   344 }
   345 
   345 
   346 .update-core-php h2 {
   346 .update-core-php h2 {
   347 	margin-top: 2em;
   347 	margin-top: 4em;
   348 }
   348 }
   349 
   349 
   350 .update-php h2,
   350 .update-php h2,
   351 .update-messages h2,
   351 .update-messages h2,
   352 h4 {
   352 h4 {
   417 
   417 
   418 kbd,
   418 kbd,
   419 code {
   419 code {
   420 	padding: 3px 5px 2px 5px;
   420 	padding: 3px 5px 2px 5px;
   421 	margin: 0 1px;
   421 	margin: 0 1px;
   422 	background: #eaeaea;
   422 	background: #f0f0f1;
   423 	background: rgba(0, 0, 0, 0.07);
   423 	background: rgba(0, 0, 0, 0.07);
   424 	font-size: 13px;
   424 	font-size: 13px;
   425 }
   425 }
   426 
   426 
   427 .subsubsub {
   427 .subsubsub {
   428 	list-style: none;
   428 	list-style: none;
   429 	margin: 8px 0 0;
   429 	margin: 8px 0 0;
   430 	padding: 0;
   430 	padding: 0;
   431 	font-size: 13px;
   431 	font-size: 13px;
   432 	float: left;
   432 	float: left;
   433 	color: #666;
   433 	color: #646970;
   434 }
   434 }
   435 
   435 
   436 .subsubsub a {
   436 .subsubsub a {
   437 	line-height: 2;
   437 	line-height: 2;
   438 	padding: .2em;
   438 	padding: .2em;
   439 	text-decoration: none;
   439 	text-decoration: none;
   440 }
   440 }
   441 
   441 
   442 .subsubsub a .count,
   442 .subsubsub a .count,
   443 .subsubsub a.current .count {
   443 .subsubsub a.current .count {
   444 	color: #555d66; /* #f1f1f1 background */
   444 	color: #50575e; /* #f1f1f1 background */
   445 	font-weight: 400;
   445 	font-weight: 400;
   446 }
   446 }
   447 
   447 
   448 .subsubsub a.current {
   448 .subsubsub a.current {
   449 	font-weight: 600;
   449 	font-weight: 600;
   479 	padding: 8px 10px;
   479 	padding: 8px 10px;
   480 }
   480 }
   481 
   481 
   482 .widefat thead th,
   482 .widefat thead th,
   483 .widefat thead td {
   483 .widefat thead td {
   484 	border-bottom: 1px solid #ccd0d4;
   484 	border-bottom: 1px solid #c3c4c7;
   485 }
   485 }
   486 
   486 
   487 .widefat tfoot th,
   487 .widefat tfoot th,
   488 .widefat tfoot td {
   488 .widefat tfoot td {
   489 	border-top: 1px solid #ccd0d4;
   489 	border-top: 1px solid #c3c4c7;
   490 	border-bottom: none;
   490 	border-bottom: none;
   491 }
   491 }
   492 
   492 
   493 .widefat .no-items td {
   493 .widefat .no-items td {
   494 	border-bottom-width: 0;
   494 	border-bottom-width: 0;
   597 }
   597 }
   598 
   598 
   599 .subtitle {
   599 .subtitle {
   600 	margin: 0;
   600 	margin: 0;
   601 	padding-left: 25px;
   601 	padding-left: 25px;
   602 	color: #555d66;
   602 	color: #50575e;
   603 	font-size: 14px;
   603 	font-size: 14px;
   604 	font-weight: 400;
   604 	font-weight: 400;
   605 	line-height: 1;
   605 	line-height: 1;
       
   606 }
       
   607 
       
   608 .subtitle strong {
       
   609 	word-break: break-all;
   606 }
   610 }
   607 
   611 
   608 .wrap .add-new-h2, /* deprecated */
   612 .wrap .add-new-h2, /* deprecated */
   609 .wrap .add-new-h2:active, /* deprecated */
   613 .wrap .add-new-h2:active, /* deprecated */
   610 .wrap .page-title-action,
   614 .wrap .page-title-action,
   612 	margin-left: 4px;
   616 	margin-left: 4px;
   613 	padding: 4px 8px;
   617 	padding: 4px 8px;
   614 	position: relative;
   618 	position: relative;
   615 	top: -3px;
   619 	top: -3px;
   616 	text-decoration: none;
   620 	text-decoration: none;
   617 	border: 1px solid #0071a1;
   621 	border: 1px solid #2271b1;
   618 	border-radius: 2px;
   622 	border-radius: 2px;
   619 	text-shadow: none;
   623 	text-shadow: none;
   620 	font-weight: 600;
   624 	font-weight: 600;
   621 	font-size: 13px;
   625 	font-size: 13px;
   622 	line-height: normal; /* IE8-IE11 need this for buttons */
   626 	line-height: normal; /* IE8-IE11 need this for buttons */
   623 	color: #0071a1; /* use the standard color used for buttons */
   627 	color: #2271b1; /* use the standard color used for buttons */
   624 	background: #f3f5f6;
   628 	background: #f6f7f7;
   625 	cursor: pointer;
   629 	cursor: pointer;
   626 }
   630 }
   627 
   631 
   628 .wrap .wp-heading-inline + .page-title-action {
   632 .wrap .wp-heading-inline + .page-title-action {
   629 	margin-left: 0;
   633 	margin-left: 0;
   630 }
   634 }
   631 
   635 
   632 .wrap .add-new-h2:hover, /* deprecated */
   636 .wrap .add-new-h2:hover, /* deprecated */
   633 .wrap .page-title-action:hover {
   637 .wrap .page-title-action:hover {
   634 	background: #f1f1f1;
   638 	background: #f0f0f1;
   635 	border-color: #016087;
   639 	border-color: #0a4b78;
   636 	color: #016087;
   640 	color: #0a4b78;
   637 }
   641 }
   638 
   642 
   639 /* lower specificity: color needs to be overridden by :hover and :active */
   643 /* lower specificity: color needs to be overridden by :hover and :active */
   640 .page-title-action:focus {
   644 .page-title-action:focus {
   641 	color: #016087;
   645 	color: #0a4b78;
   642 }
   646 }
   643 
   647 
   644 /* Dashicon for language options on General Settings and Profile screens */
   648 /* Dashicon for language options on General Settings and Profile screens */
   645 .form-table th label[for="locale"] .dashicons,
   649 .form-table th label[for="locale"] .dashicons,
   646 .form-table th label[for="WPLANG"] .dashicons {
   650 .form-table th label[for="WPLANG"] .dashicons {
   647 	margin-left: 5px;
   651 	margin-left: 5px;
   648 }
   652 }
   649 
   653 
   650 .wrap .page-title-action:focus {
   654 .wrap .page-title-action:focus {
   651 	border-color: #007cba;
   655 	border-color: #3582c4;
   652 	box-shadow: 0 0 0 1px #007cba;
   656 	box-shadow: 0 0 0 1px #3582c4;
   653 	/* Only visible in Windows High Contrast mode */
   657 	/* Only visible in Windows High Contrast mode */
   654 	outline: 2px solid transparent;
   658 	outline: 2px solid transparent;
   655 }
   659 }
   656 
   660 
   657 .wrap h1.long-header {
   661 .wrap h1.long-header {
   665 .widgets-chooser ul,
   669 .widgets-chooser ul,
   666 #widgets-left .widget-in-question .widget-top,
   670 #widgets-left .widget-in-question .widget-top,
   667 #available-widgets .widget-top:hover,
   671 #available-widgets .widget-top:hover,
   668 div#widgets-right .widget-top:hover,
   672 div#widgets-right .widget-top:hover,
   669 #widgets-left .widget-top:hover {
   673 #widgets-left .widget-top:hover {
   670 	border-color: #999;
   674 	border-color: #8c8f94;
   671 	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
   675 	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
   672 }
   676 }
   673 
   677 
   674 .sorthelper {
   678 .sorthelper {
   675 	background-color: #ccf3fa;
   679 	background-color: #c5d9ed;
   676 }
   680 }
   677 
   681 
   678 .ac_match,
   682 .ac_match,
   679 .subsubsub a.current {
   683 .subsubsub a.current {
   680 	color: #000;
   684 	color: #000;
   681 }
   685 }
   682 
   686 
   683 .striped > tbody > :nth-child(odd),
   687 .striped > tbody > :nth-child(odd),
   684 ul.striped > :nth-child(odd),
   688 ul.striped > :nth-child(odd),
   685 .alternate {
   689 .alternate {
   686 	background-color: #f9f9f9;
   690 	background-color: #f6f7f7;
   687 }
   691 }
   688 
   692 
   689 .bar {
   693 .bar {
   690 	background-color: #e8e8e8;
   694 	background-color: #f0f0f1;
   691 	border-right-color: #99d;
   695 	border-right-color: #4f94d4;
   692 }
   696 }
   693 
   697 
   694 /* Helper classes for plugins to leverage the active WordPress color scheme */
   698 /* Helper classes for plugins to leverage the active WordPress color scheme */
   695 
   699 
   696 .highlight {
   700 .highlight {
   697 	background-color: #e4f2fd;
   701 	background-color: #f0f6fc;
   698 	color: #000;
   702 	color: #3c434a;
   699 }
   703 }
   700 
   704 
   701 .wp-ui-primary {
   705 .wp-ui-primary {
   702 	color: #fff;
   706 	color: #fff;
   703 	background-color: #32373c;
   707 	background-color: #2c3338;
   704 }
   708 }
   705 .wp-ui-text-primary {
   709 .wp-ui-text-primary {
   706 	color: #32373c;
   710 	color: #2c3338;
   707 }
   711 }
   708 
   712 
   709 .wp-ui-highlight {
   713 .wp-ui-highlight {
   710 	color: #fff;
   714 	color: #fff;
   711 	background-color: #1e8cbe;
   715 	background-color: #2271b1;
   712 }
   716 }
   713 .wp-ui-text-highlight {
   717 .wp-ui-text-highlight {
   714 	color: #1e8cbe;
   718 	color: #2271b1;
   715 }
   719 }
   716 
   720 
   717 .wp-ui-notification {
   721 .wp-ui-notification {
   718 	color: #fff;
   722 	color: #fff;
   719 	background-color: #d54e21;
   723 	background-color: #d63638;
   720 }
   724 }
   721 .wp-ui-text-notification {
   725 .wp-ui-text-notification {
   722 	color: #d54e21;
   726 	color: #d63638;
   723 }
   727 }
   724 
   728 
   725 .wp-ui-text-icon {
   729 .wp-ui-text-icon {
   726 	color: #82878c; /* same as new icons */
   730 	color: #8c8f94; /* same as new icons */
   727 }
   731 }
   728 
   732 
   729 /* For emoji replacement images */
   733 /* For emoji replacement images */
   730 img.emoji {
   734 img.emoji {
   731 	display: inline !important;
   735 	display: inline !important;
   761 	line-height: 1.4em;
   765 	line-height: 1.4em;
   762 }
   766 }
   763 
   767 
   764 .widget .widget-top,
   768 .widget .widget-top,
   765 .menu-item-handle {
   769 .menu-item-handle {
   766 	background: #fafafa;
   770 	background: #f6f7f7;
   767 	color: #23282d;
   771 	color: #1d2327;
   768 }
   772 }
   769 
   773 
   770 .stuffbox .hndle {
   774 .stuffbox .hndle {
   771 	border-bottom: 1px solid #ccd0d4;
   775 	border-bottom: 1px solid #c3c4c7;
   772 }
   776 }
   773 
   777 
   774 .quicktags {
   778 .quicktags {
   775 	background-color: #ccc;
   779 	background-color: #c3c4c7;
   776 	color: #000;
   780 	color: #000;
   777 	font-size: 12px;
   781 	font-size: 12px;
   778 }
   782 }
   779 
   783 
   780 .icon32 {
   784 .icon32 {
   785 .welcome-panel .welcome-panel-close:before,
   789 .welcome-panel .welcome-panel-close:before,
   786 .tagchecklist .ntdelbutton .remove-tag-icon:before,
   790 .tagchecklist .ntdelbutton .remove-tag-icon:before,
   787 #bulk-titles div a:before,
   791 #bulk-titles div a:before,
   788 .notice-dismiss:before {
   792 .notice-dismiss:before {
   789 	background: none;
   793 	background: none;
   790 	color: #72777c;
   794 	color: #787c82;
   791 	content: "\f153";
   795 	content: "\f153";
   792 	display: block;
   796 	display: block;
   793 	font: normal 16px/20px dashicons;
   797 	font: normal 16px/20px dashicons;
   794 	speak: none;
   798 	speak: never;
   795 	height: 20px;
   799 	height: 20px;
   796 	text-align: center;
   800 	text-align: center;
   797 	width: 20px;
   801 	width: 20px;
   798 	-webkit-font-smoothing: antialiased;
   802 	-webkit-font-smoothing: antialiased;
   799 	-moz-osx-font-smoothing: grayscale;
   803 	-moz-osx-font-smoothing: grayscale;
   808 }
   812 }
   809 
   813 
   810 .tagchecklist .ntdelbutton .remove-tag-icon:before {
   814 .tagchecklist .ntdelbutton .remove-tag-icon:before {
   811 	margin-left: 2px;
   815 	margin-left: 2px;
   812 	border-radius: 50%;
   816 	border-radius: 50%;
   813 	color: #0073aa;
   817 	color: #2271b1;
   814 	/* vertically center the icon cross browsers */
   818 	/* vertically center the icon cross browsers */
   815 	line-height: 1.28;
   819 	line-height: 1.28;
   816 }
   820 }
   817 
   821 
   818 .tagchecklist .ntdelbutton:focus {
   822 .tagchecklist .ntdelbutton:focus {
   823 .welcome-panel .welcome-panel-close:focus:before,
   827 .welcome-panel .welcome-panel-close:focus:before,
   824 .tagchecklist .ntdelbutton:hover .remove-tag-icon:before,
   828 .tagchecklist .ntdelbutton:hover .remove-tag-icon:before,
   825 .tagchecklist .ntdelbutton:focus .remove-tag-icon:before,
   829 .tagchecklist .ntdelbutton:focus .remove-tag-icon:before,
   826 #bulk-titles div a:hover:before,
   830 #bulk-titles div a:hover:before,
   827 #bulk-titles div a:focus:before {
   831 #bulk-titles div a:focus:before {
   828 	color: #c00;
   832 	color: #d63638;
   829 }
   833 }
   830 
   834 
   831 .tagchecklist .ntdelbutton:focus .remove-tag-icon:before {
   835 .tagchecklist .ntdelbutton:focus .remove-tag-icon:before {
   832 	box-shadow:
   836 	box-shadow:
   833 		0 0 0 1px #5b9dd9,
   837 		0 0 0 1px #4f94d4,
   834 		0 0 2px 1px rgba(30, 140, 190, 0.8);
   838 		0 0 2px 1px rgba(79, 148, 212, 0.8);
   835 }
   839 }
   836 
   840 
   837 .key-labels label {
   841 .key-labels label {
   838 	line-height: 24px;
   842 	line-height: 24px;
   839 }
   843 }
   847 	white-space: pre-wrap; /* css-3 */
   851 	white-space: pre-wrap; /* css-3 */
   848 	word-wrap: break-word; /* IE 5.5 - 7 */
   852 	word-wrap: break-word; /* IE 5.5 - 7 */
   849 }
   853 }
   850 
   854 
   851 .howto {
   855 .howto {
   852 	color: #666;
   856 	color: #646970;
   853 	display: block;
   857 	display: block;
   854 }
   858 }
   855 
   859 
   856 p.install-help {
   860 p.install-help {
   857 	margin: 8px 0;
   861 	margin: 8px 0;
   862 	white-space: nowrap;
   866 	white-space: nowrap;
   863 }
   867 }
   864 
   868 
   865 hr {
   869 hr {
   866 	border: 0;
   870 	border: 0;
   867 	border-top: 1px solid #ddd;
   871 	border-top: 1px solid #dcdcde;
   868 	border-bottom: 1px solid #fafafa;
   872 	border-bottom: 1px solid #f6f7f7;
   869 }
   873 }
   870 
   874 
   871 .row-actions span.delete a,
   875 .row-actions span.delete a,
   872 .row-actions span.trash a,
   876 .row-actions span.trash a,
   873 .row-actions span.spam a,
   877 .row-actions span.spam a,
   876 #search-plugins-table .plugins a.delete,
   880 #search-plugins-table .plugins a.delete,
   877 .submitbox .submitdelete,
   881 .submitbox .submitdelete,
   878 #media-items a.delete,
   882 #media-items a.delete,
   879 #media-items a.delete-permanently,
   883 #media-items a.delete-permanently,
   880 #nav-menu-footer .menu-delete,
   884 #nav-menu-footer .menu-delete,
   881 #delete-link a.delete {
   885 #delete-link a.delete,
   882 	color: #a00;
   886 a#remove-post-thumbnail {
       
   887 	color: #b32d2e;
   883 }
   888 }
   884 
   889 
   885 abbr.required,
   890 abbr.required,
   886 span.required,
   891 span.required,
   887 .file-error,
   892 .file-error,
   893 #search-plugins-table .plugins a.delete:hover,
   898 #search-plugins-table .plugins a.delete:hover,
   894 .submitbox .submitdelete:hover,
   899 .submitbox .submitdelete:hover,
   895 #media-items a.delete:hover,
   900 #media-items a.delete:hover,
   896 #media-items a.delete-permanently:hover,
   901 #media-items a.delete-permanently:hover,
   897 #nav-menu-footer .menu-delete:hover,
   902 #nav-menu-footer .menu-delete:hover,
   898 #delete-link a.delete:hover {
   903 #delete-link a.delete:hover,
   899 	color: #dc3232;
   904 a#remove-post-thumbnail:hover {
       
   905 	color: #b32d2e;
   900 	border: none;
   906 	border: none;
   901 }
   907 }
   902 
   908 
   903 /*------------------------------------------------------------------------------
   909 /*------------------------------------------------------------------------------
   904   3.0 - Actions
   910   3.0 - Actions
   905 ------------------------------------------------------------------------------*/
   911 ------------------------------------------------------------------------------*/
   906 
   912 
   907 #major-publishing-actions {
   913 #major-publishing-actions {
   908 	padding: 10px;
   914 	padding: 10px;
   909 	clear: both;
   915 	clear: both;
   910 	border-top: 1px solid #ddd;
   916 	border-top: 1px solid #dcdcde;
   911 	background: #f5f5f5;
   917 	background: #f6f7f7;
   912 }
   918 }
   913 
   919 
   914 #delete-action {
   920 #delete-action {
   915 	float: left;
   921 	float: left;
   916 	line-height: 2.30769231; /* 30px */
   922 	line-height: 2.30769231; /* 30px */
   995 	box-sizing: border-box;
  1001 	box-sizing: border-box;
   996 	margin: 12px 0 25px;
  1002 	margin: 12px 0 25px;
   997 	padding: 0 10px;
  1003 	padding: 0 10px;
   998 	width: 100%;
  1004 	width: 100%;
   999 	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  1005 	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  1000 	border: 1px solid #ccd0d4;
  1006 	border: 1px solid #c3c4c7;
  1001 	background: #fff;
  1007 	background: #fff;
  1002 	color: #555;
  1008 	color: #50575e;
  1003 	font-size: 13px;
  1009 	font-size: 13px;
  1004 }
  1010 }
  1005 
  1011 
  1006 .wp-filter a {
  1012 .wp-filter a {
  1007 	text-decoration: none;
  1013 	text-decoration: none;
  1018 	display: inline-block;
  1024 	display: inline-block;
  1019 	position: relative;
  1025 	position: relative;
  1020 	top: -1px;
  1026 	top: -1px;
  1021 	padding: 4px 10px;
  1027 	padding: 4px 10px;
  1022 	border-radius: 30px;
  1028 	border-radius: 30px;
  1023 	background: #72777c;
  1029 	background: #646970;
  1024 	color: #fff;
  1030 	color: #fff;
  1025 	font-size: 14px;
  1031 	font-size: 14px;
  1026 	font-weight: 600;
  1032 	font-weight: 600;
  1027 }
  1033 }
  1028 
  1034 
  1051 .filter-links li > a {
  1057 .filter-links li > a {
  1052 	display: inline-block;
  1058 	display: inline-block;
  1053 	margin: 0 10px;
  1059 	margin: 0 10px;
  1054 	padding: 15px 0;
  1060 	padding: 15px 0;
  1055 	border-bottom: 4px solid #fff;
  1061 	border-bottom: 4px solid #fff;
  1056 	color: #666;
  1062 	color: #646970;
  1057 	cursor: pointer;
  1063 	cursor: pointer;
  1058 }
  1064 }
  1059 
  1065 
  1060 .filter-links .current {
  1066 .filter-links .current {
  1061 	box-shadow: none;
  1067 	box-shadow: none;
  1062 	border-bottom: 4px solid #666;
  1068 	border-bottom: 4px solid #646970;
  1063 	color: #23282d;
  1069 	color: #1d2327;
  1064 }
  1070 }
  1065 
  1071 
  1066 .filter-links li > a:hover,
  1072 .filter-links li > a:hover,
  1067 .filter-links li > a:focus,
  1073 .filter-links li > a:focus,
  1068 .show-filters .filter-links a.current:hover,
  1074 .show-filters .filter-links a.current:hover,
  1069 .show-filters .filter-links a.current:focus {
  1075 .show-filters .filter-links a.current:focus {
  1070 	color: #006799;
  1076 	color: #135e96;
  1071 }
  1077 }
  1072 
  1078 
  1073 .wp-filter .search-form {
  1079 .wp-filter .search-form {
  1074 	float: right;
  1080 	float: right;
  1075 	margin: 10px 0;
  1081 	margin: 10px 0;
  1108 .wp-filter .button.drawer-toggle {
  1114 .wp-filter .button.drawer-toggle {
  1109 	margin: 10px 9px 0;
  1115 	margin: 10px 9px 0;
  1110 	padding: 0 10px 0 6px;
  1116 	padding: 0 10px 0 6px;
  1111 	border-color: transparent;
  1117 	border-color: transparent;
  1112 	background-color: transparent;
  1118 	background-color: transparent;
  1113 	color: #666;
  1119 	color: #646970;
  1114 	vertical-align: baseline;
  1120 	vertical-align: baseline;
  1115 	box-shadow: none;
  1121 	box-shadow: none;
  1116 }
  1122 }
  1117 
  1123 
  1118 .wp-filter .drawer-toggle:before {
  1124 .wp-filter .drawer-toggle:before {
  1119 	content: "\f111";
  1125 	content: "\f111";
  1120 	margin: 0 5px 0 0;
  1126 	margin: 0 5px 0 0;
  1121 	color: #72777c;
  1127 	color: #646970;
  1122 	font: normal 16px/1 dashicons;
  1128 	font: normal 16px/1 dashicons;
  1123 	vertical-align: text-bottom;
  1129 	vertical-align: text-bottom;
  1124 	-webkit-font-smoothing: antialiased;
  1130 	-webkit-font-smoothing: antialiased;
  1125 	-moz-osx-font-smoothing: grayscale;
  1131 	-moz-osx-font-smoothing: grayscale;
  1126 }
  1132 }
  1128 .wp-filter .button.drawer-toggle:hover,
  1134 .wp-filter .button.drawer-toggle:hover,
  1129 .wp-filter .drawer-toggle:hover:before,
  1135 .wp-filter .drawer-toggle:hover:before,
  1130 .wp-filter .button.drawer-toggle:focus,
  1136 .wp-filter .button.drawer-toggle:focus,
  1131 .wp-filter .drawer-toggle:focus:before {
  1137 .wp-filter .drawer-toggle:focus:before {
  1132 	background-color: transparent;
  1138 	background-color: transparent;
  1133 	color: #006799;
  1139 	color: #135e96;
  1134 }
  1140 }
  1135 
  1141 
  1136 .wp-filter .button.drawer-toggle:hover,
  1142 .wp-filter .button.drawer-toggle:hover,
  1137 .wp-filter .button.drawer-toggle:focus:active {
  1143 .wp-filter .button.drawer-toggle:focus:active {
  1138 	border-color: transparent;
  1144 	border-color: transparent;
  1139 }
  1145 }
  1140 
  1146 
  1141 .wp-filter .button.drawer-toggle:focus {
  1147 .wp-filter .button.drawer-toggle:focus {
  1142 	border-color: #5b9dd9;
  1148 	border-color: #4f94d4;
  1143 }
  1149 }
  1144 
  1150 
  1145 .wp-filter .button.drawer-toggle:active {
  1151 .wp-filter .button.drawer-toggle:active {
  1146 	background: transparent;
  1152 	background: transparent;
  1147 	box-shadow: none;
  1153 	box-shadow: none;
  1155 .filter-drawer,
  1161 .filter-drawer,
  1156 .wp-filter .favorites-form {
  1162 .wp-filter .favorites-form {
  1157 	display: none;
  1163 	display: none;
  1158 	margin: 0 -10px 0 -20px;
  1164 	margin: 0 -10px 0 -20px;
  1159 	padding: 20px;
  1165 	padding: 20px;
  1160 	border-top: 1px solid #eee;
  1166 	border-top: 1px solid #f0f0f1;
  1161 	background: #fafafa;
  1167 	background: #f6f7f7;
  1162 	overflow: hidden;
  1168 	overflow: hidden;
  1163 }
  1169 }
  1164 
  1170 
  1165 .show-filters .filter-drawer,
  1171 .show-filters .filter-drawer,
  1166 .show-favorites-form .favorites-form {
  1172 .show-favorites-form .favorites-form {
  1171 	border-bottom: none;
  1177 	border-bottom: none;
  1172 }
  1178 }
  1173 
  1179 
  1174 .show-filters .wp-filter .button.drawer-toggle {
  1180 .show-filters .wp-filter .button.drawer-toggle {
  1175 	border-radius: 2px;
  1181 	border-radius: 2px;
  1176 	background: #72777c;
  1182 	background: #646970;
  1177 	color: #fff;
  1183 	color: #fff;
  1178 }
  1184 }
  1179 
  1185 
  1180 .show-filters .wp-filter .drawer-toggle:hover,
  1186 .show-filters .wp-filter .drawer-toggle:hover,
  1181 .show-filters .wp-filter .drawer-toggle:focus {
  1187 .show-filters .wp-filter .drawer-toggle:focus {
  1182 	background: rgb(46, 162, 204);
  1188 	background: #2271b1;
  1183 }
  1189 }
  1184 
  1190 
  1185 .show-filters .wp-filter .drawer-toggle:before {
  1191 .show-filters .wp-filter .drawer-toggle:before {
  1186 	color: #fff;
  1192 	color: #fff;
  1187 }
  1193 }
  1192 	float: left;
  1198 	float: left;
  1193 	margin: 0 1% 0 0;
  1199 	margin: 0 1% 0 0;
  1194 	padding: 20px 10px 10px;
  1200 	padding: 20px 10px 10px;
  1195 	width: 24%;
  1201 	width: 24%;
  1196 	background: #fff;
  1202 	background: #fff;
  1197 	border: 1px solid #e5e5e5;
  1203 	border: 1px solid #dcdcde;
  1198 	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  1204 	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  1199 }
  1205 }
  1200 
  1206 
  1201 .filter-group legend {
  1207 .filter-group legend {
  1202 	position: absolute;
  1208 	position: absolute;
  1274 }
  1280 }
  1275 
  1281 
  1276 .filtered-by .tag {
  1282 .filtered-by .tag {
  1277 	margin: 0 5px;
  1283 	margin: 0 5px;
  1278 	padding: 4px 8px;
  1284 	padding: 4px 8px;
  1279 	border: 1px solid #e5e5e5;
  1285 	border: 1px solid #dcdcde;
  1280 	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  1286 	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  1281 	background: #fff;
  1287 	background: #fff;
  1282 	font-size: 11px;
  1288 	font-size: 11px;
  1283 }
  1289 }
  1284 
  1290 
  1314 	float: none;
  1320 	float: none;
  1315 }
  1321 }
  1316 
  1322 
  1317 @media only screen and (max-width: 1120px) {
  1323 @media only screen and (max-width: 1120px) {
  1318 	.filter-drawer {
  1324 	.filter-drawer {
  1319 		border-bottom: 1px solid #eee;
  1325 		border-bottom: 1px solid #f0f0f1;
  1320 	}
  1326 	}
  1321 
  1327 
  1322 	.filter-group {
  1328 	.filter-group {
  1323 		margin-bottom: 0;
  1329 		margin-bottom: 0;
  1324 		margin-top: 5px;
  1330 		margin-top: 5px;
  1372 
  1378 
  1373 .notice,
  1379 .notice,
  1374 div.updated,
  1380 div.updated,
  1375 div.error {
  1381 div.error {
  1376 	background: #fff;
  1382 	background: #fff;
  1377 	border: 1px solid #ccd0d4;
  1383 	border: 1px solid #c3c4c7;
  1378 	border-left-width: 4px;
  1384 	border-left-width: 4px;
  1379 	box-shadow: 0 1px 1px rgba(0,0,0,.04);
  1385 	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  1380 	margin: 5px 15px 2px;
  1386 	margin: 5px 15px 2px;
  1381 	padding: 1px 12px;
  1387 	padding: 1px 12px;
  1382 }
  1388 }
  1383 
  1389 
  1384 div[class="update-message"] { /* back-compat for pre-4.6 */
  1390 div[class="update-message"] { /* back-compat for pre-4.6 */
  1410 	padding: 10px 20px;
  1416 	padding: 10px 20px;
  1411 }
  1417 }
  1412 
  1418 
  1413 .notice-title {
  1419 .notice-title {
  1414 	display: inline-block;
  1420 	display: inline-block;
  1415 	color: #23282d;
  1421 	color: #1d2327;
  1416 	font-size: 18px;
  1422 	font-size: 18px;
  1417 }
  1423 }
  1418 
  1424 
  1419 .wp-core-ui .notice.is-dismissible {
  1425 .wp-core-ui .notice.is-dismissible {
  1420 	padding-right: 38px;
  1426 	padding-right: 38px;
  1427 	right: 1px;
  1433 	right: 1px;
  1428 	border: none;
  1434 	border: none;
  1429 	margin: 0;
  1435 	margin: 0;
  1430 	padding: 9px;
  1436 	padding: 9px;
  1431 	background: none;
  1437 	background: none;
  1432 	color: #72777c;
  1438 	color: #787c82;
  1433 	cursor: pointer;
  1439 	cursor: pointer;
  1434 }
  1440 }
  1435 
  1441 
  1436 .notice-dismiss:hover:before,
  1442 .notice-dismiss:hover:before,
  1437 .notice-dismiss:active:before,
  1443 .notice-dismiss:active:before,
  1438 .notice-dismiss:focus:before {
  1444 .notice-dismiss:focus:before {
  1439 	color: #c00;
  1445 	color: #d63638;
  1440 }
  1446 }
  1441 
  1447 
  1442 .notice-dismiss:focus {
  1448 .notice-dismiss:focus {
  1443 	outline: none;
  1449 	outline: none;
  1444 	box-shadow:
  1450 	box-shadow:
  1445 		0 0 0 1px #5b9dd9,
  1451 		0 0 0 1px #4f94d4,
  1446 		0 0 2px 1px rgba(30, 140, 190, 0.8);
  1452 		0 0 2px 1px rgba(79, 148, 212, 0.8);
  1447 }
  1453 }
  1448 
  1454 
  1449 .notice-success,
  1455 .notice-success,
  1450 div.updated {
  1456 div.updated {
  1451 	border-left-color: #46b450;
  1457 	border-left-color: #00a32a;
  1452 }
  1458 }
  1453 
  1459 
  1454 .notice-success.notice-alt {
  1460 .notice-success.notice-alt {
  1455 	background-color: #ecf7ed;
  1461 	background-color: #edfaef;
  1456 }
  1462 }
  1457 
  1463 
  1458 .notice-warning {
  1464 .notice-warning {
  1459 	border-left-color: #ffb900;
  1465 	border-left-color: #dba617;
  1460 }
  1466 }
  1461 
  1467 
  1462 .notice-warning.notice-alt {
  1468 .notice-warning.notice-alt {
  1463 	background-color: #fff8e5;
  1469 	background-color: #fcf9e8;
  1464 }
  1470 }
  1465 
  1471 
  1466 .notice-error,
  1472 .notice-error,
  1467 div.error {
  1473 div.error {
  1468 	border-left-color: #dc3232;
  1474 	border-left-color: #d63638;
  1469 }
  1475 }
  1470 
  1476 
  1471 .notice-error.notice-alt {
  1477 .notice-error.notice-alt {
  1472 	background-color: #fbeaea;
  1478 	background-color: #fcf0f1;
  1473 }
  1479 }
  1474 
  1480 
  1475 .notice-info {
  1481 .notice-info {
  1476 	border-left-color: #00a0d2;
  1482 	border-left-color: #72aee6;
  1477 }
  1483 }
  1478 
  1484 
  1479 .notice-info.notice-alt {
  1485 .notice-info.notice-alt {
  1480 	background-color: #e5f5fa;
  1486 	background-color: #f0f6fc;
  1481 }
  1487 }
  1482 
  1488 
  1483 .update-message p:before,
  1489 .update-message p:before,
  1484 .updating-message p:before,
  1490 .updating-message p:before,
  1485 .updated-message p:before,
  1491 .updated-message p:before,
  1523 .update-message p:before,
  1529 .update-message p:before,
  1524 .updating-message p:before,
  1530 .updating-message p:before,
  1525 .import-php .updating-message:before,
  1531 .import-php .updating-message:before,
  1526 .button.updating-message:before,
  1532 .button.updating-message:before,
  1527 .button.installing:before {
  1533 .button.installing:before {
  1528 	color: #f56e28;
  1534 	color: #d63638;
  1529 	content: "\f463";
  1535 	content: "\f463";
  1530 }
  1536 }
  1531 
  1537 
  1532 /* Spins the update icon. */
  1538 /* Spins the update icon. */
  1533 .updating-message p:before,
  1539 .updating-message p:before,
  1537 .plugins .column-auto-updates .dashicons-update.spin,
  1543 .plugins .column-auto-updates .dashicons-update.spin,
  1538 .theme-overlay .theme-autoupdate .dashicons-update.spin {
  1544 .theme-overlay .theme-autoupdate .dashicons-update.spin {
  1539 	animation: rotation 2s infinite linear;
  1545 	animation: rotation 2s infinite linear;
  1540 }
  1546 }
  1541 
  1547 
       
  1548 @media (prefers-reduced-motion: reduce) {
       
  1549 	.updating-message p:before,
       
  1550 	.import-php .updating-message:before,
       
  1551 	.button.updating-message:before,
       
  1552 	.button.installing:before,
       
  1553 	.plugins .column-auto-updates .dashicons-update.spin,
       
  1554 	.theme-overlay .theme-autoupdate .dashicons-update.spin {
       
  1555 		animation: none;
       
  1556 	}
       
  1557 }
       
  1558 
  1542 .theme-overlay .theme-autoupdate .dashicons-update.spin {
  1559 .theme-overlay .theme-autoupdate .dashicons-update.spin {
  1543 	margin-right: 3px;
  1560 	margin-right: 3px;
  1544 }
  1561 }
  1545 
  1562 
  1546 /* Updated icon (check mark). */
  1563 /* Updated icon (check mark). */
  1547 .updated-message p:before,
  1564 .updated-message p:before,
  1548 .installed p:before,
  1565 .installed p:before,
  1549 .button.updated-message:before {
  1566 .button.updated-message:before {
  1550 	color: #79ba49;
  1567 	color: #68de7c;
  1551 	content: "\f147";
  1568 	content: "\f147";
  1552 }
  1569 }
  1553 
  1570 
  1554 /* Error icon. */
  1571 /* Error icon. */
  1555 .update-message.notice-error p:before {
  1572 .update-message.notice-error p:before {
  1556 	color: #dc3232;
  1573 	color: #d63638;
  1557 	content: "\f534";
  1574 	content: "\f534";
  1558 }
  1575 }
  1559 
  1576 
  1560 .wrap .notice p:before,
  1577 .wrap .notice p:before,
  1561 .import-php .updating-message:before {
  1578 .import-php .updating-message:before {
  1598 .update-php .spinner {
  1615 .update-php .spinner {
  1599 	float: none;
  1616 	float: none;
  1600 	margin: -4px 0;
  1617 	margin: -4px 0;
  1601 }
  1618 }
  1602 
  1619 
       
  1620 h2.wp-current-version {
       
  1621 	margin-bottom: .3em;
       
  1622 }
       
  1623 
       
  1624 p.update-last-checked {
       
  1625 	margin-top: 0;
       
  1626 }
       
  1627 
       
  1628 p.auto-update-status {
       
  1629 	margin-top: 2em;
       
  1630 	line-height: 1.8;
       
  1631 }
       
  1632 
  1603 #ajax-loading,
  1633 #ajax-loading,
  1604 .ajax-loading,
  1634 .ajax-loading,
  1605 .ajax-feedback,
  1635 .ajax-feedback,
  1606 .imgedit-wait-spin,
  1636 .imgedit-wait-spin,
  1607 .list-ajax-loading { /* deprecated */
  1637 .list-ajax-loading { /* deprecated */
  1622 .button-primary.updating-message:before {
  1652 .button-primary.updating-message:before {
  1623 	color: #fff;
  1653 	color: #fff;
  1624 }
  1654 }
  1625 
  1655 
  1626 .button-primary.updated-message:before {
  1656 .button-primary.updated-message:before {
  1627 	color: #66c6e4;
  1657 	color: #9ec2e6;
  1628 }
  1658 }
  1629 
  1659 
  1630 .button.updated-message {
  1660 .button.updated-message {
  1631 	transition-property: border, background, color;
  1661 	transition-property: border, background, color;
  1632 	transition-duration: .05s;
  1662 	transition-duration: .05s;
  1636 @media aural {
  1666 @media aural {
  1637 	.wrap .notice p:before,
  1667 	.wrap .notice p:before,
  1638 	.button.installing:before,
  1668 	.button.installing:before,
  1639 	.button.installed:before,
  1669 	.button.installed:before,
  1640 	.update-message p:before {
  1670 	.update-message p:before {
  1641 		speak: none;
  1671 		speak: never;
  1642 	}
  1672 	}
  1643 }
  1673 }
  1644 
  1674 
  1645 
  1675 
  1646 /* @todo: this does not need its own section anymore */
  1676 /* @todo: this does not need its own section anymore */
  1678 #screen-meta {
  1708 #screen-meta {
  1679 	display: none;
  1709 	display: none;
  1680 	margin: 0 20px -1px 0px;
  1710 	margin: 0 20px -1px 0px;
  1681 	position: relative;
  1711 	position: relative;
  1682 	background-color: #fff;
  1712 	background-color: #fff;
  1683 	border: 1px solid #ccd0d4;
  1713 	border: 1px solid #c3c4c7;
  1684 	border-top: none;
  1714 	border-top: none;
  1685 	box-shadow: 0 0 0 transparent;
  1715 	box-shadow: 0 0 0 transparent;
  1686 }
  1716 }
  1687 
  1717 
  1688 #screen-options-link-wrap,
  1718 #screen-options-link-wrap,
  1695 	position: relative;
  1725 	position: relative;
  1696 	top: 0;
  1726 	top: 0;
  1697 }
  1727 }
  1698 
  1728 
  1699 #screen-meta-links .show-settings {
  1729 #screen-meta-links .show-settings {
  1700 	border: 1px solid #ccd0d4;
  1730 	border: 1px solid #c3c4c7;
  1701 	border-top: none;
  1731 	border-top: none;
  1702 	height: auto;
  1732 	height: auto;
  1703 	margin-bottom: 0;
  1733 	margin-bottom: 0;
  1704 	padding: 3px 6px 3px 16px;
  1734 	padding: 3px 6px 3px 16px;
  1705 	background: #fff;
  1735 	background: #fff;
  1706 	border-radius: 0 0 4px 4px;
  1736 	border-radius: 0 0 4px 4px;
  1707 	color: #72777c;
  1737 	color: #646970;
  1708 	line-height: 1.7;
  1738 	line-height: 1.7;
  1709 	box-shadow: 0 0 0 transparent;
  1739 	box-shadow: 0 0 0 transparent;
  1710 	transition: box-shadow 0.1s linear;
  1740 	transition: box-shadow 0.1s linear;
  1711 }
  1741 }
  1712 
  1742 
  1713 #screen-meta-links .show-settings:hover,
  1743 #screen-meta-links .show-settings:hover,
  1714 #screen-meta-links .show-settings:active,
  1744 #screen-meta-links .show-settings:active,
  1715 #screen-meta-links .show-settings:focus {
  1745 #screen-meta-links .show-settings:focus {
  1716 	color: #32373c;
  1746 	color: #2c3338;
  1717 }
  1747 }
  1718 
  1748 
  1719 #screen-meta-links .show-settings:focus {
  1749 #screen-meta-links .show-settings:focus {
  1720 	border-color: #5b9dd9;
  1750 	border-color: #4f94d4;
  1721 	box-shadow: 0 0 3px rgba(0, 115, 170, 0.8);
  1751 	box-shadow: 0 0 3px rgba(34, 113, 177, 0.8);
  1722 }
  1752 }
  1723 
  1753 
  1724 #screen-meta-links .show-settings:active {
  1754 #screen-meta-links .show-settings:active {
  1725 	transform: none;
  1755 	transform: none;
  1726 }
  1756 }
  1727 
  1757 
  1728 #screen-meta-links .show-settings:after {
  1758 #screen-meta-links .show-settings:after {
  1729 	right: 0;
  1759 	right: 0;
  1730 	content: "\f140";
  1760 	content: "\f140";
  1731 	font: normal 20px/1 dashicons;
  1761 	font: normal 20px/1 dashicons;
  1732 	speak: none;
  1762 	speak: never;
  1733 	display: inline-block;
  1763 	display: inline-block;
  1734 	padding: 0 5px 0 0;
  1764 	padding: 0 5px 0 0;
  1735 	bottom: 2px;
  1765 	bottom: 2px;
  1736 	position: relative;
  1766 	position: relative;
  1737 	vertical-align: bottom;
  1767 	vertical-align: bottom;
  1738 	-webkit-font-smoothing: antialiased;
  1768 	-webkit-font-smoothing: antialiased;
  1739 	-moz-osx-font-smoothing: grayscale;
  1769 	-moz-osx-font-smoothing: grayscale;
  1740 	text-decoration: none;
  1770 	text-decoration: none;
  1741 	color: #72777c;
       
  1742 }
  1771 }
  1743 
  1772 
  1744 #screen-meta-links .screen-meta-active:after {
  1773 #screen-meta-links .screen-meta-active:after {
  1745 	content: "\f142";
  1774 	content: "\f142";
  1746 }
  1775 }
  1840 	position: absolute;
  1869 	position: absolute;
  1841 	top: 0;
  1870 	top: 0;
  1842 	bottom: 0;
  1871 	bottom: 0;
  1843 	left: 150px;
  1872 	left: 150px;
  1844 	right: 170px;
  1873 	right: 170px;
  1845 	border: 1px solid #ccd0d4;
  1874 	border: 1px solid #c3c4c7;
  1846 	border-top: none;
  1875 	border-top: none;
  1847 	border-bottom: none;
  1876 	border-bottom: none;
  1848 	background: #f6fbfd;
  1877 	background: #f0f6fc;
  1849 }
  1878 }
  1850 
  1879 
  1851 #contextual-help-wrap.no-sidebar #contextual-help-back {
  1880 #contextual-help-wrap.no-sidebar #contextual-help-back {
  1852 	right: 0;
  1881 	right: 0;
  1853 	border-right-width: 0;
  1882 	border-right-width: 0;
  1881 	border-right: none;
  1910 	border-right: none;
  1882 	border-left: none;
  1911 	border-left: none;
  1883 }
  1912 }
  1884 
  1913 
  1885 .contextual-help-tabs a:hover {
  1914 .contextual-help-tabs a:hover {
  1886 	color: #32373c;
  1915 	color: #2c3338;
  1887 }
  1916 }
  1888 
  1917 
  1889 .contextual-help-tabs .active {
  1918 .contextual-help-tabs .active {
  1890 	padding: 0;
  1919 	padding: 0;
  1891 	margin: 0 -1px 0 0;
  1920 	margin: 0 -1px 0 0;
  1892 	border-left: 2px solid #00a0d2;
  1921 	border-left: 2px solid #72aee6;
  1893 	background: #f6fbfd;
  1922 	background: #f0f6fc;
  1894 	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02), 0 1px 0 rgba(0, 0, 0, 0.02);
  1923 	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02), 0 1px 0 rgba(0, 0, 0, 0.02);
  1895 }
  1924 }
  1896 
  1925 
  1897 .contextual-help-tabs .active a {
  1926 .contextual-help-tabs .active a {
  1898 	border-color: #ccd0d4;
  1927 	border-color: #c3c4c7;
  1899 	color: #32373c;
  1928 	color: #2c3338;
  1900 }
  1929 }
  1901 
  1930 
  1902 .contextual-help-tabs-wrap {
  1931 .contextual-help-tabs-wrap {
  1903 	padding: 0 20px;
  1932 	padding: 0 20px;
  1904 	overflow: auto;
  1933 	overflow: auto;
  1931 ------------------------------------------------------------------------------*/
  1960 ------------------------------------------------------------------------------*/
  1932 
  1961 
  1933 html.wp-toolbar {
  1962 html.wp-toolbar {
  1934 	padding-top: 32px;
  1963 	padding-top: 32px;
  1935 	box-sizing: border-box;
  1964 	box-sizing: border-box;
       
  1965 	-ms-overflow-style: scrollbar; /* See ticket #48545 */
  1936 }
  1966 }
  1937 
  1967 
  1938 .widefat th,
  1968 .widefat th,
  1939 .widefat td {
  1969 .widefat td {
  1940 	color: #555;
  1970 	color: #50575e;
  1941 }
  1971 }
  1942 
  1972 
  1943 .widefat th,
  1973 .widefat th,
  1944 .widefat thead td,
  1974 .widefat thead td,
  1945 .widefat tfoot td {
  1975 .widefat tfoot td {
  1948 
  1978 
  1949 .widefat thead tr th,
  1979 .widefat thead tr th,
  1950 .widefat thead tr td,
  1980 .widefat thead tr td,
  1951 .widefat tfoot tr th,
  1981 .widefat tfoot tr th,
  1952 .widefat tfoot tr td {
  1982 .widefat tfoot tr td {
  1953 	color: #32373c;
  1983 	color: #2c3338;
  1954 }
  1984 }
  1955 
  1985 
  1956 .widefat td p {
  1986 .widefat td p {
  1957 	margin: 2px 0 0.8em;
  1987 	margin: 2px 0 0.8em;
  1958 }
  1988 }
  1959 
  1989 
  1960 .widefat p,
  1990 .widefat p,
  1961 .widefat ol,
  1991 .widefat ol,
  1962 .widefat ul {
  1992 .widefat ul {
  1963 	color: #32373c;
  1993 	color: #2c3338;
  1964 }
  1994 }
  1965 
  1995 
  1966 .widefat .column-comment p {
  1996 .widefat .column-comment p {
  1967 	margin: 0.6em 0;
  1997 	margin: 0.6em 0;
  1968 }
  1998 }
  2034 
  2064 
  2035 .postbox-header {
  2065 .postbox-header {
  2036 	display: flex;
  2066 	display: flex;
  2037 	align-items: center;
  2067 	align-items: center;
  2038 	justify-content: space-between;
  2068 	justify-content: space-between;
  2039 	border-bottom: 1px solid #ccd0d4;
  2069 	border-bottom: 1px solid #c3c4c7;
  2040 }
  2070 }
  2041 
  2071 
  2042 .postbox-header .hndle {
  2072 .postbox-header .hndle {
  2043 	flex-grow: 1;
  2073 	flex-grow: 1;
  2044 	/* Handle the alignment for the configurable dashboard widgets "Configure" edit-box link. */
  2074 	/* Handle the alignment for the configurable dashboard widgets "Configure" edit-box link. */
  2064 	cursor: pointer;
  2094 	cursor: pointer;
  2065 }
  2095 }
  2066 
  2096 
  2067 .postbox .handle-order-higher,
  2097 .postbox .handle-order-higher,
  2068 .postbox .handle-order-lower {
  2098 .postbox .handle-order-lower {
  2069 	color: #72777c;
  2099 	color: #787c82;
  2070 	width: 1.62rem;
  2100 	width: 1.62rem;
  2071 }
  2101 }
  2072 
  2102 
  2073 /* Post box order buttons in the block editor meta boxes area. */
  2103 /* Post box order buttons in the block editor meta boxes area. */
  2074 .edit-post-meta-boxes-area .postbox .handle-order-higher,
  2104 .edit-post-meta-boxes-area .postbox .handle-order-higher,
  2075 .edit-post-meta-boxes-area .postbox .handle-order-lower {
  2105 .edit-post-meta-boxes-area .postbox .handle-order-lower {
  2076 	width: 44px;
  2106 	width: 44px;
  2077 	height: 44px;
  2107 	height: 44px;
  2078 	color: #191e23
  2108 	color: #1d2327
  2079 }
  2109 }
  2080 
  2110 
  2081 .postbox .handle-order-higher[aria-disabled="true"],
  2111 .postbox .handle-order-higher[aria-disabled="true"],
  2082 .postbox .handle-order-lower[aria-disabled="true"] {
  2112 .postbox .handle-order-lower[aria-disabled="true"] {
  2083 	cursor: default;
  2113 	cursor: default;
  2084 	color: #a0a5aa;
  2114 	color: #a7aaad;
  2085 }
  2115 }
  2086 
  2116 
  2087 .sortable-placeholder {
  2117 .sortable-placeholder {
  2088 	border: 1px dashed #b4b9be;
  2118 	border: 1px dashed #c3c4c7;
  2089 	margin-bottom: 20px;
  2119 	margin-bottom: 20px;
  2090 }
  2120 }
  2091 
  2121 
  2092 .postbox,
  2122 .postbox,
  2093 .stuffbox {
  2123 .stuffbox {
  2102 
  2132 
  2103 /* user-select is not a part of the CSS standard - may change behavior in the future */
  2133 /* user-select is not a part of the CSS standard - may change behavior in the future */
  2104 .postbox .hndle,
  2134 .postbox .hndle,
  2105 .stuffbox .hndle {
  2135 .stuffbox .hndle {
  2106 	-webkit-user-select: none;
  2136 	-webkit-user-select: none;
  2107 	-moz-user-select: none;
       
  2108 	-ms-user-select: none;
       
  2109 	user-select: none;
  2137 	user-select: none;
  2110 }
  2138 }
  2111 
  2139 
  2112 .postbox .inside {
  2140 .postbox .inside {
  2113 	padding: 0 12px 12px;
  2141 	padding: 0 12px 12px;
  2144 .postbox table.widefat {
  2172 .postbox table.widefat {
  2145 	box-shadow: none;
  2173 	box-shadow: none;
  2146 }
  2174 }
  2147 
  2175 
  2148 .temp-border {
  2176 .temp-border {
  2149 	border: 1px dotted #ccc;
  2177 	border: 1px dotted #c3c4c7;
  2150 }
  2178 }
  2151 
  2179 
  2152 .columns-prefs label {
  2180 .columns-prefs label {
  2153 	padding: 0 10px 0 0;
  2181 	padding: 0 10px 0 0;
  2154 }
  2182 }
  2179 	position: absolute;
  2207 	position: absolute;
  2180 	bottom: 0;
  2208 	bottom: 0;
  2181 	left: 0;
  2209 	left: 0;
  2182 	right: 0;
  2210 	right: 0;
  2183 	padding: 10px 20px;
  2211 	padding: 10px 20px;
  2184 	color: #555d66;
  2212 	color: #50575e;
  2185 }
  2213 }
  2186 
  2214 
  2187 #wpfooter p {
  2215 #wpfooter p {
  2188 	font-size: 13px;
  2216 	font-size: 13px;
  2189 	margin: 0;
  2217 	margin: 0;
  2198   25.0 - Tabbed Admin Screen Interface (Experimental)
  2226   25.0 - Tabbed Admin Screen Interface (Experimental)
  2199 ------------------------------------------------------------------------------*/
  2227 ------------------------------------------------------------------------------*/
  2200 
  2228 
  2201 .nav-tab {
  2229 .nav-tab {
  2202 	float: left;
  2230 	float: left;
  2203 	border: 1px solid #ccc;
  2231 	border: 1px solid #c3c4c7;
  2204 	border-bottom: none;
  2232 	border-bottom: none;
  2205 	margin-left: 0.5em; /* half the font size so set the font size properly */
  2233 	margin-left: 0.5em; /* half the font size so set the font size properly */
  2206 	padding: 5px 10px;
  2234 	padding: 5px 10px;
  2207 	font-size: 14px;
  2235 	font-size: 14px;
  2208 	line-height: 1.71428571;
  2236 	line-height: 1.71428571;
  2209 	font-weight: 600;
  2237 	font-weight: 600;
  2210 	background: #e5e5e5;
  2238 	background: #dcdcde;
  2211 	color: #555;
  2239 	color: #50575e;
  2212 	text-decoration: none;
  2240 	text-decoration: none;
  2213 	white-space: nowrap;
  2241 	white-space: nowrap;
  2214 }
  2242 }
  2215 
  2243 
  2216 h3 .nav-tab, /* Back-compat for pre-4.4 */
  2244 h3 .nav-tab, /* Back-compat for pre-4.4 */
  2221 }
  2249 }
  2222 
  2250 
  2223 .nav-tab:hover,
  2251 .nav-tab:hover,
  2224 .nav-tab:focus {
  2252 .nav-tab:focus {
  2225 	background-color: #fff;
  2253 	background-color: #fff;
  2226 	color: #444;
  2254 	color: #3c434a;
  2227 }
  2255 }
  2228 
  2256 
  2229 .nav-tab-active,
  2257 .nav-tab-active,
  2230 .nav-tab:focus:active {
  2258 .nav-tab:focus:active {
  2231 	box-shadow: none;
  2259 	box-shadow: none;
  2232 }
  2260 }
  2233 
  2261 
  2234 .nav-tab-active {
  2262 .nav-tab-active {
  2235 	margin-bottom: -1px;
  2263 	margin-bottom: -1px;
  2236 	color: #444;
  2264 	color: #3c434a;
  2237 }
  2265 }
  2238 
  2266 
  2239 .nav-tab-active,
  2267 .nav-tab-active,
  2240 .nav-tab-active:hover,
  2268 .nav-tab-active:hover,
  2241 .nav-tab-active:focus,
  2269 .nav-tab-active:focus,
  2242 .nav-tab-active:focus:active {
  2270 .nav-tab-active:focus:active {
  2243 	border-bottom: 1px solid #f1f1f1;
  2271 	border-bottom: 1px solid #f0f0f1;
  2244 	background: #f1f1f1;
  2272 	background: #f0f0f1;
  2245 	color: #000;
  2273 	color: #000;
  2246 }
  2274 }
  2247 
  2275 
  2248 h1.nav-tab-wrapper, /* Back-compat for pre-4.4 */
  2276 h1.nav-tab-wrapper, /* Back-compat for pre-4.4 */
  2249 .wrap h2.nav-tab-wrapper, /* higher specificity to override .wrap > h2:first-child */
  2277 .wrap h2.nav-tab-wrapper, /* higher specificity to override .wrap > h2:first-child */
  2250 .nav-tab-wrapper {
  2278 .nav-tab-wrapper {
  2251 	border-bottom: 1px solid #ccc;
  2279 	border-bottom: 1px solid #c3c4c7;
  2252 	margin: 0;
  2280 	margin: 0;
  2253 	padding-top: 9px;
  2281 	padding-top: 9px;
  2254 	padding-bottom: 0;
  2282 	padding-bottom: 0;
  2255 	line-height: inherit;
  2283 	line-height: inherit;
  2256 }
  2284 }
  2330 	text-align: left;
  2358 	text-align: left;
  2331 }
  2359 }
  2332 
  2360 
  2333 .attention,
  2361 .attention,
  2334 .error-message {
  2362 .error-message {
  2335 	color: #dc3232;
  2363 	color: #d63638;
  2336 	font-weight: 600;
  2364 	font-weight: 600;
  2337 }
  2365 }
  2338 
  2366 
  2339 /* Scrollbar fix for bulk upgrade iframe */
  2367 /* Scrollbar fix for bulk upgrade iframe */
  2340 body.iframe {
  2368 body.iframe {
  2356 	width: 62px; /* icon + border */
  2384 	width: 62px; /* icon + border */
  2357 	text-align: center;
  2385 	text-align: center;
  2358 }
  2386 }
  2359 
  2387 
  2360 .media-icon img {
  2388 .media-icon img {
  2361 	border: 1px solid #e5e5e5;
  2389 	border: 1px solid #dcdcde;
  2362 	border: 1px solid rgba(0, 0, 0, 0.07);
  2390 	border: 1px solid rgba(0, 0, 0, 0.07);
  2363 }
  2391 }
  2364 
  2392 
  2365 #howto {
  2393 #howto {
  2366 	font-size: 11px;
  2394 	font-size: 11px;
  2399 	margin-bottom: .2em;
  2427 	margin-bottom: .2em;
  2400 }
  2428 }
  2401 
  2429 
  2402 .importer-action {
  2430 .importer-action {
  2403 	line-height: 1.55; /* Same as with .updating-message */
  2431 	line-height: 1.55; /* Same as with .updating-message */
  2404 	color: #555;
  2432 	color: #50575e;
  2405 	margin-bottom: 1em;
  2433 	margin-bottom: 1em;
  2406 }
  2434 }
  2407 
  2435 
  2408 #post-body #post-body-content #namediv h3, /* Back-compat for pre-4.4 */
  2436 #post-body #post-body-content #namediv h3, /* Back-compat for pre-4.4 */
  2409 #post-body #post-body-content #namediv h2 {
  2437 #post-body #post-body-content #namediv h2 {
  2410 	margin-top: 0;
  2438 	margin-top: 0;
  2411 }
  2439 }
  2412 
  2440 
  2413 .edit-comment-author {
  2441 .edit-comment-author {
  2414 	color: #222;
  2442 	color: #1d2327;
  2415 	border-bottom: 1px solid #eee;
  2443 	border-bottom: 1px solid #f0f0f1;
  2416 }
  2444 }
  2417 
  2445 
  2418 #namediv h3 label, /* Back-compat for pre-4.4 */
  2446 #namediv h3 label, /* Back-compat for pre-4.4 */
  2419 #namediv h2 label {
  2447 #namediv h2 label {
  2420 	vertical-align: baseline;
  2448 	vertical-align: baseline;
  2428 	width: 10px;
  2456 	width: 10px;
  2429 	white-space: nowrap;
  2457 	white-space: nowrap;
  2430 }
  2458 }
  2431 
  2459 
  2432 #namediv input {
  2460 #namediv input {
  2433 	width: 98%;
  2461 	width: 100%;
  2434 }
  2462 }
  2435 
  2463 
  2436 #namediv p {
  2464 #namediv p {
  2437 	margin: 10px 0;
  2465 	margin: 10px 0;
  2438 }
  2466 }
  2506 	font-weight: 400;
  2534 	font-weight: 400;
  2507 	font-style: normal;
  2535 	font-style: normal;
  2508 	vertical-align: top;
  2536 	vertical-align: top;
  2509 	transition: color .1s ease-in;
  2537 	transition: color .1s ease-in;
  2510 	text-align: center;
  2538 	text-align: center;
  2511 	color: #ffb900;
  2539 	color: #dba617;
  2512 }
  2540 }
  2513 
  2541 
  2514 .star-rating .star-full:before {
  2542 .star-rating .star-full:before {
  2515 	content: "\f155";
  2543 	content: "\f155";
  2516 }
  2544 }
  2550 	height: 100%;
  2578 	height: 100%;
  2551 }
  2579 }
  2552 
  2580 
  2553 #plugin-information-title {
  2581 #plugin-information-title {
  2554 	padding: 0 26px;
  2582 	padding: 0 26px;
  2555 	background: #f5f5f5;
  2583 	background: #f6f7f7;
  2556 	font-size: 22px;
  2584 	font-size: 22px;
  2557 	font-weight: 600;
  2585 	font-weight: 600;
  2558 	line-height: 2.4;
  2586 	line-height: 2.4;
  2559 	position: relative;
  2587 	position: relative;
  2560 	height: 56px;
  2588 	height: 56px;
  2585 	box-sizing: border-box;
  2613 	box-sizing: border-box;
  2586 	max-width: 100%;
  2614 	max-width: 100%;
  2587 	padding: 0 15px;
  2615 	padding: 0 15px;
  2588 	margin-top: 174px;
  2616 	margin-top: 174px;
  2589 	color: #fff;
  2617 	color: #fff;
  2590 	background: rgba(30, 30, 30, 0.9);
  2618 	background: rgba(29, 35, 39, 0.9);
  2591 	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  2619 	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  2592 	box-shadow: 0 0 30px rgba(255, 255, 255, 0.1);
  2620 	box-shadow: 0 0 30px rgba(255, 255, 255, 0.1);
  2593 	border-radius: 8px;
  2621 	border-radius: 8px;
  2594 }
  2622 }
  2595 
  2623 
  2614 	right: 0;
  2642 	right: 0;
  2615 	left: 0;
  2643 	left: 0;
  2616 	min-height: 36px;
  2644 	min-height: 36px;
  2617 	font-size: 0;
  2645 	font-size: 0;
  2618 	z-index: 1;
  2646 	z-index: 1;
  2619 	border-bottom: 1px solid #ddd;
  2647 	border-bottom: 1px solid #dcdcde;
  2620 	background: #f3f3f3;
  2648 	background: #f6f7f7;
  2621 }
  2649 }
  2622 
  2650 
  2623 #plugin-information-tabs a {
  2651 #plugin-information-tabs a {
  2624 	position: relative;
  2652 	position: relative;
  2625 	display: inline-block;
  2653 	display: inline-block;
  2633 }
  2661 }
  2634 
  2662 
  2635 #plugin-information-tabs a.current {
  2663 #plugin-information-tabs a.current {
  2636 	margin: 0 -1px -1px;
  2664 	margin: 0 -1px -1px;
  2637 	background: #fff;
  2665 	background: #fff;
  2638 	border: 1px solid #ddd;
  2666 	border: 1px solid #dcdcde;
  2639 	border-bottom-color: #fff;
  2667 	border-bottom-color: #fff;
  2640 	padding-top: 8px;
  2668 	padding-top: 8px;
  2641 	color: #32373c;
  2669 	color: #2c3338;
  2642 }
  2670 }
  2643 
  2671 
  2644 #plugin-information-tabs.with-banner a.current {
  2672 #plugin-information-tabs.with-banner a.current {
  2645 	border-top: none;
  2673 	border-top: none;
  2646 	padding-top: 9px;
  2674 	padding-top: 9px;
  2674 	right: 250px;
  2702 	right: 250px;
  2675 	bottom: 0;
  2703 	bottom: 0;
  2676 	left: 0;
  2704 	left: 0;
  2677 	margin-top: 10px;
  2705 	margin-top: 10px;
  2678 	margin-right: 250px; /* FYI box */
  2706 	margin-right: 250px; /* FYI box */
  2679 	padding: 10px 26px;
  2707 	padding: 10px 26px 99999px; /* equal height column trick */
  2680 	margin-bottom: -99932px; /* 67px less than the padding below to accommodate footer height */
  2708 	margin-bottom: -99932px; /* 67px less than the padding below to accommodate footer height */
  2681 	padding-bottom: 99999px; /* equal height column trick */
       
  2682 }
  2709 }
  2683 
  2710 
  2684 #section-holder .notice {
  2711 #section-holder .notice {
  2685 	margin: 5px 0 15px;
  2712 	margin: 5px 0 15px;
  2686 }
  2713 }
  2692 #plugin-information .fyi {
  2719 #plugin-information .fyi {
  2693 	float: right;
  2720 	float: right;
  2694 	position: relative;
  2721 	position: relative;
  2695 	top: 0;
  2722 	top: 0;
  2696 	right: 0;
  2723 	right: 0;
  2697 	padding: 16px;
  2724 	padding: 16px 16px 99999px; /* equal height column trick */
  2698 	margin-bottom: -99932px; /* 67px less than the padding below to accommodate footer height */
  2725 	margin-bottom: -99932px; /* 67px less than the padding below to accommodate footer height */
  2699 	padding-bottom: 99999px; /* equal height column trick */
       
  2700 	width: 217px;
  2726 	width: 217px;
  2701 	border-left: 1px solid #ddd;
  2727 	border-left: 1px solid #dcdcde;
  2702 	background: #f3f3f3;
  2728 	background: #f6f7f7;
  2703 	color: #666;
  2729 	color: #646970;
  2704 }
  2730 }
  2705 
  2731 
  2706 #plugin-information .fyi strong {
  2732 #plugin-information .fyi strong {
  2707 	color: #444;
  2733 	color: #3c434a;
  2708 }
  2734 }
  2709 
  2735 
  2710 #plugin-information .fyi h3 {
  2736 #plugin-information .fyi h3 {
  2711 	font-weight: 600;
  2737 	font-weight: 600;
  2712 	text-transform: uppercase;
  2738 	text-transform: uppercase;
  2713 	font-size: 12px;
  2739 	font-size: 12px;
  2714 	color: #666;
  2740 	color: #646970;
  2715 	margin: 24px 0 8px;
  2741 	margin: 24px 0 8px;
  2716 }
  2742 }
  2717 
  2743 
  2718 #plugin-information .fyi h2 {
  2744 #plugin-information .fyi h2 {
  2719 	font-size: 0.9em;
  2745 	font-size: 0.9em;
  2746 }
  2772 }
  2747 
  2773 
  2748 #plugin-information .counter-back {
  2774 #plugin-information .counter-back {
  2749 	height: 17px;
  2775 	height: 17px;
  2750 	width: 92px;
  2776 	width: 92px;
  2751 	background-color: #e5e5e5;
  2777 	background-color: #dcdcde;
  2752 	float: left;
  2778 	float: left;
  2753 }
  2779 }
  2754 
  2780 
  2755 #plugin-information .counter-bar {
  2781 #plugin-information .counter-bar {
  2756 	height: 17px;
  2782 	height: 17px;
  2757 	background-color: #ffc733; /* slightly lighter than stars due to larger expanse */
  2783 	background-color: #f0c33c; /* slightly lighter than stars due to larger expanse */
  2758 	float: left;
  2784 	float: left;
  2759 }
  2785 }
  2760 
  2786 
  2761 #plugin-information .counter-count {
  2787 #plugin-information .counter-count {
  2762 	margin-left: 5px;
  2788 	margin-left: 5px;
  2788 	position: absolute;
  2814 	position: absolute;
  2789 	right: 0;
  2815 	right: 0;
  2790 	bottom: 0;
  2816 	bottom: 0;
  2791 	left: 0;
  2817 	left: 0;
  2792 	height: 40px; /* actual height: 40+13+13+1=67 */
  2818 	height: 40px; /* actual height: 40+13+13+1=67 */
  2793 	border-top: 1px solid #ddd;
  2819 	border-top: 1px solid #dcdcde;
  2794 	background: #f3f3f3;
  2820 	background: #f6f7f7;
  2795 }
  2821 }
  2796 
  2822 
  2797 /* rtl:ignore */
  2823 /* rtl:ignore */
  2798 #plugin-information .section {
  2824 #plugin-information .section {
  2799 	direction: ltr;
  2825 	direction: ltr;
  2833 }
  2859 }
  2834 
  2860 
  2835 #plugin-information pre {
  2861 #plugin-information pre {
  2836 	padding: 7px;
  2862 	padding: 7px;
  2837 	overflow: auto;
  2863 	overflow: auto;
  2838 	border: 1px solid #ccc;
  2864 	border: 1px solid #c3c4c7;
  2839 }
  2865 }
  2840 
  2866 
  2841 #plugin-information blockquote {
  2867 #plugin-information blockquote {
  2842 	border-left: 2px solid #ddd;
  2868 	border-left: 2px solid #dcdcde;
  2843 	color: #666;
  2869 	color: #646970;
  2844 	font-style: italic;
  2870 	font-style: italic;
  2845 	margin: 1em 0;
  2871 	margin: 1em 0;
  2846 	padding: 0 0 0 1em;
  2872 	padding: 0 0 0 1em;
  2847 }
  2873 }
  2848 
  2874 
  2849 /* rtl:ignore */
  2875 /* rtl:ignore */
  2850 #plugin-information .review {
  2876 #plugin-information .review {
  2851 	overflow: hidden; /* clearfix */
  2877 	overflow: hidden; /* clearfix */
  2852 	width: 100%;
  2878 	width: 100%;
  2853 	margin-bottom: 20px;
  2879 	margin-bottom: 20px;
  2854 	border-bottom: 1px solid #e5e5e5;
  2880 	border-bottom: 1px solid #dcdcde;
  2855 }
  2881 }
  2856 
  2882 
  2857 #plugin-information .review-title-section {
  2883 #plugin-information .review-title-section {
  2858 	overflow: hidden; /* clearfix */
  2884 	overflow: hidden; /* clearfix */
  2859 }
  2885 }
  2930 		border-bottom: none;
  2956 		border-bottom: none;
  2931 	}
  2957 	}
  2932 
  2958 
  2933 	#plugin-information .fyi {
  2959 	#plugin-information .fyi {
  2934 		float: none;
  2960 		float: none;
  2935 		border: 1px solid #ddd;
  2961 		border: 1px solid #dcdcde;
  2936 		position: static;
  2962 		position: static;
  2937 		width: auto;
  2963 		width: auto;
  2938 		margin: 26px 26px 0;
  2964 		margin: 26px 26px 0;
  2939 		padding-bottom: 0; /* reset from the two column height fix */
  2965 		padding-bottom: 0; /* reset from the two column height fix */
  2940 	}
  2966 	}
  2956 	}
  2982 	}
  2957 }
  2983 }
  2958 
  2984 
  2959 /* Thickbox for the Plugin details modal. */
  2985 /* Thickbox for the Plugin details modal. */
  2960 #TB_window.plugin-details-modal {
  2986 #TB_window.plugin-details-modal {
  2961 	background: #fcfcfc;
  2987 	background: #fff;
  2962 }
  2988 }
  2963 
  2989 
  2964 #TB_window.plugin-details-modal.thickbox-loading:before {
  2990 #TB_window.plugin-details-modal.thickbox-loading:before {
  2965 	content: "";
  2991 	content: "";
  2966 	display: block;
  2992 	display: block;
  2969 	position: absolute;
  2995 	position: absolute;
  2970 	left: 50%;
  2996 	left: 50%;
  2971 	top: 50%;
  2997 	top: 50%;
  2972 	z-index: -1;
  2998 	z-index: -1;
  2973 	margin: -10px 0 0 -10px;
  2999 	margin: -10px 0 0 -10px;
  2974 	background: #fcfcfc url(../images/spinner.gif) no-repeat center;
  3000 	background: #fff url(../images/spinner.gif) no-repeat center;
  2975 	background-size: 20px 20px;
  3001 	background-size: 20px 20px;
  2976 	transform: translateZ(0);
  3002 	transform: translateZ(0);
  2977 }
  3003 }
  2978 
  3004 
  2979 @media print,
  3005 @media print,
  2995 }
  3021 }
  2996 
  3022 
  2997 .plugin-details-modal #TB_closeWindowButton {
  3023 .plugin-details-modal #TB_closeWindowButton {
  2998 	left: auto;
  3024 	left: auto;
  2999 	right: -30px;
  3025 	right: -30px;
  3000 	color: #eee;
  3026 	color: #f0f0f1;
  3001 }
  3027 }
  3002 
  3028 
  3003 .plugin-details-modal #TB_closeWindowButton:hover,
  3029 .plugin-details-modal #TB_closeWindowButton:hover,
  3004 .plugin-details-modal #TB_closeWindowButton:focus {
  3030 .plugin-details-modal #TB_closeWindowButton:focus {
  3005 	color: #006799;
  3031 	color: #135e96;
  3006 	outline: none;
  3032 	outline: none;
  3007 	box-shadow: none;
  3033 	box-shadow: none;
  3008 }
  3034 }
  3009 
  3035 
  3010 .plugin-details-modal .tb-close-icon {
  3036 .plugin-details-modal .tb-close-icon {
  3012 }
  3038 }
  3013 
  3039 
  3014 .plugin-details-modal #TB_closeWindowButton:after {
  3040 .plugin-details-modal #TB_closeWindowButton:after {
  3015 	content: "\f335";
  3041 	content: "\f335";
  3016 	font: normal 32px/29px 'dashicons';
  3042 	font: normal 32px/29px 'dashicons';
  3017 	speak: none;
  3043 	speak: never;
  3018 	-webkit-font-smoothing: antialiased;
  3044 	-webkit-font-smoothing: antialiased;
  3019 	-moz-osx-font-smoothing: grayscale;
  3045 	-moz-osx-font-smoothing: grayscale;
  3020 }
  3046 }
  3021 
  3047 
  3022 /* move plugin install close icon to top on narrow screens */
  3048 /* move plugin install close icon to top on narrow screens */
  3040 .bulk-action-notice .toggle-indicator::before,
  3066 .bulk-action-notice .toggle-indicator::before,
  3041 .privacy-text-box .toggle-indicator::before {
  3067 .privacy-text-box .toggle-indicator::before {
  3042 	content: "\f142";
  3068 	content: "\f142";
  3043 	display: inline-block;
  3069 	display: inline-block;
  3044 	font: normal 20px/1 dashicons;
  3070 	font: normal 20px/1 dashicons;
  3045 	speak: none;
  3071 	speak: never;
  3046 	-webkit-font-smoothing: antialiased;
  3072 	-webkit-font-smoothing: antialiased;
  3047 	-moz-osx-font-smoothing: grayscale;
  3073 	-moz-osx-font-smoothing: grayscale;
  3048 	text-decoration: none;
  3074 	text-decoration: none;
  3049 }
  3075 }
  3050 
  3076 
  3089 }
  3115 }
  3090 
  3116 
  3091 .bulk-action-notice .toggle-indicator::before {
  3117 .bulk-action-notice .toggle-indicator::before {
  3092 	line-height: 16px;
  3118 	line-height: 16px;
  3093 	vertical-align: top;
  3119 	vertical-align: top;
  3094 	color: #72777c;
  3120 	color: #787c82;
  3095 }
  3121 }
  3096 
  3122 
  3097 .postbox .handle-order-higher:focus,
  3123 .postbox .handle-order-higher:focus,
  3098 .postbox .handle-order-lower:focus,
  3124 .postbox .handle-order-lower:focus,
  3099 .postbox .handlediv:focus {
  3125 .postbox .handlediv:focus {
  3100 	box-shadow:
  3126 	box-shadow:
  3101 		0 0 0 1px #5b9dd9,
  3127 		0 0 0 1px #4f94d4,
  3102 		0 0 2px 1px rgba(30, 140, 190, 0.8);
  3128 		0 0 2px 1px rgba(79, 148, 212, 0.8);
  3103 	/* Only visible in Windows High Contrast mode */
  3129 	/* Only visible in Windows High Contrast mode */
  3104 	outline: 1px solid transparent;
  3130 	outline: 1px solid transparent;
  3105 }
  3131 }
  3106 
  3132 
  3107 .postbox .handle-order-higher:focus .order-higher-indicator::before,
  3133 .postbox .handle-order-higher:focus .order-higher-indicator::before,
  3123 }
  3149 }
  3124 
  3150 
  3125 #template textarea {
  3151 #template textarea {
  3126 	font-family: Consolas, Monaco, monospace;
  3152 	font-family: Consolas, Monaco, monospace;
  3127 	font-size: 13px;
  3153 	font-size: 13px;
  3128 	background: #f9f9f9;
  3154 	background: #f6f7f7;
  3129 	-moz-tab-size: 4;
  3155 	-moz-tab-size: 4;
  3130 	-o-tab-size: 4;
  3156 	-o-tab-size: 4;
  3131 	tab-size: 4;
  3157 	tab-size: 4;
  3132 }
  3158 }
  3133 
  3159 
  3134 #template textarea,
  3160 #template textarea,
  3135 #template .CodeMirror {
  3161 #template .CodeMirror {
  3136 	width: 100%;
  3162 	width: 100%;
  3137 	min-height: 60vh;
  3163 	min-height: 60vh;
  3138 	height: calc( 100vh - 295px );
  3164 	height: calc( 100vh - 295px );
  3139 	border: 1px solid #ddd;
  3165 	border: 1px solid #dcdcde;
  3140 	box-sizing: border-box;
  3166 	box-sizing: border-box;
  3141 }
  3167 }
  3142 
  3168 
  3143 #templateside > h2 {
  3169 #templateside > h2 {
  3144 	padding-top: 6px;
  3170 	padding-top: 6px;
  3156 	margin-top: 0;
  3182 	margin-top: 0;
  3157 	overflow: auto;
  3183 	overflow: auto;
  3158 	padding: 0;
  3184 	padding: 0;
  3159 	min-height: 60vh;
  3185 	min-height: 60vh;
  3160 	height: calc(100vh - 295px);
  3186 	height: calc(100vh - 295px);
  3161 	background-color: #f7f7f7;
  3187 	background-color: #f6f7f7;
  3162 	border: 1px solid #ddd;
  3188 	border: 1px solid #dcdcde;
  3163 	border-left: none;
  3189 	border-left: none;
  3164 }
  3190 }
  3165 #templateside ul ul {
  3191 #templateside ul ul {
  3166 	padding-left: 12px;
  3192 	padding-left: 12px;
  3167 }
  3193 }
  3201 /* Remove outline, and create our own focus and hover styles */
  3227 /* Remove outline, and create our own focus and hover styles */
  3202 [role="treeitem"] {
  3228 [role="treeitem"] {
  3203 	outline: 0;
  3229 	outline: 0;
  3204 }
  3230 }
  3205 [role="treeitem"] .folder-label.focus {
  3231 [role="treeitem"] .folder-label.focus {
  3206 	color: #124964;
  3232 	color: #043959;
  3207 	box-shadow:
  3233 	box-shadow:
  3208 		0 0 0 1px #5b9dd9,
  3234 		0 0 0 1px #4f94d4,
  3209 		0 0 2px 1px rgba(30, 140, 190, 0.8);
  3235 		0 0 2px 1px rgba(79, 148, 212, 0.8);
  3210 }
  3236 }
  3211 [role="treeitem"].hover,
  3237 [role="treeitem"].hover,
  3212 [role="treeitem"] .folder-label.hover {
  3238 [role="treeitem"] .folder-label.hover {
  3213 	background-color: #eaeaea;
  3239 	background-color: #f0f0f1;
  3214 }
  3240 }
  3215 
  3241 
  3216 .tree-folder {
  3242 .tree-folder {
  3217 	margin: 0;
  3243 	margin: 0;
  3218 	position: relative;
  3244 	position: relative;
  3225 .tree-folder .tree-folder::after {
  3251 .tree-folder .tree-folder::after {
  3226 	content: "";
  3252 	content: "";
  3227 	display: block;
  3253 	display: block;
  3228 	position: absolute;
  3254 	position: absolute;
  3229 	left: 2px;
  3255 	left: 2px;
  3230 	border-left: 1px solid #ccc;
  3256 	border-left: 1px solid #c3c4c7;
  3231 	top: -13px;
  3257 	top: -13px;
  3232 	bottom: 10px;
  3258 	bottom: 10px;
  3233 }
  3259 }
  3234 .tree-folder > li::before {
  3260 .tree-folder > li::before {
  3235 	content: "";
  3261 	content: "";
  3236 	position: absolute;
  3262 	position: absolute;
  3237 	display: block;
  3263 	display: block;
  3238 	border-left: 1px solid #ccc;
  3264 	border-left: 1px solid #c3c4c7;
  3239 	left: 2px;
  3265 	left: 2px;
  3240 	top: -5px;
  3266 	top: -5px;
  3241 	height: 18px;
  3267 	height: 18px;
  3242 	width: 7px;
  3268 	width: 7px;
  3243 	border-bottom: 1px solid #ccc;
  3269 	border-bottom: 1px solid #c3c4c7;
  3244 }
  3270 }
  3245 .tree-folder > li::after {
  3271 .tree-folder > li::after {
  3246 	content: "";
  3272 	content: "";
  3247 	position: absolute;
  3273 	position: absolute;
  3248 	display: block;
  3274 	display: block;
  3249 	border-left: 1px solid #ccc;
  3275 	border-left: 1px solid #c3c4c7;
  3250 	left: 2px;
  3276 	left: 2px;
  3251 	bottom: -7px;
  3277 	bottom: -7px;
  3252 	top: 0;
  3278 	top: 0;
  3253 }
  3279 }
  3254 
  3280 
  3274 .tree-folder > li:last-child::after,
  3300 .tree-folder > li:last-child::after,
  3275 .tree-folder li:last-child > .tree-folder::after {
  3301 .tree-folder li:last-child > .tree-folder::after {
  3276 	display: none;
  3302 	display: none;
  3277 }
  3303 }
  3278 
  3304 
       
  3305 #theme-plugin-editor-selector,
       
  3306 #theme-plugin-editor-label,
       
  3307 #documentation label {
       
  3308 	font-weight: 600;
       
  3309 }
  3279 
  3310 
  3280 #theme-plugin-editor-label {
  3311 #theme-plugin-editor-label {
  3281 	display: inline-block;
  3312 	display: inline-block;
  3282 	margin-bottom: 1em;
  3313 	margin-bottom: 1em;
  3283 	font-weight: 600;
       
  3284 }
  3314 }
  3285 
  3315 
  3286 /* rtl:ignore */
  3316 /* rtl:ignore */
  3287 #template textarea,
  3317 #template textarea,
  3288 #docs-list {
  3318 #docs-list {
  3361 	border: none;
  3391 	border: none;
  3362 	font-weight: 600;
  3392 	font-weight: 600;
  3363 }
  3393 }
  3364 
  3394 
  3365 .nonessential {
  3395 .nonessential {
  3366 	color: #666;
  3396 	color: #646970;
  3367 	font-size: 11px;
  3397 	font-size: 11px;
  3368 	font-style: italic;
  3398 	font-style: italic;
  3369 	padding-left: 12px;
  3399 	padding-left: 12px;
  3370 }
  3400 }
  3371 
  3401 
  3374 }
  3404 }
  3375 
  3405 
  3376 #documentation label {
  3406 #documentation label {
  3377 	line-height: 1.8;
  3407 	line-height: 1.8;
  3378 	vertical-align: baseline;
  3408 	vertical-align: baseline;
  3379 	font-weight: 600;
       
  3380 }
  3409 }
  3381 
  3410 
  3382 .fileedit-sub {
  3411 .fileedit-sub {
  3383 	padding: 10px 0 8px;
  3412 	padding: 10px 0 8px;
  3384 	line-height: 180%;
  3413 	line-height: 180%;
  3393 .widget-top .widget-action .toggle-indicator:before,
  3422 .widget-top .widget-action .toggle-indicator:before,
  3394 .control-section .accordion-section-title:after,
  3423 .control-section .accordion-section-title:after,
  3395 .accordion-section-title:after {
  3424 .accordion-section-title:after {
  3396 	content: "\f140";
  3425 	content: "\f140";
  3397 	font: normal 20px/1 dashicons;
  3426 	font: normal 20px/1 dashicons;
  3398 	speak: none;
  3427 	speak: never;
  3399 	display: block;
  3428 	display: block;
  3400 	-webkit-font-smoothing: antialiased;
  3429 	-webkit-font-smoothing: antialiased;
  3401 	-moz-osx-font-smoothing: grayscale;
  3430 	-moz-osx-font-smoothing: grayscale;
  3402 	text-decoration: none;
  3431 	text-decoration: none;
  3403 }
  3432 }
  3410 .handlediv,
  3439 .handlediv,
  3411 .postbox .handlediv.button-link,
  3440 .postbox .handlediv.button-link,
  3412 .item-edit,
  3441 .item-edit,
  3413 .toggle-indicator,
  3442 .toggle-indicator,
  3414 .accordion-section-title:after {
  3443 .accordion-section-title:after {
  3415 	color: #72777c;
  3444 	color: #787c82;
  3416 }
  3445 }
  3417 
  3446 
  3418 .widget-action {
  3447 .widget-action {
  3419 	color: #555d66; /* #fafafa background in the Widgets screen */
  3448 	color: #50575e; /* #fafafa background in the Widgets screen */
  3420 }
  3449 }
  3421 
  3450 
  3422 .widget-top:hover .widget-action,
  3451 .widget-top:hover .widget-action,
  3423 .widget-action:focus,
  3452 .widget-action:focus,
  3424 .handlediv:hover,
  3453 .handlediv:hover,
  3427 .postbox .handlediv.button-link:focus,
  3456 .postbox .handlediv.button-link:focus,
  3428 .item-edit:hover,
  3457 .item-edit:hover,
  3429 .item-edit:focus,
  3458 .item-edit:focus,
  3430 .sidebar-name:hover .toggle-indicator,
  3459 .sidebar-name:hover .toggle-indicator,
  3431 .accordion-section-title:hover:after {
  3460 .accordion-section-title:hover:after {
  3432 	color: #23282d;
  3461 	color: #1d2327;
  3433 	/* Only visible in Windows High Contrast mode */
  3462 	/* Only visible in Windows High Contrast mode */
  3434 	outline: 1px solid transparent;
  3463 	outline: 1px solid transparent;
  3435 }
  3464 }
  3436 
  3465 
  3437 .widget-top .widget-action:focus .toggle-indicator:before {
  3466 .widget-top .widget-action:focus .toggle-indicator:before {
  3438 	box-shadow:
  3467 	box-shadow:
  3439 		0 0 0 1px #5b9dd9,
  3468 		0 0 0 1px #4f94d4,
  3440 		0 0 2px 1px rgba(30, 140, 190, 0.8);
  3469 		0 0 2px 1px rgba(79, 148, 212, 0.8);
  3441 }
  3470 }
  3442 
  3471 
  3443 .control-section .accordion-section-title:after,
  3472 .control-section .accordion-section-title:after,
  3444 .accordion-section-title:after {
  3473 .accordion-section-title:after {
  3445 	float: right;
  3474 	float: right;
  3468 	touch-action: none;
  3497 	touch-action: none;
  3469 }
  3498 }
  3470 
  3499 
  3471 /* Accordion */
  3500 /* Accordion */
  3472 .accordion-section {
  3501 .accordion-section {
  3473 	border-bottom: 1px solid #ddd;
  3502 	border-bottom: 1px solid #dcdcde;
  3474 	margin: 0;
  3503 	margin: 0;
  3475 }
  3504 }
  3476 
  3505 
  3477 .accordion-section.open .accordion-section-content,
  3506 .accordion-section.open .accordion-section-content,
  3478 .no-js .accordion-section .accordion-section-content {
  3507 .no-js .accordion-section .accordion-section-content {
  3479 	display: block;
  3508 	display: block;
  3480 }
  3509 }
  3481 
  3510 
  3482 .accordion-section.open:hover {
  3511 .accordion-section.open:hover {
  3483 	border-bottom-color: #ddd;
  3512 	border-bottom-color: #dcdcde;
  3484 }
  3513 }
  3485 
  3514 
  3486 .accordion-section-content {
  3515 .accordion-section-content {
  3487 	display: none;
  3516 	display: none;
  3488 	padding: 10px 20px 15px;
  3517 	padding: 10px 20px 15px;
  3492 
  3521 
  3493 .accordion-section-title {
  3522 .accordion-section-title {
  3494 	margin: 0;
  3523 	margin: 0;
  3495 	padding: 12px 15px 15px;
  3524 	padding: 12px 15px 15px;
  3496 	position: relative;
  3525 	position: relative;
  3497 	border-left: 1px solid #ddd;
  3526 	border-left: 1px solid #dcdcde;
  3498 	border-right: 1px solid #ddd;
  3527 	border-right: 1px solid #dcdcde;
  3499 	-webkit-user-select: none;
  3528 	-webkit-user-select: none;
  3500 	-moz-user-select: none;
       
  3501 	-ms-user-select: none;
       
  3502 	user-select: none;
  3529 	user-select: none;
  3503 }
  3530 }
  3504 
  3531 
  3505 .js .accordion-section-title {
  3532 .js .accordion-section-title {
  3506 	cursor: pointer;
  3533 	cursor: pointer;
  3518 	outline: 1px solid transparent;
  3545 	outline: 1px solid transparent;
  3519 }
  3546 }
  3520 
  3547 
  3521 .accordion-section-title:hover:after,
  3548 .accordion-section-title:hover:after,
  3522 .accordion-section-title:focus:after {
  3549 .accordion-section-title:focus:after {
  3523 	border-color: #a0a5aa transparent;
  3550 	border-color: #a7aaad transparent;
  3524 	/* Only visible in Windows High Contrast mode */
  3551 	/* Only visible in Windows High Contrast mode */
  3525 	outline: 1px solid transparent;
  3552 	outline: 1px solid transparent;
  3526 }
  3553 }
  3527 
  3554 
  3528 .cannot-expand .accordion-section-title {
  3555 .cannot-expand .accordion-section-title {
  3549 
  3576 
  3550 .js .control-section:hover .accordion-section-title,
  3577 .js .control-section:hover .accordion-section-title,
  3551 .js .control-section .accordion-section-title:hover,
  3578 .js .control-section .accordion-section-title:hover,
  3552 .js .control-section.open .accordion-section-title,
  3579 .js .control-section.open .accordion-section-title,
  3553 .js .control-section .accordion-section-title:focus {
  3580 .js .control-section .accordion-section-title:focus {
  3554 	color: #23282d;
  3581 	color: #1d2327;
  3555 	background: #f5f5f5;
  3582 	background: #f6f7f7;
  3556 }
  3583 }
  3557 
  3584 
  3558 .control-section.open .accordion-section-title {
  3585 .control-section.open .accordion-section-title {
  3559 	/* When expanded */
  3586 	/* When expanded */
  3560 	border-bottom: 1px solid #ddd;
  3587 	border-bottom: 1px solid #dcdcde;
  3561 }
  3588 }
  3562 
  3589 
  3563 /* Edit Site */
  3590 /* Edit Site */
  3564 .network-admin .edit-site-actions {
  3591 .network-admin .edit-site-actions {
  3565 	margin-top: 0;
  3592 	margin-top: 0;
  3595 		width: 1px;
  3622 		width: 1px;
  3596 		height: 100%;
  3623 		height: 100%;
  3597 		position: absolute;
  3624 		position: absolute;
  3598 		top: 0;
  3625 		top: 0;
  3599 		right: 0;
  3626 		right: 0;
  3600 		background: #ccc;
  3627 		background: #c3c4c7;
  3601 	}
  3628 	}
  3602 
  3629 
  3603 }
  3630 }
  3604 @media only screen and (min-width: 600px) and (max-width: 699px) {
  3631 @media only screen and (min-width: 600px) and (max-width: 699px) {
  3605 	.my-sites li{
  3632 	.my-sites li{
  3615 	.my-sites.striped li:nth-of-type(2n+2):after {
  3642 	.my-sites.striped li:nth-of-type(2n+2):after {
  3616 		content: none;
  3643 		content: none;
  3617 	}
  3644 	}
  3618 	.my-sites li:nth-of-type(4n+1),
  3645 	.my-sites li:nth-of-type(4n+1),
  3619 	.my-sites li:nth-of-type(4n+2) {
  3646 	.my-sites li:nth-of-type(4n+2) {
  3620 		background-color: #f9f9f9;
  3647 		background-color: #f6f7f7;
  3621 	}
  3648 	}
  3622 
  3649 
  3623 }
  3650 }
  3624 
  3651 
  3625 @media only screen and (min-width: 700px) and (max-width: 1199px) {
  3652 @media only screen and (min-width: 700px) and (max-width: 1199px) {
  3632 		content: none;
  3659 		content: none;
  3633 	}
  3660 	}
  3634 	.my-sites li:nth-of-type(6n+1),
  3661 	.my-sites li:nth-of-type(6n+1),
  3635 	.my-sites li:nth-of-type(6n+2),
  3662 	.my-sites li:nth-of-type(6n+2),
  3636 	.my-sites li:nth-of-type(6n+3) {
  3663 	.my-sites li:nth-of-type(6n+3) {
  3637 		background-color: #f9f9f9;
  3664 		background-color: #f6f7f7;
  3638 	}
  3665 	}
  3639 }
  3666 }
  3640 
  3667 
  3641 @media only screen and (min-width: 1200px) and (max-width: 1399px) {
  3668 @media only screen and (min-width: 1200px) and (max-width: 1399px) {
  3642 	.my-sites li {
  3669 	.my-sites li {
  3653 	}
  3680 	}
  3654 	.my-sites li:nth-of-type(8n+1),
  3681 	.my-sites li:nth-of-type(8n+1),
  3655 	.my-sites li:nth-of-type(8n+2),
  3682 	.my-sites li:nth-of-type(8n+2),
  3656 	.my-sites li:nth-of-type(8n+3),
  3683 	.my-sites li:nth-of-type(8n+3),
  3657 	.my-sites li:nth-of-type(8n+4) {
  3684 	.my-sites li:nth-of-type(8n+4) {
  3658 		background-color: #f9f9f9;
  3685 		background-color: #f6f7f7;
  3659 	}
  3686 	}
  3660 }
  3687 }
  3661 
  3688 
  3662 @media only screen and (min-width: 1400px) and (max-width: 1599px) {
  3689 @media only screen and (min-width: 1400px) and (max-width: 1599px) {
  3663 	.my-sites li {
  3690 	.my-sites li {
  3675 	.my-sites li:nth-of-type(10n+1),
  3702 	.my-sites li:nth-of-type(10n+1),
  3676 	.my-sites li:nth-of-type(10n+2),
  3703 	.my-sites li:nth-of-type(10n+2),
  3677 	.my-sites li:nth-of-type(10n+3),
  3704 	.my-sites li:nth-of-type(10n+3),
  3678 	.my-sites li:nth-of-type(10n+4),
  3705 	.my-sites li:nth-of-type(10n+4),
  3679 	.my-sites li:nth-of-type(10n+5) {
  3706 	.my-sites li:nth-of-type(10n+5) {
  3680 		background-color: #f9f9f9;
  3707 		background-color: #f6f7f7;
  3681 	}
  3708 	}
  3682 }
  3709 }
  3683 
  3710 
  3684 @media only screen and (min-width: 1600px) {
  3711 @media only screen and (min-width: 1600px) {
  3685 	.my-sites li {
  3712 	.my-sites li {
  3698 	.my-sites li:nth-of-type(12n+2),
  3725 	.my-sites li:nth-of-type(12n+2),
  3699 	.my-sites li:nth-of-type(12n+3),
  3726 	.my-sites li:nth-of-type(12n+3),
  3700 	.my-sites li:nth-of-type(12n+4),
  3727 	.my-sites li:nth-of-type(12n+4),
  3701 	.my-sites li:nth-of-type(12n+5),
  3728 	.my-sites li:nth-of-type(12n+5),
  3702 	.my-sites li:nth-of-type(12n+6) {
  3729 	.my-sites li:nth-of-type(12n+6) {
  3703 		background-color: #f9f9f9;
  3730 		background-color: #f6f7f7;
  3704 	}
  3731 	}
  3705 }
  3732 }
  3706 
  3733 
  3707 .my-sites li a {
  3734 .my-sites li a {
  3708 	text-decoration: none;
  3735 	text-decoration: none;
  3728 		background-image: url(../images/spinner-2x.gif);
  3755 		background-image: url(../images/spinner-2x.gif);
  3729 	}
  3756 	}
  3730 
  3757 
  3731 }
  3758 }
  3732 
  3759 
  3733 @-ms-viewport {
       
  3734 	width: device-width;
       
  3735 }
       
  3736 
       
  3737 @media screen and (max-width: 782px) {
  3760 @media screen and (max-width: 782px) {
  3738 	html.wp-toolbar {
  3761 	html.wp-toolbar {
  3739 		padding-top: 46px;
  3762 		padding-top: 46px;
  3740 	}
  3763 	}
  3741 
  3764 
  3866 		float: none;
  3889 		float: none;
  3867 		width: auto;
  3890 		width: auto;
  3868 	}
  3891 	}
  3869 
  3892 
  3870 	#templateside > ul {
  3893 	#templateside > ul {
  3871 		border-left: 1px solid #ddd;
  3894 		border-left: 1px solid #dcdcde;
  3872 	}
  3895 	}
  3873 
  3896 
  3874 	#templateside li {
  3897 	#templateside li {
  3875 		margin: 0;
  3898 		margin: 0;
  3876 	}
  3899 	}
  4076 	h1 .nav-tab,
  4099 	h1 .nav-tab,
  4077 	h2 .nav-tab,
  4100 	h2 .nav-tab,
  4078 	h3 .nav-tab,
  4101 	h3 .nav-tab,
  4079 	nav .nav-tab {
  4102 	nav .nav-tab {
  4080 		margin: 10px 10px 0 0;
  4103 		margin: 10px 10px 0 0;
  4081 		border-bottom: 1px solid #ccc;
  4104 		border-bottom: 1px solid #c3c4c7;
  4082 	}
  4105 	}
  4083 
  4106 
  4084 	.nav-tab-active:hover,
  4107 	.nav-tab-active:hover,
  4085 	.nav-tab-active:focus,
  4108 	.nav-tab-active:focus,
  4086 	.nav-tab-active:focus:active {
  4109 	.nav-tab-active:focus:active {
  4087 		border-bottom: 1px solid #ccc;
  4110 		border-bottom: 1px solid #c3c4c7;
  4088 	}
  4111 	}
  4089 
  4112 
  4090 	.wp-filter .search-form input[type="search"] {
  4113 	.wp-filter .search-form input[type="search"] {
  4091 		width: 100%;
  4114 		width: 100%;
  4092 	}
  4115 	}