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