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, |
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 { |
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; |
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; |
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; |
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 } |
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; |
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 } |
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 */ |
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 { |
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 */ |
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 } |
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; |
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 } |
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 { |
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 } |
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; |
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 |
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; |
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 } |
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; |
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 { |
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; |
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; |
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 } |