]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-admin/css/global.css
Wordpress 2.7.1-scripts
[autoinstalls/wordpress.git] / wp-admin / css / global.css
1 /* http://meyerweb.com/eric/tools/css/reset/ */
2 /* v1.0 | 20080212 */
3
4 html, body, div, span, applet, object, iframe,
5 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
6 a, abbr, acronym, address, big, cite, code,
7 del, dfn, em, font, img, ins, kbd, q, s, samp,
8 small, strike, strong, sub, sup, tt, var,
9 b, u, i, center,
10 dl, dt, dd, ol, ul, li,
11 fieldset, form, label, legend,
12 table, caption, tbody, tfoot, thead, tr, th, td {
13         margin: 0;
14         padding: 0;
15         border: 0;
16         outline: 0;
17 /*      font-size: 100%;
18         vertical-align: baseline; */
19         background: transparent;
20 }
21 body {
22         line-height: 1;
23 }
24 ol, ul {
25         list-style: none;
26 }
27 blockquote, q {
28         quotes: none;
29 }
30 blockquote:before, blockquote:after,
31 q:before, q:after {
32         content: '';
33         content: none;
34 }
35
36 /* remember to define focus styles! */
37 /*
38 :focus {
39         outline: 0;
40 }
41 */
42 /* remember to highlight inserts somehow! */
43 ins {
44         text-decoration: none;
45 }
46 del {
47         text-decoration: line-through;
48 }
49
50 /* tables still need 'cellspacing="0"' in the markup */
51 /*
52 table {
53         border-collapse: collapse;
54         border-spacing: 0;
55 }
56 */
57 /* end reset css */
58
59
60 /* 2 column liquid layout */
61 #wpwrap {
62         height: auto;
63         min-height: 100%;
64         width: 100%;
65 }
66
67 #wpcontent {
68         height: 100%;
69         padding-bottom: 50px;
70 }
71
72 #wpbody {
73         clear: both;
74         margin-left: 175px;
75 }
76
77 .folded #wpbody {
78         margin-left: 60px;
79 }
80
81 #wpbody-content {
82         float: left;
83         width: 100%;
84 }
85
86 #adminmenu {
87         float: left;
88         clear: left;
89         width: 145px;
90         margin-top: 15px;
91         margin-right: 5px;
92         margin-bottom: 15px;
93         margin-left: -160px;
94         position: relative;
95         padding: 0;
96         list-style: none;
97 }
98
99 .folded #adminmenu {
100         margin-left: -45px;
101 }
102
103 .folded #adminmenu,
104 .folded #adminmenu li.menu-top {
105         width: 28px;
106 }
107
108 #footer {
109         clear: both;
110         position: relative;
111         width: 100%;
112 }
113
114 /* inner 2 column liquid layout */
115
116 .inner-sidebar {
117         float: right;
118         clear: right;
119         width: 280px;
120         position: relative;
121 }
122
123 .has-sidebar {
124         float: left;
125         clear: left;
126         width: 100%;
127         margin-right: -340px;
128 }
129
130 .has-sidebar .has-sidebar-content {
131         margin-right: 305px;
132 }
133
134 /* 2 columns main area */
135
136 #col-container {
137         overflow: hidden;
138         padding: 0;
139         margin: 0;
140 }
141
142 #col-left {
143         padding: 0;
144         margin: 0;
145         overflow: hidden;
146         width: 39%;
147 }
148
149 #col-right {
150         float: right;
151         clear: right;
152         overflow: hidden;
153         padding: 0;
154         margin: 0;
155         width: 59%;
156 }
157
158 /* utility classes */
159 .alignleft {
160         float: left;
161 }
162
163 .alignright {
164         float: right;
165 }
166
167 .textleft {
168         text-align: left;
169 }
170
171 .textright {
172         text-align: right;
173 }
174
175 .clear {
176         clear: both;
177 }
178
179 .hidden,
180 .closed .inside,
181 .hide-if-no-js {
182         display: none;
183 }
184
185 /* include margin and padding in the width calculation of input and textarea */
186 input[type="text"],
187 textarea {
188         -moz-box-sizing: border-box;
189         -webkit-box-sizing: border-box;
190         -ms-box-sizing: border-box; /* ie8 only */
191         box-sizing: border-box;
192 }
193
194 input[type="checkbox"],
195 input[type="radio"] {
196         vertical-align: text-top;
197 }
198
199 /* styles for use by people extending the WordPress interface */
200 html,
201 body {
202         height: 100%;
203 }
204
205 body,
206 td {
207         font: 13px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
208 }
209
210 p {
211         margin: 1em 0;
212 }
213
214 blockquote {
215         margin: 1em;
216 }
217
218 label {
219         cursor: pointer;
220 }
221
222 li,
223 dd {
224         margin-bottom: 6px;
225 }
226
227 p,
228 li,
229 dl,
230 dd,
231 dt {
232         line-height: 140%;
233 }
234
235 textarea,
236 input,
237 select {
238         font: 13px/19px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
239         margin: 1px;
240         padding: 3px;
241 }
242
243 h1 {
244   display: block;
245   font-size: 2em;
246   font-weight: bold;
247   margin: .67em 0;
248 }
249
250 h2 {
251   display: block;
252   font-size: 1.5em;
253   font-weight: bold;
254   margin: .83em 0;
255 }
256
257 h3 {
258   display: block;
259   font-size: 1.17em;
260   font-weight: bold;
261   margin: 1em 0;
262 }
263
264 h4 {
265   display: block;
266   font-weight: bold;
267   margin: 1.33em 0;
268 }
269
270 h5 {
271   display: block;
272   font-size: 0.83em;
273   font-weight: bold;
274   margin: 1.67em 0;
275 }
276
277 h6 {
278   display: block;
279   font-size: 0.67em;
280   font-weight: bold;
281   margin: 2.33em 0;
282 }
283
284 .subsubsub {
285         list-style: none;
286         margin: 8px 0 5px;
287         padding: 0;
288         white-space: nowrap;
289         font-size: 11px;
290         float: left;
291 }
292
293 .subsubsub a {
294         line-height: 2;
295         padding: .2em;
296         text-decoration: none;
297 }
298
299 .subsubsub a .count, .subsubsub a.current .count {
300         color: #999;
301         font-weight: normal;
302 }
303
304 .subsubsub a.current {
305         font-weight: bold;
306         background: none;
307         border: none;
308 }
309
310 .subsubsub li {
311         display: inline;
312         margin: 0;
313         padding: 0;
314 }
315
316 .widefat {
317         border-width: 1px;
318         border-style: solid;
319         border-collapse: separate;
320         border-spacing: 0;
321         width: 100%;
322         clear: both;
323         margin: 0;
324         -moz-border-radius: 4px;
325         -khtml-border-radius: 4px;
326         -webkit-border-radius: 4px;
327         border-radius: 4px;
328 }
329
330 .widefat * {
331         word-wrap: break-word;
332 }
333
334 .widefat a {
335         text-decoration: none;
336 }
337
338 .widefat td,
339 .widefat th {
340         border-bottom-width: 1px;
341         border-bottom-style: solid;
342         font-size: 11px;
343         vertical-align: text-top;
344 }
345
346 .widefat td {
347         padding: 7px 7px 5px;
348         vertical-align: top;
349 }
350
351 .widefat thead tr th:first {
352         -moz-border-radius-topleft: 4px;
353         -webkit-border-top-left-radius: 4px;
354         -khtml-border-top-left-radius: 4px;
355         border-top-left-radius: 4px;
356 }
357
358 .widefat thead tr th:last {
359         -moz-border-radius-topright: 4px;
360         -webkit-border-top-right-radius: 4px;
361         -khtml-border-top-right-radius: 4px;
362         border-top-right-radius: 4px;
363 }
364
365 .widefat tfoot tr th:first {
366         -moz-border-radius-bottomleft: 4px;
367         -webkit-border-bottom-left-radius: 4px;
368         -khtml-border-bottom-left-radius: 4px;
369         border-bottom-left-radius: 4px;
370 }
371
372 .widefat tfoot tr th:last {
373         -moz-border-radius-bottomright: 4px;
374         -webkit-border-bottom-right-radius: 4px;
375         -khtml-border-bottom-right-radius: 4px;
376         border-bottom-right-radius: 4px;
377 }
378
379 .widefat td p {
380         font-size: 11px;
381 }
382
383 .widefat th {
384         padding: 7px 7px 8px;
385         text-align: left;
386         line-height: 1.3em;
387 }
388
389 .widefat th input {
390         margin: 0 0 0 8px;
391         padding: 0;
392         vertical-align: text-top;
393 }
394
395 .widefat .check-column {
396         width: 2.2em;
397         padding: 0;
398
399 }
400
401 .widefat tbody th.check-column {
402         padding: 7px 0 22px;
403 }
404
405 .widefat .num,
406 .column-comments,
407 .column-links,
408 .column-posts,
409 .column-parent {
410         text-align: center;
411 }
412
413 .widefat th#comments {
414         vertical-align: middle;
415 }
416
417 .wrap {
418         margin: 0 15px 0 5px;
419 }
420
421 .updated,
422 .error {
423         border-width: 1px;
424         border-style: solid;
425         padding: 0 0.6em;
426         margin: 5px 15px 2px;
427         -moz-border-radius: 3px;
428         -khtml-border-radius: 3px;
429         -webkit-border-radius: 3px;
430         border-radius: 3px;
431 }
432
433 .updated p,
434 .error p {
435         margin: 0.5em 0;
436         line-height: 1;
437         padding: 2px;
438 }
439
440 .wrap .updated,
441 .wrap .error {
442         margin: 5px 0;
443 }
444
445 .wrap h2 {
446         font: italic normal normal 24px/29px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
447         margin: 0;
448         padding: 14px 15px 3px 0;
449         line-height: 35px;
450         text-shadow: rgba(255,255,255,1) 0px 1px 0px;
451 }
452
453 .wrap h2.long-header {
454         padding-right: 0;
455 }