]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-admin/css/edit.css
WordPress 4.3
[autoinstalls/wordpress.git] / wp-admin / css / edit.css
1 #poststuff {
2         padding-top: 10px;
3         min-width: 763px;
4 }
5
6 #poststuff #post-body {
7         padding: 0;
8 }
9
10 #poststuff .postbox-container {
11         width: 100%;
12 }
13
14 #poststuff #post-body.columns-2 {
15         margin-right: 300px;
16 }
17
18 /*------------------------------------------------------------------------------
19   11.0 - Write/Edit Post Screen
20 ------------------------------------------------------------------------------*/
21
22 #show-comments {
23         overflow: hidden;
24 }
25
26 #save-action .spinner,
27 #show-comments a,
28 #show-comments .spinner {
29         float: left;
30 }
31
32 #lost-connection-notice .spinner {
33         visibility: visible;
34         float: left;
35         margin: 0 5px 0 0;
36 }
37
38 #titlediv {
39         position: relative;
40 }
41
42 #titlediv label {
43         cursor: text;
44 }
45
46 #titlediv div.inside {
47         margin: 0;
48 }
49
50 #poststuff #titlewrap {
51         border: 0;
52         padding: 0;
53 }
54
55 #titlediv #title {
56         padding: 3px 8px;
57         font-size: 1.7em;
58         line-height: 100%;
59         height: 1.7em;
60         width: 100%;
61         outline: none;
62         margin: 0 0 3px;
63         background-color: #fff;
64 }
65
66 #titlediv #title-prompt-text {
67         color: #777;
68         position: absolute;
69         font-size: 1.7em;
70         padding: 11px 10px;
71 }
72
73 #poststuff .inside-submitbox,
74 #side-sortables .inside-submitbox {
75         margin: 0 3px;
76         font-size: 11px;
77 }
78
79 input#link_description,
80 input#link_url {
81         width: 98%;
82 }
83
84 #pending {
85         background: 0 none;
86         border: 0 none;
87         padding: 0;
88         font-size: 11px;
89         margin-top: -1px;
90 }
91
92 #edit-slug-box {
93         line-height: 24px;
94         min-height: 25px; /* Yes, line-height + 1 */
95         margin-top: 5px;
96         padding: 0 10px;
97         color: #666;
98 }
99
100 #edit-slug-box .cancel {
101         margin-right: 10px;
102         font-size: 11px;
103 }
104
105 #editable-post-name-full {
106         display: none;
107 }
108
109 #editable-post-name {
110         background-color: #fffbcc;
111 }
112
113 #editable-post-name input {
114         font-size: 13px;
115         height: 22px;
116         margin: 0;
117         width: 16em;
118 }
119
120 .postarea h3 label {
121         float: left;
122 }
123
124 .submitbox .submit {
125         text-align: left;
126         padding: 12px 10px 10px;
127         font-size: 11px;
128         background-color: #464646;
129         color: #ccc;
130 }
131
132 .submitbox .submitdelete {
133         text-decoration: none;
134         padding: 1px 2px;
135 }
136
137 /* @todo: do we really need this? word on the street is we don't and this
138 stray rule may actually be compensated for elsewhere. */
139 #normal-sortables .submitbox .submitdelete:hover {
140         color: #000;
141         background-color: #f00;
142         border-bottom-color: #f00;
143 }
144
145 .submitbox .submit a:hover {
146         text-decoration: underline;
147 }
148
149 .submitbox .submit input {
150         margin-bottom: 8px;
151         margin-right: 4px;
152         padding: 6px;
153 }
154
155 .inside-submitbox #post_status {
156         margin: 2px 0 2px -2px;
157 }
158
159 #post-status-select {
160         margin-top: 3px;
161 }
162
163 /* Post Screen */
164 #post-body #normal-sortables {
165         min-height: 50px;
166 }
167
168 .postbox {
169         position: relative;
170         min-width: 255px;
171         border: 1px solid #e5e5e5;
172         -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);
173         box-shadow: 0 1px 1px rgba(0,0,0,0.04);
174         background: #fff;
175 }
176
177 #trackback_url {
178         width: 99%;
179 }
180
181 #normal-sortables .postbox .submit {
182         background: transparent none;
183         border: 0 none;
184         float: right;
185         padding: 0 12px;
186         margin:0;
187 }
188
189 .category-add input[type="text"],
190 .category-add select {
191         width: 100%;
192         max-width: 260px;
193         vertical-align: baseline;
194 }
195
196 #side-sortables .category-add input[type="text"],
197 #side-sortables .category-add select {
198         margin: 0 0 1em;
199 }
200
201 ul.category-tabs li,
202 #side-sortables .add-menu-item-tabs li,
203 .wp-tab-bar li {
204         display: inline;
205         line-height: 1.35em;
206 }
207
208 .no-js .category-tabs li.hide-if-no-js {
209         display: none;
210 }
211
212 .category-tabs a,
213 #side-sortables .add-menu-item-tabs a,
214 .wp-tab-bar a {
215         text-decoration: none;
216 }
217
218 /* @todo: do these really need to be so specific? */
219 #side-sortables .category-tabs .tabs a,
220 #side-sortables .add-menu-item-tabs .tabs a,
221 .wp-tab-bar .wp-tab-active a,
222 #post-body ul.category-tabs li.tabs a,
223 #post-body ul.add-menu-item-tabs li.tabs a {
224         color: #32373c;
225 }
226
227 .category-tabs {
228         margin: 8px 0 5px;
229 }
230
231 #category-adder h4 {
232         margin: 10px 0;
233 }
234
235 #side-sortables .add-menu-item-tabs,
236 .wp-tab-bar {
237         margin-bottom: 3px;
238 }
239
240 #normal-sortables .postbox #replyrow .submit {
241         float: none;
242         margin: 0;
243         padding: 0 7px 5px;
244 }
245
246 #side-sortables .submitbox .submit input,
247 #side-sortables .submitbox .submit .preview,
248 #side-sortables .submitbox .submit a.preview:hover {
249         border: 0 none;
250 }
251
252 #side-sortables .inside-submitbox .insidebox,
253 .stuffbox .insidebox {
254         margin: 11px 0;
255 }
256
257 /* @todo: make this a more generic class */
258 ul.category-tabs,
259 ul.add-menu-item-tabs,
260 ul.wp-tab-bar {
261         margin-top: 12px;
262 }
263
264 ul.category-tabs li,
265 ul.add-menu-item-tabs li {
266         border: solid 1px transparent;
267         position: relative;
268 }
269
270 ul.category-tabs li.tabs,
271 ul.add-menu-item-tabs li.tabs,
272 .wp-tab-active {
273         border: 1px solid #dfdfdf;
274         border-bottom-color: #fdfdfd;
275         background-color: #fdfdfd;
276 }
277
278 ul.category-tabs li,
279 ul.add-menu-item-tabs li,
280 ul.wp-tab-bar li {
281         padding: 3px 5px 5px;
282 }
283
284 #postimagediv .inside img {
285         max-width: 100%;
286         height: auto;
287         width: auto;
288 }
289
290 form#tags-filter {
291         position: relative;
292 }
293
294 /* Global classes */
295 .wp-hidden-children .wp-hidden-child,
296 .ui-tabs-hide {
297         display: none;
298 }
299
300 #post-body .tagsdiv #newtag {
301         margin-right: 5px;
302         width: 16em;
303 }
304
305 #side-sortables input#post_password {
306         width: 94%
307 }
308
309 #side-sortables .tagsdiv #newtag {
310         width: 68%;
311 }
312
313 #post-status-info {
314         width: 100%;
315         border-spacing: 0;
316         border: 1px solid #e5e5e5;
317         border-top: none;
318         background-color: #f7f7f7;
319         -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);
320         box-shadow: 0 1px 1px rgba(0,0,0,0.04);
321         z-index: 999;
322 }
323
324 #post-status-info td {
325         font-size: 12px;
326 }
327
328 .autosave-info {
329         padding: 2px 10px;
330         text-align: right;
331 }
332
333 #editorcontent #post-status-info {
334         border: none;
335 }
336
337 #content-resize-handle {
338         background: transparent url(../images/resize.gif) no-repeat scroll right bottom;
339         width: 12px;
340         cursor: row-resize;
341 }
342
343 .rtl #content-resize-handle {
344         background: transparent url(../images/resize-rtl.gif) no-repeat scroll left bottom;
345 }
346
347 .wp-editor-expand #content-resize-handle {
348         display: none;
349 }
350
351 #postdivrich #content {
352         resize: none;
353 }
354
355 #wp-word-count {
356         display: block;
357         padding: 2px 10px;
358 }
359
360 #wp-content-editor-container {
361         position: relative;
362 }
363
364 #content-textarea-clone {
365         z-index: -1;
366         position: absolute;
367         top: 0;
368         visibility: hidden;
369         overflow: hidden;
370         max-width: 100%;
371         border: 1px solid transparent;
372 }
373
374 .wp-editor-expand #wp-content-editor-tools {
375         z-index: 1000;
376         border-bottom: 1px solid #e5e5e5;
377 }
378
379 .wp-editor-expand #wp-content-editor-container {
380         -webkit-box-shadow: none;
381         box-shadow: none;
382         margin-top: -1px;
383 }
384
385 .wp-editor-expand #wp-content-editor-container {
386         border-bottom: 0 none;
387 }
388
389 .wp-editor-expand div.mce-statusbar {
390         z-index: 1;
391 }
392
393 .wp-editor-expand #post-status-info {
394         border-top: 1px solid #e5e5e5;
395 }
396
397 .wp-editor-expand div.mce-toolbar-grp {
398         z-index: 999;
399 }
400
401 /* TinyMCE native fullscreen mode override */
402 .mce-fullscreen #wp-content-wrap .mce-menubar,
403 .mce-fullscreen #wp-content-wrap .mce-toolbar-grp,
404 .mce-fullscreen #wp-content-wrap .mce-edit-area,
405 .mce-fullscreen #wp-content-wrap .mce-statusbar {
406         position: static !important;
407         width: auto !important;
408         padding: 0 !important;
409 }
410
411 .mce-fullscreen #wp-content-wrap .mce-statusbar {
412         visibility: visible !important;
413 }
414
415 .mce-fullscreen #wp-content-wrap .mce-tinymce .mce-wp-dfw {
416         display: none;
417 }
418
419 .post-php.mce-fullscreen #wpadminbar,
420 .mce-fullscreen #wp-content-wrap .mce-wp-dfw {
421         display: none;
422 }
423 /* End TinyMCE native fullscreen mode override */
424
425 #wp-content-editor-tools {
426         background-color: #f1f1f1;
427         padding-top: 20px;
428 }
429
430 #poststuff #post-body.columns-2 #side-sortables {
431         width: 280px;
432 }
433
434 #timestampdiv select {
435         height: 21px;
436         line-height: 14px;
437         padding: 0;
438         vertical-align: top;
439         font-size: 12px;
440 }
441
442 #aa, #jj, #hh, #mn {
443         padding: 1px;
444         font-size: 12px;
445 }
446
447 #jj, #hh, #mn {
448         width: 2em;
449 }
450
451 #aa {
452         width: 3.4em;
453 }
454
455 .curtime #timestamp {
456         padding: 2px 0 1px 0;
457         display: inline !important;
458         height: auto !important;
459 }
460
461 #misc-publishing-actions label[for="post_status"]:before,
462 #post-body #visibility:before,
463 .curtime #timestamp:before,
464 #post-body .misc-pub-revisions:before,
465 span.wp-media-buttons-icon:before {
466         color: #82878c;
467 }
468
469 #post-body #visibility:before,
470 .curtime #timestamp:before,
471 #post-body .misc-pub-revisions:before {
472         font: normal 20px/1 'dashicons';
473         speak: none;
474         display: inline-block;
475         padding: 0 2px 0 0;
476         top: 0;
477         left: -1px;
478         position: relative;
479         vertical-align: top;
480         -webkit-font-smoothing: antialiased;
481         -moz-osx-font-smoothing: grayscale;
482         text-decoration: none !important;
483 }
484
485 #post-body #visibility:before {
486         content: '\f177';
487 }
488
489 .curtime #timestamp:before {
490         content: '\f145';
491         top: -1px;
492 }
493
494 #post-body .misc-pub-revisions:before {
495         content: '\f321';
496 }
497
498 #timestampdiv {
499         padding-top: 5px;
500         line-height: 23px;
501 }
502
503 #timestampdiv p {
504         margin: 8px 0 6px;
505 }
506
507 #timestampdiv input {
508         border-width: 1px;
509         border-style: solid;
510 }
511
512 .notification-dialog {
513         position: fixed;
514         top: 30%;
515         max-height: 70%;
516         left: 50%;
517         width: 450px;
518         margin-left: -225px;
519         background: #fff;
520         -webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
521         box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
522         line-height: 1.5;
523         z-index: 1000005;
524         overflow-y: auto;
525 }
526
527 .notification-dialog-background {
528         position: fixed;
529         top: 0;
530         left: 0;
531         right: 0;
532         bottom: 0;
533         background: #000;
534         opacity: 0.7;
535         filter: alpha(opacity=70);
536         z-index: 1000000;
537 }
538
539 #post-lock-dialog .post-locked-message,
540 #post-lock-dialog .post-taken-over {
541         margin: 25px;
542 }
543
544 #post-lock-dialog .post-locked-message a.button {
545         margin-right: 10px;
546 }
547
548 #post-lock-dialog .post-locked-avatar {
549         float: left;
550         margin: 0 20px 20px 0;
551 }
552
553 #post-lock-dialog .wp-tab-first {
554         outline: 0;
555 }
556
557 #post-lock-dialog .locked-saving img {
558         float: left;
559         margin-right: 3px;
560 }
561
562 #post-lock-dialog.saving .locked-saving,
563 #post-lock-dialog.saved .locked-saved {
564         display: inline;
565 }
566
567 #excerpt {
568         display: block;
569         margin: 12px 0 0;
570         height: 4em;
571         width: 100%;
572 }
573
574 .tagchecklist {
575         margin-left: 14px;
576         font-size: 12px;
577         overflow: auto;
578 }
579
580 .tagchecklist br {
581         display: none;
582 }
583
584 .tagchecklist strong {
585         margin-left: -8px;
586         position: absolute;
587 }
588
589 .tagchecklist span {
590         margin-right: 25px;
591         display: block;
592         float: left;
593         font-size: 13px;
594         line-height: 1.8em;
595         cursor: default;
596         max-width: 100%;
597         overflow: hidden;
598         text-overflow: ellipsis;
599 }
600
601 .tagchecklist span a {
602         margin: 1px 0 0 -17px;
603         cursor: pointer;
604         width: 20px;
605         height: 20px;
606         display: block;
607         float: left;
608         text-indent: 0;
609         overflow: hidden;
610         position: absolute;
611 }
612
613 #poststuff h2 {
614         margin-top: 20px;
615         font-size: 1.5em;
616         margin-bottom: 15px;
617         padding: 0 0 3px;
618         clear: left;
619 }
620
621 #poststuff h3 {
622         font-size: 14px;
623         padding: 8px 12px;
624         margin: 0;
625         line-height: 1.4;
626 }
627
628 #poststuff .inside {
629         margin: 6px 0 0 0;
630 }
631
632 #poststuff .inside #parent_id,
633 #poststuff .inside #page_template {
634         max-width: 100%;
635 }
636
637 #poststuff .inside label.spam,
638 #poststuff .inside label.deleted {
639         color: red;
640 }
641
642 #poststuff .inside label.waiting {
643         color: orange;
644 }
645
646 #poststuff .inside label.approved {
647         color: green;
648 }
649
650 .ie8 #poststuff .inside #parent_id,
651 .ie8 #poststuff .inside #page_template {
652         width: 250px;
653 }
654
655 #post-visibility-select {
656         line-height: 1.5em;
657         margin-top: 3px;
658 }
659
660 #poststuff #submitdiv .inside {
661         margin: 0;
662         padding: 0;
663 }
664
665 #post-body-content,
666 .edit-form-section {
667         margin-bottom: 20px;
668 }
669
670 /*------------------------------------------------------------------------------
671   11.1 - Custom Fields
672 ------------------------------------------------------------------------------*/
673
674 #postcustomstuff thead th {
675         padding: 5px 8px 8px;
676         background-color: #f1f1f1;
677 }
678
679 #postcustom #postcustomstuff .submit {
680         border: 0 none;
681         float: none;
682         padding: 0 8px 8px;
683 }
684
685 #side-sortables #postcustom #postcustomstuff .submit {
686         margin: 0;
687         padding: 0;
688 }
689
690 #side-sortables #postcustom #postcustomstuff #the-list textarea {
691         height: 85px;
692 }
693
694 #side-sortables #postcustom #postcustomstuff td.left input,
695 #side-sortables #postcustom #postcustomstuff td.left select,
696 #side-sortables #postcustomstuff #newmetaleft a {
697         margin: 3px 3px 0;
698 }
699
700 #postcustomstuff table {
701         margin: 0;
702         width: 100%;
703         border: 1px solid #dfdfdf;
704         border-spacing: 0;
705         background-color: #f9f9f9;
706 }
707
708 #postcustomstuff tr {
709         vertical-align: top;
710 }
711
712 #postcustomstuff table input,
713 #postcustomstuff table select,
714 #postcustomstuff table textarea {
715         width: 96%;
716         margin: 8px;
717 }
718
719 #side-sortables #postcustomstuff table input,
720 #side-sortables #postcustomstuff table select,
721 #side-sortables #postcustomstuff table textarea {
722         margin: 3px;
723 }
724
725 #postcustomstuff th.left,
726 #postcustomstuff td.left {
727         width: 38%;
728 }
729
730 #postcustomstuff .submit input {
731         margin: 0;
732         width: auto;
733 }
734
735 #postcustomstuff #newmetaleft a {
736         display: inline-block;
737         margin: 0 8px 8px;
738         text-decoration: none;
739 }
740
741 .no-js #postcustomstuff #enternew {
742         display: none;
743 }
744
745 #post-body-content .compat-attachment-fields {
746         margin-bottom: 20px;
747 }
748
749 .compat-attachment-fields th {
750         padding-top: 5px;
751         padding-right: 10px;
752 }
753
754 /*------------------------------------------------------------------------------
755   11.3 - Featured Images
756 ------------------------------------------------------------------------------*/
757
758 #select-featured-image {
759         padding: 4px 0;
760         overflow: hidden;
761 }
762
763 #select-featured-image img {
764         max-width: 100%;
765         height: auto;
766         margin-bottom: 10px;
767 }
768
769 #select-featured-image a {
770         float: left;
771         clear: both;
772 }
773
774 #select-featured-image .remove {
775         display: none;
776         margin-top: 10px;
777 }
778
779 .js #select-featured-image.has-featured-image .remove {
780         display: inline-block;
781 }
782
783 .no-js #select-featured-image .choose {
784         display: none;
785 }
786
787 /*------------------------------------------------------------------------------
788   11.4 - Post formats
789 ------------------------------------------------------------------------------*/
790
791 .post-state-format {
792         overflow: hidden;
793         display: inline-block;
794         vertical-align: middle;
795         height: 20px;
796         width: 20px;
797         margin-right: 5px;
798         margin-top: -4px;
799 }
800
801 .post-state-format:before {
802         display: block;
803         height: 20px;
804         width: 20px;
805         font: normal 20px/1 'dashicons' !important;
806         speak: none;
807         -webkit-font-smoothing: antialiased;
808         -moz-osx-font-smoothing: grayscale;
809 }
810
811 .post-state-format:before,
812 .post-format-icon:before {
813         color: #ddd;
814         -webkit-transition: all .1s ease-in-out;
815         transition: all .1s ease-in-out;
816 }
817
818 a.post-state-format:hover:before,
819 a.post-format-icon:hover:before {
820         color: #00a0d2;
821 }
822
823 #post-formats-select {
824         line-height: 2em;
825 }
826
827 #post-formats-select .post-format-icon:before {
828         top: 5px;
829 }
830
831 input.post-format {
832         margin-top: 1px;
833 }
834
835 label.post-format-icon {
836         margin-left: 0px;
837         padding: 2px 0 2px 0px;
838 }
839
840 .post-format-icon:before {
841         position: relative;
842         display: inline-block;
843         margin-right: 7px;
844         font: normal 20px/1 'dashicons';
845         speak: none;
846         -webkit-font-smoothing: antialiased;
847         -moz-osx-font-smoothing: grayscale;
848 }
849
850 .post-state-format.post-format-standard:before,
851 .post-format-icon.post-format-standard:before,
852 a.post-state-format.format-standard:before {
853         content: '\f109';
854 }
855
856 .post-state-format.post-format-image:before,
857 .post-format-icon.post-format-image:before,
858 a.post-state-format.format-image:before {
859         content: '\f128';
860 }
861
862 .post-state-format.post-format-gallery:before,
863 .post-format-icon.post-format-gallery:before,
864 a.post-state-format.format-gallery:before {
865         content: '\f161';
866 }
867
868 .post-state-format.post-format-audio:before,
869 .post-format-icon.post-format-audio:before,
870 a.post-state-format.format-audio:before {
871         content: '\f127';
872 }
873
874 .post-state-format.post-format-video:before,
875 .post-format-icon.post-format-video:before,
876 a.post-state-format.format-video:before {
877         content: '\f126';
878 }
879
880 .post-state-format.post-format-chat:before,
881 .post-format-icon.post-format-chat:before,
882 a.post-state-format.format-chat:before {
883         content: '\f125';
884 }
885
886 .post-state-format.post-format-status:before,
887 .post-format-icon.post-format-status:before,
888 a.post-state-format.format-status:before {
889         content: '\f130';
890 }
891
892 .post-state-format.post-format-aside:before,
893 .post-format-icon.post-format-aside:before,
894 a.post-state-format.format-aside:before {
895         content: '\f123';
896 }
897
898 .post-state-format.post-format-quote:before,
899 .post-format-icon.post-format-quote:before,
900 a.post-state-format.format-quote:before {
901         content: '\f122';
902 }
903
904 .post-state-format.post-format-link:before,
905 .post-format-icon.post-format-link:before,
906 a.post-state-format.format-link:before {
907         content: '\f103';
908 }
909
910 /*------------------------------------------------------------------------------
911   12.0 - Categories
912 ------------------------------------------------------------------------------*/
913
914 .category-adder {
915         margin-left: 120px;
916         padding: 4px 0;
917 }
918
919 .category-adder h4 {
920         margin: 0 0 8px;
921 }
922
923 #side-sortables .category-adder {
924         margin: 0;
925 }
926
927 .wp-tab-panel,
928 .categorydiv div.tabs-panel,
929 .customlinkdiv div.tabs-panel,
930 .posttypediv div.tabs-panel,
931 .taxonomydiv div.tabs-panel {
932         min-height: 42px;
933         max-height: 200px;
934         overflow: auto;
935         padding: 0 0.9em;
936         border: solid 1px #dfdfdf;
937         background-color: #fdfdfd;
938 }
939
940 div.tabs-panel-active {
941         display:block;
942 }
943
944 div.tabs-panel-inactive {
945         display:none;
946 }
947
948 #front-page-warning,
949 #front-static-pages ul,
950 ul.export-filters,
951 .inline-editor ul.cat-checklist ul,
952 .categorydiv ul.categorychecklist ul,
953 .customlinkdiv ul.categorychecklist ul,
954 .posttypediv ul.categorychecklist ul,
955 .taxonomydiv ul.categorychecklist ul {
956         margin-left: 18px;
957 }
958
959 ul.categorychecklist li {
960         margin: 0;
961         padding: 0;
962         line-height: 22px;
963         word-wrap: break-word;
964 }
965
966 .categorydiv .tabs-panel,
967 .customlinkdiv .tabs-panel,
968 .posttypediv .tabs-panel,
969 .taxonomydiv .tabs-panel {
970         border-width: 3px;
971         border-style: solid;
972 }
973
974 .form-wrap p,
975 .form-wrap label {
976         font-size: 11px;
977 }
978
979 .form-wrap label {
980         display: block;
981         padding: 2px;
982         font-size: 12px;
983 }
984
985 .form-field input[type="text"],
986 .form-field input[type="password"],
987 .form-field input[type="email"],
988 .form-field input[type="number"],
989 .form-field input[type="search"],
990 .form-field input[type="tel"],
991 .form-field input[type="url"],
992 .form-field textarea {
993         border-style: solid;
994         border-width: 1px;
995         width: 95%;
996 }
997
998 p.description,
999 .form-wrap p {
1000         margin: 2px 0 5px;
1001         color: #666;
1002 }
1003
1004 p.help,
1005 p.description,
1006 span.description,
1007 .form-wrap p {
1008         font-size: 13px;
1009         font-style: italic;
1010 }
1011
1012 .form-wrap .form-field {
1013         margin: 0 0 10px;
1014         padding: 8px 0;
1015 }
1016
1017 .form-wrap .form-field #parent {
1018         max-width: 100%;
1019 }
1020
1021 .col-wrap h3 {
1022         margin: 12px 0;
1023         font-size: 1.1em;
1024 }
1025
1026 .col-wrap p.submit {
1027         margin-top: -10px;
1028 }
1029
1030
1031 /*------------------------------------------------------------------------------
1032   13.0 - Tags
1033 ------------------------------------------------------------------------------*/
1034
1035 #poststuff .tagsdiv .howto {
1036         margin: 0 0 6px 0;
1037 }
1038
1039 .ajaxtag .newtag {
1040         position: relative;
1041 }
1042
1043 .tagsdiv .newtag {
1044         width: 180px;
1045 }
1046
1047 .tagsdiv .the-tags {
1048         display: block;
1049         height: 60px;
1050         margin: 0 auto;
1051         overflow: auto;
1052         width: 260px;
1053 }
1054
1055 #post-body-content .tagsdiv .the-tags {
1056         margin: 0 5px;
1057 }
1058
1059 p.popular-tags {
1060         border: none;
1061         line-height: 2em;
1062         padding: 8px 12px 12px;
1063         text-align: justify;
1064 }
1065
1066 p.popular-tags a {
1067         padding: 0 3px;
1068 }
1069
1070 .tagcloud {
1071         width: 97%;
1072         margin: 0 0 40px;
1073         text-align: justify;
1074 }
1075
1076 .tagcloud h3 {
1077         margin: 2px 0 12px;
1078 }
1079
1080 .ac_results {
1081         padding: 0;
1082         margin: 0;
1083         list-style: none;
1084         position: absolute;
1085         z-index: 10000;
1086         display: none;
1087         border: 1px solid #808080;
1088         background-color: #fff;
1089 }
1090
1091 .wp-customizer .ac_results {
1092         z-index: 500000;
1093 }
1094
1095 .ac_results li {
1096         padding: 2px 5px;
1097         white-space: nowrap;
1098         color: #101010;
1099         text-align: left;
1100 }
1101
1102 .ac_over {
1103         background-color: #f0f0b8;
1104         cursor: pointer;
1105 }
1106
1107 .ac_match {
1108         text-decoration: underline;
1109 }
1110
1111 /* Comments */
1112
1113 .comment-php .wp-editor-area {
1114         height: 200px;
1115 }
1116
1117 .comment-ays th,
1118 .comment-ays td {
1119         padding: 10px 15px;
1120 }
1121
1122 .comment-ays-submit .button-cancel {
1123         margin-left: 1em;
1124 }
1125
1126 .trash-undo-inside,
1127 .spam-undo-inside {
1128         margin: 1px 8px 1px 0;
1129         line-height: 16px;
1130 }
1131
1132 .spam-undo-inside .avatar,
1133 .trash-undo-inside .avatar {
1134         height: 20px;
1135         width: 20px;
1136         margin-right: 8px;
1137         vertical-align: middle;
1138 }
1139
1140 .stuffbox .editcomment {
1141         clear: none;
1142 }
1143
1144 #comment-status-radio p {
1145         margin: 3px 0 5px;
1146 }
1147
1148 #comment-status-radio input {
1149         margin: 2px 3px 5px 0;
1150         vertical-align: middle;
1151 }
1152
1153 #comment-status-radio label {
1154         padding: 5px 0;
1155 }
1156
1157 /* links tables */
1158 table.links-table {
1159         width: 100%;
1160         border-spacing: 0;
1161 }
1162
1163 .links-table th {
1164         font-weight: normal;
1165         text-align: left;
1166         vertical-align: top;
1167         min-width: 80px;
1168         width: 20%;
1169         word-wrap: break-word;
1170 }
1171
1172 .links-table th,
1173 .links-table td {
1174         padding: 5px 0;
1175 }
1176
1177 .links-table td label {
1178         margin-right: 8px;
1179 }
1180
1181 .links-table td input[type="text"],
1182 .links-table td textarea {
1183         width: 100%;
1184 }
1185
1186 .links-table #link_rel {
1187         max-width: 280px;
1188 }
1189
1190 /* DFW 2
1191 -------------------------------------------------------------- */
1192
1193 #wp-content-wrap .mce-wp-dfw,
1194 #qt_content_dfw {
1195         display: none;
1196 }
1197
1198 .wp-editor-expand #wp-content-wrap .mce-wp-dfw,
1199 .wp-editor-expand #qt_content_dfw {
1200         display: inline-block;
1201 }
1202
1203 .focus-on .wrap > h1,
1204 .focus-on #wpfooter,
1205 .focus-on .postbox-container > *,
1206 .focus-on div.updated,
1207 .focus-on div.error,
1208 .focus-on div.notice,
1209 .focus-on .update-nag,
1210 .focus-on #wp-toolbar,
1211 .focus-on #screen-meta-links,
1212 .focus-on #screen-meta {
1213         opacity: 0;
1214         -webkit-transition-duration: 0.6s;
1215         transition-duration: 0.6s;
1216         -webkit-transition-property: opacity;
1217         transition-property: opacity;
1218         -webkit-transition-timing-function: ease-in-out;
1219         transition-timing-function: ease-in-out;
1220 }
1221
1222 .focus-on #wp-toolbar {
1223         opacity: 0.3;
1224 }
1225
1226 .focus-off .wrap > h1,
1227 .focus-off #wpfooter,
1228 .focus-off .postbox-container > *,
1229 .focus-off div.updated,
1230 .focus-off div.error,
1231 .focus-off div.notice,
1232 .focus-off .update-nag,
1233 .focus-off #wp-toolbar,
1234 .focus-off #screen-meta-links,
1235 .focus-off #screen-meta {
1236         opacity: 1;
1237         -webkit-transition-duration: 0.2s;
1238         transition-duration: 0.2s;
1239         -webkit-transition-property: opacity;
1240         transition-property: opacity;
1241         -webkit-transition-timing-function: ease-in-out;
1242         transition-timing-function: ease-in-out;
1243 }
1244
1245 .focus-off #wp-toolbar {
1246         -webkit-transform: translate(0, 0);
1247 }
1248
1249 .focus-on #adminmenuback,
1250 .focus-on #adminmenuwrap {
1251         -webkit-transition-duration: 0.6s;
1252         transition-duration: 0.6s;
1253         -webkit-transition-property: -webkit-transform;
1254         transition-property: transform;
1255         -webkit-transition-timing-function: ease-in-out;
1256         transition-timing-function: ease-in-out;
1257 }
1258
1259 .focus-on #adminmenuback,
1260 .focus-on #adminmenuwrap {
1261         -webkit-transform: translateX( -100% );
1262         -ms-transform: translateX( -100% );
1263         transform: translateX( -100% );
1264 }
1265
1266 .focus-off #adminmenuback,
1267 .focus-off #adminmenuwrap {
1268         -webkit-transform: translateX( 0 );
1269         -ms-transform: translateX( 0 );
1270         transform: translateX( 0 );
1271         -webkit-transition-duration: 0.2s;
1272         transition-duration: 0.2s;
1273         -webkit-transition-property: -webkit-transform;
1274         transition-property: transform;
1275         -webkit-transition-timing-function: ease-in-out;
1276         transition-timing-function: ease-in-out;
1277 }
1278
1279 /* =Media Queries
1280 -------------------------------------------------------------- */
1281
1282 /**
1283  * HiDPI Displays
1284  */
1285 @media print,
1286   (-webkit-min-device-pixel-ratio: 1.25),
1287   (min-resolution: 120dpi) {
1288         #content-resize-handle,
1289         #post-body .wp_themeSkin .mceStatusbar a.mceResize {
1290                 background: transparent url(../images/resize-2x.gif) no-repeat scroll right bottom;
1291                 -webkit-background-size: 11px 11px;
1292                 background-size: 11px 11px;
1293         }
1294
1295         .rtl #content-resize-handle,
1296         .rtl #post-body .wp_themeSkin .mceStatusbar a.mceResize {
1297                 background: transparent url(../images/resize-rtl-2x.gif) no-repeat scroll right bottom;
1298         }
1299 }
1300
1301 /* one column on the post write/edit screen */
1302 @media only screen and (max-width: 850px) {
1303         #poststuff {
1304                 min-width: 0;
1305         }
1306
1307         #wpbody-content #poststuff #post-body {
1308                 margin: 0;
1309         }
1310
1311         #wpbody-content #post-body.columns-2 #postbox-container-1 {
1312                 margin-right: 0;
1313                 width: 100%;
1314         }
1315
1316         #poststuff #postbox-container-1 .empty-container,
1317         #poststuff #postbox-container-1 #side-sortables:empty {
1318                 border: 0 none;
1319                 height: 0;
1320                 min-height: 0;
1321         }
1322
1323         #poststuff #post-body.columns-2 #side-sortables {
1324                 min-height: 0;
1325                 width: auto;
1326         }
1327
1328         /* hide the radio buttons for column prefs */
1329         .screen-layout,
1330         .columns-prefs {
1331                 display: none;
1332         }
1333 }
1334
1335 @media screen and ( max-width: 782px ) {
1336         #post-body-content {
1337                 min-width: 0;
1338         }
1339
1340         #titlediv #title-prompt-text {
1341                 padding: 10px 10px;
1342         }
1343
1344         #poststuff h3 {
1345                 padding: 12px;
1346         }
1347
1348         .post-format-options {
1349                 padding-right: 0;
1350         }
1351
1352         .post-format-options a {
1353                 margin-right: 5px;
1354                 margin-bottom: 5px;
1355                 min-width: 52px;
1356         }
1357
1358         .post-format-options .post-format-title {
1359                 font-size: 11px;
1360         }
1361
1362         .post-format-options a div {
1363                 height: 28px;
1364                 width: 28px;
1365         }
1366
1367         .post-format-options a div:before {
1368                 font-size: 26px !important;
1369         }
1370
1371         /* Publish Metabox Options */
1372         #post-visibility-select {
1373                 line-height: 280%;
1374         }
1375
1376         .wp-core-ui .save-post-visibility,
1377         .wp-core-ui .save-timestamp {
1378                 vertical-align: middle;
1379                 margin-right: 15px;
1380         }
1381
1382         .timestamp-wrap select#mm {
1383                 display: block;
1384                 width: 100%;
1385                 margin-bottom: 10px;
1386         }
1387
1388         .timestamp-wrap #jj,
1389         .timestamp-wrap #aa,
1390         .timestamp-wrap #hh,
1391         .timestamp-wrap #mn {
1392                 padding: 12px 3px;
1393                 font-size: 14px;
1394                 margin-bottom: 5px;
1395                 width: auto;
1396                 text-align: center;
1397         }
1398
1399         /* Categories Metabox */
1400         ul.category-tabs {
1401                 margin: 30px 0 15px;
1402         }
1403
1404         ul.category-tabs li.tabs {
1405                 padding: 15px;
1406         }
1407
1408         ul.categorychecklist li {
1409                 margin-bottom: 15px;
1410         }
1411
1412         ul.categorychecklist ul {
1413                 margin-top: 15px;
1414         }
1415
1416         .category-add input[type=text],
1417         .category-add select {
1418                 max-width: none;
1419                 margin-bottom: 15px;
1420         }
1421
1422         /* Tags Metabox */
1423         .tagsdiv .newtag {
1424                 width: 100%;
1425                 height: auto;
1426                 margin-bottom: 15px;
1427         }
1428
1429         .tagchecklist {
1430                 margin: 25px 10px;
1431         }
1432
1433         .tagchecklist span {
1434                 font-size: 16px;
1435                 line-height: 1.4;
1436         }
1437
1438         /* Discussion */
1439         #commentstatusdiv p {
1440                 line-height: 2.8;
1441         }
1442
1443         /* TinyMCE Adjustments */
1444         .mceToolbar * {
1445                 white-space: normal !important;
1446         }
1447
1448         .mceToolbar tr,
1449         .mceToolbar td {
1450                 float: left !important;
1451         }
1452
1453         .wp_themeSkin a.mceButton {
1454                 width: 30px;
1455                 height: 30px;
1456         }
1457
1458         .wp_themeSkin .mceButton .mceIcon {
1459                 margin-top: 5px;
1460                 margin-left: 5px;
1461         }
1462
1463         .wp_themeSkin .mceSplitButton {
1464                 margin-top: 1px;
1465         }
1466
1467         .wp_themeSkin .mceSplitButton td a.mceAction {
1468                 padding-top: 6px;
1469                 padding-bottom: 6px;
1470                 padding-left: 6px;
1471                 padding-right: 3px;
1472         }
1473
1474         .wp_themeSkin .mceSplitButton td a.mceOpen,
1475         .wp_themeSkin .mceSplitButtonEnabled:hover td a.mceOpen {
1476                 padding-top: 6px;
1477                 padding-bottom: 6px;
1478                 background-position: 1px 6px;
1479         }
1480
1481         .wp_themeSkin table.mceListBox {
1482                 margin: 5px;
1483         }
1484
1485         div.quicktags-toolbar input {
1486                 padding: 10px 20px;
1487         }
1488
1489         button.wp-switch-editor {
1490                 font-size: 16px;
1491                 line-height: 1em;
1492                 margin: 7px 0 0 7px;
1493                 padding: 8px 12px;
1494         }
1495
1496         #wp-content-media-buttons a {
1497                 font-size: 16px;
1498                 line-height: 37px;
1499                 height: 39px;
1500                 padding: 0 20px 0 15px;
1501         }
1502
1503         .wp-media-buttons span.wp-media-buttons-icon,
1504         .wp-media-buttons span.jetpack-contact-form-icon {
1505                 width: 22px !important;
1506                 margin-top: -3px !important;
1507                 margin-left: -5px !important;
1508         }
1509
1510         .wp-media-buttons .add_media span.wp-media-buttons-icon:before,
1511         .wp-media-buttons #insert-jetpack-contact-form span.jetpack-contact-form-icon:before {
1512                 font-size: 20px !important;
1513         }
1514
1515         #content_wp_fullscreen {
1516                 display: none;
1517         }
1518
1519         .misc-pub-section {
1520                 padding: 20px 10px 20px;
1521         }
1522
1523         .misc-pub-section > a {
1524                 float: right;
1525                 font-size: 16px;
1526         }
1527
1528         #delete-action,
1529         #publishing-action {
1530                 line-height: 47px;
1531         }
1532
1533         #publishing-action .spinner {
1534                 float: none;
1535                 margin-top: -2px; /* Half of the Publish button's bottom margin. */
1536         }
1537
1538         /* Moderate Comment */
1539         .comment-ays th,
1540         .comment-ays td {
1541                 padding-bottom: 0;
1542         }
1543
1544         .comment-ays td {
1545                 padding-top: 6px;
1546         }
1547
1548         /* Links */
1549         .links-table #link_rel {
1550                 max-width: none;
1551         }
1552
1553         .links-table th,
1554         .links-table td {
1555                 padding: 10px 0;
1556         }
1557 }
1558
1559 @media only screen and (max-width: 500px) {
1560         /* Align Add Media + Visual + Text tabs */
1561         #wp-content-media-buttons a {
1562                 font-size: 14px;
1563                 padding: 0 10px 0 10px;
1564         }
1565 }