changeset 18 | be944660c56a |
parent 16 | a86126ab1dd4 |
child 19 | 3d72ae0968f4 |
17:34716fd837a4 | 18:be944660c56a |
---|---|
66 margin: 0 0 3px; |
66 margin: 0 0 3px; |
67 background-color: #fff; |
67 background-color: #fff; |
68 } |
68 } |
69 |
69 |
70 #titlediv #title-prompt-text { |
70 #titlediv #title-prompt-text { |
71 color: #72777c; |
71 color: #646970; |
72 position: absolute; |
72 position: absolute; |
73 font-size: 1.7em; |
73 font-size: 1.7em; |
74 padding: 10px; |
74 padding: 10px; |
75 pointer-events: none; |
75 pointer-events: none; |
76 } |
76 } |
77 |
77 |
78 input#link_description, |
78 input#link_description, |
79 input#link_url { |
79 input#link_url { |
80 width: 98%; |
80 width: 100%; |
81 } |
81 } |
82 |
82 |
83 #pending { |
83 #pending { |
84 background: 0 none; |
84 background: 0 none; |
85 border: 0 none; |
85 border: 0 none; |
92 #comment-link-box { |
92 #comment-link-box { |
93 line-height: 1.84615384; |
93 line-height: 1.84615384; |
94 min-height: 25px; |
94 min-height: 25px; |
95 margin-top: 5px; |
95 margin-top: 5px; |
96 padding: 0 10px; |
96 padding: 0 10px; |
97 color: #666; |
97 color: #646970; |
98 } |
98 } |
99 |
99 |
100 #edit-slug-box .cancel { |
100 #edit-slug-box .cancel { |
101 margin-right: 10px; |
101 margin-right: 10px; |
102 padding: 0; |
102 padding: 0; |
148 |
148 |
149 /* Post Screen */ |
149 /* Post Screen */ |
150 |
150 |
151 /* Only highlight drop zones when dragging and only in the 2 columns layout. */ |
151 /* Only highlight drop zones when dragging and only in the 2 columns layout. */ |
152 .is-dragging-metaboxes .metabox-holder .postbox-container .meta-box-sortables { |
152 .is-dragging-metaboxes .metabox-holder .postbox-container .meta-box-sortables { |
153 outline: 3px dashed #606a73; |
153 outline: 3px dashed #646970; |
154 /* Prevent margin on the child from collapsing with margin on the parent. */ |
154 /* Prevent margin on the child from collapsing with margin on the parent. */ |
155 display: flow-root; |
155 display: flow-root; |
156 /* |
156 /* |
157 * This min-height is meant to limit jumpiness while dragging. It's equivalent |
157 * This min-height is meant to limit jumpiness while dragging. It's equivalent |
158 * to the minimum height of the sortable-placeholder which is given by the height |
158 * to the minimum height of the sortable-placeholder which is given by the height |
164 } |
164 } |
165 |
165 |
166 .postbox { |
166 .postbox { |
167 position: relative; |
167 position: relative; |
168 min-width: 255px; |
168 min-width: 255px; |
169 border: 1px solid #ccd0d4; |
169 border: 1px solid #c3c4c7; |
170 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); |
170 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); |
171 background: #fff; |
171 background: #fff; |
172 } |
172 } |
173 |
173 |
174 #trackback_url { |
174 #trackback_url { |
216 #side-sortables .category-tabs .tabs a, |
216 #side-sortables .category-tabs .tabs a, |
217 #side-sortables .add-menu-item-tabs .tabs a, |
217 #side-sortables .add-menu-item-tabs .tabs a, |
218 .wp-tab-bar .wp-tab-active a, |
218 .wp-tab-bar .wp-tab-active a, |
219 #post-body ul.category-tabs li.tabs a, |
219 #post-body ul.category-tabs li.tabs a, |
220 #post-body ul.add-menu-item-tabs li.tabs a { |
220 #post-body ul.add-menu-item-tabs li.tabs a { |
221 color: #32373c; |
221 color: #2c3338; |
222 } |
222 } |
223 |
223 |
224 .category-tabs { |
224 .category-tabs { |
225 margin: 8px 0 5px; |
225 margin: 8px 0 5px; |
226 } |
226 } |
268 } |
268 } |
269 |
269 |
270 ul.category-tabs li.tabs, |
270 ul.category-tabs li.tabs, |
271 ul.add-menu-item-tabs li.tabs, |
271 ul.add-menu-item-tabs li.tabs, |
272 .wp-tab-active { |
272 .wp-tab-active { |
273 border: 1px solid #ddd; |
273 border: 1px solid #dcdcde; |
274 border-bottom-color: #fdfdfd; |
274 border-bottom-color: #fff; |
275 background-color: #fdfdfd; |
275 background-color: #fff; |
276 } |
276 } |
277 |
277 |
278 ul.category-tabs li, |
278 ul.category-tabs li, |
279 ul.add-menu-item-tabs li, |
279 ul.add-menu-item-tabs li, |
280 ul.wp-tab-bar li { |
280 ul.wp-tab-bar li { |
289 #postimagediv .inside img { |
289 #postimagediv .inside img { |
290 max-width: 100%; |
290 max-width: 100%; |
291 height: auto; |
291 height: auto; |
292 width: auto; |
292 width: auto; |
293 vertical-align: top; |
293 vertical-align: top; |
294 background-image: linear-gradient(45deg, #c4c4c4 25%, transparent 25%, transparent 75%, #c4c4c4 75%, #c4c4c4), linear-gradient(45deg, #c4c4c4 25%, transparent 25%, transparent 75%, #c4c4c4 75%, #c4c4c4); |
294 background-image: linear-gradient(45deg, #c3c4c7 25%, transparent 25%, transparent 75%, #c3c4c7 75%, #c3c4c7), linear-gradient(45deg, #c3c4c7 25%, transparent 25%, transparent 75%, #c3c4c7 75%, #c3c4c7); |
295 background-position: 0 0, 10px 10px; |
295 background-position: 0 0, 10px 10px; |
296 background-size: 20px 20px; |
296 background-size: 20px 20px; |
297 } |
297 } |
298 |
298 |
299 form#tags-filter { |
299 form#tags-filter { |
320 } |
320 } |
321 |
321 |
322 #post-status-info { |
322 #post-status-info { |
323 width: 100%; |
323 width: 100%; |
324 border-spacing: 0; |
324 border-spacing: 0; |
325 border: 1px solid #ccd0d4; |
325 border: 1px solid #c3c4c7; |
326 border-top: none; |
326 border-top: none; |
327 background-color: #f7f7f7; |
327 background-color: #f6f7f7; |
328 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); |
328 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); |
329 z-index: 999; |
329 z-index: 999; |
330 } |
330 } |
331 |
331 |
332 #post-status-info td { |
332 #post-status-info td { |
361 #postdivrich #content { |
361 #postdivrich #content { |
362 resize: none; |
362 resize: none; |
363 } |
363 } |
364 |
364 |
365 #wp-word-count { |
365 #wp-word-count { |
366 display: block; |
|
367 padding: 2px 10px; |
366 padding: 2px 10px; |
368 } |
367 } |
369 |
368 |
370 #wp-content-editor-container { |
369 #wp-content-editor-container { |
371 position: relative; |
370 position: relative; |
372 } |
371 } |
373 |
372 |
374 .wp-editor-expand #wp-content-editor-tools { |
373 .wp-editor-expand #wp-content-editor-tools { |
375 z-index: 1000; |
374 z-index: 1000; |
376 border-bottom: 1px solid #ccd0d4; |
375 border-bottom: 1px solid #c3c4c7; |
377 } |
376 } |
378 |
377 |
379 .wp-editor-expand #wp-content-editor-container { |
378 .wp-editor-expand #wp-content-editor-container { |
380 box-shadow: none; |
379 box-shadow: none; |
381 margin-top: -1px; |
380 margin-top: -1px; |
388 .wp-editor-expand div.mce-statusbar { |
387 .wp-editor-expand div.mce-statusbar { |
389 z-index: 1; |
388 z-index: 1; |
390 } |
389 } |
391 |
390 |
392 .wp-editor-expand #post-status-info { |
391 .wp-editor-expand #post-status-info { |
393 border-top: 1px solid #ccd0d4; |
392 border-top: 1px solid #c3c4c7; |
394 } |
393 } |
395 |
394 |
396 .wp-editor-expand div.mce-toolbar-grp { |
395 .wp-editor-expand div.mce-toolbar-grp { |
397 z-index: 999; |
396 z-index: 999; |
398 } |
397 } |
420 display: none; |
419 display: none; |
421 } |
420 } |
422 /* End TinyMCE native fullscreen mode override */ |
421 /* End TinyMCE native fullscreen mode override */ |
423 |
422 |
424 #wp-content-editor-tools { |
423 #wp-content-editor-tools { |
425 background-color: #f1f1f1; |
424 background-color: #f0f0f1; |
426 padding-top: 20px; |
425 padding-top: 20px; |
427 } |
426 } |
428 |
427 |
429 #poststuff #post-body.columns-2 #side-sortables { |
428 #poststuff #post-body.columns-2 #side-sortables { |
430 width: 280px; |
429 width: 280px; |
457 } |
456 } |
458 |
457 |
459 #post-body .misc-pub-post-status:before, |
458 #post-body .misc-pub-post-status:before, |
460 #post-body #visibility:before, |
459 #post-body #visibility:before, |
461 .curtime #timestamp:before, |
460 .curtime #timestamp:before, |
461 #post-body .misc-pub-uploadedby:before, |
|
462 #post-body .misc-pub-uploadedto:before, |
|
462 #post-body .misc-pub-revisions:before, |
463 #post-body .misc-pub-revisions:before, |
463 #post-body .misc-pub-response-to:before, |
464 #post-body .misc-pub-response-to:before, |
464 #post-body .misc-pub-comment-status:before { |
465 #post-body .misc-pub-comment-status:before { |
465 color: #82878c; |
466 color: #8c8f94; |
466 } |
467 } |
467 |
468 |
468 #post-body .misc-pub-post-status:before, |
469 #post-body .misc-pub-post-status:before, |
469 #post-body #visibility:before, |
470 #post-body #visibility:before, |
470 .curtime #timestamp:before, |
471 .curtime #timestamp:before, |
472 #post-body .misc-pub-uploadedby:before, |
|
473 #post-body .misc-pub-uploadedto:before, |
|
471 #post-body .misc-pub-revisions:before, |
474 #post-body .misc-pub-revisions:before, |
472 #post-body .misc-pub-response-to:before, |
475 #post-body .misc-pub-response-to:before, |
473 #post-body .misc-pub-comment-status:before { |
476 #post-body .misc-pub-comment-status:before { |
474 font: normal 20px/1 dashicons; |
477 font: normal 20px/1 dashicons; |
475 speak: none; |
478 speak: never; |
476 display: inline-block; |
479 display: inline-block; |
477 margin-left: -1px; |
480 margin-left: -1px; |
478 padding-right: 3px; |
481 padding-right: 3px; |
479 vertical-align: top; |
482 vertical-align: top; |
480 -webkit-font-smoothing: antialiased; |
483 -webkit-font-smoothing: antialiased; |
490 content: "\f177"; |
493 content: "\f177"; |
491 } |
494 } |
492 |
495 |
493 .curtime #timestamp:before { |
496 .curtime #timestamp:before { |
494 content: "\f145"; |
497 content: "\f145"; |
498 position: relative; |
|
499 top: -1px; |
|
500 } |
|
501 |
|
502 #post-body .misc-pub-uploadedby:before { |
|
503 content: "\f110"; |
|
504 position: relative; |
|
505 top: -1px; |
|
506 } |
|
507 |
|
508 #post-body .misc-pub-uploadedto:before { |
|
509 content: "\f318"; |
|
495 position: relative; |
510 position: relative; |
496 top: -1px; |
511 top: -1px; |
497 } |
512 } |
498 |
513 |
499 #post-body .misc-pub-revisions:before { |
514 #post-body .misc-pub-revisions:before { |
629 #poststuff .stuffbox h2 { |
644 #poststuff .stuffbox h2 { |
630 padding: 8px 10px; |
645 padding: 8px 10px; |
631 } |
646 } |
632 |
647 |
633 #poststuff .stuffbox > h2 { |
648 #poststuff .stuffbox > h2 { |
634 border-bottom: 1px solid #eee; |
649 border-bottom: 1px solid #f0f0f1; |
635 } |
650 } |
636 |
651 |
637 #poststuff .inside { |
652 #poststuff .inside { |
638 margin: 6px 0 0 0; |
653 margin: 6px 0 0 0; |
654 } |
|
655 |
|
656 .link-php #poststuff .inside, |
|
657 .link-add-php #poststuff .inside { |
|
658 margin-top: 12px; |
|
639 } |
659 } |
640 |
660 |
641 #poststuff .stuffbox .inside { |
661 #poststuff .stuffbox .inside { |
642 margin: 0; |
662 margin: 0; |
643 } |
663 } |
677 margin-top: 0.5385em; |
697 margin-top: 0.5385em; |
678 display: inline-block; |
698 display: inline-block; |
679 min-height: 1.6923em; |
699 min-height: 1.6923em; |
680 } |
700 } |
681 |
701 |
702 /** |
|
703 * Privacy Settings section |
|
704 * |
|
705 * Note: This section includes selectors from |
|
706 * Site Health where duplicate styling is used. |
|
707 */ |
|
708 |
|
709 /* General */ |
|
710 .privacy-settings #wpcontent, |
|
711 .privacy-settings.auto-fold #wpcontent, |
|
712 .site-health #wpcontent, |
|
713 .site-health.auto-fold #wpcontent { |
|
714 padding-left: 0; |
|
715 } |
|
716 |
|
717 /* Emulates .wrap h1 styling */ |
|
718 .privacy-settings-header h1, |
|
719 .health-check-header h1 { |
|
720 display: inline-block; |
|
721 font-weight: 600; |
|
722 margin: 0 0.8rem 1rem; |
|
723 font-size: 23px; |
|
724 padding: 9px 0 4px 0; |
|
725 line-height: 1.3; |
|
726 } |
|
727 |
|
728 /* Header */ |
|
729 .privacy-settings-header, |
|
730 .health-check-header { |
|
731 text-align: center; |
|
732 margin: 0 0 1rem; |
|
733 background: #fff; |
|
734 border-bottom: 1px solid #dcdcde; |
|
735 } |
|
736 |
|
737 .privacy-settings-title-section, |
|
738 .health-check-title-section { |
|
739 display: flex; |
|
740 align-items: center; |
|
741 justify-content: center; |
|
742 clear: both; |
|
743 padding-top: 8px; |
|
744 } |
|
745 |
|
746 .privacy-settings-tabs-wrapper { |
|
747 /* IE 11 */ |
|
748 display: -ms-inline-grid; |
|
749 -ms-grid-columns: 1fr 1fr; |
|
750 vertical-align: top; |
|
751 /* modern browsers */ |
|
752 display: inline-grid; |
|
753 grid-template-columns: 1fr 1fr; |
|
754 } |
|
755 |
|
756 .privacy-settings-tab { |
|
757 display: block; /* IE 11 */ |
|
758 text-decoration: none; |
|
759 color: inherit; |
|
760 padding: 0.5rem 1rem 1rem; |
|
761 margin: 0 1rem; |
|
762 transition: box-shadow 0.5s ease-in-out; |
|
763 } |
|
764 |
|
765 .privacy-settings-tab:nth-child(1), |
|
766 .health-check-tab:nth-child(1) { |
|
767 -ms-grid-column: 1; /* IE 11 */ |
|
768 } |
|
769 |
|
770 .privacy-settings-tab:nth-child(2), |
|
771 .health-check-tab:nth-child(2) { |
|
772 -ms-grid-column: 2; /* IE 11 */ |
|
773 } |
|
774 |
|
775 .privacy-settings-tab:focus, |
|
776 .health-check-tab:focus { |
|
777 color: #1d2327; |
|
778 outline: 1px solid #787c82; |
|
779 box-shadow: none; |
|
780 } |
|
781 |
|
782 .privacy-settings-tab.active, |
|
783 .health-check-tab.active { |
|
784 box-shadow: inset 0 -3px #3582c4; |
|
785 font-weight: 600; |
|
786 } |
|
787 |
|
788 /* Body */ |
|
789 .privacy-settings-body, |
|
790 .health-check-body { |
|
791 max-width: 800px; |
|
792 margin: 0 auto; |
|
793 } |
|
794 |
|
795 .tools-privacy-policy-page th { |
|
796 min-width: 230px; |
|
797 } |
|
798 |
|
799 .hr-separator { |
|
800 margin-top: 20px; |
|
801 margin-bottom: 15px; |
|
802 } |
|
803 |
|
804 /* Accordions */ |
|
805 .privacy-settings-accordion, |
|
806 .health-check-accordion { |
|
807 border: 1px solid #c3c4c7; |
|
808 } |
|
809 |
|
810 .privacy-settings-accordion-heading, |
|
811 .health-check-accordion-heading { |
|
812 margin: 0; |
|
813 border-top: 1px solid #c3c4c7; |
|
814 font-size: inherit; |
|
815 line-height: inherit; |
|
816 font-weight: 600; |
|
817 color: inherit; |
|
818 } |
|
819 |
|
820 .privacy-settings-accordion-heading:first-child, |
|
821 .health-check-accordion-heading:first-child { |
|
822 border-top: none; |
|
823 } |
|
824 |
|
825 .privacy-settings-accordion-trigger, |
|
826 .health-check-accordion-trigger { |
|
827 background: #fff; |
|
828 border: 0; |
|
829 color: #2c3338; |
|
830 cursor: pointer; |
|
831 display: flex; |
|
832 font-weight: 400; |
|
833 margin: 0; |
|
834 padding: 1em 3.5em 1em 1.5em; |
|
835 min-height: 46px; |
|
836 position: relative; |
|
837 text-align: left; |
|
838 width: 100%; |
|
839 align-items: center; |
|
840 justify-content: space-between; |
|
841 -webkit-user-select: auto; |
|
842 user-select: auto; |
|
843 } |
|
844 |
|
845 .privacy-settings-accordion-trigger:hover, |
|
846 .privacy-settings-accordion-trigger:active, |
|
847 .health-check-accordion-trigger:hover, |
|
848 .health-check-accordion-trigger:active { |
|
849 background: #f6f7f7; |
|
850 } |
|
851 |
|
852 .privacy-settings-accordion-trigger:focus, |
|
853 .health-check-accordion-trigger:focus { |
|
854 color: #1d2327; |
|
855 border: none; |
|
856 box-shadow: none; |
|
857 outline-offset: -1px; |
|
858 outline: 2px solid #2271b1; |
|
859 background-color: #f6f7f7; |
|
860 } |
|
861 |
|
862 .privacy-settings-accordion-trigger .title, |
|
863 .health-check-accordion-trigger .title { |
|
864 pointer-events: none; |
|
865 font-weight: 600; |
|
866 flex-grow: 1; |
|
867 } |
|
868 |
|
869 .privacy-settings-accordion-trigger .icon, |
|
870 .privacy-settings-view-read .icon, |
|
871 .health-check-accordion-trigger .icon, |
|
872 .site-health-view-passed .icon { |
|
873 border: solid #50575e; |
|
874 border-width: 0 2px 2px 0; |
|
875 height: 0.5rem; |
|
876 pointer-events: none; |
|
877 position: absolute; |
|
878 right: 1.5em; |
|
879 top: 50%; |
|
880 transform: translateY(-70%) rotate(45deg); |
|
881 width: 0.5rem; |
|
882 } |
|
883 |
|
884 .privacy-settings-accordion-trigger .badge, |
|
885 .health-check-accordion-trigger .badge { |
|
886 padding: 0.1rem 0.5rem 0.15rem; |
|
887 color: #2c3338; |
|
888 font-weight: 600; |
|
889 } |
|
890 |
|
891 .privacy-settings-accordion-trigger .badge { |
|
892 margin-left: 0.5rem; |
|
893 } |
|
894 |
|
895 .privacy-settings-accordion-trigger .badge.blue, |
|
896 .health-check-accordion-trigger .badge.blue { |
|
897 border: 1px solid #72aee6; |
|
898 } |
|
899 |
|
900 .privacy-settings-accordion-trigger .badge.orange, |
|
901 .health-check-accordion-trigger .badge.orange { |
|
902 border: 1px solid #dba617; |
|
903 } |
|
904 |
|
905 .privacy-settings-accordion-trigger .badge.red, |
|
906 .health-check-accordion-trigger .badge.red { |
|
907 border: 1px solid #e65054; |
|
908 } |
|
909 |
|
910 .privacy-settings-accordion-trigger .badge.green, |
|
911 .health-check-accordion-trigger .badge.green { |
|
912 border: 1px solid #00ba37; |
|
913 } |
|
914 |
|
915 .privacy-settings-accordion-trigger .badge.purple, |
|
916 .health-check-accordion-trigger .badge.purple { |
|
917 border: 1px solid #2271b1; |
|
918 } |
|
919 |
|
920 .privacy-settings-accordion-trigger .badge.gray, |
|
921 .health-check-accordion-trigger .badge.gray { |
|
922 border: 1px solid #c3c4c7; |
|
923 } |
|
924 |
|
925 .privacy-settings-accordion-trigger[aria-expanded="true"] .icon, |
|
926 .privacy-settings-view-passed[aria-expanded="true"] .icon, |
|
927 .health-check-accordion-trigger[aria-expanded="true"] .icon, |
|
928 .site-health-view-passed[aria-expanded="true"] .icon { |
|
929 transform: translateY(-30%) rotate(-135deg) |
|
930 } |
|
931 |
|
932 .privacy-settings-accordion-panel, |
|
933 .health-check-accordion-panel { |
|
934 margin: 0; |
|
935 padding: 1em 1.5em; |
|
936 background: #fff; |
|
937 } |
|
938 |
|
939 .privacy-settings-accordion-panel[hidden], |
|
940 .health-check-accordion-panel[hidden] { |
|
941 display: none; |
|
942 } |
|
943 |
|
944 .privacy-settings-accordion-panel a .dashicons, |
|
945 .health-check-accordion-panel a .dashicons { |
|
946 text-decoration: none; |
|
947 } |
|
948 |
|
949 .privacy-settings-accordion-actions { |
|
950 text-align: right; |
|
951 display: block; |
|
952 } |
|
953 |
|
954 .privacy-settings-accordion-actions .success { |
|
955 display: none; |
|
956 color: #008a20; |
|
957 padding-right: 1em; |
|
958 padding-top: 6px; |
|
959 } |
|
960 |
|
961 .privacy-settings-accordion-actions .success.visible { |
|
962 display: inline-block; |
|
963 } |
|
964 |
|
682 /* Suggested text for privacy policy */ |
965 /* Suggested text for privacy policy */ |
683 .wp-privacy-policy-guide { |
966 .privacy-settings-accordion-panel.hide-privacy-policy-tutorial .wp-policy-help, /* For back-compat, see #49282 */ |
684 max-width: 1000px; |
967 .privacy-settings-accordion-panel.hide-privacy-policy-tutorial .privacy-policy-tutorial, |
685 } |
968 .privacy-settings-accordion-panel.hide-privacy-policy-tutorial .privacy-text-copy { |
686 |
|
687 .privacy-text-box { |
|
688 width: calc(100% - 260px); |
|
689 } |
|
690 |
|
691 .privacy-text-box-toc { |
|
692 float: right; |
|
693 width: 250px; |
|
694 background-color: #fff; |
|
695 } |
|
696 |
|
697 .privacy-text-box-toc p { |
|
698 margin: 0; |
|
699 padding: 0.7em 1em; |
|
700 border-bottom: 1px solid #eee; |
|
701 } |
|
702 |
|
703 .privacy-text-box-toc ol { |
|
704 margin-left: 2em; |
|
705 } |
|
706 |
|
707 .wp-privacy-policy-guide h3 { |
|
708 font-size: 1.2em; |
|
709 margin: 1em 0 0.5em; |
|
710 } |
|
711 |
|
712 .privacy-text-section .privacy-text-copy { |
|
713 float: right; |
|
714 } |
|
715 |
|
716 .privacy-text-section { |
|
717 position: relative; |
|
718 border-top: 1px solid #e3e3e3; |
|
719 } |
|
720 |
|
721 .privacy-text-box-head, |
|
722 .privacy-text-section.text-removed { |
|
723 padding-bottom: 12px; |
|
724 } |
|
725 |
|
726 .text-removed .policy-text { |
|
727 color: #666; |
|
728 font-weight: 600; |
|
729 } |
|
730 |
|
731 .privacy-text-actions { |
|
732 display: inline-block; |
|
733 width: 100%; |
|
734 height: 32px; |
|
735 line-height: 2.46153846; |
|
736 padding-bottom: 6px; |
|
737 } |
|
738 |
|
739 .privacy-text-actions .success { |
|
740 display: none; |
969 display: none; |
741 color: #40860a; |
970 } |
742 float: right; |
971 |
743 padding-right: 1em; |
972 .privacy-settings-accordion-panel strong.wp-policy-help, /* For back-compat, see #49282 */ |
744 } |
973 .privacy-settings-accordion-panel strong.privacy-policy-tutorial { |
745 |
|
746 .privacy-text-actions .success.visible { |
|
747 display: inline-block; |
|
748 height: 32px; |
|
749 } |
|
750 |
|
751 .wp-privacy-policy-guide .policy-text h2 { |
|
752 margin: 1.2em 0 1em; |
|
753 padding: 0; |
|
754 } |
|
755 |
|
756 .suggested-policy-content { |
|
757 font-style: italic; |
|
758 } |
|
759 |
|
760 .privacy-text-section .return-to-top { |
|
761 float: right; |
|
762 margin-right: -250px; |
|
763 margin-top: 6px; |
|
764 } |
|
765 |
|
766 #wpbody:target:before { |
|
767 content: ""; |
|
768 display: block; |
974 display: block; |
769 padding-top: 50px; |
975 margin: 0 0 1em; |
770 margin-top: -50px; |
976 } |
771 } |
977 |
772 |
978 .privacy-text-copy span { |
773 .hide-privacy-policy-tutorial { |
979 pointer-events: none; |
774 background-color: #fff; |
980 } |
775 } |
981 |
776 |
982 .privacy-settings-accordion-panel .wp-suggested-text > *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(div):not(.privacy-policy-tutorial):not(.wp-policy-help):not(.privacy-text-copy):not(span.success):not(.notice p), |
777 .hide-privacy-policy-tutorial .wp-policy-help, /* For back-compat, see #49282 */ |
983 .privacy-settings-accordion-panel .wp-suggested-text div > *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(div):not(.privacy-policy-tutorial):not(.wp-policy-help):not(.privacy-text-copy):not(span.success):not(.notice p), |
778 .hide-privacy-policy-tutorial .privacy-policy-tutorial { |
984 .privacy-settings-accordion-panel > *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(div):not(.privacy-policy-tutorial):not(.wp-policy-help):not(.privacy-text-copy):not(span.success):not(.notice p), |
779 display: none; |
985 .privacy-settings-accordion-panel div > *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(div):not(.privacy-policy-tutorial):not(.wp-policy-help):not(.privacy-text-copy):not(span.success):not(.notice p) { |
780 } |
|
781 |
|
782 .policy-text { |
|
783 margin-bottom: 1em; |
|
784 } |
|
785 |
|
786 .policy-text > *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(div):not(.privacy-policy-tutorial):not(.wp-policy-help), |
|
787 .policy-text div > *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(div):not(.privacy-policy-tutorial):not(.wp-policy-help) { |
|
788 background-color: #fff; |
|
789 margin: 0; |
986 margin: 0; |
790 padding: 1em; |
987 padding: 1em; |
791 } |
988 border-left: 2px solid #787c82; |
792 |
989 } |
793 .policy-text > *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(div):not(.privacy-policy-tutorial):not(.wp-policy-help) + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(div):not(.privacy-policy-tutorial):not(.wp-policy-help), |
990 |
794 .policy-text div > *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(div):not(.privacy-policy-tutorial):not(.wp-policy-help) + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(div):not(.privacy-policy-tutorial):not(.wp-policy-help) { |
991 /* Media queries */ |
795 padding-top: 0; |
992 @media screen and (max-width: 782px) { |
796 } |
993 |
797 |
994 .privacy-settings-body, |
798 .hide-privacy-policy-tutorial > *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(div):not(.privacy-policy-tutorial):not(.wp-policy-help) { |
995 .health-check-body { |
799 margin: 1em 0; |
996 margin: 0 12px; |
800 padding: 0; |
997 width: auto; |
801 } |
998 } |
802 |
999 |
803 .policy-text ul li, |
1000 .privacy-settings .notice, |
804 .policy-text ol li { |
1001 .site-health .notice { |
805 margin-left: 2em; |
1002 margin: 5px 10px 15px; |
806 } |
1003 } |
807 |
1004 |
808 .policy-text ul { |
1005 .privacy-settings .update-nag, |
809 list-style: disc; |
1006 .site-health .update-nag { |
810 } |
1007 margin-right: 10px; |
811 |
1008 margin-left: 10px; |
812 strong.wp-policy-help, /* For back-compat, see #49282 */ |
1009 } |
813 strong.privacy-policy-tutorial { |
1010 |
814 display: block; |
1011 input#create-page { |
815 margin: 0 0 1em; |
1012 margin-top: 10px; |
816 } |
1013 } |
817 |
1014 |
818 .notice.wp-pp-notice { |
1015 .wp-core-ui button.privacy-text-copy { |
819 margin: 15px 0 3px; |
1016 white-space: normal; |
820 } |
1017 line-height: 1.8; |
1018 } |
|
1019 } |
|
1020 |
|
1021 @media only screen and (max-width: 1004px) { |
|
1022 |
|
1023 .privacy-settings-body, |
|
1024 .health-check-body { |
|
1025 margin: 0 22px; |
|
1026 width: auto; |
|
1027 } |
|
1028 } |
|
1029 |
|
1030 /** |
|
1031 * End Privacy Settings section |
|
1032 */ |
|
821 |
1033 |
822 /*------------------------------------------------------------------------------ |
1034 /*------------------------------------------------------------------------------ |
823 11.1 - Custom Fields |
1035 11.1 - Custom Fields |
824 ------------------------------------------------------------------------------*/ |
1036 ------------------------------------------------------------------------------*/ |
825 |
1037 |
826 #postcustomstuff thead th { |
1038 #postcustomstuff thead th { |
827 padding: 5px 8px 8px; |
1039 padding: 5px 8px 8px; |
828 background-color: #f1f1f1; |
1040 background-color: #f0f0f1; |
829 } |
1041 } |
830 |
1042 |
831 #postcustom #postcustomstuff .submit { |
1043 #postcustom #postcustomstuff .submit { |
832 border: 0 none; |
1044 border: 0 none; |
833 float: none; |
1045 float: none; |
850 } |
1062 } |
851 |
1063 |
852 #postcustomstuff table { |
1064 #postcustomstuff table { |
853 margin: 0; |
1065 margin: 0; |
854 width: 100%; |
1066 width: 100%; |
855 border: 1px solid #ddd; |
1067 border: 1px solid #dcdcde; |
856 border-spacing: 0; |
1068 border-spacing: 0; |
857 background-color: #f9f9f9; |
1069 background-color: #f6f7f7; |
858 } |
1070 } |
859 |
1071 |
860 #postcustomstuff tr { |
1072 #postcustomstuff tr { |
861 vertical-align: top; |
1073 vertical-align: top; |
862 } |
1074 } |
945 vertical-align: middle; |
1157 vertical-align: middle; |
946 height: 20px; |
1158 height: 20px; |
947 width: 20px; |
1159 width: 20px; |
948 margin-top: -4px; |
1160 margin-top: -4px; |
949 margin-right: 7px; |
1161 margin-right: 7px; |
950 color: #ddd; |
1162 color: #dcdcde; |
951 font: normal 20px/1 dashicons; |
1163 font: normal 20px/1 dashicons; |
952 speak: none; |
1164 speak: never; |
953 -webkit-font-smoothing: antialiased; |
1165 -webkit-font-smoothing: antialiased; |
954 -moz-osx-font-smoothing: grayscale; |
1166 -moz-osx-font-smoothing: grayscale; |
955 } |
1167 } |
956 |
1168 |
957 a.post-format-icon:hover:before { |
1169 a.post-format-icon:hover:before { |
958 color: #006799; |
1170 color: #135e96; |
959 } |
1171 } |
960 |
1172 |
961 #post-formats-select { |
1173 #post-formats-select { |
962 line-height: 2; |
1174 line-height: 2; |
963 } |
1175 } |
1039 .taxonomydiv div.tabs-panel { |
1251 .taxonomydiv div.tabs-panel { |
1040 min-height: 42px; |
1252 min-height: 42px; |
1041 max-height: 200px; |
1253 max-height: 200px; |
1042 overflow: auto; |
1254 overflow: auto; |
1043 padding: 0 0.9em; |
1255 padding: 0 0.9em; |
1044 border: solid 1px #ddd; |
1256 border: solid 1px #dcdcde; |
1045 background-color: #fdfdfd; |
1257 background-color: #fff; |
1046 } |
1258 } |
1047 |
1259 |
1048 div.tabs-panel-active { |
1260 div.tabs-panel-active { |
1049 display: block; |
1261 display: block; |
1050 } |
1262 } |
1052 div.tabs-panel-inactive { |
1264 div.tabs-panel-inactive { |
1053 display: none; |
1265 display: none; |
1054 } |
1266 } |
1055 |
1267 |
1056 div.tabs-panel-active:focus { |
1268 div.tabs-panel-active:focus { |
1057 box-shadow: inset 0 0 0 1px #5b9dd9, inset 0 0 2px 1px rgba(30, 140, 190, 0.8); |
1269 box-shadow: inset 0 0 0 1px #4f94d4, inset 0 0 2px 1px rgba(79, 148, 212, 0.8); |
1058 outline: 0 none; |
1270 outline: 0 none; |
1059 } |
1271 } |
1060 |
1272 |
1061 #front-page-warning, |
1273 #front-page-warning, |
1062 #front-static-pages ul, |
1274 #front-static-pages ul, |
1108 } |
1320 } |
1109 |
1321 |
1110 p.description, |
1322 p.description, |
1111 .form-wrap p { |
1323 .form-wrap p { |
1112 margin: 2px 0 5px; |
1324 margin: 2px 0 5px; |
1113 color: #666; |
1325 color: #646970; |
1114 } |
1326 } |
1115 |
1327 |
1116 p.help, |
1328 p.help, |
1117 p.description, |
1329 p.description, |
1118 span.description, |
1330 span.description, |
1196 } |
1408 } |
1197 |
1409 |
1198 #poststuff .inside .the-tagcloud { |
1410 #poststuff .inside .the-tagcloud { |
1199 margin: 5px 0 10px; |
1411 margin: 5px 0 10px; |
1200 padding: 8px; |
1412 padding: 8px; |
1201 border: 1px solid #ddd; |
1413 border: 1px solid #dcdcde; |
1202 line-height: 1.2; |
1414 line-height: 1.2; |
1203 word-spacing: 3px; |
1415 word-spacing: 3px; |
1204 } |
1416 } |
1205 |
1417 |
1206 .the-tagcloud ul { |
1418 .the-tagcloud ul { |
1209 |
1421 |
1210 .the-tagcloud ul li { |
1422 .the-tagcloud ul li { |
1211 display: inline-block; |
1423 display: inline-block; |
1212 } |
1424 } |
1213 |
1425 |
1214 /* Suggest.js autocomplete, no more used by core. */ |
1426 /* Back-compat styles from deprecated jQuery.suggest, see ticket #40260. */ |
1215 .ac_results { |
1427 .ac_results { |
1216 display: none; |
1428 display: none; |
1217 margin: -1px 0 0; |
1429 margin: -1px 0 0; |
1218 padding: 0; |
1430 padding: 0; |
1219 list-style: none; |
1431 list-style: none; |
1220 position: absolute; |
1432 position: absolute; |
1221 z-index: 10000; |
1433 z-index: 10000; |
1222 border: 1px solid #5b9dd9; |
1434 border: 1px solid #4f94d4; |
1223 background-color: #fff; |
1435 background-color: #fff; |
1224 } |
1436 } |
1225 |
1437 |
1226 .wp-customizer .ac_results { |
1438 .wp-customizer .ac_results { |
1227 z-index: 500000; |
1439 z-index: 500000; |
1234 text-align: left; |
1446 text-align: left; |
1235 } |
1447 } |
1236 |
1448 |
1237 .ac_results .ac_over, |
1449 .ac_results .ac_over, |
1238 .ac_over .ac_match { |
1450 .ac_over .ac_match { |
1239 background-color: #0073aa; |
1451 background-color: #2271b1; |
1240 color: #fff; |
1452 color: #fff; |
1241 cursor: pointer; |
1453 cursor: pointer; |
1242 } |
1454 } |
1243 |
1455 |
1244 .ac_match { |
1456 .ac_match { |
1276 |
1488 |
1277 .comment-ays .comment-content a[href]:after { |
1489 .comment-ays .comment-content a[href]:after { |
1278 content: "(" attr( href ) ")"; |
1490 content: "(" attr( href ) ")"; |
1279 display: inline-block; |
1491 display: inline-block; |
1280 padding: 0 4px; |
1492 padding: 0 4px; |
1281 color: #72777C; |
1493 color: #646970; |
1282 font-size: 13px; |
1494 font-size: 13px; |
1283 word-break: break-all; |
1495 word-break: break-all; |
1284 } |
1496 } |
1285 |
1497 |
1286 .comment-ays .comment-content p.edit-comment { |
1498 .comment-ays .comment-content p.edit-comment { |
1695 .wp_themeSkin .mceSplitButton { |
1907 .wp_themeSkin .mceSplitButton { |
1696 margin-top: 1px; |
1908 margin-top: 1px; |
1697 } |
1909 } |
1698 |
1910 |
1699 .wp_themeSkin .mceSplitButton td a.mceAction { |
1911 .wp_themeSkin .mceSplitButton td a.mceAction { |
1700 padding-top: 6px; |
1912 padding: 6px 3px 6px 6px; |
1701 padding-bottom: 6px; |
|
1702 padding-left: 6px; |
|
1703 padding-right: 3px; |
|
1704 } |
1913 } |
1705 |
1914 |
1706 .wp_themeSkin .mceSplitButton td a.mceOpen, |
1915 .wp_themeSkin .mceSplitButton td a.mceOpen, |
1707 .wp_themeSkin .mceSplitButtonEnabled:hover td a.mceOpen { |
1916 .wp_themeSkin .mceSplitButtonEnabled:hover td a.mceOpen { |
1708 padding-top: 6px; |
1917 padding-top: 6px; |
1780 } |
1989 } |
1781 |
1990 |
1782 .links-table th, |
1991 .links-table th, |
1783 .links-table td { |
1992 .links-table td { |
1784 padding: 10px 0; |
1993 padding: 10px 0; |
1994 } |
|
1995 |
|
1996 .edit-term-notes { |
|
1997 display: none; |
|
1785 } |
1998 } |
1786 |
1999 |
1787 .privacy-text-box { |
2000 .privacy-text-box { |
1788 width: auto; |
2001 width: auto; |
1789 } |
2002 } |