]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-admin/wp-admin.css
Wordpress 2.5.1
[autoinstalls/wordpress.git] / wp-admin / wp-admin.css
1 #plugins .name {
2         font-weight: bold;
3 }
4
5 #plugins p {
6         margin: 0 4px;
7         padding: 0;
8 }
9
10 #plugins .togl {
11         width: 150px;
12         border-right-width: 1px;
13         border-right-style: solid;
14 }
15
16 .import-system {
17         font-size: 16px;
18 }
19
20 #uploading {
21         border-style: none;
22         padding: 0;
23         margin-bottom: 16px;
24         height: 18em;
25         width: 100%;
26 }
27
28 form#upload th {
29         text-align: right;
30 }
31
32 form#upload #post_content, form#upload #post_title {
33         width: 250px;
34 }
35
36 .form-invalid input {
37         border-width: 1px !important;
38         border-style: solid !important;
39 }
40
41
42 form#upload #post_content {
43         height: 50px;
44 }
45
46 .attpreview {
47         width: 1px; /* hug */
48         text-align: center;
49 }
50
51 .anchors {
52         margin: 10px 20px 10px 20px;
53 }
54
55 .available-theme {
56         width: 30%;
57         margin: 0 1em;
58         float: left;
59         text-align: center;
60         height: 28em;
61         overflow: hidden;
62 }
63
64 .available-theme a.screenshot {
65         width: 250px;
66         height: 200px;
67         display: block;
68         margin: auto;
69         margin-bottom: 10px;
70         overflow: hidden;
71         border-width: 1px;
72         border-style: solid;
73 }
74
75 .available-theme img {
76         width: 100%;
77 }
78
79 .checkbox {
80         border: none;
81         margin: 0;
82         padding: 0;
83 }
84
85 .code {
86         font-family: "Courier New", Courier, monospace;
87 }
88
89 .commentlist li {
90         padding: 1em 1em .2em;
91         margin: 0;
92         border-bottom-width: 1px;
93         border-bottom-style: solid;
94 }
95
96 .commentlist li li {
97         border-bottom: 0px;
98         padding: 0;
99 }
100
101 .commentlist p {
102         padding: 0;
103         margin: 0 0 .8em;
104 }
105
106 .post-categories {
107         display: inline;
108         margin: 0;
109         padding: 0;
110 }
111
112 .post-categories li {
113         display: inline;
114 }
115
116 .quicktags, .search {
117         font: 12px Georgia, "Times New Roman", Times, serif;
118 }
119
120 .submit {
121         border-top: 1px solid #ccc;
122         padding: 1.5em 0 0 0;
123         margin: 10px 0 0 0;
124         -moz-border-radius-bottomleft: 3px;
125         -khtml-border-bottom-left-radius: 3px;
126         -webkit-border-bottom-left-radius: 3px;
127         border-bottom-left-radius: 3px;
128         -moz-border-radius-bottomright: 3px;
129         -khtml-border-bottom-right-radius: 3px;
130         -webkit-border-bottom-right-radius: 3px;
131         border-bottom-right-radius: 3px;
132 }
133
134 .side-info {
135         margin: 0;
136         padding: 4px;
137         font-size: 11px;
138 }
139
140 .side-info h5 {
141         padding-bottom: 7px;
142         font-size: 14px;
143         margin: 12px 2px 5px;
144         border-bottom-width: 1px;
145         border-bottom-style: solid;
146 }
147
148 .side-info ul {
149         margin: 0;
150         padding-left: 18px;
151         list-style: square;
152 }
153
154 .submit input, .button, .button-secondary, .button-highlighted {
155         font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
156         padding: 3px 5px;
157         font-size: 12px;
158         line-height: 1.5em;
159         border-width: 1px;
160         border-style: solid;
161         -moz-border-radius: 3px;
162         -khtml-border-radius: 3px;
163         -webkit-border-radius: 3px;
164         border-radius: 3px;
165         cursor: pointer;
166         text-decoration: none;  
167 }
168
169 .button-highlighted {
170         font-weight: bold;
171 }
172
173 #wpcontent select {
174         font: 12px/20px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
175         padding: 2px;
176
177         border-width: 1px;
178         border-style: solid;
179         height: 2em;
180         vertical-align:top;
181 }
182
183 .approve {
184         display: none;
185 }
186
187 .unapproved .approve {
188         display: inline;
189 }
190
191 .updated a {
192         border-bottom-width: 1px;
193         border-bottom-style: solid;
194 }
195
196
197 .unapproved .unapprove {
198         display: none;
199 }
200
201 .narrow {
202         width: 70%;
203         margin-bottom: 40px;
204 }
205
206 .narrow p {
207         line-height: 150%;
208 }
209
210
211 table .vers {
212         text-align: center;
213 }
214
215 textarea.all-options, input.all-options {
216         width: 250px;
217 }
218
219 #postdiv, #titlediv, #guiddiv, #poststuff .stuffbox {
220         margin: 0 8px 0 0;
221         padding: 0;
222 }
223
224 #titlediv, #namediv, #poststuff #namediv {
225         margin-top: 10px;
226 }
227
228 #postdivrich {
229         margin: 0;
230         padding: 0;
231 }
232
233 #content {
234         margin: 0;
235         width: 100%;
236 }
237
238 #editorcontainer #content {
239         padding: 0;
240         line-height: 150%;
241         border: 0 none;
242         outline: none;
243 }
244
245 #editorcontainer {
246         padding: 6px;
247         border-style: none solid solid;
248         border-width: 1px;
249         border-collapse: separate;
250 }
251
252 #currenttheme img {
253         float: left;
254         margin-right: 1em;
255         margin-bottom: 1.5em;
256         width: 300px;
257         border-width: 1px;
258         border-style: solid;
259 }
260
261 #quicktags {
262         padding: 0;
263         border: 0 none;
264 }
265
266 #quicktags #ed_toolbar {
267         padding: 2px 4px;
268 }
269
270 #ed_toolbar input {
271         margin: 3px 2px 2px;
272         padding: 2px 4px;
273         line-height: 18px;
274         display: inline-block;
275 }
276
277 #quicktags #ed_strong {
278         font-weight: bold;
279 }
280
281 #quicktags #ed_link {
282         text-decoration: underline;
283 }
284
285 #quicktags #ed_del {
286         text-decoration: line-through;
287 }
288
289 #quicktags #ed_em {
290         font-style: italic;
291 }
292
293 #quicktags #ed_code {
294         font-family: "Courier New", Courier, mono;
295         font-size: 1.1em;
296         vertical-align: top;
297 }
298
299
300 #attachmentlinks textarea {
301         width: 100%;
302         height: 2.5em;
303         margin-bottom: 6px;
304 }
305
306 #excerpt, .attachmentlinks {
307         margin: 0;
308         height: 4em;
309         width: 98%;
310 }
311
312 .plugins p {
313 }
314
315 #login .fullwidth {
316         width: 320px;
317 }
318
319 #searchform fieldset {
320         float: left;
321         margin: 0 1.5ex 1em 0;
322         padding: 0;
323 }
324
325 #searchform fieldset legend {
326         padding: 0 0 .2em 1px;
327 }
328
329 #searchform #s {
330         padding: 4px 3px;
331 }
332
333 #searchform #post-query-submit {
334         float: left;
335         margin: 14px 0 1em;
336         position: relative;
337         top: .35em;
338 }
339
340 #postcustomstuff .updatemeta, #postcustomstuff .deletemeta {
341         margin: auto;
342 }
343
344 #postcustomstuff table {
345         margin: 0;
346         width: 100%;
347         border-width: 1px;
348         border-style: solid;
349 }
350
351 #postcustomstuff table input, #postcustomstuff table textarea {
352         width: 95%;
353 }
354
355 #postcustomstuff table #addmetasub {
356         width: auto;
357 }
358
359 #poststuff #post-body {
360         margin-right: 230px;
361 }
362
363 #save {
364         width: 15em;
365 }
366
367 #template div {
368         margin-right: 190px;
369 }
370
371 * html #template div {
372         margin-right: 0;
373 }
374
375 #template, #template div, #editcat, #addcat {
376         zoom: 1;
377 }
378
379 /* A handy div class for hiding controls.
380 Some browsers will disable them when you
381 set display:none; */
382 .zerosize {
383         height: 0;
384         width: 0;
385         margin: 0;
386         border: 0;
387         padding: 0;
388         overflow: hidden;
389         position: absolute;
390 }
391
392 * html #themeselect {
393         padding: 0 3px;
394         height: 22px;
395 }
396
397 #your-profile fieldset {
398         border-width: 1px;
399         border-style: solid;
400         float: left;
401         width: 40%;
402         padding: .5em 2em 1em;
403         margin: 1em 1em 1em 0;
404 }
405
406 #your-profile fieldset input {
407         width: 100%;
408         font-size: 20px;
409         padding: 2px;
410 }
411
412 #your-profile fieldset textarea {
413         width: 100%;
414         padding: 2px;
415 }
416
417 #your-profile legend {
418         font-family: Georgia, "Times New Roman", Times, serif;
419         font-size: 22px;
420 }
421
422 #your-profile #rich_editing {
423         border: none;
424 }
425
426 #howto {
427         font-size: 11px;
428         margin: 0 5px;
429         display: block;
430 }
431
432 #ajax-response.alignleft {
433         margin-left: 2em;
434 }
435
436
437 div.nav {
438         height: 2em;
439         padding: 7px 10px;
440         vertical-align: text-top;
441         margin: 5px 0;
442 }
443
444 .nav .button-secondary {
445         padding: 2px 4px;
446 }
447
448 .page-numbers {
449         padding: 2px 4px;
450         margin-right: 3px;
451         border-width: 1px;
452         border-style: solid;
453 }
454
455 .page-numbers.current {
456         font-weight: bold;
457         border-width: 1px;
458         border-style: solid;
459 }
460
461 p.pagenav {
462         margin: 0;
463         display: inline;
464 }
465
466 .pagenav span {
467         font-weight: bold;
468         margin: 0 6px;
469 }
470
471 .row-title {
472         font-size: 12px !important;
473         font-weight: bold;
474 }
475
476 .comment-column {
477         margin-left: 5px;
478 }
479
480 .tablenav a.button-secondary {
481         display: block;
482         margin: 1px 8px 0 0;
483 }
484
485 .tablenav .button-secondary {
486         padding: 2px 4px;
487         vertical-align: top;
488 }
489
490 .tablenav .tablenav-pages a.next, .tablenav .tablenav-pages a.prev {
491         text-decoration: underline;
492 }
493
494 .tablenav {
495         height: 2em;
496         padding: 7px 10px;
497         clear: both;
498         margin-bottom: -10px;
499         margin-top: 8px;
500         vertical-align: text-top;
501 }
502
503 .tablenav .tablenav-pages {
504         float: right;
505         height: 18px;
506         padding-top: 6px;
507         font-size: 11px;
508 }
509
510 .tablenav .tablenav-pages a {
511         text-decoration: none;
512 }
513
514 td.media-icon {
515         vertical-align: middle;
516         text-align: center;
517 }
518
519 td.media-icon img {
520         max-width: 80px;
521         max-height: 60px;
522 }
523
524 #update-nag, .plugin-update {
525         line-height: 29px;
526         font-size: 12px;
527         text-align: center;
528         border-bottom-width: 1px;
529         border-bottom-style: solid;
530         border-top-width: 1px;
531         border-top-style: solid;
532 }
533
534 #update-nag a, .plugin-update a {
535         font-size: 1.1em;
536 }
537
538 #pass-strength-result {
539         padding: 3px 5px 3px 5px;
540         margin-top: 3px;
541         text-align: center;
542         border-width: 1px;
543         border-style: solid;
544 }
545
546 a.view-comment-post-link {
547         position: absolute;
548         text-decoration:underline;
549 }
550
551 /* Admin Header */
552
553 #user_info {
554         position: absolute;
555         right: 15px;
556         top: 11px;
557         font-size: 11px;
558 }
559
560 #user_info p {
561         margin: 0;
562         padding: 0;
563 }
564
565 #wphead {
566         border-top-width: 30px;
567         border-top-style: solid;
568 }
569
570 #wphead a, #dashmenu a, #adminmenu a, #submenu a, #sidemenu a {
571         text-decoration: none;
572 }
573
574 #wphead #viewsite {
575         position: absolute;
576         margin-top: 12px;
577         margin-left: 10px;
578 }
579 #wphead #viewsite a {
580         font: 12px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
581         padding: 3px 4px;
582         display: block;
583         letter-spacing: normal;
584         border-width: 1px;
585         border-style: solid;
586         -moz-border-radius: 3px;
587         -khtml-border-radius: 3px;
588         -webkit-border-radius: 3px;
589         border-radius: 3px;
590 }
591
592 #wphead h1 {
593         font: normal 36px Georgia, "Times New Roman", Times, serif;
594         padding: 11px 170px 16px 12px;
595         margin: 0;
596         margin-right: 15%;
597 }
598
599 /* menu stuff */
600
601 #dashmenu {
602         margin: 0;
603         list-style: none;
604         position: absolute;
605         top: 7px;
606         left: 0;
607         font-size: 11px;
608         padding-left: 9px;
609 }
610
611 #dashmenu a {
612         padding: 5px 6px;
613         line-height: 220%;
614         margin-right: 8px;
615 }
616
617 #dashmenu a.current {
618         border: none;
619         -moz-border-radius-topleft: 3px;
620         -khtml-border-top-left-radius: 3px;
621         -webkit-border-top-left-radius: 3px;
622         border-top-left-radius: 3px;
623         -moz-border-radius-topright: 3px;
624         -khtml-border-top-right-radius: 3px;
625         -webkit-border-top-right-radius: 3px;
626         border-top-right-radius: 3px;
627 }
628
629 #adminmenu {
630         margin: 0;
631         list-style: none;
632         padding-left: 11px;
633         border-bottom-width: 1px;
634         border-bottom-style: solid;
635 }
636
637 #adminmenu a {
638         font-size: 16px;
639         padding: 5px 7px;
640         line-height: 30px;
641 }
642
643 #adminmenu a.current, #sidemenu a.current {
644         font-weight: normal;
645         padding-left: 6px;
646         padding-right: 6px;
647         -moz-border-radius-topleft: 4px;
648         -khtml-border-top-left-radius: 4px;
649         -webkit-border-top-left-radius: 4px;
650         border-top-left-radius: 4px;
651         -moz-border-radius-topright: 4px;
652         -khtml-border-top-right-radius: 4px;
653         -webkit-border-top-right-radius: 4px;
654         border-top-right-radius: 4px;
655         border-width: 1px;
656         border-style: solid;
657 }
658
659 #adminmenu a.current {
660         border-bottom-width: 2px;
661 }
662
663 #sidemenu {
664         margin: -30px 15px 0 315px;
665         list-style: none;
666         position: relative;
667         float: right;
668         padding-left: 10px;
669         font-size:12px;
670 }
671
672 #sidemenu a {
673         padding: 0 7px;
674         display: block;
675         float: left;
676         line-height: 28px;
677         border-top-width: 1px;
678         border-top-style: solid;
679         border-bottom-width: 1px;
680         border-bottom-style: solid;
681 }
682
683 #dashmenu li, #adminmenu li, #submenu li, #sidemenu li {
684         display: inline;
685         line-height: 200%;
686         list-style: none;
687         text-align: center;
688         white-space: nowrap;
689         margin: 0;
690         padding: 0;
691 }
692
693 #submenu li {
694         padding: 0 0 8px 17px;
695 }
696
697 #adminmenu li a #awaiting-mod {
698         position: absolute;
699         margin-left: -0.4em;
700         margin-top: 0.2em;
701         font-size: 0.7em;
702         background-repeat: no-repeat;
703         background-position: 0 bottom;
704         height: 0.9em;
705         width: 1em;
706 }
707
708 #adminmenu li a .count-0 {
709         display: none;
710 }
711
712 .post-com-count-wrapper {
713         min-width: 22px;
714 }
715
716 .post-com-count {
717         height: 1.3em;
718         line-height: 1.1em;
719         display: block;
720         text-decoration: none;
721         padding: 0 0 6px;
722         cursor: pointer;
723         background-position: center -80px;
724         background-repeat: no-repeat;
725 }
726
727 .post-com-count span {
728         height: 1.3em;
729         line-height: 1.2em;
730         padding: 0 0.5em;
731         background-color: #bbb;
732         display: inline-block;
733         cursor: pointer;
734         -moz-border-radius: 3px;
735         -khtml-border-radius: 3px;
736         -webkit-border-radius: 3px;
737         border-radius: 3px;
738 }
739
740 strong .post-com-count {
741         background-position: center -55px;
742 }
743
744 .post-com-count:hover {
745         background-position: center -3px;
746 }
747
748 #adminmenu li a:hover #awaiting-mod {
749         background-position: -80px bottom;
750 }
751
752 #adminmenu li a #awaiting-mod span {
753         top: -0.8em;
754         right: 0;
755         position: absolute;
756         display: block;
757         height: 1.3em;
758         line-height: 1.3em;
759         padding: 0 0.6em;
760         -moz-border-radius: 3px;
761         -khtml-border-radius: 3px;
762         -webkit-border-radius: 3px;
763         border-radius: 3px;
764 }
765
766 #submenu {
767         margin: 0;
768         list-style: none;
769         padding: 6px 0 3px 0;
770 }
771
772 #submenu li {
773         font-size: 14px;
774 }
775
776 #minisub { /* for empty submenus */
777         height: 15px;
778 }
779
780 /* end menu stuff */
781
782 /* Admin Footer */
783
784 html, body {
785         height:100%;
786 }
787 #wpwrap {
788         position: relative;
789         min-height: 100%;
790 }
791 #wpcontent{
792         padding-bottom: 95px;
793 }
794 #footer {
795         clear: both;
796         height: 65px;
797         padding: 10px 0 0 60px;
798         margin: 0;
799         position: relative;
800         margin-top: -75px;
801         font-size: 12px;
802 }
803
804 #footer p {
805         margin: 0;
806         padding: 7px 0;
807 }
808
809 #footer p a {
810         text-decoration: none;
811 }
812
813 #footer p a:hover {
814         text-decoration: underline;
815 }
816
817 /* Tables used on comment.php and option/setting pages */
818
819 .form-table {
820         border-collapse: collapse;
821         margin-top: 1em;
822         width: 100%;
823         margin-bottom: -8px;
824 }
825
826 .form-table td {
827         margin-bottom: 9px;
828         padding: 10px;
829         line-height: 20px;
830         border-bottom-width: 8px;
831         border-bottom-style: solid;
832         font-size: 11px;
833 }
834
835 .form-table th {
836         vertical-align: top;
837         text-align: left;
838         padding: 10px;
839         width: 150px;
840         border-bottom-width: 8px;
841         border-bottom-style: solid;
842 }
843
844 .form-table th.th-full {
845         width: auto;
846 }
847
848 .form-table input, .form-table textarea {
849         border-width: 1px;
850         border-style: solid;
851 }
852
853 .form-table div.color-option {
854         display: block;
855         clear: both;
856 }
857
858 .form-table input.tog {
859         margin-top: 2px;
860         margin-right: 2px;
861         float: left;
862 }
863
864 .form-table table.color-palette {
865         vertical-align: bottom;
866         float: left;
867         margin: -3px 3px 8px;
868 }
869
870 .form-table .color-palette td {
871         border-bottom: none;
872         border: 1px solid #fff;
873         font-size: 1px;
874         line-height: 1px;
875 }
876
877 #profile-page .form-table textarea {
878         width: 500px;
879         margin-bottom: 6px;
880 }
881
882 #profile-page .form-table input[type=text] { 
883         width: 300px;
884 }
885
886 #pass-strength-result {
887         width: 197px;
888         float: left;
889         margin-right: 5px;
890         border: 1px solid #ccc !important;
891 }
892
893 #profile-page .form-table #rich_editing {
894         margin-right: 5px
895 }
896
897 /* Post Screen */
898
899 #tagsdiv #newtag {
900         margin-right: 5px;
901         width: 16em;
902 }
903
904 #tagchecklist {
905         margin-left: 10px;
906
907         font-size: 12px;
908         overflow: auto;
909 }
910
911 #tagchecklist strong {
912         margin-left: -8px;
913         position: absolute;
914 }
915
916 #tagchecklist span {
917         margin-right: 25px;
918         display: block;
919         float: left;
920         font-size: 11px;
921         line-height: 1.8em;
922         white-space: nowrap;
923         cursor: default;
924 }
925
926 #tagchecklist span a {
927         margin: 6px 0pt 0pt -9px;
928         cursor: pointer;
929         width: 10px;
930         height: 10px;
931         display: block;
932         float: left;
933         text-indent: -9999px;
934         overflow: hidden;
935         position: absolute;
936 }
937
938 .howto {
939         font-style: italic;
940         display: block;
941 }
942
943 .ac_results {
944         padding: 0;
945         margin: 0;
946         list-style: none;
947         position: absolute;
948         z-index: 10000;
949         display: none;
950         border-width: 1px;
951         border-style: solid;
952 }
953
954 .ac_results li {
955         padding: 2px 5px;
956         white-space: nowrap;
957         text-align: left;
958 }
959
960 .ac_over {
961         cursor: pointer;
962 }
963
964 .ac_match {
965         text-decoration: underline;
966 }
967
968 #poststuff h2 {
969         margin-top: 20px;
970         font-size: 1.5em;
971         margin-bottom: 15px;
972         padding: 0 0 3px;
973 }
974
975 #poststuff h3 {
976         font-size: 14px;
977         font-weight: bold;
978         padding: 7px;
979         margin: 0 0 10px;
980 }
981
982 #poststuff .postbox, #poststuff .stuffbox {
983         margin-left: 20px;
984         padding: 2px;
985         margin-bottom: 20px;
986         margin-right: 8px;
987         border-width: 1px;
988         border-style: solid;
989 }
990
991 #titlediv, #poststuff .postarea {
992         margin-left: 20px;
993         margin-bottom: 20px;
994         margin-right: 8px;
995 }
996
997 #titlediv {
998         margin-bottom: 20px;
999 }
1000
1001 #titlediv div.inside {
1002         margin: 0;
1003 }
1004
1005 #titlediv #title {
1006         border: 0;
1007         padding: 0;
1008         font-size: 1.7em;
1009         width: 100%;
1010         outline: none;
1011 }
1012
1013 #poststuff #titlewrap {
1014         padding: 2px 3px;
1015         border-width: 1px;
1016         border-style: solid;
1017 }
1018
1019 #poststuff .inside {
1020         margin: 0 12px 12px;
1021         font-size: 11px;
1022 }
1023
1024 #link_name, #link_url, #link_description {
1025         font-size: 1.7em;
1026         padding: 4px 3px;
1027         width: 98%;
1028 }
1029
1030 #edit-slug-box {
1031         margin-top: 8px;
1032 }
1033
1034 #editable-post-name-full {display: none;}
1035
1036 #editable-post-name input {width: 16em;}
1037
1038 #edit-slug-buttons a.save {
1039         padding: 6px 4px;
1040         margin-right: 4px;
1041         text-decoration: none;
1042         border-width: 1px;
1043         border-style: solid;
1044         -moz-border-radius: 3px;
1045         -khtml-border-radius: 3px;
1046         -webkit-border-radius: 3px;
1047         border-radius: 3px;
1048         font-weight: bold;
1049 }
1050
1051 #poststuff #editor-toolbar {
1052         position: relative;
1053         height: 30px;
1054         margin-top: -41px;
1055 }
1056
1057 #poststuff #edButtonPreview, #poststuff #edButtonHTML {
1058         display: block;
1059         height: 20px;
1060         padding: 5px 5px 1px;
1061         margin: 5px 8px 0 0;
1062         float: right;
1063         cursor: pointer;
1064 }
1065
1066 #poststuff #editor-toolbar .active {
1067         font-weight: bold;
1068         -moz-border-radius-topright: 3px;
1069         -khtml-border-top-right-radius: 3px;
1070         -webkit-border-top-right-radius: 3px;
1071         border-top-right-radius: 3px;
1072         -moz-border-radius-topleft: 3px;
1073         -khtml-border-top-left-radius: 3px;
1074         -webkit-border-top-left-radius: 3px;
1075         border-top-left-radius: 3px;
1076 }
1077
1078 #poststuff #media-buttons {
1079         float: right;
1080         margin-right: 20px;
1081         margin-top: 8px;
1082         cursor: default;
1083         line-height: 1;
1084         height: 1.1em;
1085 }
1086
1087 #poststuff #media-buttons a {
1088         cursor: pointer;
1089         padding: 0 5px 2px 2px;
1090 }
1091
1092 #poststuff #media-buttons img {
1093         vertical-align: middle;
1094 }
1095
1096 #poststuff .togbox {
1097         background-position: -10px 16px;
1098         background-repeat: no-repeat;
1099         display: block;
1100         height: 37px;
1101         margin-left: -21px;
1102         margin-top: -10px;
1103         overflow: hidden;
1104         position: absolute;
1105         text-indent: -9999px;
1106         width: 12px;
1107         -moz-border-radius-topleft: 3px;
1108         -khtml-border-top-left-radius: 3px;
1109         -webkit-border-top-left-radius: 3px;
1110         border-top-left-radius: 3px;
1111         -moz-border-radius-bottomleft: 3px;
1112         -khtml-border-bottom-left-radius: 3px;
1113         -webkit-border-bottom-left-radius: 3px;
1114         border-bottom-left-radius: 3px;
1115 }
1116
1117 #poststuff .closed .inside {
1118         display: none;
1119 }
1120
1121 #poststuff .closed h3 {
1122         margin: 0;
1123 }
1124
1125 #poststuff .closed .togbox {
1126         background-position: 4px 15px;
1127 }
1128
1129 .submitbox {
1130         width: 220px;
1131         float: right;
1132 }
1133
1134 .submitbox .inside strong {
1135         font-size: 14px;
1136 }
1137
1138 .submitbox .submitdelete {
1139         border-bottom-width: 1px;
1140         border-bottom-style: solid;
1141         text-decoration: none;
1142         margin-left: 8px;
1143         padding-bottom: 1px;
1144 }
1145
1146
1147 .submitbox #previewview {
1148         padding: 15px 10px;
1149         -moz-border-radius-topleft: 3px;
1150         -khtml-border-top-left-radius: 3px;
1151         -webkit-border-top-left-radius: 3px;
1152         border-top-left-radius: 3px;
1153         -moz-border-radius-topright: 3px;
1154         -khtml-border-top-right-radius: 3px;
1155         -webkit-border-top-right-radius: 3px;
1156         border-top-right-radius: 3px;
1157 }
1158
1159 .submitbox #previewview a {
1160         padding: 6px;
1161         text-decoration: none;
1162         font-weight: normal;
1163         border-bottom: none;
1164         font-size: 14px;
1165         -moz-border-radius: 3px;
1166         -khtml-border-radius: 3px;
1167         -webkit-border-radius: 3px;
1168         border-radius: 3px;
1169 }
1170
1171 .submitbox .submit {
1172         text-align: left;
1173         padding: 12px 10px 10px 10px;
1174         font-size: 11px;
1175 }
1176
1177 .submitbox .submit a:hover {
1178         border-bottom-width: 1px;
1179         border-bottom-style: solid;
1180 }
1181
1182 .submitbox .submit input {
1183         margin-bottom: 8px;
1184         margin-right: 3px;
1185         padding: 6px 4px;
1186         border: none;
1187 }
1188
1189 .submitbox #autosave .error {
1190         margin-top: 10px;
1191 }
1192
1193 /* Categories */
1194
1195 #categorydiv #category-adder {
1196         margin-left: 120px;
1197         padding: 4px 0;
1198 }
1199
1200 #category-add input, #category-add select {
1201         width: 30%;
1202 }
1203
1204 #category-add input#category-add-sumbit {
1205         width: auto;
1206 }
1207
1208 #categorydiv ul#category-tabs {
1209         float: left;
1210         width: 120px;
1211         text-align: right;
1212         /* Negative margin for the sake of those without JS: all tabs display */
1213         margin: 0 -120px 0 0;
1214         padding: 0;
1215 }
1216
1217 ul#category-tabs li {
1218         padding: 8px;
1219 }
1220
1221 ul#category-tabs li.ui-tabs-selected {
1222         -moz-border-radius-topleft: 3px;
1223         -khtml-border-top-left-radius: 3px;
1224         -webkit-border-top-left-radius: 3px;
1225         border-top-left-radius: 3px;
1226         -moz-border-radius-bottomleft: 3px;
1227         -khtml-border-bottom-left-radius: 3px;
1228         -webkit-border-bottom-left-radius: 3px;
1229         border-bottom-left-radius: 3px;
1230 }
1231
1232 ul#category-tabs li.ui-tabs-selected a {
1233         color: #333;
1234         font-weight: bold;
1235         text-decoration: none;
1236 }
1237
1238 div.ui-tabs-panel {
1239         margin: 0 5px 0 120px;
1240         padding: .5em .9em;
1241         height: 10em;
1242         overflow: auto;
1243         border-width: 4px;
1244         border-style: solid;
1245 }
1246
1247 #categorydiv ul {
1248         list-style: none;
1249         padding: 0;
1250         margin: 0;
1251 }
1252
1253 #categorydiv ul.categorychecklist ul {
1254         margin-left: 18px;
1255 }
1256
1257 ul.categorychecklist li {
1258         margin: 0;
1259         padding: 0;
1260         line-height: 19px;
1261 }
1262
1263 #linkcategorydiv #category-adder {
1264         margin-left: 120px;
1265         padding: 4px 0;
1266 }
1267
1268 #category-adder h4 {
1269         margin: 0;
1270 }
1271
1272 #linkcategorydiv ul#category-tabs {
1273         float: left;
1274         width: 120px;
1275         text-align: right;
1276         /* Negative margin for the sake of those without JS: all tabs display */
1277         margin: 0 -120px 0 0;
1278         padding: 0;
1279 }
1280
1281 #linkcategorydiv ul {
1282         list-style: none;
1283         padding: 0;
1284         margin: 0;
1285 }
1286
1287 #linkcategorydiv ul.categorychecklist ul {
1288         margin-left: 18px;
1289 }
1290
1291 /* pasitioning etc. */
1292 form#tags-filter {
1293         position: relative;
1294 }
1295
1296 p#tag-search {
1297         position: absolute;
1298         right: 0;
1299         top: 0;
1300         margin: 0;
1301 }
1302
1303 form#posts-filter {
1304         position: relative;
1305 }
1306
1307 p#post-search {
1308         position: absolute;
1309         right: 0;
1310         top: 0;
1311         margin: 0;
1312 }
1313
1314 #post-search .button, #widget-search .button {
1315         padding: 3px;
1316         font-size: 13px;
1317 }
1318
1319 #posts-filter fieldset {
1320         float: left;
1321         margin: 0 1.5ex 1em 0;
1322         padding: 0;
1323 }
1324
1325 #posts-filter fieldset legend {
1326         padding: 0 0 .2em 1px;
1327 }
1328
1329 .bordertitle {
1330         padding-bottom: 5px;
1331         border-bottom-width: 1px;
1332         border-bottom-style: solid;
1333 }
1334
1335 /* Global classes */
1336 .wp-hidden-children .wp-hidden-child { display: none; }
1337 .wp-no-js-hidden { display: none; }
1338 .ui-tabs-hide { display: none; }
1339
1340 .commentlist .avatar {
1341         vertical-align:text-top;
1342 }
1343
1344 body.minwidth {
1345         min-width: 808px;
1346 }
1347
1348 ul.view-switch {
1349         float: right;
1350         list-style: none;
1351         margin: -23px 5px -2px 0;
1352         position: relative;
1353 }
1354
1355 ul.view-switch li {
1356         float: left;
1357         margin: 0;
1358         font-size: 11px;
1359         padding: 4px 6px;
1360         font-weight: bold;
1361 }
1362
1363 ul.view-switch a {
1364         text-decoration: none;
1365 }
1366
1367 ul.view-switch li.current {
1368         border: none;
1369         -moz-border-radius-topleft: 3px;
1370         -khtml-border-top-left-radius: 3px;
1371         -webkit-border-top-left-radius: 3px;
1372         border-top-left-radius: 3px;
1373         -moz-border-radius-topright: 3px;
1374         -khtml-border-top-right-radius: 3px;
1375         -webkit-border-top-right-radius: 3px;
1376         border-top-right-radius: 3px;
1377 }
1378
1379
1380 #the-comment-list .comment a {
1381         padding-bottom: 1px;
1382         text-decoration: none;
1383         border-bottom-width: 1px;
1384         border-bottom-style: solid;
1385 }
1386
1387
1388 #the-comment-list td.comment p.comment-author {
1389         margin-top: 0;
1390         margin-left: 0 ;
1391 }
1392
1393 #the-comment-list p.comment-author img {
1394         float: left;
1395         margin-right: 8px;
1396 }
1397
1398 #the-comment-list p.comment-author strong a {
1399         border: none;
1400 }
1401
1402 #the-comment-list td {
1403         vertical-align: top;
1404 }
1405
1406 #the-comment-list td.comment {
1407         width: 65%;
1408         max-width: 460px;
1409         word-wrap: break-word;
1410 }
1411
1412 #the-comment-list td.comment p {
1413         margin-left: 8px;
1414 }
1415
1416 #the-comment-list .check-column {
1417         padding-top: 8px;
1418 }
1419
1420 #templateside ul li a {
1421         text-decoration: none;
1422 }
1423
1424 .curtime {
1425         background-image: url(images/date-button.gif);
1426         background-repeat: no-repeat;
1427         background-position: left 2px;
1428         padding-left: 18px;
1429 }
1430
1431 .tablenav .delete {
1432         margin-right: 20px;
1433 }
1434
1435 #tTips {
1436         display: none;
1437         position: absolute;
1438         margin: 0;
1439         padding: 0 0 8px 0;
1440         background-image: url(images/tail.gif);
1441         background-repeat: no-repeat;
1442         background-position: 15px bottom;
1443         background-color: transparent;
1444 }
1445
1446 #tTips p#tTips_inside {
1447         margin: 0;
1448         padding: 8px 12px;
1449         text-align: center;
1450         -moz-border-radius: 8px;
1451         -khtml-border-radius: 8px;
1452         -webkit-border-radius: 8px;
1453         border-radius: 8px;
1454 }
1455
1456 td.action-links, th.action-links {
1457         text-align: right;
1458 }
1459
1460 #poststuff h3, #poststuff .closed h3 {
1461         cursor: pointer;
1462
1463
1464 .hide-if-no-js {
1465         display: none;
1466 }