]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-admin/css/global-rtl.dev.css
Wordpress 3.2-scripts
[autoinstalls/wordpress.git] / wp-admin / css / global-rtl.dev.css
1
2 /* 2 column liquid layout */
3
4 #wpcontent {
5         margin-left: 0;
6         margin-right: 165px;
7 }
8
9 .wp-admin #footer {
10         margin-left: 15px;
11         margin-right: 165px;
12 }
13
14 .folded #wpcontent {
15         margin-left: 0;
16         margin-right: 52px;
17 }
18
19 .folded.wp-admin #footer {
20         margin-left: 15px;
21         margin-right: 52px;
22 }
23
24 #wpbody-content {
25         float: right;
26 }
27
28 #adminmenuwrap {
29         float: right;
30 }
31
32 #adminmenu {
33         clear: right;
34 }
35
36 /* inner 2 column liquid layout */
37 .inner-sidebar {
38         float: left;
39         clear: left;
40 }
41
42 .has-right-sidebar #post-body {
43         float: right;
44         clear: right;
45         margin-right: 0;
46         margin-left: -340px;
47 }
48
49 .has-right-sidebar #post-body-content {
50         margin-right: 0;
51         margin-left: 300px;
52 }
53
54 /* 2 columns main area */
55
56 #col-right {
57         float: left;
58         clear: left;
59 }
60
61 /* utility classes*/
62 .alignleft {
63         float: right;
64 }
65
66 .alignright {
67         float: left;
68 }
69
70 .textleft {
71         text-align: right;
72 }
73
74 .textright {
75         text-align: left;
76 }
77
78 /* Hide visually but not from screen readers */
79 .screen-reader-text, .screen-reader-text span {
80         left: auto;
81         right: -1000em;
82 }
83
84 /* styles for use by people extending the WordPress interface */
85
86 body,
87 td,
88 textarea,
89 input,
90 select {
91         font-family: Tahoma, Arial, sans-serif;
92 }
93
94 ul.ul-disc,
95 ul.ul-square,
96 ol.ol-decimal {
97         margin-left: 0;
98         margin-right: 1.8em;
99 }
100
101 .subsubsub {
102         float: right;
103 }
104
105 .widefat thead th:first-of-type {
106         -moz-border-radius-topleft: 0;
107         -moz-border-radius-topright: 3px;
108         -khtml-border-top-left-radius: 0;
109         -khtml-border-top-right-radius: 3px;
110         -webkit-border-top-left-radius: 0;
111         -webkit-border-top-right-radius: 3px;
112         border-top-left-radius: 0;
113         border-top-right-radius: 3px;
114 }
115
116 .widefat thead th:last-of-type {
117         -moz-border-radius-topright: 0;
118         -moz-border-radius-topleft: 3px;
119         -khtml-border-top-right-radius: 0;
120         -khtml-border-top-left-radius: 3px;
121         -webkit-border-top-right-radius: 0;
122         -webkit-border-top-left-radius: 3px;
123         border-top-right-radius: 0;
124         border-top-left-radius: 3px;
125 }
126 .widefat tfoot th:first-of-type {
127         -moz-border-radius-bottomleft: 0;
128         -moz-border-radius-bottomright: 3px;
129         -khtml-border-bottom-left-radius: 0;
130         -khtml-border-bottom-right-radius: 3px;
131         -webkit-border-bottom-left-radius: 0;
132         -webkit-border-bottom-right-radius: 3px;
133         border-bottom-left-radius: 0;
134         border-bottom-right-radius: 3px;
135 }
136 .widefat tfoot th:last-of-type {
137         -moz-border-radius-bottomright: 0;
138         -moz-border-radius-bottomleft: 3px;
139         -khtml-border-bottom-right-radius: 0;
140         -khtml-border-bottom-left-radius: 3px;
141         -webkit-border-bottom-right-radius: 0;
142         -webkit-border-bottom-left-radius: 3px;
143         border-bottom-right-radius: 0;
144         border-bottom-left-radius: 3px;
145 }
146
147 .widefat th {
148         text-align: right;
149 }
150
151 .widefat th input {
152         margin: 0 8px 0 0;
153 }
154
155 .wrap {
156         margin: 0 0 0 15px;
157 }
158
159
160 .wrap h2,
161 .subtitle {
162         font-family: Tahoma, Arial, sans-serif;
163 }
164 .wrap h2 {
165         padding: 9px 0 4px 15px;
166 }
167
168 .subtitle {
169         padding-left: 0;
170         padding-right: 25px;
171 }
172
173 .wrap .add-new-h2 {
174         font-family: Tahoma, Arial, sans-serif;
175         margin-left: 0;
176         margin-right: 4px;
177 }
178
179 .wrap h2.long-header {
180         padding-left: 0;
181 }