]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-admin/css/media.dev.css
Wordpress 3.0.6
[autoinstalls/wordpress.git] / wp-admin / css / media.dev.css
1 div#media-upload-header {
2         margin: 0;
3         padding: 0 5px;
4         font-weight: bold;
5         position: relative;
6         border-bottom-width: 1px;
7         border-bottom-style: solid;
8 }
9
10 body#media-upload ul#sidemenu {
11         font-weight: normal;
12         margin: 0 5px;
13         left: 0;
14         bottom: -1px;
15         float: none;
16         overflow: hidden;
17 }
18
19 div#media-upload-error {
20         margin: 1em;
21         font-weight: bold;
22 }
23
24 form {
25         margin: 1em;
26 }
27
28 #search-filter {
29         text-align: right;
30 }
31
32 th {
33         position: relative;
34 }
35
36 .media-upload-form label.form-help, td.help {
37         font-family: "Lucida Grande", "Bitstream Vera Sans", Verdana, Arial, sans-serif;
38         font-style: italic;
39         font-weight: normal;
40 }
41
42 .media-upload-form p.help {
43         margin: 0;
44         padding: 0;
45 }
46
47 .media-upload-form fieldset {
48         width: 100%;
49         border: none;
50         text-align: justify;
51         margin: 0 0 1em 0;
52         padding: 0;
53 }
54
55 /* specific to the image upload form */
56
57
58 .image-align-none-label {
59         background: url(../images/align-none.png) no-repeat center left;
60 }
61
62 .image-align-left-label {
63         background: url(../images/align-left.png) no-repeat center left;
64 }
65
66 .image-align-center-label {
67         background: url(../images/align-center.png) no-repeat center left;
68 }
69
70 .image-align-right-label {
71         background: url(../images/align-right.png) no-repeat center left;
72 }
73
74 tr.image-size td {
75         width: 460px;
76 }
77
78 tr.image-size div.image-size-item {
79         float: left;
80         width: 25%;
81         margin: 0;
82 }
83
84 #library-form .progress,
85 #gallery-form .progress,
86 #flash-upload-ui,
87 .insert-gallery,
88 .describe.startopen,
89 .describe.startclosed {
90         display: none;
91 }
92
93 .media-item .thumbnail {
94         max-width: 128px;
95         max-height: 128px;
96 }
97
98 thead.media-item-info tr {
99         background-color: transparent;
100 }
101
102 thead.media-item-info th,
103 thead.media-item-info td {
104         border: none;
105         margin: 0;
106 }
107
108 .form-table thead.media-item-info {
109         border: 8px solid #fff;
110 }
111
112 abbr.required {
113         text-decoration: none;
114         border: none;
115 }
116
117 .describe label {
118         display: inline;
119 }
120
121 .describe td {
122         vertical-align: middle;
123         padding: 0 5px 8px 0;
124 }
125
126 .describe td.error {
127         padding: 2px 8px;
128 }
129
130 .describe td.A1 {
131         width: 132px;
132 }
133
134 .describe input[type="text"],
135 .describe textarea {
136         width: 460px;
137         border-width: 1px;
138         border-style: solid;
139 }
140
141 .hidden {
142         height: 0;
143         width: 0;
144         overflow: hidden;
145         border: none;
146 }
147
148 /* Specific to Uploader */
149
150 #media-upload p.ml-submit {
151         padding: 1em 0;
152 }
153
154 #media-upload p.help,
155 #media-upload label.help {
156         font-family: "Lucida Grande", "Bitstream Vera Sans", Verdana, Arial, sans-serif;
157         font-style: italic;
158         font-weight: normal;
159 }
160
161 #media-upload tr.image-size td.field {
162         text-align: center;
163 }
164
165 #media-upload #media-items {
166         border-width: 1px;
167         border-style: solid;
168         border-bottom: none;
169         width: 623px;
170 }
171
172 #media-upload .media-item {
173         border-bottom-width: 1px;
174         border-bottom-style: solid;
175         min-height: 36px;
176         width: 100%;
177 }
178
179 #media-upload .ui-sortable .media-item {
180         cursor: move;
181 }
182
183 .filename {
184         line-height: 36px;
185         padding: 0 10px;
186         overflow: hidden;
187 }
188
189 #media-upload .describe {
190         width: 100%;
191         clear: both;
192         cursor: default;
193 }
194
195 #media-upload .slidetoggle {
196         border-top-width: 1px;
197         border-top-style: solid;
198 }
199
200 #media-upload .describe th.label {
201         padding-top: .2em;
202         text-align: left;
203         min-width: 120px;
204 }
205
206 #media-upload tr.align td.field {
207         text-align: center;
208 }
209
210 #media-upload tr.image-size {
211         margin-bottom: 1em;
212         height: 3em;
213 }
214
215 #media-upload #filter {
216         width: 623px;
217 }
218
219 #media-upload #filter .subsubsub {
220         margin: 8px 0;
221 }
222
223 #filter .tablenav select {
224         border-style: solid;
225         border-width: 1px;
226         padding: 2px;
227         vertical-align: top;
228         width: auto;
229 }
230
231 #media-upload .del-attachment {
232         display: none;
233         margin: 5px 0;
234 }
235
236 .menu_order {
237         float: right;
238         font-size: 11px;
239         margin: 10px 10px 0;
240 }
241
242 .menu_order_input {
243         border: 1px solid #ddd;
244         font-size: 10px;
245         padding: 1px;
246         width: 23px;
247 }
248
249 .ui-sortable-helper {
250         background-color: #fff;
251         border: 1px solid #aaa;
252         opacity: 0.6;
253         filter: alpha(opacity=60);
254 }
255
256 #media-upload th.order-head {
257         width: 20%;
258         text-align: center;
259 }
260
261 #media-upload th.actions-head {
262         width: 25%;
263         text-align: center;
264 }
265
266 #media-upload a.wp-post-thumbnail {
267         margin: 0 20px;
268 }
269
270 #media-items a.delete {
271         display: block;
272         float: right;
273 }
274
275 #media-upload .widefat {
276         width: 626px;
277         border-style: solid solid none;
278 }
279
280 .sorthelper {
281         height: 37px;
282         width: 623px;
283         display: block;
284 }
285
286 #gallery-settings th.label {
287         width: 160px;
288 }
289
290 #gallery-settings #basic th.label {
291         padding: 5px 5px 5px 0;
292 }
293
294 #gallery-settings .title {
295         clear: both;
296         padding: 0 0 3px;
297         font-size: 1.6em;
298         border-bottom: 1px solid #DADADA;
299 }
300
301 h3.media-title  {
302         font-size: 1.6em;
303 }
304
305 h4.media-sub-title  {
306         border-bottom: 1px solid #DADADA;
307         font-size: 1.3em;
308         margin: 12px;
309         padding: 0 0 3px;
310 }
311
312 #gallery-settings .title,
313 h3.media-title,
314 h4.media-sub-title {
315         font-family: Georgia,"Times New Roman",Times,serif;
316         font-weight: normal;
317         color: #5A5A5A;
318 }
319
320 #gallery-settings .describe td {
321         vertical-align: middle;
322         height: 3em;
323 }
324
325 #gallery-settings .describe th.label {
326         padding-top: .5em;
327         text-align: left;
328 }
329
330 #gallery-settings .describe {
331         padding: 5px;
332         width: 615px;
333         clear: both;
334         cursor: default;
335 }
336
337 #gallery-settings .describe select {
338         width: 15em;
339 }
340
341 #gallery-settings .describe select option,
342 #gallery-settings .describe td {
343         padding: 0;
344 }
345
346 #gallery-settings label,
347 #gallery-settings legend {
348         font-size: 13px;
349         color: #464646;
350         margin-right: 15px;
351 }
352
353 #gallery-settings .align .field label {
354         margin: 0 1.5em 0 0;
355 }
356
357 #gallery-settings p.ml-submit {
358         border-top: 1px solid #dfdfdf;
359 }
360
361 #gallery-settings select#columns {
362         width: 6em;
363 }
364
365 #sort-buttons {
366         font-size: 0.8em;
367         margin: 3px 25px -8px 0;
368         text-align: right;
369         max-width: 625px;
370 }
371
372 #sort-buttons a {
373         text-decoration: none;
374 }
375
376 #sort-buttons #asc,
377 #sort-buttons #showall {
378         padding-left: 5px;
379 }
380
381 #sort-buttons span {
382         margin-right: 25px;
383 }