]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-admin/wp-admin.css
Wordpress 2.7.1
[autoinstalls/wordpress.git] / wp-admin / wp-admin.css
1
2 p, ul, ol, blockquote { font-size: 12px; }
3
4 .plugins .name,
5 #pass-strength-result.strong,
6 #pass-strength-result.short,
7 .button-highlighted,
8 #quicktags #ed_strong,
9 #ed_reply_toolbar #ed_reply_strong {
10         font-weight: bold;
11 }
12
13 .plugins p {
14         margin: 0 4px;
15         padding: 0;
16 }
17
18 .plugins .action-links { 
19         white-space: nowrap;
20 }
21
22 .import-system {
23         font-size: 16px;
24 }
25
26 .anchors {
27         margin: 10px 20px 10px 20px;
28 }
29
30 table#availablethemes {
31         border-spacing: 0;
32         border-width: 1px 0;
33         border-style: solid none;
34         margin: 10px auto;
35         width: 100%;
36 }
37
38 td.available-theme {
39         vertical-align: top;
40         width: 240px;
41         margin: 0;
42         padding: 20px;
43         text-align: left;
44 }
45
46 table#availablethemes td {
47         border-width: 0 1px 1px;
48         border-style: none solid solid;
49 }
50
51 table#availablethemes td.right,
52 table#availablethemes td.left  {
53         border-right: 0 none;
54         border-left: 0 none;
55 }
56
57 table#availablethemes td.bottom {
58         border-bottom: 0 none;
59 }
60
61 .available-theme a.screenshot {
62         width: 240px;
63         height: 180px;
64         display: block;
65         border-width: 1px;
66         border-style: solid;
67         margin-bottom: 10px;
68         overflow: hidden;
69 }
70
71 .available-theme img {
72         width: 240px;
73 }
74
75 .available-theme h3 {
76         margin: 15px 0 5px;
77 }
78
79 #current-theme {
80         margin: 1em 0 1.5em;
81 }
82
83 #current-theme a {
84         border-bottom: none;
85 }
86
87 #current-theme h3 {
88         font-size: 17px;
89         font-weight: normal;
90         margin: 0;
91 }
92
93 #current-theme .description {
94         margin-top: 5px;
95 }
96
97 #current-theme img {
98         float: left;
99         border-width: 1px;
100         border-style: solid;
101         margin-right: 1em;
102         margin-bottom: 1.5em;
103         width: 150px;
104 }
105
106 #TB_window #TB_title a.tb-theme-preview-link,
107 #TB_window #TB_title a.tb-theme-preview-link:visited {
108         font-weight: bold;
109         text-decoration: none;
110 }
111
112 .checkbox {
113         border: none;
114         margin: 0;
115         padding: 0;
116 }
117
118 .code, code {
119         font-family: Consolas, Monaco, Courier, monospace;
120 }
121
122 kbd, code {
123         padding: 1px 3px;
124         margin: 0 1px;
125         font-size: 11px;
126 }
127
128 .commentlist li {
129         padding: 1em 1em .2em;
130         margin: 0;
131         border-bottom-width: 1px;
132         border-bottom-style: solid;
133 }
134
135 .commentlist li li {
136         border-bottom: 0;
137         padding: 0;
138 }
139
140 .commentlist p {
141         padding: 0;
142         margin: 0 0 .8em;
143 }
144
145 .post-categories {
146         display: inline;
147         margin: 0;
148         padding: 0;
149 }
150
151 .post-categories li {
152         display: inline;
153 }
154
155 .quicktags, .search {
156         font: 12px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
157 }
158
159 .submit {
160         padding: 1.5em 0;
161         margin: 5px 0;
162         -moz-border-radius: 0 0 3px 3px;
163         -webkit-border-bottom-left-radius: 3px;
164         -webkit-border-bottom-right-radius: 3px;
165         -khtml-border-bottom-left-radius: 3px;
166         -khtml-border-bottom-right-radius: 3px;
167         border-bottom-left-radius: 3px;
168         border-bottom-right-radius: 3px;
169 }
170
171 form p.submit a.cancel:hover {
172         text-decoration: none;
173 }
174
175 #submitdiv h3,
176 #pagesubmitdiv h3 {
177         margin-bottom: 0 !important;
178 }
179
180 #misc-publishing-actions {
181         padding: 6px 0 16px 0;
182 }
183
184 .misc-pub-section {
185         padding: 6px;
186         border-bottom-width: 1px;
187         border-bottom-style: solid;
188 }
189
190 .misc-pub-section-last {
191         border-bottom: 0 none;
192 }
193
194 #minor-publishing-actions {
195         padding: 6px;
196         text-align: right;
197 }
198
199 #minor-publishing {
200         border-bottom-width: 1px;
201         border-bottom-style: solid;
202 }
203
204 #save-post {
205         float: left;
206 }
207
208 .preview {
209         float: right;
210 }
211
212 #major-publishing-actions {
213         padding: 6px;
214         clear: both;
215         border-top: none;
216 }
217
218 #minor-publishing-actions input,
219 #major-publishing-actions input,
220 #minor-publishing-actions .preview {
221         min-width: 80px;
222         text-align: center;
223 }
224
225 #delete-action {
226         line-height: 25px;
227         vertical-align: middle;
228         text-align: left;
229         float: left;
230 }
231
232 #publishing-action {
233         text-align: right;
234         float: right;
235 }
236
237 #post-body #minor-publishing {
238         padding-bottom: 10px;
239 }
240
241 #post-body #misc-publishing-actions {
242         padding: 0;
243 }
244
245 #post-body .misc-pub-section {
246         border-right-width: 1px;
247         border-right-style: solid;
248         border-bottom: 0 none;
249         min-height: 30px;
250         float: left;
251         max-width: 32%;
252 }
253
254 #post-body .misc-pub-section-last {
255         border-right: 0;
256 }
257
258 #sticky-span {
259         margin-left: 18px;
260 }
261
262 .side-info {
263         margin: 0;
264         padding: 4px;
265         font-size: 11px;
266 }
267
268 .side-info h5 {
269         padding-bottom: 7px;
270         font-size: 14px;
271         margin: 12px 2px 5px;
272         border-bottom-width: 1px;
273         border-bottom-style: solid;
274 }
275
276 .side-info ul {
277         margin: 0;
278         padding-left: 18px;
279         list-style: square;
280 }
281
282 .submit input,
283 .button,
284 .button-primary,
285 .button-secondary,
286 .button-highlighted,
287 #postcustomstuff .submit input {
288         font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
289         text-decoration: none;
290         font-size: 11px !important;
291         line-height: 16px;
292         padding: 2px 8px;
293         cursor: pointer;
294         border-width: 1px;
295         border-style: solid;
296         -moz-border-radius: 11px;
297         -khtml-border-radius: 11px;
298         -webkit-border-radius: 11px;
299         border-radius: 11px;
300         -moz-box-sizing: content-box;
301         -webkit-box-sizing: content-box;
302         -khtml-box-sizing: content-box;
303         box-sizing: content-box;
304 }
305
306 a.button,
307 a.button-primary,
308 a.button-secondary {
309         line-height: 1.2em;
310         -webkit-border-radius: 10px;
311         padding: 4px 10px;
312 }
313
314 #doaction,
315 #doaction2 {
316         margin-right: 8px;
317 }
318
319 .tablenav select[name="action"],
320 .tablenav select[name="action2"] {
321         width: 120px;
322 }
323
324 .tablenav select[name="m"] {
325         width: 120px;
326 }
327
328 .tablenav select#cat {
329         width: 150px;
330 }
331
332 #wpcontent select {
333         font: 11px/20px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
334         padding: 2px;
335         border-width: 1px;
336         border-style: solid;
337         height: 2em;
338         vertical-align: top;
339 }
340
341 #wpcontent option {
342         padding: 2px;
343 }
344
345 .approve {
346         display: none;
347 }
348
349 .unapproved .approve, .spam .approve {
350         display: inline;
351 }
352
353 .unapproved .unapprove {
354         display: none;
355 }
356
357 .narrow {
358         width: 70%;
359         margin-bottom: 40px;
360 }
361
362 .narrow p {
363         line-height: 150%;
364 }
365
366 table .vers {
367         text-align: center;
368 }
369
370 textarea.all-options, input.all-options {
371         width: 250px;
372 }
373
374 #namediv table {
375         width: 100%;
376 }
377
378 #namediv td.first {
379         width: 10px;
380         white-space: nowrap;
381 }
382
383 #namediv input {
384         width: 98%;
385 }
386
387 #namediv p {
388         margin: 10px 0;
389 }
390
391 #wpbody-content .metabox-holder {
392         padding-top: 10px;
393 }
394
395 #content {
396         margin: 0;
397         width: 100%;
398 }
399
400 #editorcontainer #content {
401         padding: 6px;
402         line-height: 150%;
403         border: 0 none;
404         outline: none;
405         -moz-box-sizing: border-box;
406         -webkit-box-sizing: border-box;
407         -khtml-box-sizing: border-box;
408         box-sizing: border-box;
409 }
410
411 #editorcontainer,
412 #quicktags {
413         border-style: solid;
414         border-width: 1px;
415         border-collapse: separate;
416         -moz-border-radius: 6px 6px 0 0;
417         -webkit-border-top-right-radius: 6px;
418         -webkit-border-top-left-radius: 6px;
419         -khtml-border-top-right-radius: 6px;
420         -khtml-border-top-left-radius: 6px;
421         border-top-right-radius: 6px;
422         border-top-left-radius: 6px;
423 }
424
425 #quicktags {
426         padding: 0;
427         margin-bottom: -3px;
428         border-bottom-width: 3px;
429         background-image: url("images/ed-bg.gif");
430         background-position: left top;
431         background-repeat: repeat-x;
432 }
433
434 #quicktags #ed_toolbar {
435         padding: 2px 4px 0;
436 }
437
438 #ed_toolbar input,
439 #ed_reply_toolbar input {
440         margin: 3px 1px 4px;
441         line-height: 18px;
442         display: inline-block;
443         border-width: 1px;
444         border-style: solid;
445         min-width: 26px;
446         padding: 2px 4px;
447         font-size: 12px;
448         -moz-border-radius: 3px;
449         -khtml-border-radius: 3px;
450         -webkit-border-radius: 3px;
451         border-radius: 3px;
452 }
453
454 #ed_reply_toolbar input {
455         margin: 1px 2px 1px 1px;
456 }
457
458 #quicktags #ed_link,
459 #ed_reply_toolbar #ed_reply_link {
460         text-decoration: underline;
461 }
462
463 #quicktags #ed_del,
464 #ed_reply_toolbar #ed_reply_del {
465         text-decoration: line-through;
466 }
467
468 #quicktags #ed_em,
469 #ed_reply_toolbar #ed_reply_em {
470         font-style: italic;
471 }
472
473 #excerpt, .attachmentlinks {
474         margin: 0;
475         height: 4em;
476         width: 98%;
477 }
478
479 /* post meta postbox */
480 #postcustomstuff table,
481 #postcustomstuff input,
482 #postcustomstuff textarea {
483         border-width: 1px;
484         border-style: solid;
485         -moz-border-radius: 3px;
486         -khtml-border-radius: 3px;
487         -webkit-border-radius: 3px;
488         border-radius: 3px;
489 }
490
491 #postcustomstuff .updatemeta,
492 #postcustomstuff .deletemeta {
493         margin: auto;
494 }
495
496 #postcustomstuff thead th {
497         padding: 5px 8px 8px;
498 }
499
500 #postcustom #postcustomstuff .submit,
501 #pagecustomdiv #postcustomstuff .submit {
502         border: 0 none;
503         float: none;
504         padding: 5px 8px;
505 }
506
507 #side-sortables #postcustom #postcustomstuff .submit,
508 #side-sortables #pagecustomdiv #postcustomstuff .submit {
509         padding: 0 5px;
510 }
511
512 #side-sortables #postcustom #postcustomstuff td.left input,
513 #side-sortables #pagecustomdiv #postcustomstuff td.left input {
514         margin: 3px 3px 0;
515 }
516
517 #side-sortables #postcustom #postcustomstuff #the-list textarea,
518 #side-sortables #pagecustomdiv #postcustomstuff #the-list textarea {
519         height: 85px;
520         margin: 3px;
521 }
522
523 #postcustomstuff table {
524         margin: 0;
525         width: 100%;
526         border-width: 1px;
527         border-style: solid;
528         border-spacing: 0;
529 }
530
531 #postcustomstuff table input,
532 #postcustomstuff table select,
533 #postcustomstuff table textarea {
534         width: 95%;
535         margin: 8px 0 8px 8px;
536 }
537
538 #postcustomstuff th.left,
539 #postcustomstuff td.left {
540         width: 38%;
541 }
542
543 #postcustomstuff .submit input {
544         width: auto;
545 }
546
547 #postcustomstuff #newmeta .submit {
548         padding: 0 8px;
549 }
550
551 #postcustomstuff table #addmetasub {
552         width: auto;
553 }
554
555 #postcustomstuff #newmetaleft {
556         vertical-align: top;
557 }
558
559 #postcustomstuff #newmetaleft a {
560         padding: 0 10px;
561         text-decoration: none;
562 }
563
564 #save {
565         width: 15em;
566 }
567
568 #template div {
569         margin-right: 190px;
570 }
571
572 * html #template div {
573         margin-right: 0;
574 }
575
576 /* A handy div class for hiding controls.
577 Some browsers will disable them when you
578 set display: none; */
579 .zerosize {
580         height: 0;
581         width: 0;
582         margin: 0;
583         border: 0;
584         padding: 0;
585         overflow: hidden;
586         position: absolute;
587 }
588
589 * html #themeselect {
590         padding: 0 3px;
591         height: 22px;
592 }
593
594 #your-profile legend {
595         font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
596         font-size: 22px;
597 }
598
599 #your-profile #rich_editing {
600         border: none;
601 }
602
603 #howto {
604         font-size: 11px;
605         margin: 0 5px;
606         display: block;
607 }
608
609 #ajax-response.alignleft {
610         margin-left: 2em;
611 }
612
613 div.nav {
614         height: 2em;
615         padding: 7px 10px;
616         vertical-align: text-top;
617         margin: 5px 0;
618 }
619
620 .nav .button-secondary {
621         padding: 2px 4px;
622 }
623
624 a.page-numbers {
625         border-bottom-style: solid;
626         border-bottom-width: 2px;
627         font-weight: bold;
628         margin-right: 1px;
629         padding: 0 2px;
630 }
631
632 p.pagenav {
633         margin: 0;
634         display: inline;
635 }
636
637 .pagenav span {
638         font-weight: bold;
639         margin: 0 6px;
640 }
641
642 .row-title {
643         font-size: 12px !important;
644         font-weight: bold;
645 }
646
647 .column-comment p {
648         margin: 0.6em 0;
649 }
650
651 .column-author img, .column-username img {
652         float: left;
653         margin-right: 10px;
654         margin-top: 3px;
655 }
656
657 .tablenav a.button-secondary {
658         display: block;
659         margin: 3px 8px 0 0;
660 }
661
662 .tablenav {
663         clear: both;
664         height: 30px;
665         margin: 6px 0 4px;
666         vertical-align: middle;
667 }
668
669 .tablenav .tablenav-pages {
670         float: right;
671         display: block;
672         cursor: default;
673         height: 30px;
674         line-height: 30px;
675         font-size: 11px;
676 }
677
678 .tablenav .tablenav-pages a, .tablenav-pages span.current  {
679         text-decoration: none;
680         border: none;
681         padding: 3px 6px;
682         border-width: 1px;
683         border-style: solid;
684         -moz-border-radius: 5px;
685         -khtml-border-radius: 5px;
686         -webkit-border-radius: 5px;
687         border-radius: 5px;
688 }
689
690 .tablenav .displaying-num {
691         margin-right: 10px;
692         font-size: 12px;
693         font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
694         font-style: italic;
695 }
696
697 .tablenav .actions {
698         padding: 2px 8px 0 0;
699 }
700
701 td.media-icon {
702         vertical-align: middle;
703         text-align: center;
704         width: 80px;
705 }
706
707 td.media-icon img {
708         max-width: 80px;
709         max-height: 60px;
710 }
711
712 #update-nag, .plugin-update {
713         line-height: 29px;
714         font-size: 12px;
715         text-align: center;
716         border-bottom-width: 1px;
717         border-bottom-style: solid;
718         border-top-width: 1px;
719         border-top-style: solid;
720 }
721
722 #update-nag a, .plugin-update a {
723         font-size: 1.1em;
724 }
725
726 #pass-strength-result {
727         border-style: solid;
728         border-width: 1px;
729         float: left;
730         margin: 12px 5px 5px 1px;
731         padding: 3px 5px;
732         text-align: center;
733         width: 200px;
734 }
735
736 .row-actions {
737         visibility: hidden;
738         padding: 2px 0 0;
739 }
740
741 tr:hover .row-actions,
742 div.comment-item:hover .row-actions {
743         visibility: visible;
744 }
745
746 /* Admin Header */
747 #wphead-info {
748         margin: 0 0 0 15px;
749         padding-right: 15px;
750 }
751
752 #user_info {
753         float: right;
754         font-size: 12px;
755         line-height: 46px;
756         height: 46px;
757 }
758
759 #user_info p {
760         margin: 0;
761         padding: 0;
762         line-height: 46px;
763 }
764
765 #wphead {
766         height: 46px;
767 }
768
769 #wphead a,
770 #adminmenu a,
771 #sidemenu a,
772 #taglist a,
773 #catlist a,
774 #show-settings a {
775         text-decoration: none;
776 }
777
778 #header-logo {
779         float: left;
780         margin: 7px 0 0 15px;
781 }
782
783 #wphead h1 {
784         font: normal 22px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
785         padding: 10px 8px 5px;
786         margin: 0;
787         float: left;
788 }
789
790 #wphead h1.long-title {
791         font: normal 18px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
792         padding: 12px 10px 5px;
793 }
794
795 #wphead h1 span {
796         font-size: 50%;
797 }
798
799 /* side admin menu */
800 #adminmenu * {
801         -webkit-user-select: none;
802         -moz-user-select: none;
803         -khtml-user-select: none;
804         user-select: none;
805 }
806
807 #adminmenu .wp-submenu {
808         display: none;
809         list-style: none;
810         padding: 0;
811         margin: 0;
812         position: relative;
813         z-index: 2;
814         border-width: 1px 0 0;
815         border-style: solid none none;
816 }
817
818 #adminmenu .wp-submenu a {
819         font: normal 11px/18px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
820 }
821
822 #adminmenu .wp-submenu li.current,
823 #adminmenu .wp-submenu li.current a,
824 #adminmenu .wp-submenu li.current a:hover {
825         font-weight: bold;
826 }
827
828 #adminmenu a.menu-top,
829 #adminmenu .wp-submenu-head {
830         font: normal 13px/18px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
831 }
832
833 #adminmenu div.wp-submenu-head {
834         display: none;
835 }
836
837 .folded #adminmenu div.wp-submenu-head,
838 .folded #adminmenu li.wp-has-submenu div.sub-open {
839         display: block;
840 }
841
842 .folded #adminmenu a.menu-top,
843 .folded #adminmenu .wp-submenu,
844 .folded #adminmenu li.wp-menu-open .wp-submenu,
845 .folded #adminmenu div.wp-menu-toggle {
846         display: none;
847 }
848
849 #adminmenu li.wp-menu-open .wp-submenu {
850         display: block;
851 }
852
853 #adminmenu div.wp-menu-image {
854         float: left;
855         width: 28px;
856         height: 28px;
857 }
858
859 #adminmenu li {
860         margin: 0;
861         padding: 0;
862         cursor: pointer;
863 }
864
865 #adminmenu a {
866         display: block;
867         line-height: 18px;
868         padding: 1px 5px 3px;
869 }
870
871 #adminmenu li.menu-top {
872         min-height: 26px;
873 }
874
875 #adminmenu a.menu-top {
876         line-height: 18px;
877         min-width: 10em;
878         padding: 5px 5px;
879         border-width: 1px 1px 0;
880         border-style: solid solid none;
881 }
882
883 #adminmenu .wp-submenu a {
884         margin: 0;
885         padding-left: 12px;
886         border-width: 0 1px 0 0;
887         border-style: none solid none none;
888 }
889
890 #adminmenu .menu-top-last ul.wp-submenu {
891         border-width: 0 0 1px;
892         border-style: none none solid;
893 }
894
895 #adminmenu .wp-submenu li {
896         padding: 0;
897         margin: 0;
898 }
899
900 .folded #adminmenu li.menu-top {
901         width: 28px;
902         height: 30px;
903         overflow: hidden;
904         border-width: 1px 1px 0;
905         border-style: solid solid none;
906 }
907
908 #adminmenu .menu-top-first a.menu-top,
909 .folded #adminmenu li.menu-top-first,
910 #adminmenu .wp-submenu .wp-submenu-head {
911         border-width: 1px 1px 0;
912         border-style: solid solid none;
913         -moz-border-radius-topleft :6px;
914         -moz-border-radius-topright: 6px;
915         -webkit-border-top-right-radius: 6px;
916         -webkit-border-top-left-radius: 6px;
917         -khtml-border-top-right-radius: 6px;
918         -khtml-border-top-left-radius: 6px;
919         border-top-right-radius: 6px;
920         border-top-left-radius: 6px;
921 }
922
923 #adminmenu .menu-top-last a.menu-top,
924 .folded #adminmenu li.menu-top-last {
925         border-width: 1px;
926         border-style: solid;
927         -moz-border-radius-bottomleft: 6px;
928         -moz-border-radius-bottomright: 6px;
929         -webkit-border-bottom-right-radius: 6px;
930         -webkit-border-bottom-left-radius: 6px;
931         -khtml-border-bottom-right-radius: 6px;
932         -khtml-border-bottom-left-radius: 6px;
933         border-bottom-right-radius: 6px;
934         border-bottom-left-radius: 6px;
935 }
936
937 #adminmenu li.wp-menu-open a.menu-top-last {
938         border-bottom: 0 none;
939         -moz-border-radius-bottomright: 0;
940         -moz-border-radius-bottomleft: 0;
941         -webkit-border-bottom-right-radius: 0;
942         -webkit-border-bottom-left-radius: 0;
943         -khtml-border-bottom-right-radius: 0;
944         -khtml-border-bottom-left-radius: 0;
945         border-bottom-right-radius: 0;
946         border-bottom-left-radius: 0;
947 }
948
949 #adminmenu img.wp-menu-image {
950         float: left;
951         padding: 8px 6px 0;
952         opacity: 0.6;
953         filter: alpha(opacity=60);
954 }
955
956 #adminmenu li.menu-top:hover img.wp-menu-image,
957 #adminmenu li.wp-has-current-submenu img.wp-menu-image {
958         opacity: 1;
959         filter: alpha(opacity=100);
960 }
961
962 .folded #adminmenu img.wp-menu-image {
963         padding: 7px 0 0 6px;
964 }
965
966 #adminmenu li.wp-menu-separator {
967         height: 21px;
968         padding: 0;
969         margin: 0;
970         cursor: w-resize;
971 }
972
973 .folded #adminmenu li.wp-menu-separator {
974         cursor: e-resize;
975 }
976
977 #adminmenu .wp-menu-separator-last {
978         height: 10px;
979         width: 1px;
980 }
981
982 #adminmenu .wp-submenu .wp-submenu-head {
983         border-width: 1px;
984         border-style: solid;
985         padding: 6px 4px 6px 10px;
986         cursor: default;
987 }
988
989 .folded #adminmenu .wp-submenu {
990         position: absolute;
991         margin: -1px 0 0 28px;
992         padding: 0 8px 8px;
993         z-index: 999;
994         border: 0 none;
995 }
996
997 .folded #adminmenu .wp-submenu ul {
998         width: 140px;
999         border-width: 0 0 1px;
1000         border-style: none none solid;
1001 }
1002
1003 .folded #adminmenu .wp-submenu li.wp-first-item {
1004         border-top: 0 none;
1005 }
1006
1007 .folded #adminmenu .wp-submenu a {
1008         padding-left: 10px;
1009 }
1010
1011 .folded #adminmenu a.wp-has-submenu {
1012         margin-left: 40px;
1013 }
1014
1015 #adminmenu li.menu-top-last .wp-submenu ul {
1016         border-width: 0 0 1px;
1017         border-style: none none solid;
1018 }
1019
1020 #adminmenu .wp-menu-toggle {
1021         width: 22px;
1022         clear: right;
1023         float: right;
1024         margin: 1px 0 0;
1025         height: 27px;
1026         padding: 1px 2px 0 0;
1027         cursor: default;
1028 }
1029
1030 #adminmenu li.wp-has-current-submenu ul {
1031         border-bottom-width: 1px;
1032         border-bottom-style: solid;
1033 }
1034 /* end side admin menu */
1035
1036 /* comments/plugins bubble in menu */
1037 #adminmenu #awaiting-mod,
1038 #adminmenu span.update-plugins,
1039 #sidemenu li a span.update-plugins {
1040         position: absolute;
1041         font-family: Helvetica, Arial, sans-serif;
1042         font-size: 7pt;
1043         font-weight: bold;
1044         margin-top: 2px;
1045         margin-left: 2px;
1046         -moz-border-radius: 7px;
1047         -khtml-border-radius: 7px;
1048         -webkit-border-radius: 7px;
1049         border-radius: 7px;
1050 }
1051
1052 #adminmenu li #awaiting-mod span,
1053 #adminmenu li span.update-plugins span,
1054 #sidemenu li a span.update-plugins span {
1055         float: left;
1056         display: block;
1057         height: 1.6em;
1058         line-height: 1.6em;
1059         padding: 0 6px;
1060 }
1061
1062 #adminmenu li span.count-0,
1063 #sidemenu li a .count-0 {
1064         display: none;
1065 }
1066 /* end menu stuff */
1067
1068 /* comments bubble */
1069 .post-com-count-wrapper {
1070         min-width: 22px;
1071         font-family: Helvetica, Arial, sans-serif;
1072 }
1073
1074 .post-com-count {
1075         height: 1.3em;
1076         line-height: 1.1em;
1077         display: block;
1078         text-decoration: none;
1079         padding: 0 0 6px;
1080         cursor: pointer;
1081         background-position: center -80px;
1082         background-repeat: no-repeat;
1083 }
1084
1085 .post-com-count span {
1086         font-size: 9px;
1087         font-weight: bild;
1088         height: 1.7em;
1089         line-height: 1.70em;
1090         min-width: 0.7em;
1091         padding: 0 6px;
1092         display: inline-block;
1093         cursor: pointer;
1094         -moz-border-radius: 5px;
1095         -khtml-border-radius: 5px;
1096         -webkit-border-radius: 5px;
1097         border-radius: 5px;
1098 }
1099
1100 strong .post-com-count {
1101         background-position: center -55px;
1102 }
1103
1104 .post-com-count:hover {
1105         background-position: center -3px;
1106 }
1107
1108 .column-response .post-com-count {
1109         float: left;
1110         margin-right: 5px;
1111         text-align: center;
1112 }
1113
1114 .response-links {
1115         margin: 4px 0;
1116 }
1117
1118 /* Admin Footer */
1119 #footer {
1120         margin-top: -45px;
1121 }
1122
1123 #footer,
1124 #footer a {
1125         font-size: 12px;
1126         font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
1127         font-style: italic;
1128 }
1129
1130 #footer p {
1131         margin: 0;
1132         padding: 15px;
1133         line-height: 15px;
1134 }
1135
1136 #footer a {
1137         text-decoration: none;
1138 }
1139
1140 #footer a:hover {
1141         text-decoration: underline;
1142 }
1143
1144 /* Tables used on comment.php and option/setting pages */
1145
1146 .form-table {
1147         border-collapse: collapse;
1148         margin-top: 0.5em;
1149         width: 100%;
1150         margin-bottom: -8px;
1151         clear: both;
1152 }
1153
1154 .form-table td,
1155 #wpbody-content .describe td {
1156         margin-bottom: 9px;
1157         padding: 4px 10px 12px;
1158         line-height: 20px;
1159         font-size: 11px;
1160 }
1161
1162 .form-table th,
1163 .form-wrap label {
1164         font-weight: normal;
1165         text-shadow: rgba(255,255,255,1) 0 1px 0;
1166 }
1167
1168 .form-table th,
1169 #wpbody-content .describe th {
1170         vertical-align: top;
1171         text-align: left;
1172         padding: 10px;
1173         width: 200px;
1174 }
1175
1176 .form-table th.th-full {
1177         width: auto;
1178 }
1179
1180 .form-table input,
1181 .form-table textarea,
1182 #wpbody-content .describe input,
1183 #wpbody-content .describe textarea {
1184         border-width: 1px;
1185         border-style: solid;
1186 }
1187
1188 .form-table div.color-option {
1189         display: block;
1190         clear: both;
1191         margin-top: 12px;
1192 }
1193
1194 .form-table input.tog {
1195         margin-top: 2px;
1196         margin-right: 2px;
1197         float: left;
1198 }
1199
1200 .form-table table.color-palette {
1201         vertical-align: bottom;
1202         float: left;
1203         margin: -8px 3px 8px;
1204 }
1205
1206 .form-table .color-palette td {
1207         border-width: 1px 1px 0;
1208         border-stile: solid solid none;
1209         height: 10px;
1210         line-height: 20px;
1211         width: 10px;
1212 }
1213
1214 textarea.large-text {
1215         width: 99%;
1216 }
1217
1218 .form-table input.regular-text {
1219         width: 325px;
1220 }
1221
1222 .form-table input.small-text {
1223         width: 50px;
1224 }
1225
1226 #profile-page .form-table textarea {
1227         width: 500px;
1228         margin-bottom: 6px;
1229 }
1230
1231 #profile-page .form-table input[type=text] {
1232         width: 300px;
1233 }
1234
1235 #profile-page .form-table #rich_editing {
1236         margin-right: 5px
1237 }
1238
1239 .form-table .pre {
1240         padding: 8px;
1241         margin: 0;
1242 }
1243
1244 .pre {
1245         /* http://www.longren.org/2006/09/27/wrapping-text-inside-pre-tags/ */
1246         white-space: pre-wrap; /* css-3 */
1247         white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
1248         white-space: -pre-wrap; /* Opera 4-6 */
1249         white-space: -o-pre-wrap; /* Opera 7 */
1250         word-wrap: break-word; /* Internet Explorer 5.5+ */
1251 }
1252
1253 table.form-table td .updated {
1254         font-size: 13px;
1255 }
1256
1257 /* divs for cats and tags pages */
1258
1259 .form-wrap {
1260         margin: 10px 0;
1261         width: 97%;
1262 }
1263
1264 .form-wrap p,
1265 .form-wrap label {
1266         font-size: 11px;
1267 }
1268
1269 .form-wrap label {
1270         display: block;
1271         padding: 2px;
1272         font-size: 12px;
1273 }
1274
1275 .form-field input,
1276 .form-field textarea {
1277         border-style: solid;
1278         border-width: 1px;
1279         width: 95%;
1280 }
1281
1282 .form-wrap p {
1283         margin: 2px 0 5px;
1284 }
1285
1286 .setting-description, .form-wrap p {
1287         font-style: italic;
1288         font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
1289 }
1290
1291 .form-wrap .form-field {
1292         margin: 0 0 10px;
1293         padding: 8px;
1294 }
1295
1296 .col-wrap h3 {
1297         margin: 12px 0;
1298         font-size: 1.1em;
1299 }
1300
1301 .col-wrap p.submit {
1302         margin-top: -10px;
1303 }
1304
1305 .tagcloud {
1306         width: 97%;
1307         margin: 0 0 40px;
1308 }
1309
1310 .tagcloud h3 {
1311         margin: 2px 0 12px;
1312 }
1313
1314 /* Post Screen */
1315 #normal-sortables {
1316         min-height: 50px;
1317 }
1318
1319 .postbox {
1320         position: relative;
1321         min-width: 255px;
1322         width: 99.5%;
1323 }
1324
1325 #trackback_url {
1326         width: 99%;
1327 }
1328
1329 #normal-sortables .postbox .submit {
1330         background: transparent none;
1331         border: 0 none;
1332         float: right;
1333         padding: 0 12px;
1334         margin: 0;
1335 }
1336
1337 #normal-sortables .postbox #replyrow .submit {
1338         float: none;
1339         margin: 0;
1340         padding: 3px 7px;
1341 }
1342
1343 #side-sortables {
1344         min-height: 300px;
1345 }
1346
1347 #side-sortables .submitbox .submit input,
1348 #side-sortables .submitbox .submit .preview,
1349 #side-sortables .submitbox .submit a.preview:hover {
1350         border: 0 none;
1351 }
1352
1353 #side-sortables .inside-submitbox .insidebox,
1354 .stuffbox .insidebox {
1355         margin: 11px 0;
1356 }
1357
1358 #side-sortables .comments-box,
1359 #side-sortables #show-comments {
1360         display: none;
1361 }
1362
1363 #post-body #tagsdiv #newtag {
1364         margin-right: 5px;
1365         width: 16em;
1366 }
1367
1368 #side-info-column input#post_password {
1369         width: 94%
1370 }
1371
1372 #side-info-column #tagsdiv #newtag {
1373         width: 68%;
1374 }
1375
1376 #post-status-info {
1377         font-size: 12px;
1378         line-height: 2;
1379         padding: 0 15px 0 7px;
1380         border-width: 0 1px 1px;
1381         border-style: none solid solid;
1382         -moz-border-radius: 0 0 6px 6px;
1383         -webkit-border-bottom-left-radius: 6px;
1384         -webkit-border-bottom-right-radius: 6px;
1385         -khtml-border-bottom-left-radius: 6px;
1386         -khtml-border-bottom-right-radius: 6px;
1387         border-bottom-left-radius: 6px;
1388         border-bottom-right-radius: 6px;
1389 }
1390
1391 #editorcontent #post-status-info {
1392         border: none;
1393 }
1394
1395 #post-body-content .wp_themeSkin .mceStatusbar a.mceResize {
1396         display: block;
1397         float: right;
1398         background: transparent url(images/resize.gif) no-repeat scroll right bottom;
1399         width: 12px;
1400         height: 12px;
1401         cursor: se-resize;
1402         margin: 0 2px;
1403         position: relative;
1404         right: 0;
1405         top: 31px;
1406 }
1407
1408
1409 #pagesubmitdiv div.inside,
1410 #linksubmitdiv div.inside,
1411  div.inside {
1412         padding: 0;
1413         margin: 0;
1414 }
1415
1416 #comment-status-radio p {
1417         margin: 3px 0 5px;
1418 }
1419
1420 #comment-status-radio input {
1421         margin: 2px 3px 5px 0;
1422         vertical-align: middle;
1423 }
1424
1425 #comment-status-radio label {
1426         padding: 5px 0;
1427 }
1428
1429 #tagchecklist {
1430         margin-left: 10px;
1431         font-size: 12px;
1432         overflow: auto;
1433 }
1434
1435 #tagchecklist strong {
1436         margin-left: -8px;
1437         position: absolute;
1438 }
1439
1440 #tagchecklist span {
1441         margin-right: 25px;
1442         display: block;
1443         float: left;
1444         font-size: 11px;
1445         line-height: 1.8em;
1446         white-space: nowrap;
1447         cursor: default;
1448 }
1449
1450 #tagchecklist span a {
1451         margin: 6px 0pt 0pt -9px;
1452         cursor: pointer;
1453         width: 10px;
1454         height: 10px;
1455         display: block;
1456         float: left;
1457         text-indent: -9999px;
1458         overflow: hidden;
1459         position: absolute;
1460 }
1461
1462 .howto {
1463         font-style: italic;
1464         display: block;
1465         font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
1466 }
1467
1468 .ac_results {
1469         padding: 0;
1470         margin: 0;
1471         list-style: none;
1472         position: absolute;
1473         z-index: 10000;
1474         display: none;
1475         border-width: 1px;
1476         border-style: solid;
1477 }
1478
1479 .ac_results li {
1480         padding: 2px 5px;
1481         white-space: nowrap;
1482         text-align: left;
1483 }
1484
1485 .ac_over {
1486         cursor: pointer;
1487 }
1488
1489 .ac_match {
1490         text-decoration: underline;
1491 }
1492
1493 #poststuff h2 {
1494         margin-top: 20px;
1495         font-size: 1.5em;
1496         margin-bottom: 15px;
1497         padding: 0 0 3px;
1498         clear: left;
1499 }
1500
1501 .ui-sortable .postbox h3 {
1502         cursor: pointer;
1503         -webkit-user-select: none;
1504         -moz-user-select: none;
1505         -khtml-user-select: none;
1506         user-select: none;
1507 }
1508
1509 .ui-sortable .postbox .hndle span {
1510         padding: 6px 0;
1511 }
1512
1513 .ui-sortable .postbox .hndle {
1514         cursor: move;
1515 }
1516
1517 .hndle a {
1518         font-size: 11px;
1519         font-weight: normal;
1520 }
1521
1522 .meta-box-sortables .postbox .handlediv {
1523         float: right;
1524         width: 23px;
1525         height: 26px;
1526 }
1527
1528 .sortable-placeholder {
1529         border-width: 1px;
1530         border-style: dashed;
1531         z-index: -1;
1532 }
1533
1534 #poststuff h3,
1535 .metabox-holder h3 {
1536         font-size: 12px;
1537         font-weight: bold;
1538         padding: 7px 9px;
1539         margin: 0;
1540         line-height: 1;
1541 }
1542
1543 .metabox-holder .postbox,
1544 #poststuff .postbox,
1545 #poststuff .stuffbox {
1546         margin-bottom: 20px;
1547         border-width: 1px;
1548         border-style: solid;
1549         line-height: 1;
1550         -moz-border-radius: 6px;
1551         -khtml-border-radius: 6px;
1552         -webkit-border-radius: 6px;
1553         border-radius: 6px;
1554 }
1555
1556 .metabox-holder .postbox h3,
1557 #poststuff .postbox h3,
1558 #poststuff .stuffbox h3 {
1559         -moz-border-radius: 6px 6px 0 0;
1560         -webkit-border-top-right-radius: 6px;
1561         -webkit-border-top-left-radius: 6px;
1562         -khtml-border-top-right-radius: 6px;
1563         -khtml-border-top-left-radius: 6px;
1564         border-top-right-radius: 6px;
1565         border-top-left-radius: 6px;
1566 }
1567
1568 .postbox table.form-table {
1569         margin-bottom: 0;
1570 }
1571
1572 .postbox input[type="text"],
1573 .postbox textarea,
1574 .stuffbox input[type="text"],
1575 .stuffbox textarea {
1576         border-width: 1px;
1577         border-style: solid;
1578 }
1579
1580 #poststuff .inside,
1581 #poststuff .inside p {
1582         font-size: 11px;
1583         margin: 6px;
1584 }
1585
1586 #poststuff .inside .submitbox p {
1587         margin: 1em 0;
1588 }
1589
1590 #post-visibility-select {
1591         line-height: 1.5em;
1592         margin-top: 3px;
1593 }
1594
1595 #poststuff #submitdiv .inside {
1596         margin: 0;
1597 }
1598
1599 #titlediv, #poststuff .postarea {
1600         margin-bottom: 20px;
1601 }
1602
1603 #titlediv {
1604         margin-bottom: 20px;
1605 }
1606 #titlediv label { cursor: text; }
1607
1608 #titlediv div.inside {
1609         margin: 0;
1610 }
1611
1612 #poststuff #titlewrap {
1613         border: 0;
1614         padding: 0;
1615
1616 }
1617
1618 #titlediv #title {
1619         padding: 3px 4px;
1620         border-width: 1px;
1621         border-style: solid;
1622         -moz-border-radius: 6px;
1623         -khtml-border-radius: 6px;
1624         -webkit-border-radius: 6px;
1625         border-radius: 6px;
1626         font-size: 1.7em;
1627         width: 100%;
1628         outline: none;
1629 }
1630
1631 #poststuff .inside-submitbox,
1632 #side-info-column .inside-submitbox {
1633         margin: 0 3px;
1634         font-size: 11px;
1635 }
1636
1637 input#link_description,
1638 input#link_url {
1639         width: 98%;
1640 }
1641
1642 #pending {
1643         background: 0 none;
1644         border: 0 none;
1645         padding: 0;
1646         font-size: 11px;
1647         margin-top: -1px;
1648 }
1649
1650 #edit-slug-box {
1651         height: 1em;
1652         margin-top: 8px;
1653         padding: 0 7px;
1654 }
1655
1656 #editable-post-name-full {
1657         display: none;
1658 }
1659
1660 #editable-post-name input {
1661         width: 16em;
1662 }
1663
1664 .postarea h3 label {
1665         float: left;
1666 }
1667
1668 .postarea #add-media-button {
1669         float: right;
1670         margin: 7px 0pt 0pt;
1671         position: relative;
1672         right: 10px;
1673 }
1674
1675 #poststuff #editor-toolbar {
1676         height: 30px;
1677 }
1678
1679 .wp_themeSkin tr.mceFirst td.mceToolbar {
1680         background-image: url("images/ed-bg.gif");
1681         background-position: left top;
1682         background-repeat: repeat-x;
1683         border-width: 0 0 1px;
1684         border-style: none none solid;
1685 }
1686
1687 #poststuff #edButtonPreview,
1688 #poststuff #edButtonHTML {
1689         display: block;
1690         height: 18px;
1691         margin: 5px 5px 0 0;
1692         padding: 4px 5px 2px;
1693         float: right;
1694         cursor: pointer;
1695         border-width: 1px;
1696         border-style: solid;
1697         -moz-border-radius: 3px 3px 0 0;
1698         -webkit-border-top-right-radius: 3px;
1699         -webkit-border-top-left-radius: 3px;
1700         -khtml-border-top-right-radius: 3px;
1701         -khtml-border-top-left-radius: 3px;
1702         border-top-right-radius: 3px;
1703         border-top-left-radius: 3px;
1704 }
1705
1706 #poststuff #edButtonHTML {
1707         margin-right: 15px;
1708 }
1709
1710 #media-buttons {
1711         cursor: default;
1712         padding: 8px 8px 0;
1713 }
1714
1715 #media-buttons a {
1716         cursor: pointer;
1717         padding: 0 0 5px 10px;
1718 }
1719
1720 #media-buttons img {
1721         vertical-align: middle;
1722 }
1723
1724 .submitbox .submit {
1725         text-align: left;
1726         padding: 12px 10px 10px;
1727         font-size: 11px;
1728 }
1729
1730 .submitbox .submitdelete {
1731         border-bottom-width: 1px;
1732         border-bottom-style: solid;
1733         text-decoration: none;
1734         padding: 1px 2px;
1735 }
1736
1737 .inside-submitbox #post_status {
1738         margin: 2px 0 2px -2px;
1739 }
1740
1741 .submitbox .submit a:hover {
1742         border-bottom-width: 1px;
1743         border-bottom-style: solid;
1744 }
1745
1746 .submitbox .submit input {
1747         margin-bottom: 8px;
1748         margin-right: 4px;
1749         padding: 6px;
1750 }
1751
1752 #post-status-select {
1753         line-height: 2.5em;
1754         margin-top: 3px;
1755 }
1756
1757 /* Categories */
1758
1759 #category-adder {
1760         margin-left: 120px;
1761         padding: 4px 0;
1762 }
1763
1764 #category-adder h4 {
1765         margin: 0 0 8px;
1766 }
1767
1768 #side-info-column #category-adder {
1769         margin: 0;
1770 }
1771
1772 #post-body #category-add input, #category-add select {
1773         width: 30%;
1774 }
1775
1776 #side-info-column #category-add input {
1777         width: 94%;
1778 }
1779
1780 #side-info-column #category-add select {
1781         width: 100%;
1782 }
1783
1784 #category-add input#category-add-sumbit {
1785         width: auto;
1786 }
1787
1788 #post-body ul#category-tabs {
1789         float: left;
1790         width: 120px;
1791         text-align: right;
1792         /* Negative margin for the sake of those without JS: all tabs display */
1793         margin: 0 -120px 0 0;
1794         padding: 0;
1795 }
1796
1797 #post-body ul#category-tabs li {
1798         padding: 8px;
1799 }
1800
1801 #post-body ul#category-tabs li.ui-tabs-selected {
1802         -moz-border-radius: 3px 0 0 3px;
1803         -webkit-border-top-left-radius: 3px;
1804         -webkit-border-bottom-left-radius: 3px;
1805         -khtml-border-top-left-radius: 3px;
1806         -khtml-border-bottom-left-radius: 3px;
1807         border-top-left-radius: 3px;
1808         border-bottom-left-radius: 3px;
1809 }
1810
1811 #post-body ul#category-tabs li.ui-tabs-selected a {
1812         font-weight: bold;
1813         text-decoration: none;
1814 }
1815
1816 #categorydiv div.ui-tabs-panel,
1817 #linkcategorydiv div.ui-tabs-panel {
1818         height: 150px;
1819         overflow: auto;
1820         padding: 0.5em 0.9em;
1821 }
1822
1823 #post-body #categorydiv div.ui-tabs-panel,
1824 #post-body #linkcategorydiv div.ui-tabs-panel {
1825         margin: 0 5px 0 120px;
1826         height: 10em;
1827         overflow: auto;
1828         border-width: 4px;
1829         border-style: solid;
1830 }
1831
1832 #side-info-column #category-tabs li {
1833         display: inline;
1834         padding-right: 8px;
1835 }
1836
1837 #side-info-column #category-tabs a {
1838         text-decoration: none;
1839 }
1840
1841 #side-info-column #category-tabs {
1842         margin-bottom: 3px;
1843 }
1844
1845 #categorydiv ul,
1846 #linkcategorydiv ul {
1847         list-style: none;
1848         padding: 0;
1849         margin: 0;
1850 }
1851
1852 #categorydiv ul.categorychecklist ul,
1853 #linkcategorydiv ul.categorychecklist ul {
1854         margin-left: 18px;
1855 }
1856
1857 ul.categorychecklist li {
1858         margin: 0;
1859         padding: 0;
1860         line-height: 19px;
1861 }
1862
1863 #category-adder h4 {
1864         margin-top: 4px;
1865         margin-bottom: 0px;
1866 }
1867
1868 #categorydiv .ui-tabs-panel {
1869         border-width: 3px;
1870         border-style: solid; 
1871 }
1872
1873 ul#category-tabs {
1874         margin-top: 12px;
1875 }
1876
1877 ul#category-tabs li {
1878         padding: 5px 8px;
1879         -moz-border-radius: 3px 3px 0 0;
1880         -webkit-border-top-left-radius: 3px;
1881         -webkit-border-top-right-radius: 3px;
1882         -khtml-border-top-left-radius: 3px;
1883         -khtml-border-top-right-radius: 3px;
1884         border-top-left-radius: 3px;
1885         border-top-right-radius: 3px;
1886 }
1887
1888 /* positioning etc. */
1889
1890 form#tags-filter {
1891         position: relative;
1892 }
1893
1894 p.search-box {
1895         float: right;
1896         margin: -5px 0 0;
1897 }
1898
1899 .search-input {
1900         border-width: 1px;
1901         border-style: solid;
1902         padding: 2px;
1903 }
1904
1905 #posts-filter fieldset {
1906         float: left;
1907         margin: 0 1.5ex 1em 0;
1908         padding: 0;
1909 }
1910
1911 #posts-filter fieldset legend {
1912         padding: 0 0 .2em 1px;
1913 }
1914
1915 .bordertitle {
1916         padding-bottom: 5px;
1917         border-bottom-width: 1px;
1918         border-bottom-style: solid;
1919 }
1920
1921 /* Edit posts */
1922
1923 td.post-title strong {
1924         display: block;
1925         margin-bottom: .2em;
1926 }
1927
1928 td.post-title p {
1929         margin: 6px 0;
1930 }
1931
1932 /* Global classes */
1933
1934 .wp-hidden-children .wp-hidden-child,
1935 .ui-tabs-hide {
1936         display: none;
1937 }
1938
1939 .commentlist .avatar {
1940         vertical-align: text-top;
1941 }
1942
1943 .defaultavatarpicker .avatar {
1944         margin: 2px 0;
1945         vertical-align: middle;
1946 }
1947
1948 body.wp-admin {
1949         min-width: 785px;
1950 }
1951
1952 .view-switch {
1953         float: right;
1954         margin: 6px 8px 0;
1955 }
1956
1957 .view-switch a {
1958         text-decoration: none;
1959 }
1960
1961 .filter {
1962         float: left;
1963         margin: -5px 0 0 10px;
1964 }
1965
1966 .filter .subsubsub {
1967         margin-left: -10px;
1968         margin-top: 13px;
1969 }
1970
1971 #the-comment-list td.comment p.comment-author {
1972         margin-top: 0;
1973         margin-left: 0;
1974 }
1975
1976 #the-comment-list p.comment-author img {
1977         float: left;
1978         margin-right: 8px;
1979 }
1980
1981 #the-comment-list p.comment-author strong a {
1982         border: none;
1983 }
1984
1985 #the-comment-list td {
1986         vertical-align: top;
1987 }
1988
1989 #the-comment-list td.comment {
1990         word-wrap: break-word;
1991 }
1992
1993 #the-comment-list .check-column {
1994         padding-top: 8px;
1995 }
1996
1997 #templateside ul li a {
1998         text-decoration: none;
1999 }
2000
2001 .tablenav .delete {
2002         margin-right: 20px;
2003 }
2004
2005 td.action-links, th.action-links {
2006         text-align: right;
2007 }
2008
2009 /* Diff */
2010
2011 table.diff {
2012         width: 100%;
2013 }
2014
2015 table.diff col.content {
2016         width: 50%;
2017 }
2018
2019 table.diff tr {
2020         background-color: transparent;
2021 }
2022
2023 table.diff td, table.diff th {
2024         padding: .5em;
2025         font-family: Consolas, Monaco, Courier, monospace;
2026         border: none;
2027 }
2028
2029 table.diff .diff-deletedline del, table.diff .diff-addedline ins {
2030         text-decoration: none;
2031 }
2032
2033 #wp-word-count {
2034         display: block;
2035 }
2036
2037 fieldset {
2038         border: 0;
2039         padding: 0;
2040         margin: 0;
2041 }
2042
2043 .tool-box {
2044         margin: 15px 0 35px;
2045 }
2046
2047 .tool-box .buttons {
2048         margin: 15px 0;
2049 }
2050
2051 .tool-box .title {
2052         margin: 8px 0;
2053         font: 18px/24px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
2054 }
2055
2056 .pressthis a {
2057         font-size: 1.2em;
2058 }
2059
2060 #wp_editbtns,
2061 #wp_gallerybtns {
2062         padding: 2px;
2063         position: absolute;
2064         display: none;
2065         z-index: 999998;
2066 }
2067
2068 #wp_editimgbtn,
2069 #wp_delimgbtn,
2070 #wp_editgallery,
2071 #wp_delgallery {
2072         margin: 2px;
2073         padding: 2px;
2074         border-width: 1px;
2075         border-style: solid;
2076         -moz-border-radius: 3px;
2077         -khtml-border-radius: 3px;
2078         -webkit-border-radius: 3px;
2079         border-radius: 3px;
2080 }
2081
2082 .settings-toggle {
2083         text-align: right;
2084         margin: 5px 7px 15px 0;
2085         font-size: 12px;
2086 }
2087
2088 .settings-toggle h3 {
2089         margin: 0;
2090 }
2091
2092 #timestampdiv select {
2093         height: 20px;
2094         line-height: 20px;
2095         padding: 0;
2096 }
2097
2098 #jj, #hh, #mn {
2099         width: 2em;
2100         padding: 1px;
2101         font-size: 12px;
2102 }
2103
2104 #aa {
2105         width: 3.4em;
2106         padding: 1px;
2107         font-size: 12px;
2108 }
2109
2110 .curtime #timestamp {
2111         background-repeat: no-repeat;
2112         background-position: left top;
2113         padding-left: 18px;
2114 }
2115
2116 #timestampdiv {
2117         padding-top: 5px;
2118         line-height: 23px;
2119 }
2120
2121 #timestampdiv p {
2122         margin: 8px 0 6px;
2123 }
2124
2125 #timestampdiv input {
2126         border-width: 1px;
2127         border-style: solid;
2128 }
2129
2130 /* media popup 0819 */
2131 #sidemenu {
2132         margin: -30px 15px 0 315px;
2133         list-style: none;
2134         position: relative;
2135         float: right;
2136         padding-left: 10px;
2137         font-size: 12px;
2138 }
2139
2140 #sidemenu a {
2141         padding: 0 7px;
2142         display: block;
2143         float: left;
2144         line-height: 28px;
2145         border-top-width: 1px;
2146         border-top-style: solid;
2147         border-bottom-width: 1px;
2148         border-bottom-style: solid;
2149 }
2150
2151 #sidemenu li {
2152         display: inline;
2153         line-height: 200%;
2154         list-style: none;
2155         text-align: center;
2156         white-space: nowrap;
2157         margin: 0;
2158         padding: 0;
2159 }
2160
2161 #sidemenu a.current {
2162         font-weight: normal;
2163         padding-left: 6px;
2164         padding-right: 6px;
2165         -moz-border-radius: 4px 4px 0 0;
2166         -webkit-border-top-left-radius: 4px;
2167         -webkit-border-top-right-radius: 4px;
2168         -khtml-border-top-left-radius: 4px;
2169         -khtml-border-top-right-radius: 4px;
2170         border-top-left-radius: 4px;
2171         border-top-right-radius: 4px;
2172         border-width: 1px;
2173         border-style: solid;
2174 }
2175
2176 #sidemenu {
2177         margin: -30px 15px 0 315px;
2178         list-style: none;
2179         position: relative;
2180         float: right;
2181         padding-left: 10px;
2182         font-size: 12px;
2183 }
2184
2185 #sidemenu a {
2186         padding: 0 7px;
2187         display: block;
2188         float: left;
2189         line-height: 28px;
2190         border-top-width: 1px;
2191         border-top-style: solid;
2192         border-bottom-width: 1px;
2193         border-bottom-style: solid;
2194 }
2195
2196 #sidemenu li a .count-0 {
2197         display: none;
2198 }
2199
2200 /* reply to comments */
2201 #replyrow {
2202         font-size: 11px;
2203 }
2204
2205 #replyrow input {
2206         border-width: 1px;
2207         border-style: solid;
2208 }
2209
2210 #replyrow td {
2211         padding: 2px;
2212 }
2213
2214 #replyrow #editorcontainer {
2215         border: 0 none;
2216 }
2217
2218 #replysubmit {
2219         margin: 0;
2220         padding: 3px 7px;
2221 }
2222
2223 #replysubmit img.waiting,
2224 .inline-edit-save img.waiting,
2225 #commentstatusdiv img.waiting {
2226         padding: 0 10px;
2227         vertical-align: top;
2228 }
2229
2230 #replysubmit .button {
2231         margin-right: 5px;
2232 }
2233
2234 #replyrow #editor-toolbar {
2235         display: none;
2236 }
2237
2238 #replyhead {
2239         font-size: 12px;
2240         font-weight: bold;
2241         padding: 2px 10px 4px;
2242 }
2243
2244 #edithead .inside {
2245         float: left;
2246         padding: 3px 0 2px 5px;
2247         margin: 0;
2248         text-align: center;
2249         font-size: 11px;
2250 }
2251
2252 #edithead .inside input {
2253         width: 180px;
2254         font-size: 11px;
2255 }
2256
2257 #edithead label {
2258         padding: 2px 0;
2259 }
2260
2261 #replycontainer {
2262         padding: 5px;
2263         border: 0 none;
2264         height: 120px;
2265         overflow: hidden;
2266         position: relative;
2267 }
2268
2269 #replycontent {
2270         resize: none;
2271         margin: 0;
2272         width: 100%;
2273         height: 100%;
2274         padding: 0;
2275         line-height: 150%;
2276         border: 0 none;
2277         outline: none;
2278         font-size: 12px;
2279 }
2280
2281 #replyrow #ed_reply_toolbar {
2282         margin: 0;
2283         padding: 2px 3px;
2284 }
2285
2286 /* show/hide settings */
2287 #screen-meta {
2288         position: relative;
2289         clear: both;
2290 }
2291
2292 #screen-meta-links {
2293         margin: 0 9px 0 0;
2294 }
2295
2296 #screen-meta .invisible {
2297         visibility: hidden;
2298 }
2299
2300 #screen-options-link-wrap,
2301 #contextual-help-link-wrap {
2302         float: right;
2303         background: transparent url( images/screen-options-left.gif ) no-repeat 0 0;
2304         font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
2305         height: 22px;
2306         padding: 0;
2307         margin: 0 6px 0 0;
2308 }
2309
2310 #screen-meta a.show-settings {
2311         text-decoration: none;
2312         z-index: 1;
2313         padding: 0 16px 0 6px;
2314         height: 22px;
2315         line-height: 22px;
2316         font-size: 10px;
2317         display: block;
2318         background-repeat: no-repeat;
2319         background-position: right bottom;
2320 }
2321
2322 #screen-meta a.show-settings {
2323         background-image: url( images/screen-options-right.gif );
2324 }
2325
2326 #screen-meta a.show-settings:hover {
2327         text-decoration: none;
2328 }
2329
2330 #screen-options-wrap h5,
2331 #contextual-help-wrap h5 {
2332         margin: 8px 0;
2333         font-size: 13px;
2334 }
2335
2336 #screen-options-wrap,
2337 #contextual-help-wrap {
2338         border-style: none solid solid;
2339         border-top: 0 none;
2340         border-width: 0 1px 1px;
2341         margin: 0 15px;
2342         padding: 8px 12px 12px;
2343         -moz-border-radius: 0 0 0 4px;
2344         -webkit-border-bottom-left-radius: 4px;
2345         -khtml-border-bottom-left-radius: 4px;
2346         border-bottom-left-radius: 4px;
2347 }
2348
2349 .metabox-prefs label {
2350         padding-right: 15px;
2351         white-space: nowrap;
2352         line-height: 30px;
2353 }
2354
2355 .metabox-prefs label input {
2356         margin: 0 5px 0 2px;
2357 }
2358
2359 .metabox-prefs label a {
2360         display: none;
2361 }
2362
2363 /* Inline Editor
2364         .quick-edit* is for Quick Edit
2365         .bulk-edit* is for Bulk Edit
2366         .inline-edit* is for everything
2367 */
2368 /*      Layout */
2369 tr.inline-edit-row td {
2370         padding: 0 0.5em;
2371 }
2372
2373 #wpbody-content .inline-edit-row fieldset {
2374         font-size: 12px;
2375         float: left;
2376         margin: 0;
2377         padding: 0;
2378         width: 100%;
2379 }
2380
2381 #wpbody-content .inline-edit-row fieldset .inline-edit-col {
2382         padding: 0 0.5em;
2383 }
2384
2385 #wpbody-content .quick-edit-row-page fieldset.inline-edit-col-right .inline-edit-col {
2386         border-width: 0 0 0 1px;
2387         border-style: none none none solid;
2388 }
2389
2390 #wpbody-content .quick-edit-row-post .inline-edit-col-left {
2391         width: 40%;
2392 }
2393
2394 #wpbody-content .quick-edit-row-post .inline-edit-col-right {
2395         width: 39%;
2396 }
2397
2398 #wpbody-content .inline-edit-row-post .inline-edit-col-center {
2399         width: 20%;
2400 }
2401
2402 #wpbody-content .quick-edit-row-page .inline-edit-col-left {
2403         width: 50%;
2404 }
2405
2406 #wpbody-content .quick-edit-row-page .inline-edit-col-right,
2407 #wpbody-content .bulk-edit-row-post .inline-edit-col-right {
2408         width: 49%;
2409 }
2410
2411 #wpbody-content .bulk-edit-row .inline-edit-col-left {
2412         width: 30%;
2413 }
2414
2415 #wpbody-content .bulk-edit-row-page .inline-edit-col-right {
2416         width: 69%;
2417 }
2418
2419 #wpbody-content .bulk-edit-row .inline-edit-col-bottom {
2420         float: right;
2421         width: 69%;
2422 }
2423
2424 #wpbody-content .inline-edit-row-page .inline-edit-col-right,
2425 #owpbody-content .bulk-edit-row-post .inline-edit-col-right {
2426         margin-top: 27px;
2427 }
2428
2429 .inline-edit-row fieldset .inline-edit-group {
2430         clear: both;
2431 }
2432
2433 .inline-edit-row fieldset .inline-edit-group:after {
2434         content: ".";
2435         display: block;
2436         height: 0;
2437         clear: both;
2438         visibility: hidden;
2439 }
2440
2441 .inline-edit-row p.submit {
2442         clear: both;
2443         padding: 0.5em;
2444         margin: 0.5em 0 0;
2445 }
2446
2447 /*      Positioning */
2448 .inline-edit-row h4 {
2449         margin: .2em 0;
2450         padding: 0;
2451         line-height: 23px;
2452 }
2453 .inline-edit-row fieldset span.title,
2454 .inline-edit-row fieldset span.checkbox-title {
2455         margin: 0;
2456         padding: 0;
2457         line-height: 27px;
2458 }
2459
2460 .inline-edit-row fieldset label,
2461 .inline-edit-row fieldset span.inline-edit-categories-label {
2462         display: block;
2463         margin: .2em 0;
2464 }
2465
2466 .inline-edit-row fieldset label.inline-edit-tags {
2467         margin-top: 0;
2468 }
2469
2470 .inline-edit-row fieldset label.inline-edit-tags span.title {
2471         margin: .2em 0;
2472 }
2473
2474 .inline-edit-row fieldset label span.title {
2475         display: block;
2476         float: left;
2477         width: 5em;
2478 }
2479
2480 .inline-edit-row fieldset label span.input-text-wrap {
2481         display: block;
2482         margin-left: 5em;
2483 }
2484
2485 .quick-edit-row-post fieldset.inline-edit-col-right label span.title {
2486         width: auto;
2487         padding-right: 0.5em;
2488 }
2489
2490 .inline-edit-row .input-text-wrap input[type=text] {
2491         width: 100%;
2492 }
2493
2494 .inline-edit-row fieldset label input[type=checkbox] {
2495         vertical-align: text-bottom;
2496 }
2497
2498 .inline-edit-row fieldset label textarea {
2499         width: 100%;
2500         height: 4em;
2501 }
2502
2503 #wpbody-content .bulk-edit-row fieldset .inline-edit-group label {
2504         max-width: 50%;
2505 }
2506
2507 #wpbody-content .quick-edit-row fieldset .inline-edit-group label.alignleft:first-child {
2508         margin-right: 0.5em
2509 }
2510
2511 /*      Styling */
2512 .inline-edit-row h4 {
2513         text-transform: uppercase;
2514 }
2515
2516 .inline-edit-row fieldset span.title,
2517 .inline-edit-row fieldset span.checkbox-title {
2518         font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
2519         font-style: italic;
2520         line-height: 1.8em;
2521 }
2522
2523 /*      Specific Elements */
2524 .inline-edit-row fieldset input[type="text"],
2525 .inline-edit-row fieldset textarea {
2526         border-style: solid;
2527         border-width: 1px;
2528 }
2529
2530 .inline-edit-row fieldset .inline-edit-date {
2531         float: left;
2532 }
2533
2534 .inline-edit-row fieldset input[name=jj],
2535 .inline-edit-row fieldset input[name=hh],
2536 .inline-edit-row fieldset input[name=mn] {
2537         font-size: 12px;
2538         width: 2.1em;
2539 }
2540
2541 .inline-edit-row fieldset input[name=aa] {
2542         font-size: 12px;
2543         width: 3.5em;
2544 }
2545
2546 .inline-edit-row fieldset label input.inline-edit-password-input {
2547         width: 8em;
2548 }
2549
2550 ul.cat-checklist {
2551         height: 12em;
2552         border-style: solid;
2553         border-width: 1px;
2554         overflow-y: scroll;
2555         padding: 0 5px;
2556         margin: 0 0 5px;
2557 }
2558
2559 #bulk-titles {
2560         display: block;
2561         height: 12em;
2562         border-style: solid;
2563         border-width: 1px;
2564         overflow-y: scroll;
2565         padding: 0 5px;
2566         margin: 0 0 5px;
2567 }
2568
2569 .inline-edit-row fieldset ul.cat-checklist li,
2570 .inline-edit-row fieldset ul.cat-checklist input {
2571         margin: 0;
2572 }
2573
2574 .inline-edit-row fieldset ul.cat-checklist label,
2575 .inline-edit-row .catshow,
2576 .inline-edit-row .cathide,
2577 .inline-edit-row #bulk-titles div {
2578         font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
2579         font-style: normal;
2580         font-size: 11px;
2581 }
2582
2583 table .inline-edit-row fieldset ul.cat-hover {
2584         height: auto;
2585         max-height: 30em;
2586         overflow-y: auto;
2587         position: absolute;
2588 }
2589
2590 .inline-edit-row fieldset label input.inline-edit-menu-order-input {
2591         width: 3em;
2592 }
2593
2594 .inline-edit-row fieldset label input.inline-edit-slug-input {
2595         width: 75%;
2596 }
2597
2598 .quick-edit-row-post fieldset label.inline-edit-status {
2599         float: left;
2600 }
2601
2602 #bulk-titles {
2603         line-height: 140%;
2604 }
2605 #bulk-titles div {
2606         margin: 0.2em 0.3em;
2607 }
2608
2609 #bulk-titles div a {
2610         cursor: pointer;
2611         display: block;
2612         float: left;
2613         height: 10px;
2614         margin: 3px 3px 0 -2px;
2615         overflow: hidden;
2616         position: relative;
2617         text-indent: -9999px;
2618         width: 10px;
2619 }
2620
2621 /* Media library */
2622 #wpbody-content #media-items .describe {
2623         border-collapse: collapse;
2624         width: 100%;
2625         border-top-style: solid;
2626         border-top-width: 1px;
2627         clear: both;
2628         cursor: default;
2629         padding: 5px;
2630         width: 100%;
2631 }
2632
2633 #wpbody-content .describe .media-item-info tr {
2634         background-color: transparent;
2635 }
2636
2637 #wpbody-content .filename {
2638         margin-left: 10px;
2639 }
2640
2641 #wpbody-content .media-item .thumbnail {
2642         max-height: 128px;
2643         max-width: 128px;
2644 }
2645
2646 #wpbody-content .media-upload-form label {
2647         display: block;
2648         font-size: 13px;
2649         margin: 0.5em;
2650 }
2651
2652 abbr.required {
2653         border: medium none;
2654         text-decoration: none;
2655 }
2656
2657 #wpbody-content .describe input[type="text"],
2658 #wpbody-content .describe textarea {
2659         width: 460px;
2660 }
2661
2662 #wpbody-content .describe p.help {
2663         margin: 0;
2664         padding: 0;
2665 }
2666
2667 .describe-toggle-on, .describe-toggle-off {
2668         display: block;
2669         line-height: 36px;
2670         float: right;
2671         margin-right: 20px;
2672 }
2673
2674 .describe-toggle-off {
2675         display: none;
2676 }
2677
2678 #wpbody-content .media-item {
2679         border-bottom-style: solid;
2680         border-bottom-width: 1px;
2681         min-height: 36px;
2682         position: relative;
2683         width: 100%;
2684 }
2685
2686 #wpbody-content #media-items {
2687         border-style: solid solid none;
2688         border-width: 1px;
2689         width: 670px;
2690 }
2691
2692 #wpbody-content #media-items .filename {
2693         float: left;
2694         line-height: 36px;
2695         margin-left: 10px;
2696         max-width: 430px;
2697         overflow: hidden;
2698 }
2699
2700 .media-item .pinkynail {
2701         float: left;
2702         height: 32px;
2703         margin: 2px;
2704         max-width: 40px;
2705         max-height: 40px;
2706 }
2707
2708 .media-item  .startopen,
2709 .media-item .startclosed {
2710         display: none;
2711 }
2712
2713 /* find posts */
2714 .find-box {
2715         width: 400px;
2716         height: 250px;
2717         overflow: hidden;
2718         padding: 33px 5px 50px;
2719         position: absolute;
2720         z-index: 1000;
2721 }
2722
2723 .find-box-head {
2724         cursor: move;
2725         font-weight: bold;
2726         height: 2em;
2727         line-height: 2em;
2728         padding: 1px 12px;
2729         position: absolute;
2730         top: 5px;
2731         width: 100%;
2732 }
2733
2734 .find-box-inside {
2735         overflow: auto;
2736         width: 100%;
2737         height: 100%;
2738 }
2739
2740 .find-box-search {
2741         padding: 12px;
2742         border-width: 1px;
2743         border-style: none none solid;
2744 }
2745
2746 #find-posts-response {
2747         margin: 8px 0;
2748         padding: 0 1px;
2749 }
2750
2751 #find-posts-response table {
2752         width: 100%;
2753 }
2754
2755 #find-posts-response .found-radio {
2756         padding: 8px 0 0 8px;
2757         width: 15px;
2758 }
2759
2760 .find-box-buttons {
2761         bottom: 12px;
2762         left: 12px;
2763         position: absolute;
2764 }
2765
2766 .find-box-search label {
2767         padding-right: 6px;
2768 }
2769
2770 /* favorite-actions */
2771 #favorite-actions {
2772         float: right;
2773         margin: 11px 12px 0;
2774         min-width: 130px;
2775         position: relative;
2776 }
2777
2778 #favorite-first {
2779         -moz-border-radius: 12px;
2780         -khtml-border-radius: 12px;
2781         -webkit-border-radius: 12px;
2782         border-radius: 12px;
2783         line-height: 15px;
2784         padding: 3px 30px 4px 12px;
2785         border-width: 1px;
2786         border-style: solid;
2787 }
2788
2789 #favorite-inside {
2790         margin: 0 0 0 0px;
2791         padding: 0 1px 6px 1px;
2792         border-width: 1px;
2793         border-style: solid;
2794         position: absolute;
2795         z-index: 11;
2796         display: none;
2797         -moz-border-radius: 0 0 12px 12px;
2798         -webkit-border-bottom-right-radius: 12px;
2799         -webkit-border-bottom-left-radius: 12px;
2800         -khtml-border-bottom-right-radius: 12px;
2801         -khtml-border-bottom-left-radius: 12px;
2802         border-bottom-right-radius: 12px;
2803         border-bottom-left-radius: 12px;
2804 }
2805
2806 #favorite-actions a {
2807         display: block;
2808         text-decoration: none;
2809         font-size: 11px;
2810 }
2811
2812 #favorite-inside a {
2813         padding: 3px 5px 3px 10px;
2814 }
2815
2816 #favorite-toggle {
2817         height: 22px;
2818         position: absolute;
2819         right: 0;
2820         top: 1px;
2821         width: 28px;
2822 }
2823
2824 #favorite-actions .slide-down {
2825         background-image: url(images/fav-top.png);
2826         background-repeat: repeat-x;
2827         background-position: 0 top;
2828         -moz-border-radius: 12px 12px 0 0;
2829         -webkit-border-bottom-right-radius: 0;
2830         -webkit-border-bottom-left-radius: 0;
2831         -khtml-border-bottom-right-radius: 0;
2832         -khtml-border-bottom-left-radius: 0;
2833         border-bottom-right-radius: 0;
2834         border-bottom-left-radius: 0;
2835         border-bottom-width: 1px;
2836         border-bottom-style: solid;
2837 }
2838
2839 #utc-time, #local-time {
2840         padding-left: 25px;
2841         font-style: italic;
2842         font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
2843 }
2844
2845 ul#dismissed-updates {
2846         display: none;
2847 }
2848 form.upgrade {
2849         margin-top: 8px;
2850 }
2851
2852 #tagsdiv #the-tagcloud {
2853         margin: 5px 5px 10px;
2854         padding: 8px;
2855         border-width: 1px;
2856         border-style: solid;
2857         line-height: 1.8em;
2858         word-spacing: 3px;
2859         -moz-border-radius: 6px;
2860         -khtml-border-radius: 6px;
2861         -webkit-border-radius: 6px;
2862         border-radius: 6px;
2863 }
2864
2865 br.clear {
2866         height: 2px;
2867         line-height: 2px;
2868 }
2869
2870 .swfupload {
2871         margin: 5px 10px;
2872         vertical-align: middle;
2873 }
2874
2875 /* table.fixed column width */
2876 table.fixed {
2877         table-layout: fixed;
2878 }
2879
2880 .fixed .column-date,
2881 .fixed .column-parent,
2882 .fixed .column-visible,
2883 .fixed .column-links {
2884         width: 10%;
2885 }
2886
2887 .fixed .column-response,
2888 .fixed .column-author,
2889 .fixed .column-categories,
2890 .fixed .column-tags,
2891 .fixed .column-rel,
2892 .fixed .column-role {
2893         width: 15%;
2894 }
2895
2896 .fixed .column-comments {
2897         width: 4em;
2898 }
2899
2900 .fixed .column-slug {
2901         width: 25%;
2902 }
2903
2904 .fixed .column-posts {
2905         width: 10%;
2906 }
2907
2908 .fixed .column-icon {
2909         width: 80px;
2910 }
2911
2912 #commentstatusdiv .fixed .column-author,
2913 #comments-form .fixed .column-author,
2914 #commentstatusdiv .fixed .column-date {
2915         width: 20%;
2916 }
2917
2918 .widefat th,
2919 .widefat td {
2920         overflow: hidden;
2921 }
2922
2923 .widefat th {
2924         text-shadow: rgba(255,255,255,0.8) 0 1px 0;
2925 }
2926
2927 .icon32 {
2928         float: left;
2929         height: 36px;
2930         margin: 14px 6px 0 0;
2931         width: 36px;
2932 }
2933
2934 .key-labels label {
2935         line-height: 24px;
2936 }
2937
2938 .subtitle {
2939         font-size: 0.75em;
2940         line-height: 1;
2941         padding-left: 25px;
2942 }