]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-admin/wp-admin.css
9e7ec06ffc8832a6bbc6b96975d0a5f0b86fafd6
[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 #adminmenu {
361         background: #6da6d1;
362         border-top: 3px solid #448abd;
363         margin: 0;
364         padding: .2em .2em .2em 2em;
365 }
366
367 #adminmenu .current, #submenu .current {
368         font-weight: bold;
369 }
370
371 #adminmenu a {
372         color: #000;
373         font-size: 14px;
374         font-weight: normal;
375         margin: 0;
376         padding: 3px 5px;
377         text-decoration: none;
378 }
379
380 #adminmenu a:hover, .current {
381         background: #ddeaf4;
382         color: #333;
383 }
384
385 #adminmenu li, #submenu li {
386         display: inline;
387         line-height: 200%;
388         list-style: none;
389         text-align: center;
390 }
391
392 #submenu {
393         background: #0d324f;
394         border-bottom: none;
395         margin: 0;
396         padding: 3px 2em 0 3em;
397 }
398
399 #submenu .current {
400         background: #f9fcfe;
401         border-top: 1px solid #045290;
402         border-right: 2px solid #045290;
403         color: #000;
404 }
405
406 #submenu a {
407         border: none;
408         color: #fff;
409         font-size: 12px;
410         padding: .3em .4em .33em;
411 }
412
413 #submenu a:hover {
414         background: #ddeaf4;
415         color: #393939;
416 }
417
418 #submenu li {
419         line-height: 170%;
420 }
421
422
423 #categorydiv input, #poststatusdiv input, #commentstatusdiv input, #pingstatusdiv input {
424         border: none;
425 }
426
427 #titlediv, #guiddiv {
428         margin: 0 8px 0 0;
429         padding: 0px;
430 }
431
432 #postdiv {
433         margin: 0 8px 0 0;
434         padding: 0px;
435 }
436
437 #postdivrich {
438         margin: 0px;
439         padding: 0px;
440 }
441
442 #content {
443         margin: 0 0 0 0;
444         width: 100%;
445 }
446
447 #titlediv input, #guiddiv input {
448         margin: 0px;
449         width: 100%;
450 }
451
452 #quicktags {
453         margin-left: -1px;
454 }
455
456 #currenttheme img {
457         float: left;
458         border: 1px solid #666;
459         margin-right: 1em;
460         margin-bottom: 1.5em;
461         width: 300px;
462 }
463
464 #deletepost:hover {
465         background: #ce0000;
466         color: #fff;
467 }
468
469 #quicktags #ed_strong {
470         font-weight: bold;
471 }
472
473 #quicktags #ed_link {
474         color: blue;
475         text-decoration: underline;
476 }
477
478 #quicktags #ed_del {
479         text-decoration: line-through;
480 }
481
482 #quicktags #ed_em {
483         font-style: italic;
484 }
485
486 #quicktags #ed_code {
487         font-family: "Courier New", Courier, mono;
488 }
489
490 #title {
491         font-size: 1.5em;
492 }
493
494 #postexcerpt div, #attachmentlinks div {
495         margin-right: 8px;
496 }
497
498 #attachmentlinks textarea {
499         width: 100%;
500         height: 2.5em;
501         margin-bottom: 6px;
502 }
503
504 * html #postexcerpt .dbx-toggle-open, * html #postexcerpt .dbx-toggle-open {
505         padding-right: 8px;
506 }
507
508 #excerpt, .attachmentlinks {
509         margin: 0px;
510         height: 4em;
511         width: 100%;
512 }
513
514 #footer {
515         clear: both;
516         text-align: center;
517 }
518
519 #login {
520         background: #fff;
521         border: 1px solid #a2a2a2;
522         margin: 5em auto;
523         padding: 1.5em;
524         width: 25em;
525 }
526
527 #login #login_error {
528         background: #c00;
529         border: 1px solid #a40000;
530         color: #fff;
531         font-size: 16px;
532         font-weight: bold;
533         padding: .5em;
534         text-align: center;
535 }
536
537 #login h1 {
538         background: url(images/wordpress-logo.png) no-repeat top left;
539         margin-top: 0;
540 }
541
542 #login h1 a {
543         display: block;
544         text-indent: -1000px;
545         height: 66px;
546         border-bottom: none;
547 }
548
549 #login input {
550         padding: 3px;
551 }
552
553 #login ul {
554         list-style: none;
555         margin: 0;
556         padding: 0;
557 }
558
559 #login ul li {
560         display: inline;
561         margin-left: 1.4em;
562         text-align: center;
563 }
564
565 #login #log, #pwd {
566         font-size: 1.7em;
567         width: 80%;
568 }
569
570 #login #submit {
571         font-size: 1.7em;
572 }
573
574 #postcustom .updatemeta, #postcustom .deletemeta {
575         margin: auto;
576 }
577
578 #postcustom table {
579         border: 1px solid #ccc;
580         margin: 0px;
581         width: 100%;
582 }
583
584 #postcustom table input, #postcustom table textarea {
585         width: 95%;
586 }
587
588 #poststuff {
589         margin-right: 16em;
590 }
591
592 #save {
593         width: 15em;
594 }
595
596 #template div {
597         margin-right: 190px;
598 }
599
600 * html #template div {
601         margin-right: 0px;
602 }
603
604 #template, #template div, #editcat, #addcat {
605         zoom: 1;
606 }
607
608 #template textarea {
609         font: small 'Courier New', Courier, monospace;
610         width: 97%;
611 }
612
613 #templateside {
614         float: right;
615         width: 170px;
616 }
617
618 #templateside h3, #postcustom p {
619         margin: 0;
620 }
621
622 #templateside ol, #templateside ul {
623         list-style: none;
624         margin: .5em;
625         padding: 0;
626 }
627
628 #user_info {
629         position: absolute;
630         right: 1em;
631         top: 0;
632         color: #fff;
633         font-size: .9em;
634 }
635
636 #user_info a {
637         color: #fff;
638 }
639
640 #wphead {
641         background: #14568a;
642         padding: .8em 19em .8em 2em;
643         color: #c3def1;
644 }
645
646 #wphead a {
647         color: #fff;
648 }
649
650 #wphead h1 {
651         font-size: 2.5em;
652         font-weight: normal;
653         letter-spacing: -.05em;
654         margin: 0;
655         font-family: Georgia, "Times New Roman", Times, serif
656 }
657
658 #wphead h1 span {
659         font-size: .4em;
660         letter-spacing: 0;
661 }
662
663 #zeitgeist {
664         background: #eee;
665         border: 1px solid #69c;
666         float: right;
667         font-size: 90%;
668         margin-bottom: .5em;
669         margin-left: 1em;
670         margin-top: .5em;
671         padding: 1em;
672         width: 40%;
673 }
674
675 #zeitgeist h2, fieldset legend a {
676         border-bottom: none;
677 }
678
679 #zeitgeist h2 {
680         margin-top: .4em;
681 }
682
683 #zeitgeist h3 {
684         border-bottom: 1px solid #ccc;
685         font-size: 16px;
686         margin: 1em 0 0;
687 }
688
689 #zeitgeist h3 cite {
690         font-size: 12px;
691         font-style: normal;
692 }
693
694 #zeitgeist li, #zeitgeist p {
695         margin: .2em 0;
696 }
697
698 #zeitgeist ul {
699         margin: 0 0 .3em .6em;
700         padding: 0 0 0 .6em;
701 }
702
703 .active td {
704         background: #BEB;
705 }
706 .active .name {
707         background: #9C9;
708 }
709 .alternate.active td {
710         background: #ADA;
711 }
712 .alternate.active .name {
713         background: #8B8;
714 }
715
716 /* A handy div class for hiding controls.
717    Some browsers will disable them when you
718    set display:none; */
719 .zerosize {
720         height: 0px;
721         width: 0px;
722         margin: 0px;
723         border: 0px;
724         padding: 0px;
725         overflow: hidden;
726         position: absolute;
727 }
728
729 /* Box stuff */
730 .dbx-clone {
731         position:absolute;
732         visibility:hidden;
733 }
734 .dbx-clone, .dbx-clone .dbx-handle-cursor {
735         cursor:move !important;
736 }
737 .dbx-dummy {
738         display:block;
739         width:0;
740         height:0;
741         overflow:hidden;
742 }
743 .dbx-group, .dbx-box, .dbx-handle {
744         position:relative;
745         display:block;
746 }
747
748 #grabit {
749         width: 188px;
750 }
751
752 * html #themeselect {
753         padding: 0px 3px;
754         height: 22px;
755 }
756
757 /****************************************************************
758   avoid padding, margins or borders on dbx-box, 
759   to reduce visual discrepancies between it and the clone.  
760   overall, dbx-box is best left as visually unstyled as possible 
761 *****************************************************************/
762 .dbx-box {
763         margin:0;
764         padding:0;
765         border:none;
766 }
767
768 /* Can change this */
769 #moremeta fieldset, #advancedstuff fieldset {
770         margin-bottom: 1em;
771 }
772 #moremeta fieldset div {
773         margin: 2px 0 0 0px;
774         padding: 7px;
775 }
776 #moremeta {
777         line-height: 130%;
778         margin-right: 15px;
779         position: absolute;
780         right: 5%;
781         width: 14.5em;
782 }
783 #moremeta select {
784         width: 96%;
785 }
786
787 #slugdiv input, #passworddiv input, #authordiv select, #thumbdiv input, #parentdiv input {
788         margin-top: .5em;
789         width: 90%;
790 }
791
792 #moremeta h3, #advancedstuff h3 {
793         padding: 3px;
794         font-weight: normal;
795         font-size: 13px;
796 }
797
798 #advancedstuff div {
799         margin-top: .5em;
800 }
801
802 #categorydiv div div {
803         height: 12em;
804         overflow: auto;
805 }
806
807 #ajaxcat input {
808         border: 1px solid #ccc;
809 }
810
811 #your-profile fieldset {
812         border: 1px solid #ccc;
813         float: left;
814         width: 40%;
815         padding: .5em 2em;
816         margin: 1em; 
817 }
818
819 #your-profile fieldset input  {
820         width: 100%;
821         font-size: 20px;
822         padding: 2px;
823 }
824
825 #your-profile fieldset textarea {
826         width: 100%;
827         padding: 2px;
828 }
829
830 #your-profile legend {
831         font-family: Georgia, "Times New Roman", Times, serif;
832         font-size: 22px;
833 }
834
835 /* default box styles */
836
837 /* toggle state of inner content area */
838 .dbx-box-open .dbx-content {
839         display: block;
840 }
841 .dbx-box-closed .dbx-content {
842         display: none;
843 }
844
845 #moremeta .dbx-content {
846         background: url(images/box-butt.gif) no-repeat bottom right;
847         padding-bottom: 15px;
848         padding-right: 2px;
849 }
850
851 /* handles */
852
853 .dbx-handle  {
854         background: #2685af;
855         padding: 6px 1em 2px;
856         font-size: 12px;
857         margin: 0;
858         color: #E3EFF5;
859 }
860
861 #moremeta .dbx-handle {
862         padding: 6px 1em 2px;
863         font-size: 12px;
864         background: #2685af url(images/box-head.gif) no-repeat right;
865 }
866
867 #moremeta .dbx-box {
868         background: url(images/box-bg.gif) repeat-y right;
869 }
870
871 /* handle cursors */
872 .dbx-handle-cursor {
873         cursor: move;
874 }
875         
876 /* toggle images */
877 a.dbx-toggle, a.dbx-toggle:visited {
878         display:block;
879         overflow: hidden;
880         background-image: url( images/toggle.gif );
881         position: absolute;
882         top: 0px;
883         right: 0px;
884         background-repeat: no-repeat;
885         border: 0px;
886         margin: 0px;
887         padding: 0px;
888 }
889
890 #moremeta a.dbx-toggle, #moremeta a.dbx-toggle-open:visited {
891         height: 25px;
892         width: 27px;
893         background-position: 0 0px;
894 }
895
896 #moremeta a.dbx-toggle-open, #moremeta a.dbx-toggle-open:visited {
897         height: 25px;
898         width: 27px;
899         background-position: 0 -25px;
900 }
901
902 #advancedstuff a.dbx-toggle, #advancedstuff a.dbx-toggle-open:visited {
903         height: 22px;
904         width: 22px;
905         background-position: 0 -3px;
906 }
907
908 #advancedstuff a.dbx-toggle-open, #advancedstuff a.dbx-toggle-open:visited {
909         height: 22px;
910         width: 22px;
911         background-position: 0 -28px;
912 }
913
914 #categorychecklist {
915         margin-right: 6px;
916 }
917
918 /* additional clone styles */
919 .dbx-clone {
920         opacity: 0.8;
921         -moz-opacity: 0.8;
922         -khtml-opacity: 0.8;
923         filter: alpha(opacity=80);
924 }
925
926 #newcat { width: 120px; margin-right: 5px; }
927 input#catadd {  background: #a4a4a4;
928         border-bottom: 1px solid #898989;
929         border-left: 1px solid #bcbcbc;
930         border-right: 1px solid #898989;
931         border-top: 1px solid #bcbcbc;
932         color: #fff;
933         font-size: 10px;
934         padding: 0;
935         margin: 0;
936         font-weight: bold;
937         height: 20px;
938         margin-bottom: 2px;
939         text-align: center;
940         width: 37px; }
941 #howto {
942         font-size: 11px;
943         margin: 0 5px;
944         display: block;
945 }
946 #jaxcat {
947         margin: 0;
948         padding: 0;
949 }