]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-admin/css/theme-editor.dev.css
Wordpress 3.1
[autoinstalls/wordpress.git] / wp-admin / css / theme-editor.dev.css
1 .alignleft h3 {
2         margin: 0;
3 }
4
5 h3 span {
6         font-weight: normal;
7 }
8
9 #template textarea {
10         font-family: Consolas, Monaco, Courier, monospace;
11         font-size: 12px;
12         width: 97%;
13 }
14
15 #template p {
16         width: 97%;
17 }
18
19 #templateside {
20         float: right;
21         width: 190px;
22         word-wrap: break-word;
23 }
24
25 #templateside h3,
26 #postcustomstuff p.submit {
27         margin: 0;
28 }
29
30 #templateside h4 {
31         margin: 1em 0 0;
32 }
33
34 #templateside ol,
35 #templateside ul {
36         margin: .5em;
37         padding: 0;
38 }
39
40 #templateside li {
41         margin: 4px 0;
42 }
43
44 #templateside ul li a span.highlight {
45         display:block;
46 }
47
48 .nonessential {
49         font-size: 11px;
50         font-style: italic;
51         padding-left: 12px;
52 }
53
54 .highlight {
55         padding: 3px 3px 3px 12px;
56         margin-left: -12px;
57         font-weight: bold;
58         -moz-border-radius: 8px;
59         -khtml-border-radius: 8px;
60         -webkit-border-radius: 8px;
61         border-radius: 8px;
62 }
63
64 div.tablenav {
65         margin-right: 210px;
66 }
67
68 #documentation {
69         margin-top: 10px;
70 }
71 #documentation label {
72         line-height: 22px;
73         vertical-align: top;
74         font-weight: bold;
75 }
76
77 .fileedit-sub {
78         padding: 10px 0 8px;
79         line-height: 180%;
80 }