]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-admin/wp-admin.css
Wordpress 2.0.11-scripts
[autoinstalls/wordpress.git] / wp-admin / wp-admin.css
1 * html #poststuff {
2         height: 100%; /* kill peekaboo bug in IE */
3 }
4
5 /* This is the Holly Hack \*/
6 * html .wrap { height: 1% }
7 /* For Win IE's eyes only */
8
9 body {
10         border: none;
11 }
12 a {
13         border-bottom: 1px solid #69c;
14         color: #00019b;
15         text-decoration: none;
16 }
17
18 a.delete:hover {
19         background: #c00;
20         color: #fff;
21 }
22
23 #planetnews ul {
24         list-style: none;
25         margin: 0;
26         padding: 0;
27 }
28
29 #planetnews li {
30         width: 17%;
31         margin: 1%;
32         float: left;
33 }
34
35 #planetnews li a {
36         display: block;
37         padding: .5em;
38         background: #ddd;
39         height: 6em;
40         overflow: hidden;
41 }
42
43 a.edit, a.delete, a.edit:hover, a.delete:hover {
44         border-bottom: none;
45         display: block;
46         padding: 5px 0;
47         text-align: center;
48 }
49
50 a.edit:hover {
51         background: #ccc;
52         color: #036;
53 }
54
55 a:visited {
56         color: #006;
57 }
58
59 a:hover {
60 /*      border-bottom: 1px solid #3a75ae;*/
61         color: #069;
62 }
63
64 body    {
65         background: #f9fcfe;
66         color: #000;
67         margin: 0;
68         padding: 0;
69 }
70
71 body, td {
72         font: 13px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana;
73 }
74
75 fieldset {
76         border: none;
77         padding: 3px;
78 }
79
80 fieldset label.selectit {
81         display: block;
82         font-size: 11px;
83         padding: 0 2px;
84 }
85
86 fieldset label.selectit:hover {
87         background: #e9e9e9;
88 }
89
90 fieldset legend {
91         padding: .1em .3em;
92 }
93
94 fieldset span.cat-nest {
95         display: block;
96         margin-left: 10px;
97 }
98
99 fieldset.options {
100         padding: 1em;
101 }
102
103 fieldset.options legend {
104         font-size: 16px;
105 }
106
107 form, label input {
108         margin: 0;
109         padding: 0;
110 }
111
112 h2 {
113         border-bottom: .5em solid #f0f8ff;
114         color: #333;
115         font: normal 30px/5px serif;
116         margin: 5px 10px;
117 }
118
119 h2 small.quickjump {
120         display: block;
121         text-align: right;
122 }
123
124 h2 small.quickjump a {
125         text-decoration: none;
126         border-bottom: 0;
127         font-size: 15px;
128         background: #f0f8ff;
129         padding: 5px 10px;
130 }
131
132 img, #footer a {
133         border: 0;
134 }
135
136 input:focus, textarea:focus, label:focus {
137         background: #fff;
138         border: 1px solid #686868;
139 }
140
141 label {
142         cursor: pointer;
143 }
144
145 li, dd {
146         margin-bottom: 6px;
147 }
148
149 p, li, dl, dd, dt {
150         line-height: 130%;
151 }
152
153 textarea, input, select {
154         background: #f4f4f4;
155         border: 1px solid #b2b2b2;
156         color: #000;
157         font:  13px Verdana, Arial, Helvetica, sans-serif;
158         margin: 1px;
159         padding: 3px;
160 }
161
162 #uploading {
163         border-style: none;
164         padding: 0px;
165         margin-bottom: 16px;
166         height: 15em;
167         width: 100%;
168 /*      overflow-y: hidden;*/
169 }
170
171 form#upload th {
172         text-align: right;
173 }
174
175 form#upload #post_content, form#upload #post_title {
176         width: 250px;
177 }
178
179 form#upload #post_content {
180         height: 50px;
181 }
182
183 .attpreview {
184         width: 1px; /* hug */
185         text-align: center;
186 }
187
188 .alignleft {
189         float: left
190 }
191
192 .alignright {
193         float: right;
194 }
195
196 .alternate {
197         background: #f1f1f1;
198 }
199
200 .anchors {
201         margin: 10px 20px 10px 20px;
202 }
203
204 .available-theme {
205         width: 30%;
206         margin: 0 1em;
207         float: left;
208         text-align: center;
209         height: 28em;
210         overflow: hidden;
211 }
212
213 .available-theme a.screenshot {
214         width: 250px;
215         height: 200px;
216         display: block;
217         margin: auto;
218         background: #f1f1f1;
219         border: 1px solid #ccc;
220         margin-bottom: 10px;
221         overflow: hidden;
222 }
223
224 .available-theme a.screenshot:hover {
225 /*      border: 1px solid #666;*/
226 }
227
228 .available-theme img {
229         width: 100%;
230 }
231
232 .checkbox {
233         background: #fff;
234         border: none;
235         margin: 0;
236         padding: 0;
237 }
238
239 .code {
240         font-family: "Courier New", Courier, monospace;
241 }
242
243 .commentlist li {
244         border-bottom: 1px solid #369;
245         padding: .3em 1em;
246 }
247
248 .clear {
249         clear: both;
250         height: 2px;
251 }
252
253 .hidden {
254         display: none;
255 }
256
257 .navigation {
258         display: block;
259         text-align: center;
260         margin-top: 10px;
261         margin-bottom: 30px;
262 }
263
264 .post-categories {
265         display: inline;
266         margin: 0;
267         padding: 0;
268 }
269
270 .post-categories li, #ed_toolbar {
271         display: inline;
272 }
273
274 .quicktags, .search {
275         background: #ccc;
276         color: #000;
277         font: 12px Georgia, "Times New Roman", Times, serif;
278 }
279
280 .submit input, .submit input:focus, .button {
281         background: url( images/fade-butt.png );
282         border: 3px double #999;
283         border-left-color: #ccc;
284         border-top-color: #ccc;
285         color: #333;
286         padding: 0.25em;
287 }
288
289 .submit input:active, .button:active {
290         background: #f4f4f4;
291         border: 3px double #ccc;
292         border-left-color: #999;
293         border-top-color: #999;
294 }
295
296 .submit, .editform th, #postcustomsubmit {
297         text-align: right;
298 }
299
300 .optiontable {
301         width: 100%;
302 }
303
304 .optiontable td, .optiontable th {
305         padding: .5em;
306 }
307
308 .optiontable th {
309         width: 33%;
310         text-align: right;
311 }
312
313 .unapproved {
314         color: #888;
315 }
316
317 .unapproved a:link {
318         color: #b9bcff;
319 }
320
321 .unapproved a:visited {
322         color: #696dff;
323 }
324
325 .unapproved a:hover {
326         color: #009ef0;
327 }
328
329 .updated {
330         background: #CFEBF7 url(images/notice.gif) no-repeat 1em ;
331         border: 1px solid #2580B2;
332         margin: 1em 5% 10px;
333         padding: 0 1em 0 3em;
334 }
335
336 .error {
337         background: #FFEFF7;
338         border: 1px solid #c69;
339         margin: 1em 5% 10px;
340         padding: 0 1em 0 1em;
341 }
342
343 .wrap {
344         background: #fff;
345         border: 1px solid #ccc;
346         clear: both;
347         margin: 15px 5%;
348         padding: .5em 1em;
349 }
350
351 .wrap h2 {
352         margin: .8em 0 .5em;
353         clear: both;
354 }
355
356 table .vers, table .name {
357         text-align: center;
358 }
359
360 textarea.all-options, input.all-options {
361         width: 250px;
362 }
363
364 input.disabled, textarea.disabled {
365         background: #ccc;
366 }
367
368 #adminmenu {
369         background: #6da6d1;
370         border-top: 3px solid #448abd;
371         margin: 0;
372         padding: .2em .2em .2em 2em;
373 }
374
375 #adminmenu .current, #submenu .current {
376         font-weight: bold;
377 }
378
379 #adminmenu a {
380         color: #000;
381         font-size: 14px;
382         font-weight: normal;
383         margin: 0;
384         padding: 3px 5px;
385         text-decoration: none;
386 }
387
388 #adminmenu a:hover, .current {
389         background: #ddeaf4;
390         color: #333;
391 }
392
393 #adminmenu li, #submenu li {
394         display: inline;
395         line-height: 200%;
396         list-style: none;
397         text-align: center;
398 }
399
400 #submenu {
401         background: #0d324f;
402         border-bottom: none;
403         margin: 0;
404         padding: 3px 2em 0 3em;
405 }
406
407 #submenu .current {
408         background: #f9fcfe;
409         border-top: 1px solid #045290;
410         border-right: 2px solid #045290;
411         color: #000;
412 }
413
414 #submenu a {
415         border: none;
416         color: #fff;
417         font-size: 12px;
418         padding: .3em .4em .33em;
419 }
420
421 #submenu a:hover {
422         background: #ddeaf4;
423         color: #393939;
424 }
425
426 #submenu li {
427         line-height: 170%;
428 }
429
430
431 #categorydiv input, #poststatusdiv input, #commentstatusdiv input, #pingstatusdiv input {
432         border: none;
433 }
434
435 #titlediv, #guiddiv {
436         margin: 0 8px 0 0;
437         padding: 0px;
438 }
439
440 #postdiv {
441         margin: 0 8px 0 0;
442         padding: 0px;
443 }
444
445 #postdivrich {
446         margin: 0px;
447         padding: 0px;
448 }
449
450 #content {
451         margin: 0 0 0 0;
452         width: 100%;
453 }
454
455 #titlediv input, #guiddiv input {
456         margin: 0px;
457         width: 100%;
458 }
459
460 #quicktags {
461         margin-left: -1px;
462 }
463
464 #currenttheme img {
465         float: left;
466         border: 1px solid #666;
467         margin-right: 1em;
468         margin-bottom: 1.5em;
469         width: 300px;
470 }
471
472 #deletepost:hover {
473         background: #ce0000;
474         color: #fff;
475 }
476
477 #quicktags #ed_strong {
478         font-weight: bold;
479 }
480
481 #quicktags #ed_link {
482         color: blue;
483         text-decoration: underline;
484 }
485
486 #quicktags #ed_del {
487         text-decoration: line-through;
488 }
489
490 #quicktags #ed_em {
491         font-style: italic;
492 }
493
494 #quicktags #ed_code {
495         font-family: "Courier New", Courier, mono;
496 }
497
498 #title {
499         font-size: 1.5em;
500 }
501
502 #postexcerpt div, #attachmentlinks div {
503         margin-right: 8px;
504 }
505
506 #attachmentlinks textarea {
507         width: 100%;
508         height: 2.5em;
509         margin-bottom: 6px;
510 }
511
512 * html #postexcerpt .dbx-toggle-open, * html #postexcerpt .dbx-toggle-open {
513         padding-right: 8px;
514 }
515
516 #excerpt, .attachmentlinks {
517         margin: 0px;
518         height: 4em;
519         width: 100%;
520 }
521
522 #footer {
523         clear: both;
524         text-align: center;
525 }
526
527 #login {
528         background: #fff;
529         border: 1px solid #a2a2a2;
530         margin: 5em auto;
531         padding: 1.5em;
532         width: 25em;
533 }
534
535 #login #login_error {
536         background: #c00;
537         border: 1px solid #a40000;
538         color: #fff;
539         font-size: 16px;
540         font-weight: bold;
541         padding: .5em;
542         text-align: center;
543 }
544
545 #login h1 {
546         background: url(images/wordpress-logo.png) no-repeat top left;
547         margin-top: 0;
548 }
549
550 #login h1 a {
551         display: block;
552         text-indent: -1000px;
553         height: 66px;
554         border-bottom: none;
555 }
556
557 #login input {
558         padding: 3px;
559 }
560
561 #login ul {
562         list-style: none;
563         margin: 0;
564         padding: 0;
565 }
566
567 #login ul li {
568         display: inline;
569         margin-left: 1.4em;
570         text-align: center;
571 }
572
573 #login #log, #pwd {
574         font-size: 1.7em;
575         width: 80%;
576 }
577
578 #login #submit {
579         font-size: 1.7em;
580 }
581
582 #postcustom .updatemeta, #postcustom .deletemeta {
583         margin: auto;
584 }
585
586 #postcustom table {
587         border: 1px solid #ccc;
588         margin: 0px;
589         width: 100%;
590 }
591
592 #postcustom table input, #postcustom table textarea {
593         width: 95%;
594 }
595
596 #poststuff {
597         margin-right: 16em;
598 }
599
600 #save {
601         width: 15em;
602 }
603
604 #template div {
605         margin-right: 190px;
606 }
607
608 * html #template div {
609         margin-right: 0px;
610 }
611
612 #template, #template div, #editcat, #addcat {
613         zoom: 1;
614 }
615
616 #template textarea {
617         font: small 'Courier New', Courier, monospace;
618         width: 97%;
619 }
620
621 #templateside {
622         float: right;
623         width: 170px;
624 }
625
626 #templateside h3, #postcustom p {
627         margin: 0;
628 }
629
630 #templateside ol, #templateside ul {
631         list-style: none;
632         margin: .5em;
633         padding: 0;
634 }
635
636 #user_info {
637         position: absolute;
638         right: 1em;
639         top: 0;
640         color: #fff;
641         font-size: .9em;
642 }
643
644 #user_info a {
645         color: #fff;
646 }
647
648 #wphead {
649         background: #14568a;
650         padding: .8em 19em .8em 2em;
651         color: #c3def1;
652 }
653
654 #wphead a {
655         color: #fff;
656 }
657
658 #wphead h1 {
659         font-size: 2.5em;
660         font-weight: normal;
661         letter-spacing: -.05em;
662         margin: 0;
663         font-family: Georgia, "Times New Roman", Times, serif
664 }
665
666 #wphead h1 span {
667         font-size: .4em;
668         letter-spacing: 0;
669 }
670
671 #zeitgeist {
672         background: #eee;
673         border: 1px solid #69c;
674         float: right;
675         font-size: 90%;
676         margin-bottom: .5em;
677         margin-left: 1em;
678         margin-top: .5em;
679         padding: 1em;
680         width: 40%;
681 }
682
683 #zeitgeist h2, fieldset legend a {
684         border-bottom: none;
685 }
686
687 #zeitgeist h2 {
688         margin-top: .4em;
689 }
690
691 #zeitgeist h3 {
692         border-bottom: 1px solid #ccc;
693         font-size: 16px;
694         margin: 1em 0 0;
695 }
696
697 #zeitgeist h3 cite {
698         font-size: 12px;
699         font-style: normal;
700 }
701
702 #zeitgeist li, #zeitgeist p {
703         margin: .2em 0;
704 }
705
706 #zeitgeist ul {
707         margin: 0 0 .3em .6em;
708         padding: 0 0 0 .6em;
709 }
710
711 .active td {
712         background: #BEB;
713 }
714 .active .name {
715         background: #9C9;
716 }
717 .alternate.active td {
718         background: #ADA;
719 }
720 .alternate.active .name {
721         background: #8B8;
722 }
723
724 /* A handy div class for hiding controls.
725    Some browsers will disable them when you
726    set display:none; */
727 .zerosize {
728         height: 0px;
729         width: 0px;
730         margin: 0px;
731         border: 0px;
732         padding: 0px;
733         overflow: hidden;
734         position: absolute;
735 }
736
737 /* Box stuff */
738 .dbx-clone {
739         position:absolute;
740         visibility:hidden;
741 }
742 .dbx-clone, .dbx-clone .dbx-handle-cursor {
743         cursor:move !important;
744 }
745 .dbx-dummy {
746         display:block;
747         width:0;
748         height:0;
749         overflow:hidden;
750 }
751 .dbx-group, .dbx-box, .dbx-handle {
752         position:relative;
753         display:block;
754 }
755
756 #grabit {
757         width: 188px;
758 }
759
760 * html #themeselect {
761         padding: 0px 3px;
762         height: 22px;
763 }
764
765 /****************************************************************
766   avoid padding, margins or borders on dbx-box, 
767   to reduce visual discrepancies between it and the clone.  
768   overall, dbx-box is best left as visually unstyled as possible 
769 *****************************************************************/
770 .dbx-box {
771         margin:0;
772         padding:0;
773         border:none;
774 }
775
776 /* Can change this */
777 #moremeta fieldset, #advancedstuff fieldset {
778         margin-bottom: 1em;
779 }
780 #moremeta fieldset div {
781         margin: 2px 0 0 0px;
782         padding: 7px;
783 }
784 #moremeta {
785         line-height: 130%;
786         margin-right: 15px;
787         position: absolute;
788         right: 5%;
789         width: 14.5em;
790 }
791 #moremeta select {
792         width: 96%;
793 }
794
795 #slugdiv input, #passworddiv input, #authordiv select, #thumbdiv input, #parentdiv input {
796         margin-top: .5em;
797         width: 90%;
798 }
799
800 #moremeta h3, #advancedstuff h3 {
801         padding: 3px;
802         font-weight: normal;
803         font-size: 13px;
804 }
805
806 #advancedstuff div {
807         margin-top: .5em;
808 }
809
810 #categorydiv div div {
811         height: 12em;
812         overflow: auto;
813 }
814
815 #ajaxcat input {
816         border: 1px solid #ccc;
817 }
818
819 #your-profile fieldset {
820         border: 1px solid #ccc;
821         float: left;
822         width: 40%;
823         padding: .5em 2em;
824         margin: 1em; 
825 }
826
827 #your-profile fieldset input  {
828         width: 100%;
829         font-size: 20px;
830         padding: 2px;
831 }
832
833 #your-profile fieldset textarea {
834         width: 100%;
835         padding: 2px;
836 }
837
838 #your-profile legend {
839         font-family: Georgia, "Times New Roman", Times, serif;
840         font-size: 22px;
841 }
842
843 /* default box styles */
844
845 /* toggle state of inner content area */
846 .dbx-box-open .dbx-content {
847         display: block;
848 }
849 .dbx-box-closed .dbx-content {
850         display: none;
851 }
852
853 #moremeta .dbx-content {
854         background: url(images/box-butt.gif) no-repeat bottom right;
855         padding-bottom: 15px;
856         padding-right: 2px;
857 }
858
859 #moremeta fieldset.dbx-box-closed {
860         background: url(images/box-butt.gif) no-repeat bottom;
861         padding-bottom: 9px;
862 }
863
864 /* handles */
865
866 .dbx-handle  {
867         background: #2685af;
868         padding: 6px 1em 2px;
869         font-size: 12px;
870         margin: 0;
871         color: #E3EFF5;
872 }
873
874 #moremeta .dbx-handle {
875         padding: 6px 1em 2px;
876         font-size: 12px;
877         background: #2685af url(images/box-head.gif) no-repeat right;
878 }
879
880 #moremeta .dbx-box {
881         background: url(images/box-bg.gif) repeat-y right;
882 }
883
884 #advancedstuff h3.dbx-handle {
885         margin-left: 7px;
886         margin-bottom: -7px;
887         padding: 6px 1em 0 3px;
888         background: #2685af url(images/box-head-right.gif) no-repeat top right;
889 }
890
891 #advancedstuff div.dbx-h-andle-wrapper {
892         margin: 0 0 0 -7px;
893         background: #fff url(images/box-head-left.gif) no-repeat top left;
894 }
895
896 #advancedstuff div.dbx-content {
897         margin-left: 8px;
898         background: url(images/box-bg-right.gif) repeat-y right;
899         padding: 10px 10px 15px 0px;
900 }
901
902 #postexcerpt div.dbx-content {
903         margin-right: 0;
904         padding-right: 17px;
905 }
906
907 #advancedstuff div.dbx-c-ontent-wrapper {
908         margin-left: -7px;
909         margin-right: 0;
910         background: url(images/box-bg-left.gif) repeat-y left;
911 }
912
913 #advancedstuff fieldset.dbx-box {
914         padding-bottom: 9px;
915         margin-left: 6px;
916         background: url(images/box-butt-right.gif) no-repeat bottom right;
917 }
918
919 #advancedstuff div.dbx-b-ox-wrapper {
920         background: url(images/box-butt-left.gif) no-repeat bottom left;
921 }
922
923 #advancedstuff .dbx-box-closed div.dbx-c-ontent-wrapper {
924         padding-bottom: 2px;
925         background: url(images/box-butt-left.gif) no-repeat bottom left;
926 }
927
928 #advancedstuff .dbx-box {
929         background: url(images/box-butt-right.gif) no-repeat bottom right;
930 }
931
932
933 /* handle cursors */
934 .dbx-handle-cursor {
935         cursor: move;
936 }
937         
938 /* toggle images */
939 a.dbx-toggle, a.dbx-toggle:visited {
940         display:block;
941         overflow: hidden;
942         background-image: url( images/toggle.gif );
943         position: absolute;
944         top: 0px;
945         right: 0px;
946         background-repeat: no-repeat;
947         border: 0px;
948         margin: 0px;
949         padding: 0px;
950 }
951
952 #moremeta a.dbx-toggle, #moremeta a.dbx-toggle-open:visited {
953         height: 25px;
954         width: 27px;
955         background-position: 0 0px;
956 }
957
958 #moremeta a.dbx-toggle-open, #moremeta a.dbx-toggle-open:visited {
959         height: 25px;
960         width: 27px;
961         background-position: 0 -25px;
962 }
963
964 #advancedstuff a.dbx-toggle, #advancedstuff a.dbx-toggle-open:visited {
965         height: 22px;
966         width: 22px;
967         top: 3px;
968         right: 5px;
969         background-position: 0 -3px;
970 }
971
972 #advancedstuff a.dbx-toggle-open, #advancedstuff a.dbx-toggle-open:visited {
973         height: 22px;
974         width: 22px;
975         top: 3px;
976         right: 5px;
977         background-position: 0 -28px;
978 }
979
980 #categorychecklist {
981         margin-right: 6px;
982 }
983
984 /* additional clone styles */
985 .dbx-clone {
986         opacity: 0.8;
987         -moz-opacity: 0.8;
988         -khtml-opacity: 0.8;
989         filter: alpha(opacity=80);
990 }
991
992 #newcat { width: 120px; margin-right: 5px; }
993 input#catadd {  background: #a4a4a4;
994         border-bottom: 1px solid #898989;
995         border-left: 1px solid #bcbcbc;
996         border-right: 1px solid #898989;
997         border-top: 1px solid #bcbcbc;
998         color: #fff;
999         font-size: 10px;
1000         padding: 0;
1001         margin: 0;
1002         font-weight: bold;
1003         height: 20px;
1004         margin-bottom: 2px;
1005         text-align: center;
1006         width: 37px; }
1007 #howto {
1008         font-size: 11px;
1009         margin: 0 5px;
1010         display: block;
1011 }
1012 #jaxcat {
1013         margin: 0;
1014         padding: 0;
1015 }