1/*! This file is auto-generated */
2#poststuff {
3 padding-top: 10px;
4 min-width: 763px;
5}
6
7#poststuff #post-body {
8 padding: 0;
9}
10
11#poststuff .postbox-container {
12 width: 100%;
13}
14
15#poststuff #post-body.columns-2 {
16 margin-left: 300px;
17}
18
19/*------------------------------------------------------------------------------
20 11.0 - Write/Edit Post Screen
21------------------------------------------------------------------------------*/
22
23#show-comments {
24 overflow: hidden;
25}
26
27#save-action .spinner,
28#show-comments a {
29 float: right;
30}
31
32#show-comments .spinner {
33 float: none;
34 margin-top: 0;
35}
36
37#lost-connection-notice .spinner {
38 visibility: visible;
39 float: right;
40 margin: 0 0 0 5px;
41}
42
43#titlediv {
44 position: relative;
45}
46
47#titlediv label {
48 cursor: text;
49}
50
51#titlediv div.inside {
52 margin: 0;
53}
54
55#poststuff #titlewrap {
56 border: 0;
57 padding: 0;
58}
59
60#titlediv #title {
61 padding: 3px 8px;
62 font-size: 1.7em;
63 line-height: 100%;
64 height: 1.7em;
65 width: 100%;
66 outline: none;
67 margin: 0 0 3px;
68 background-color: #fff;
69}
70
71#titlediv #title-prompt-text {
72 color: #646970;
73 position: absolute;
74 font-size: 1.7em;
75 padding: 10px;
76 pointer-events: none;
77}
78
79#titlewrap .skiplink:focus {
80 clip: inherit;
81 clip-path: inherit;
82 left: 4px;
83 top: 4px;
84 width: auto;
85}
86
87input#link_description,
88input#link_url {
89 width: 100%;
90}
91
92#pending {
93 background: 100% none;
94 border: 0 none;
95 padding: 0;
96 font-size: 11px;
97 margin-top: -1px;
98}
99
100#edit-slug-box,
101#comment-link-box {
102 line-height: 1.84615384;
103 min-height: 25px;
104 margin-top: 5px;
105 padding: 0 10px;
106 color: #646970;
107}
108
109#sample-permalink {
110 display: inline-block;
111 max-width: 100%;
112 word-wrap: break-word;
113}
114
115#edit-slug-box .cancel {
116 margin-left: 10px;
117 padding: 0;
118 font-size: 11px;
119}
120
121#comment-link-box {
122 margin: 5px 0;
123 padding: 0 5px;
124}
125
126#editable-post-name-full {
127 display: none;
128}
129
130#editable-post-name {
131 font-weight: 600;
132}
133
134#editable-post-name input {
135 font-size: 13px;
136 font-weight: 400;
137 height: 24px;
138 margin: 0;
139 width: 16em;
140}
141
142.postarea h3 label {
143 float: right;
144}
145
146body.post-new-php .submitbox .submitdelete {
147 display: none;
148}
149
150.submitbox .submit a:hover {
151 text-decoration: underline;
152}
153
154.submitbox .submit input {
155 margin-bottom: 8px;
156 margin-left: 4px;
157 padding: 6px;
158}
159
160#post-status-select {
161 margin-top: 3px;
162}
163
164body.post-type-wp_navigation div#minor-publishing,
165body.post-type-wp_navigation .inline-edit-status {
166 display: none;
167}
168
169/* Post Screen */
170
171/* Only highlight drop zones when dragging and only in the 2 columns layout. */
172.is-dragging-metaboxes .metabox-holder .postbox-container .meta-box-sortables {
173 outline: 3px dashed #646970;
174 /* Prevent margin on the child from collapsing with margin on the parent. */
175 display: flow-root;
176 /*
177 * This min-height is meant to limit jumpiness while dragging. It's equivalent
178 * to the minimum height of the sortable-placeholder which is given by the height
179 * of a collapsed post box (36px + 1px top and bottom borders) + the placeholder
180 * bottom margin (20px) + 2 additional pixels to compensate browsers rounding.
181 */
182 min-height: 60px;
183 margin-bottom: 20px;
184}
185
186.postbox {
187 position: relative;
188 min-width: 255px;
189 border: 1px solid #c3c4c7;
190 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
191 background: #fff;
192}
193
194#trackback_url {
195 width: 99%;
196}
197
198#normal-sortables .postbox .submit {
199 background: transparent none;
200 border: 0 none;
201 float: left;
202 padding: 0 12px;
203 margin: 0;
204}
205
206.category-add input[type="text"],
207.category-add select {
208 width: 100%;
209 max-width: 260px;
210 vertical-align: baseline;
211}
212
213#side-sortables .category-add input[type="text"],
214#side-sortables .category-add select {
215 margin: 0 0 1em;
216}
217
218ul.category-tabs li,
219#side-sortables .add-menu-item-tabs li,
220.wp-tab-bar li {
221 display: inline;
222 line-height: 1.35;
223}
224
225.no-js .category-tabs li.hide-if-no-js {
226 display: none;
227}
228
229.category-tabs a,
230#side-sortables .add-menu-item-tabs a,
231.wp-tab-bar a {
232 text-decoration: none;
233}
234
235/* @todo: do these really need to be so specific? */
236#side-sortables .category-tabs .tabs a,
237#side-sortables .add-menu-item-tabs .tabs a,
238.wp-tab-bar .wp-tab-active a,
239#post-body ul.category-tabs li.tabs a,
240#post-body ul.add-menu-item-tabs li.tabs a {
241 color: #2c3338;
242}
243
244.category-tabs {
245 margin: 8px 0 5px;
246}
247
248/* Back-compat for pre-4.4 */
249#category-adder h4 {
250 margin: 0;
251}
252
253.taxonomy-add-new {
254 display: inline-block;
255 margin: 10px 0;
256 font-weight: 600;
257}
258
259#side-sortables .add-menu-item-tabs,
260.wp-tab-bar {
261 margin-bottom: 3px;
262}
263
264#normal-sortables .postbox #replyrow .submit {
265 float: none;
266 margin: 0;
267 padding: 5px 7px 10px;
268 overflow: hidden;
269}
270
271#side-sortables .submitbox .submit input,
272#side-sortables .submitbox .submit .preview,
273#side-sortables .submitbox .submit a.preview:hover {
274 border: 0 none;
275}
276
277/* @todo: make this a more generic class */
278ul.category-tabs,
279ul.add-menu-item-tabs,
280ul.wp-tab-bar {
281 margin-top: 12px;
282}
283
284ul.category-tabs li,
285ul.add-menu-item-tabs li {
286 border: solid 1px transparent;
287 position: relative;
288}
289
290ul.category-tabs li.tabs,
291ul.add-menu-item-tabs li.tabs,
292.wp-tab-active {
293 border: 1px solid #dcdcde;
294 border-bottom-color: #fff;
295 background-color: #fff;
296}
297
298ul.category-tabs li,
299ul.add-menu-item-tabs li,
300ul.wp-tab-bar li {
301 padding: 3px 5px 6px;
302}
303
304#set-post-thumbnail {
305 display: inline-block;
306 max-width: 100%;
307}
308
309#postimagediv .inside img {
310 max-width: 100%;
311 height: auto;
312 vertical-align: top;
313 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);
314 background-position: 100% 0, 10px 10px;
315 background-size: 20px 20px;
316}
317
318form#tags-filter {
319 position: relative;
320}
321
322/* Global classes */
323.wp-hidden-children .wp-hidden-child,
324.ui-tabs-hide {
325 display: none;
326}
327
328#post-body .tagsdiv #newtag {
329 margin-left: 5px;
330 width: 16em;
331}
332
333#side-sortables input#post_password {
334 width: 94%
335}
336
337#side-sortables .tagsdiv #newtag {
338 width: 68%;
339}
340
341#post-status-info {
342 width: 100%;
343 border-spacing: 0;
344 border: 1px solid #c3c4c7;
345 border-top: none;
346 background-color: #f6f7f7;
347 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
348 z-index: 999;
349}
350
351#post-status-info td {
352 font-size: 12px;
353}
354
355.autosave-info {
356 padding: 2px 10px;
357 text-align: left;
358}
359
360#editorcontent #post-status-info {
361 border: none;
362}
363
364#content-resize-handle {
365 background: transparent url(../images/resize.gif) no-repeat scroll left bottom;
366 width: 12px;
367 cursor: row-resize;
368}
369
370/*rtl:ignore*/
371.rtl #content-resize-handle {
372 background-image: url(../images/resize-rtl.gif);
373 background-position: left bottom;
374}
375
376.wp-editor-expand #content-resize-handle {
377 display: none;
378}
379
380#postdivrich #content {
381 resize: none;
382}
383
384#wp-word-count {
385 padding: 2px 10px;
386}
387
388#wp-content-editor-container {
389 position: relative;
390}
391
392.wp-editor-expand #wp-content-editor-tools {
393 z-index: 1000;
394 border-bottom: 1px solid #c3c4c7;
395}
396
397.wp-editor-expand #wp-content-editor-container {
398 box-shadow: none;
399 margin-top: -1px;
400}
401
402.wp-editor-expand #wp-content-editor-container {
403 border-bottom: 0 none;
404}
405
406.wp-editor-expand div.mce-statusbar {
407 z-index: 1;
408}
409
410.wp-editor-expand #post-status-info {
411 border-top: 1px solid #c3c4c7;
412}
413
414.wp-editor-expand div.mce-toolbar-grp {
415 z-index: 999;
416}
417
418/* TinyMCE native fullscreen mode override */
419.mce-fullscreen #wp-content-wrap .mce-menubar,
420.mce-fullscreen #wp-content-wrap .mce-toolbar-grp,
421.mce-fullscreen #wp-content-wrap .mce-edit-area,
422.mce-fullscreen #wp-content-wrap .mce-statusbar {
423 position: static !important;
424 width: auto !important;
425 padding: 0 !important;
426}
427
428.mce-fullscreen #wp-content-wrap .mce-statusbar {
429 visibility: visible !important;
430}
431
432.mce-fullscreen #wp-content-wrap .mce-tinymce .mce-wp-dfw {
433 display: none;
434}
435
436.post-php.mce-fullscreen #wpadminbar,
437.mce-fullscreen #wp-content-wrap .mce-wp-dfw {
438 display: none;
439}
440/* End TinyMCE native fullscreen mode override */
441
442#wp-content-editor-tools {
443 background-color: #f0f0f1;
444 padding-top: 20px;
445}
446
447#poststuff #post-body.columns-2 #side-sortables {
448 width: 280px;
449}
450
451#timestampdiv select {
452 vertical-align: top;
453 font-size: 12px;
454 line-height: 2.33333333; /* 28px */
455}
456
457#aa, #jj, #hh, #mn {
458 padding: 6px 1px;
459 font-size: 12px;
460 line-height: 1.16666666; /* 14px */
461}
462
463#jj, #hh, #mn {
464 width: 2em;
465}
466
467#aa {
468 width: 3.4em;
469}
470
471.curtime #timestamp {
472 padding: 2px 0 1px;
473 display: inline !important;
474 height: auto !important;
475}
476
477#post-body .misc-pub-post-status:before,
478#post-body #visibility:before,
479.curtime #timestamp:before,
480#post-body .misc-pub-uploadedby:before,
481#post-body .misc-pub-uploadedto:before,
482#post-body .misc-pub-revisions:before,
483#post-body .misc-pub-response-to:before,
484#post-body .misc-pub-comment-status:before {
485 color: #8c8f94;
486}
487
488#post-body .misc-pub-post-status:before,
489#post-body #visibility:before,
490.curtime #timestamp:before,
491#post-body .misc-pub-uploadedby:before,
492#post-body .misc-pub-uploadedto:before,
493#post-body .misc-pub-revisions:before,
494#post-body .misc-pub-response-to:before,
495#post-body .misc-pub-comment-status:before {
496 font: normal 20px/1 dashicons;
497 display: inline-block;
498 margin-right: -1px;
499 padding-left: 3px;
500 vertical-align: top;
501 -webkit-font-smoothing: antialiased;
502 -moz-osx-font-smoothing: grayscale;
503}
504
505#post-body .misc-pub-post-status:before,
506#post-body .misc-pub-comment-status:before {
507 content: "\f173";
508 content: "\f173" / '';
509}
510
511#post-body #visibility:before {
512 content: "\f177";
513 content: "\f177" / '';
514}
515
516.curtime #timestamp:before {
517 content: "\f145";
518 content: "\f145" / '';
519 position: relative;
520 top: -1px;
521}
522
523#post-body .misc-pub-uploadedby:before {
524 content: "\f110";
525 content: "\f110" / '';
526 position: relative;
527 top: -1px;
528}
529
530#post-body .misc-pub-uploadedto:before {
531 content: "\f318";
532 content: "\f318" / '';
533 position: relative;
534 top: -1px;
535}
536
537#post-body .misc-pub-revisions:before {
538 content: "\f321";
539 content: "\f321" / '';
540}
541
542#post-body .misc-pub-response-to:before {
543 content: "\f101";
544 content: "\f101" / '';
545}
546
547#timestampdiv {
548 padding-top: 5px;
549 line-height: 1.76923076;
550}
551
552#timestampdiv p {
553 margin: 8px 0 6px;
554}
555
556#timestampdiv input {
557 text-align: center;
558}
559
560.notification-dialog {
561 position: fixed;
562 top: 30%;
563 max-height: 70%;
564 right: 50%;
565 width: 450px;
566 margin-right: -225px;
567 background: #fff;
568 box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
569 line-height: 1.5;
570 z-index: 1000005;
571 overflow-y: auto;
572}
573
574.notification-dialog-background {
575 position: fixed;
576 top: 0;
577 right: 0;
578 left: 0;
579 bottom: 0;
580 background: #000;
581 opacity: 0.7;
582 filter: alpha(opacity=70);
583 z-index: 1000000;
584}
585
586#post-lock-dialog .post-locked-message,
587#post-lock-dialog .post-taken-over {
588 margin: 25px;
589}
590
591#post-lock-dialog .post-locked-message a.button,
592#file-editor-warning .button {
593 margin-left: 10px;
594}
595
596#post-lock-dialog .post-locked-avatar {
597 float: right;
598 margin: 0 0 20px 20px;
599}
600
601#post-lock-dialog .wp-tab-first {
602 outline: 0;
603}
604
605#post-lock-dialog .locked-saving img {
606 float: right;
607 margin-left: 3px;
608}
609
610#post-lock-dialog.saving .locked-saving,
611#post-lock-dialog.saved .locked-saved {
612 display: inline;
613}
614
615#excerpt {
616 display: block;
617 margin: 12px 0 0;
618 height: 4em;
619 width: 100%;
620}
621
622.tagchecklist {
623 margin-right: 14px;
624 font-size: 12px;
625 overflow: auto;
626}
627
628.tagchecklist br {
629 display: none;
630}
631
632.tagchecklist strong {
633 margin-right: -8px;
634 position: absolute;
635}
636
637.tagchecklist > li {
638 float: right;
639 margin-left: 25px;
640 font-size: 13px;
641 line-height: 1.8;
642 cursor: default;
643 max-width: 100%;
644 overflow: hidden;
645 text-overflow: ellipsis;
646}
647
648.tagchecklist .ntdelbutton {
649 position: absolute;
650 width: 24px;
651 height: 24px;
652 border: none;
653 margin: 0 -19px 0 0;
654 padding: 0;
655 background: none;
656 cursor: pointer;
657 text-indent: 0;
658}
659
660#poststuff h3.hndle, /* Back-compat for pre-4.4 */
661#poststuff .stuffbox > h3, /* Back-compat for pre-4.4 */
662#poststuff h2 {
663 font-size: 14px;
664 padding: 8px 12px;
665 margin: 0;
666 line-height: 1.4;
667}
668
669#poststuff .stuffbox h2 {
670 padding: 8px 10px;
671}
672
673#poststuff .stuffbox > h2 {
674 border-bottom: 1px solid #f0f0f1;
675}
676
677#poststuff .inside {
678 margin: 6px 0 0;
679}
680
681.link-php #poststuff .inside,
682.link-add-php #poststuff .inside {
683 margin-top: 12px;
684}
685
686#poststuff .stuffbox .inside {
687 margin: 0;
688}
689
690#poststuff .inside #parent_id,
691#poststuff .inside #page_template {
692 max-width: 100%;
693}
694
695.post-attributes-label-wrapper {
696 margin-bottom: 0.5em;
697}
698
699.post-attributes-label {
700 vertical-align: baseline;
701 font-weight: 600;
702}
703
704#post-visibility-select,
705#comment-status-radio {
706 line-height: 1.5;
707 margin-top: 3px;
708}
709
710#linksubmitdiv .inside, /* Old Link Manager back-compat. */
711#poststuff #submitdiv .inside {
712 margin: 0;
713 padding: 0;
714}
715
716#post-body-content,
717.edit-form-section {
718 margin-bottom: 20px;
719}
720
721.wp_attachment_details .attachment-content-description {
722 margin-top: 0.5385em;
723 display: inline-block;
724 min-height: 1.6923em;
725}
726
727/**
728* Privacy Settings section
729*
730* Note: This section includes selectors from
731* Site Health where duplicate styling is used.
732*/
733
734/* General */
735.privacy-settings #wpcontent,
736.privacy-settings.auto-fold #wpcontent,
737.site-health #wpcontent,
738.site-health.auto-fold #wpcontent {
739 padding-right: 0;
740}
741
742/* Better position for the WordPress admin notices. */
743.privacy-settings .notice,
744.site-health .notice {
745 margin: 25px 22px 15px 20px;
746}
747
748.privacy-settings .notice ~ .notice,
749.site-health .notice ~ .notice {
750 margin-top: 5px;
751}
752
753/* Emulates .wrap h1 styling */
754.privacy-settings-header h1,
755.health-check-header h1 {
756 display: inline-block;
757 font-weight: 600;
758 margin: 0 0.8rem 1rem;
759 font-size: 23px;
760 padding: 9px 0 4px;
761 line-height: 1.3;
762}
763
764/* Header */
765.privacy-settings-header,
766.health-check-header {
767 text-align: center;
768 margin: 0 0 1rem;
769 background: #fff;
770 border-bottom: 1px solid #dcdcde;
771}
772
773.privacy-settings-title-section,
774.health-check-title-section {
775 display: flex;
776 align-items: center;
777 justify-content: center;
778 clear: both;
779 padding-top: 8px;
780}
781
782.privacy-settings-tabs-wrapper {
783 /* IE 11 */
784 display: -ms-inline-grid;
785 -ms-grid-columns: 1fr 1fr;
786 vertical-align: top;
787 /* modern browsers */
788 display: inline-grid;
789 grid-template-columns: 1fr 1fr;
790}
791
792.privacy-settings-tab {
793 display: block; /* IE 11 */
794 text-decoration: none;
795 color: inherit;
796 padding: 0.5rem 1rem 1rem;
797 margin: 0 1rem;
798 transition: box-shadow 0.5s ease-in-out;
799}
800
801.privacy-settings-tab:nth-child(1),
802.health-check-tab:nth-child(1) {
803 -ms-grid-column: 1; /* IE 11 */
804}
805
806.privacy-settings-tab:nth-child(2),
807.health-check-tab:nth-child(2) {
808 -ms-grid-column: 2; /* IE 11 */
809}
810
811.privacy-settings-tab:focus,
812.health-check-tab:focus {
813 color: #1d2327;
814 outline: 1px solid #787c82;
815 box-shadow: none;
816}
817
818.privacy-settings-tab.active,
819.health-check-tab.active {
820 box-shadow: inset 0 -3px #3582c4;
821 font-weight: 600;
822}
823
824/* Body */
825.privacy-settings-body,
826.health-check-body {
827 max-width: 800px;
828 margin: 0 auto;
829}
830
831.tools-privacy-policy-page th {
832 min-width: 230px;
833}
834
835.hr-separator {
836 margin-top: 20px;
837 margin-bottom: 15px;
838}
839
840/* Accordions */
841.privacy-settings-accordion,
842.health-check-accordion {
843 border: 1px solid #c3c4c7;
844}
845
846.privacy-settings-accordion-heading,
847.health-check-accordion-heading {
848 margin: 0;
849 border-top: 1px solid #c3c4c7;
850 font-size: inherit;
851 line-height: inherit;
852 font-weight: 600;
853 color: inherit;
854}
855
856.privacy-settings-accordion-heading:first-child,
857.health-check-accordion-heading:first-child {
858 border-top: none;
859}
860
861.privacy-settings-accordion-trigger,
862.health-check-accordion-trigger {
863 background: #fff;
864 border: 0;
865 color: #2c3338;
866 cursor: pointer;
867 display: flex;
868 font-weight: 400;
869 margin: 0;
870 padding: 1em 1.5em 1em 3.5em;
871 min-height: 46px;
872 position: relative;
873 text-align: right;
874 width: 100%;
875 align-items: center;
876 justify-content: space-between;
877 -webkit-user-select: auto;
878 user-select: auto;
879}
880
881.privacy-settings-accordion-trigger:hover,
882.privacy-settings-accordion-trigger:active,
883.health-check-accordion-trigger:hover,
884.health-check-accordion-trigger:active {
885 background: #f6f7f7;
886}
887
888.privacy-settings-accordion-trigger:focus,
889.health-check-accordion-trigger:focus {
890 color: #1d2327;
891 border: none;
892 box-shadow: none;
893 outline-offset: -1px;
894 outline: 2px solid #2271b1;
895 background-color: #f6f7f7;
896}
897
898.privacy-settings-accordion-trigger .title,
899.health-check-accordion-trigger .title {
900 pointer-events: none;
901 font-weight: 600;
902 flex-grow: 1;
903}
904
905.privacy-settings-accordion-trigger .icon,
906.privacy-settings-view-read .icon,
907.health-check-accordion-trigger .icon,
908.site-health-view-passed .icon {
909 border: solid #50575e;
910 border-width: 0 0 2px 2px;
911 height: 0.5rem;
912 pointer-events: none;
913 position: absolute;
914 left: 1.5em;
915 top: 50%;
916 transform: translateY(-70%) rotate(-45deg);
917 width: 0.5rem;
918}
919
920.privacy-settings-accordion-trigger .badge,
921.health-check-accordion-trigger .badge {
922 padding: 0.1rem 0.5rem 0.15rem;
923 color: #2c3338;
924 font-weight: 600;
925}
926
927.privacy-settings-accordion-trigger .badge {
928 margin-right: 0.5rem;
929}
930
931.privacy-settings-accordion-trigger .badge.blue,
932.health-check-accordion-trigger .badge.blue {
933 border: 1px solid #72aee6;
934}
935
936.privacy-settings-accordion-trigger .badge.orange,
937.health-check-accordion-trigger .badge.orange {
938 border: 1px solid #dba617;
939}
940
941.privacy-settings-accordion-trigger .badge.red,
942.health-check-accordion-trigger .badge.red {
943 border: 1px solid #e65054;
944}
945
946.privacy-settings-accordion-trigger .badge.green,
947.health-check-accordion-trigger .badge.green {
948 border: 1px solid #00ba37;
949}
950
951.privacy-settings-accordion-trigger .badge.purple,
952.health-check-accordion-trigger .badge.purple {
953 border: 1px solid #2271b1;
954}
955
956.privacy-settings-accordion-trigger .badge.gray,
957.health-check-accordion-trigger .badge.gray {
958 border: 1px solid #c3c4c7;
959}
960
961.privacy-settings-accordion-trigger[aria-expanded="true"] .icon,
962.privacy-settings-view-passed[aria-expanded="true"] .icon,
963.health-check-accordion-trigger[aria-expanded="true"] .icon,
964.site-health-view-passed[aria-expanded="true"] .icon {
965 transform: translateY(-30%) rotate(135deg)
966}
967
968.privacy-settings-accordion-panel,
969.health-check-accordion-panel {
970 margin: 0;
971 padding: 1em 1.5em;
972 background: #fff;
973}
974
975.privacy-settings-accordion-panel[hidden],
976.health-check-accordion-panel[hidden] {
977 display: none;
978}
979
980.privacy-settings-accordion-panel a .dashicons,
981.health-check-accordion-panel a .dashicons {
982 text-decoration: none;
983}
984
985.privacy-settings-accordion-actions {
986 text-align: left;
987 display: block;
988}
989
990.privacy-settings-accordion-actions .success {
991 display: none;
992 color: #007017;
993 padding-left: 1em;
994 padding-top: 6px;
995}
996
997.privacy-settings-accordion-actions .success.visible {
998 display: inline-block;
999}
1000
1001/* Suggested text for privacy policy */
1002.privacy-settings-accordion-panel.hide-privacy-policy-tutorial .wp-policy-help, /* For back-compat, see #49282 */
1003.privacy-settings-accordion-panel.hide-privacy-policy-tutorial .privacy-policy-tutorial,
1004.privacy-settings-accordion-panel.hide-privacy-policy-tutorial .privacy-text-copy {
1005 display: none;
1006}
1007
1008.privacy-settings-accordion-panel strong.wp-policy-help, /* For back-compat, see #49282 */
1009.privacy-settings-accordion-panel strong.privacy-policy-tutorial {
1010 display: block;
1011 margin: 0 0 1em;
1012}
1013
1014.privacy-text-copy span {
1015 pointer-events: none;
1016}
1017
1018.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),
1019.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),
1020.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),
1021.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) {
1022 margin: 0;
1023 padding: 1em;
1024 border-right: 2px solid #787c82;
1025}
1026
1027/* Media queries */
1028@media screen and (max-width: 782px) {
1029
1030 .privacy-settings-body,
1031 .health-check-body {
1032 margin: 0 12px;
1033 width: auto;
1034 }
1035
1036 .privacy-settings .notice,
1037 .site-health .notice {
1038 margin: 5px 10px 15px;
1039 }
1040
1041 .privacy-settings .update-nag,
1042 .site-health .update-nag {
1043 margin-left: 10px;
1044 margin-right: 10px;
1045 }
1046
1047 input#create-page {
1048 margin-top: 10px;
1049 }
1050
1051 .wp-core-ui button.privacy-text-copy {
1052 white-space: normal;
1053 line-height: 1.8;
1054 }
1055
1056 #edit-slug-box {
1057 padding: 0;
1058 }
1059
1060 #titlewrap .skiplink:focus {
1061 top: 5px;
1062 }
1063}
1064
1065@media only screen and (max-width: 1004px) {
1066
1067 .privacy-settings-body,
1068 .health-check-body {
1069 margin: 0 22px;
1070 width: auto;
1071 }
1072}
1073
1074/**
1075* End Privacy Settings section
1076*/
1077
1078/*------------------------------------------------------------------------------
1079 11.1 - Custom Fields
1080------------------------------------------------------------------------------*/
1081
1082#postcustomstuff thead th {
1083 padding: 5px 8px 8px;
1084 background-color: #f0f0f1;
1085}
1086
1087#postcustom #postcustomstuff .submit {
1088 border: 0 none;
1089 float: none;
1090 padding: 0 8px 8px;
1091}
1092
1093#postcustom #postcustomstuff .add-custom-field {
1094 padding: 12px 8px 8px;
1095}
1096
1097#side-sortables #postcustom #postcustomstuff .submit {
1098 margin: 0;
1099 padding: 0;
1100}
1101
1102#side-sortables #postcustom #postcustomstuff #the-list textarea {
1103 height: 85px;
1104}
1105
1106#side-sortables #postcustom #postcustomstuff td.left input,
1107#side-sortables #postcustom #postcustomstuff td.left select,
1108#side-sortables #postcustomstuff #newmetaleft a {
1109 margin: 3px 3px 0;
1110}
1111
1112#postcustomstuff table {
1113 margin: 0;
1114 width: 100%;
1115 border: 1px solid #dcdcde;
1116 border-spacing: 0;
1117 background-color: #f6f7f7;
1118}
1119
1120#postcustomstuff tr {
1121 vertical-align: top;
1122}
1123
1124#postcustomstuff table input,
1125#postcustomstuff table select,
1126#postcustomstuff table textarea {
1127 width: 96%;
1128 margin: 8px;
1129}
1130
1131#side-sortables #postcustomstuff table input,
1132#side-sortables #postcustomstuff table select,
1133#side-sortables #postcustomstuff table textarea {
1134 margin: 3px;
1135}
1136
1137#postcustomstuff th.left,
1138#postcustomstuff td.left {
1139 width: 38%;
1140}
1141
1142#postcustomstuff .submit input {
1143 margin: 0;
1144 width: auto;
1145}
1146
1147#postcustomstuff #newmetaleft a,
1148#postcustomstuff #newmeta-button {
1149 display: inline-block;
1150 margin: 0 8px 8px;
1151 text-decoration: none;
1152}
1153
1154.no-js #postcustomstuff #enternew {
1155 display: none;
1156}
1157
1158#post-body-content .compat-attachment-fields {
1159 margin-bottom: 20px;
1160}
1161
1162.compat-attachment-fields th {
1163 padding-top: 5px;
1164 padding-left: 10px;
1165}
1166
1167/*------------------------------------------------------------------------------
1168 11.3 - Featured Images
1169------------------------------------------------------------------------------*/
1170
1171#select-featured-image {
1172 padding: 4px 0;
1173 overflow: hidden;
1174}
1175
1176#select-featured-image img {
1177 max-width: 100%;
1178 height: auto;
1179 margin-bottom: 10px;
1180}
1181
1182#select-featured-image a {
1183 float: right;
1184 clear: both;
1185}
1186
1187#select-featured-image .remove {
1188 display: none;
1189 margin-top: 10px;
1190}
1191
1192.js #select-featured-image.has-featured-image .remove {
1193 display: inline-block;
1194}
1195
1196.no-js #select-featured-image .choose {
1197 display: none;
1198}
1199
1200/*------------------------------------------------------------------------------
1201 11.4 - Post formats
1202------------------------------------------------------------------------------*/
1203
1204.post-format-icon::before {
1205 display: inline-block;
1206 vertical-align: middle;
1207 height: 20px;
1208 width: 20px;
1209 margin-top: -4px;
1210 margin-left: 7px;
1211 color: #dcdcde;
1212 font: normal 20px/1 dashicons;
1213 -webkit-font-smoothing: antialiased;
1214 -moz-osx-font-smoothing: grayscale;
1215}
1216
1217a.post-format-icon:hover:before {
1218 color: #135e96;
1219}
1220
1221#post-formats-select {
1222 line-height: 2;
1223}
1224
1225#post-formats-select .post-format-icon::before {
1226 top: 5px;
1227}
1228
1229input.post-format {
1230 margin-top: 1px;
1231}
1232
1233label.post-format-icon {
1234 margin-right: 0;
1235 padding: 2px 0;
1236}
1237
1238.post-format-icon.post-format-standard::before {
1239 content: "\f109";
1240 content: "\f109" / '';
1241}
1242
1243.post-format-icon.post-format-image::before {
1244 content: "\f128";
1245 content: "\f128" / '';
1246}
1247
1248.post-format-icon.post-format-gallery::before {
1249 content: "\f161";
1250 content: "\f161" / '';
1251}
1252
1253.post-format-icon.post-format-audio::before {
1254 content: "\f127";
1255 content: "\f127" / '';
1256}
1257
1258.post-format-icon.post-format-video::before {
1259 content: "\f126";
1260 content: "\f126" / '';
1261}
1262
1263.post-format-icon.post-format-chat::before {
1264 content: "\f125";
1265 content: "\f125" / '';
1266}
1267
1268.post-format-icon.post-format-status::before {
1269 content: "\f130";
1270 content: "\f130" / '';
1271}
1272
1273.post-format-icon.post-format-aside::before {
1274 content: "\f123";
1275 content: "\f123" / '';
1276}
1277
1278.post-format-icon.post-format-quote::before {
1279 content: "\f122";
1280 content: "\f122" / '';
1281}
1282
1283.post-format-icon.post-format-link::before {
1284 content: "\f103";
1285 content: "\f103" / '';
1286}
1287
1288/*------------------------------------------------------------------------------
1289 12.0 - Categories
1290------------------------------------------------------------------------------*/
1291
1292.category-adder {
1293 margin-right: 120px;
1294 padding: 4px 0;
1295}
1296
1297.category-adder h4 {
1298 margin: 0 0 8px;
1299}
1300
1301#side-sortables .category-adder {
1302 margin: 0;
1303}
1304
1305.wp-tab-panel,
1306.categorydiv div.tabs-panel,
1307.customlinkdiv div.tabs-panel,
1308.posttypediv div.tabs-panel,
1309.taxonomydiv div.tabs-panel {
1310 min-height: 42px;
1311 max-height: 200px;
1312 overflow: auto;
1313 padding: 0 0.9em;
1314 border: solid 1px #dcdcde;
1315 background-color: #fff;
1316}
1317
1318div.tabs-panel-active {
1319 display: block;
1320}
1321
1322div.tabs-panel-inactive {
1323 display: none;
1324}
1325
1326div.tabs-panel-active:focus {
1327 box-shadow: inset 0 0 0 2px #2271b1;
1328 /* Only visible in Windows High Contrast mode */
1329 outline: 2px solid transparent;
1330}
1331.options-discussion-php .indent-children ul,
1332#front-page-warning,
1333#front-static-pages ul,
1334ul.export-filters,
1335.inline-editor ul.cat-checklist ul,
1336.categorydiv ul.categorychecklist ul,
1337.customlinkdiv ul.categorychecklist ul,
1338.posttypediv ul.categorychecklist ul,
1339.taxonomydiv ul.categorychecklist ul {
1340 margin-right: 18px;
1341}
1342
1343ul.categorychecklist li {
1344 margin: 0;
1345 padding: 0;
1346 line-height: 1.69230769;
1347 word-wrap: break-word;
1348}
1349
1350.categorydiv .tabs-panel,
1351.customlinkdiv .tabs-panel,
1352.posttypediv .tabs-panel,
1353.taxonomydiv .tabs-panel {
1354 border-width: 3px;
1355 border-style: solid;
1356}
1357
1358.form-wrap label {
1359 display: block;
1360 padding: 2px 0;
1361}
1362
1363.form-field input[type="text"],
1364.form-field input[type="password"],
1365.form-field input[type="email"],
1366.form-field input[type="number"],
1367.form-field input[type="search"],
1368.form-field input[type="tel"],
1369.form-field input[type="url"],
1370.form-field textarea {
1371 border-style: solid;
1372 border-width: 1px;
1373 width: 95%;
1374}
1375
1376.form-field select,
1377.form-field p {
1378 max-width: 95%;
1379}
1380
1381p.description,
1382.form-wrap p {
1383 margin: 2px 0 5px;
1384 color: #646970;
1385}
1386
1387p.help,
1388p.description,
1389span.description,
1390.form-wrap p {
1391 font-size: 13px;
1392}
1393
1394p.description code {
1395 font-style: normal;
1396}
1397
1398p.description code,
1399.form-wrap p code {
1400 color: #50575e;
1401}
1402
1403.form-wrap .form-field {
1404 margin: 1em 0;
1405 padding: 0;
1406}
1407
1408.col-wrap h2 {
1409 margin: 12px 0;
1410 font-size: 1.1em;
1411}
1412
1413.col-wrap p.submit {
1414 margin-top: -10px;
1415}
1416
1417.edit-term-notes {
1418 margin-top: 2em;
1419}
1420
1421/*------------------------------------------------------------------------------
1422 13.0 - Tags
1423------------------------------------------------------------------------------*/
1424
1425#poststuff .tagsdiv .ajaxtag {
1426 margin-top: 1em;
1427}
1428
1429#poststuff .tagsdiv .howto {
1430 margin: 1em 0 6px;
1431}
1432
1433.ajaxtag .newtag {
1434 position: relative;
1435}
1436
1437.tagsdiv .newtag {
1438 width: 180px;
1439}
1440
1441.tagsdiv .the-tags {
1442 display: block;
1443 height: 60px;
1444 margin: 0 auto;
1445 overflow: auto;
1446 width: 260px;
1447}
1448
1449#post-body-content .tagsdiv .the-tags {
1450 margin: 0 5px;
1451}
1452
1453p.popular-tags {
1454 border: none;
1455 line-height: 2em;
1456 padding: 8px 12px 12px;
1457 text-align: justify;
1458}
1459
1460p.popular-tags a {
1461 padding: 0 3px;
1462}
1463
1464.tagcloud {
1465 width: 97%;
1466 margin: 0 0 40px;
1467 text-align: justify;
1468}
1469
1470.tagcloud h2 {
1471 margin: 2px 0 12px;
1472}
1473
1474#poststuff .inside .the-tagcloud {
1475 margin: 5px 0 10px;
1476 padding: 8px;
1477 border: 1px solid #dcdcde;
1478 line-height: 1.2;
1479 word-spacing: 3px;
1480}
1481
1482.the-tagcloud ul {
1483 margin: 0;
1484}
1485
1486.the-tagcloud ul li {
1487 display: inline-block;
1488}
1489
1490/* Back-compat styles from deprecated jQuery.suggest, see ticket #40260. */
1491.ac_results {
1492 display: none;
1493 margin: -1px 0 0;
1494 padding: 0;
1495 list-style: none;
1496 position: absolute;
1497 z-index: 10000;
1498 border: 1px solid #4f94d4;
1499 background-color: #fff;
1500}
1501
1502.wp-customizer .ac_results {
1503 z-index: 500000;
1504}
1505
1506.ac_results li {
1507 margin: 0;
1508 padding: 5px 10px;
1509 white-space: nowrap;
1510 text-align: right;
1511}
1512
1513.ac_results .ac_over,
1514.ac_over .ac_match {
1515 background-color: #2271b1;
1516 color: #fff;
1517 cursor: pointer;
1518}
1519
1520.ac_match {
1521 text-decoration: underline;
1522}
1523
1524#addtag .spinner {
1525 float: none;
1526 vertical-align: top;
1527}
1528
1529#edittag {
1530 max-width: 800px;
1531}
1532
1533.edit-tag-actions {
1534 margin-top: 20px;
1535}
1536
1537/* Comments */
1538
1539.comment-php .wp-editor-area {
1540 height: 200px;
1541}
1542
1543.comment-ays th,
1544.comment-ays td {
1545 padding: 10px 15px;
1546}
1547
1548.comment-ays .comment-content ul {
1549 list-style: initial;
1550 margin-right: 2em;
1551}
1552
1553.comment-ays .comment-content a[href]:after {
1554 content: "(" attr( href ) ")";
1555 display: inline-block;
1556 padding: 0 4px;
1557 color: #646970;
1558 font-size: 13px;
1559 word-break: break-all;
1560}
1561
1562.comment-ays .comment-content p.edit-comment {
1563 margin-top: 10px;
1564}
1565
1566.comment-ays .comment-content p.edit-comment a[href]:after {
1567 content: "";
1568 padding: 0;
1569}
1570
1571.comment-ays-submit .button-cancel {
1572 margin-right: 1em;
1573}
1574
1575.trash-undo-inside,
1576.spam-undo-inside {
1577 margin: 1px 0 1px 8px;
1578 line-height: 1.23076923;
1579}
1580
1581.spam-undo-inside .avatar,
1582.trash-undo-inside .avatar {
1583 height: 20px;
1584 width: 20px;
1585 margin-left: 8px;
1586 vertical-align: middle;
1587}
1588
1589.stuffbox .editcomment {
1590 clear: none;
1591 margin-top: 0;
1592}
1593
1594#namediv.stuffbox .editcomment input {
1595 width: 100%;
1596}
1597
1598#namediv.stuffbox .editcomment.form-table td {
1599 padding: 10px;
1600}
1601
1602#comment-status-radio p {
1603 margin: 3px 0 5px;
1604}
1605
1606#comment-status-radio input {
1607 margin: 2px 0 5px 3px;
1608 vertical-align: middle;
1609}
1610
1611#comment-status-radio label {
1612 padding: 5px 0;
1613}
1614
1615/* links tables */
1616table.links-table {
1617 width: 100%;
1618 border-spacing: 0;
1619}
1620
1621.links-table th {
1622 font-weight: 400;
1623 text-align: right;
1624 vertical-align: top;
1625 min-width: 80px;
1626 width: 20%;
1627 word-wrap: break-word;
1628}
1629
1630.links-table th,
1631.links-table td {
1632 padding: 5px 0;
1633}
1634
1635.links-table td label {
1636 margin-left: 8px;
1637}
1638
1639.links-table td input[type="text"],
1640.links-table td textarea {
1641 width: 100%;
1642}
1643
1644.links-table #link_rel {
1645 max-width: 280px;
1646}
1647
1648/* DFW 2
1649-------------------------------------------------------------- */
1650
1651#qt_content_dfw {
1652 display: none;
1653}
1654
1655.wp-editor-expand #qt_content_dfw {
1656 display: inline-block;
1657}
1658
1659.focus-on .wrap > h1,
1660.focus-on .page-title-action,
1661.focus-on #wpfooter,
1662.focus-on .postbox-container > *,
1663.focus-on div.updated,
1664.focus-on div.error,
1665.focus-on div.notice,
1666.focus-on .update-nag,
1667.focus-on #wp-toolbar,
1668.focus-on #screen-meta-links,
1669.focus-on #screen-meta {
1670 opacity: 0;
1671 transition-duration: 0.6s;
1672 transition-property: opacity;
1673 transition-timing-function: ease-in-out;
1674}
1675
1676.focus-on #wp-toolbar {
1677 opacity: 0.3;
1678}
1679
1680.focus-off .wrap > h1,
1681.focus-off .page-title-action,
1682.focus-off #wpfooter,
1683.focus-off .postbox-container > *,
1684.focus-off div.updated,
1685.focus-off div.error,
1686.focus-off div.notice,
1687.focus-off .update-nag,
1688.focus-off #wp-toolbar,
1689.focus-off #screen-meta-links,
1690.focus-off #screen-meta {
1691 opacity: 1;
1692 transition-duration: 0.2s;
1693 transition-property: opacity;
1694 transition-timing-function: ease-in-out;
1695}
1696
1697.focus-off #wp-toolbar {
1698 -webkit-transform: translate(0, 0);
1699}
1700
1701.focus-on #adminmenuback,
1702.focus-on #adminmenuwrap {
1703 transition-duration: 0.6s;
1704 transition-property: transform;
1705 transition-timing-function: ease-in-out;
1706}
1707
1708.focus-on #adminmenuback,
1709.focus-on #adminmenuwrap {
1710 transform: translateX( 100% );
1711}
1712
1713.focus-off #adminmenuback,
1714.focus-off #adminmenuwrap {
1715 transform: translateX( 0 );
1716 transition-duration: 0.2s;
1717 transition-property: transform;
1718 transition-timing-function: ease-in-out;
1719}
1720
1721/* =Media Queries
1722-------------------------------------------------------------- */
1723
1724/**
1725 * HiDPI Displays
1726 */
1727@media print,
1728 (min-resolution: 120dpi) {
1729 #content-resize-handle,
1730 #post-body .wp_themeSkin .mceStatusbar a.mceResize {
1731 background: transparent url(../images/resize-2x.gif) no-repeat scroll left bottom;
1732 background-size: 11px 11px;
1733 }
1734
1735 /*rtl:ignore*/
1736 .rtl #content-resize-handle,
1737 .rtl #post-body .wp_themeSkin .mceStatusbar a.mceResize {
1738 background-image: url(../images/resize-rtl-2x.gif);
1739 background-position: left bottom;
1740 }
1741}
1742
1743/*
1744 * The edit attachment screen auto-switches to one column layout when the
1745 * viewport is smaller than 1200 pixels.
1746 */
1747@media only screen and (max-width: 1200px) {
1748 .post-type-attachment #poststuff {
1749 min-width: 0;
1750 }
1751
1752 .post-type-attachment #wpbody-content #poststuff #post-body {
1753 margin: 0;
1754 }
1755
1756 .post-type-attachment #wpbody-content #post-body.columns-2 #postbox-container-1 {
1757 margin-left: 0;
1758 width: 100%;
1759 }
1760
1761 .post-type-attachment #poststuff #postbox-container-1 .empty-container,
1762 .post-type-attachment #poststuff #postbox-container-1 #side-sortables:empty {
1763 outline: none;
1764 height: 0;
1765 min-height: 0;
1766 }
1767
1768 .post-type-attachment #poststuff #post-body.columns-2 #side-sortables {
1769 min-height: 0;
1770 width: auto;
1771 }
1772
1773 .is-dragging-metaboxes.post-type-attachment #post-body .meta-box-sortables {
1774 outline: none;
1775 min-height: 0;
1776 margin-bottom: 0;
1777 }
1778
1779 /* hide the radio buttons for column prefs */
1780 .post-type-attachment .screen-layout,
1781 .post-type-attachment .columns-prefs {
1782 display: none;
1783 }
1784}
1785
1786/* one column on the post write/edit screen */
1787@media only screen and (max-width: 850px) {
1788 #poststuff {
1789 min-width: 0;
1790 }
1791
1792 #wpbody-content #poststuff #post-body {
1793 margin: 0;
1794 }
1795
1796 #wpbody-content #post-body.columns-2 #postbox-container-1 {
1797 margin-left: 0;
1798 width: 100%;
1799 }
1800
1801 #poststuff #postbox-container-1 .empty-container,
1802 #poststuff #postbox-container-1 #side-sortables:empty {
1803 height: 0;
1804 min-height: 0;
1805 }
1806
1807 #poststuff #post-body.columns-2 #side-sortables {
1808 min-height: 0;
1809 width: auto;
1810 }
1811
1812 /* Increase min-height while dragging for the #side-sortables and any potential sortables area with custom ID. */
1813 .is-dragging-metaboxes #poststuff #postbox-container-1 .empty-container,
1814 .is-dragging-metaboxes #poststuff #postbox-container-1 #side-sortables:empty,
1815 .is-dragging-metaboxes #poststuff #post-body.columns-2 #side-sortables,
1816 .is-dragging-metaboxes #poststuff #post-body.columns-2 .meta-box-sortables {
1817 height: auto;
1818 min-height: 60px;
1819 }
1820
1821 /* hide the radio buttons for column prefs */
1822 .screen-layout,
1823 .columns-prefs {
1824 display: none;
1825 }
1826}
1827
1828@media screen and (max-width: 782px) {
1829 .wp-core-ui .edit-tag-actions .button-primary {
1830 margin-bottom: 0;
1831 }
1832
1833 #post-body-content {
1834 min-width: 0;
1835 }
1836
1837 #titlediv #title-prompt-text {
1838 padding: 10px;
1839 }
1840
1841 #poststuff .stuffbox .inside {
1842 padding: 0 0 4px 2px;
1843 }
1844
1845 #poststuff h3.hndle, /* Back-compat for pre-4.4 */
1846 #poststuff .stuffbox > h3, /* Back-compat for pre-4.4 */
1847 #poststuff h2 {
1848 padding: 12px;
1849 }
1850
1851 #namediv.stuffbox .editcomment.form-table td {
1852 padding: 5px 10px;
1853 }
1854
1855 .post-format-options {
1856 padding-left: 0;
1857 }
1858
1859 .post-format-options a {
1860 margin-left: 5px;
1861 margin-bottom: 5px;
1862 min-width: 52px;
1863 }
1864
1865 .post-format-options .post-format-title {
1866 font-size: 11px;
1867 }
1868
1869 .post-format-options a div {
1870 height: 28px;
1871 width: 28px;
1872 }
1873
1874 .post-format-options a div:before {
1875 font-size: 26px !important;
1876 }
1877
1878 /* Publish Metabox Options */
1879 #post-visibility-select {
1880 line-height: 280%;
1881 }
1882
1883 .wp-core-ui .save-post-visibility,
1884 .wp-core-ui .save-timestamp {
1885 vertical-align: middle;
1886 margin-left: 15px;
1887 }
1888
1889 .timestamp-wrap select#mm {
1890 display: block;
1891 width: 100%;
1892 margin-bottom: 10px;
1893 }
1894
1895 .timestamp-wrap #jj,
1896 .timestamp-wrap #aa,
1897 .timestamp-wrap #hh,
1898 .timestamp-wrap #mn {
1899 padding: 12px 3px;
1900 font-size: 14px;
1901 margin-bottom: 5px;
1902 width: auto;
1903 text-align: center;
1904 }
1905
1906 /* Categories Metabox */
1907 ul.category-tabs {
1908 margin: 30px 0 15px;
1909 }
1910
1911 ul.category-tabs li.tabs {
1912 padding: 15px;
1913 }
1914
1915 ul.categorychecklist li {
1916 margin-bottom: 15px;
1917 }
1918
1919 ul.categorychecklist ul {
1920 margin-top: 15px;
1921 }
1922
1923 .category-add input[type=text],
1924 .category-add select {
1925 max-width: none;
1926 margin-bottom: 15px;
1927 }
1928
1929 /* Tags Metabox */
1930 .tagsdiv .newtag {
1931 width: 100%;
1932 height: auto;
1933 margin-bottom: 15px;
1934 }
1935
1936 .tagchecklist {
1937 margin: 25px 10px;
1938 }
1939
1940 .tagchecklist > li {
1941 font-size: 16px;
1942 line-height: 1.4;
1943 }
1944
1945 /* Discussion */
1946 #commentstatusdiv p {
1947 line-height: 2.8;
1948 }
1949
1950 /* TinyMCE Adjustments */
1951 .mceToolbar * {
1952 white-space: normal !important;
1953 }
1954
1955 .mceToolbar tr,
1956 .mceToolbar td {
1957 float: right !important;
1958 }
1959
1960 .wp_themeSkin a.mceButton {
1961 width: 30px;
1962 height: 30px;
1963 }
1964
1965 .wp_themeSkin .mceButton .mceIcon {
1966 margin-top: 5px;
1967 margin-right: 5px;
1968 }
1969
1970 .wp_themeSkin .mceSplitButton {
1971 margin-top: 1px;
1972 }
1973
1974 .wp_themeSkin .mceSplitButton td a.mceAction {
1975 padding: 6px 6px 6px 3px;
1976 }
1977
1978 .wp_themeSkin .mceSplitButton td a.mceOpen,
1979 .wp_themeSkin .mceSplitButtonEnabled:hover td a.mceOpen {
1980 padding-top: 6px;
1981 padding-bottom: 6px;
1982 background-position: 1px 6px;
1983 }
1984
1985 .wp_themeSkin table.mceListBox {
1986 margin: 5px;
1987 }
1988
1989 div.quicktags-toolbar input {
1990 padding: 10px 20px;
1991 }
1992
1993 button.wp-switch-editor {
1994 font-size: 16px;
1995 line-height: 1;
1996 margin: 7px 7px 0 0;
1997 padding: 8px 12px;
1998 }
1999
2000 #wp-content-media-buttons a {
2001 font-size: 14px;
2002 padding: 6px 10px;
2003 }
2004
2005 .wp-media-buttons span.wp-media-buttons-icon,
2006 .wp-media-buttons span.jetpack-contact-form-icon {
2007 width: 22px !important;
2008 margin-right: -2px !important;
2009 }
2010
2011 .wp-media-buttons .add_media span.wp-media-buttons-icon:before,
2012 .wp-media-buttons #insert-jetpack-contact-form span.jetpack-contact-form-icon:before {
2013 font-size: 20px !important;
2014 }
2015
2016 #content_wp_fullscreen {
2017 display: none;
2018 }
2019
2020 .misc-pub-section {
2021 padding: 12px 10px;
2022 }
2023
2024 #delete-action,
2025 #publishing-action {
2026 line-height: 3.61538461;
2027 }
2028
2029 #publishing-action .spinner {
2030 float: none;
2031 margin-top: -2px; /* Half of the Publish button's bottom margin. */
2032 }
2033
2034 /* Moderate Comment */
2035 .comment-ays th,
2036 .comment-ays td {
2037 padding-bottom: 0;
2038 }
2039
2040 .comment-ays td {
2041 padding-top: 6px;
2042 }
2043
2044 /* Links */
2045 .links-table #link_rel {
2046 max-width: none;
2047 }
2048
2049 .links-table th,
2050 .links-table td {
2051 padding: 10px 0;
2052 }
2053
2054 .edit-term-notes {
2055 display: none;
2056 }
2057
2058 .privacy-text-box {
2059 width: auto;
2060 }
2061
2062 .privacy-text-box-toc {
2063 float: none;
2064 width: auto;
2065 height: 100%;
2066 display: flex;
2067 flex-direction: column;
2068 }
2069
2070 .privacy-text-section .return-to-top {
2071 margin: 2em 0 0;
2072 }
2073}
2074