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