]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-admin/css/press-this.css
6a4fbc1cb01dbd8cffd10553dcd136a1cc68b741
[autoinstalls/wordpress.git] / wp-admin / css / press-this.css
1 body {
2         font: 13px "Lucida Grande", "Bitstream Vera Sans", Verdana, Arial, sans-serif;
3         color: #333;
4         margin: 0;
5         padding: 0;
6 }
7
8 img {
9         border: none;
10 }
11
12 /* Header */
13 #wphead {
14         border-top: none;
15         padding-top: 4px;
16         background: #444 !important;
17 }
18
19 #poststuff #edButtonPreview,
20 #poststuff #edButtonHTML {
21         -moz-border-radius-bottomleft: 0;
22         -moz-border-radius-bottomright: 0;
23         -moz-border-radius-topleft: 3px;
24         -moz-border-radius-topright: 3px;
25         -khtml-border-radius-bottomleft: 0;
26         -khtml-border-radius-bottomright: 0;
27         -khtml-border-radius-topleft: 3px;
28         -khtml-border-radius-topright: 3px;
29         -webkit-border-radius-bottomleft: 0;
30         -webkit-border-radius-bottomright: 0;
31         -webkit-border-radius-topleft: 3px;
32         -webkit-border-radius-topright: 3px;
33         border-radius-bottomleft: 0;
34         border-radius-bottomright: 0;
35         border-radius-topleft: 3px;
36         border-radius-topright: 3px;
37         border-style: solid;
38         border-width: 1px;
39         cursor: pointer;
40         display: block;
41         height: 18px;
42         margin: 0px 5px 0 0;
43         padding: 0px 5px 0px;
44         background-color: #E9E9E9;
45         border-bottom-color: #E9E9E9;
46         color: #333333;
47         font-size: 10px;
48         line-height: 18px;
49         float: left;
50 }
51
52 .howto {
53         margin-top: 2px;
54         margin-bottom: 3px;
55         font-size: 11px;
56         font-style: italic;
57         display: block;
58 }
59
60 input.text {
61         outline-color: -moz-use-text-color;
62         outline-style: none;
63         outline-width: medium;
64         width: 100%;
65 }
66
67 #message {
68         -moz-border-radius: 6px;
69         -khtml-border-radius: 6px;
70         -webkit-border-radius: 6px;
71         border-radius: 6px;
72 }
73
74 /* Editor/Main Column */
75 div#poststuff {
76         padding-left: 10px;
77         margin-top: 10px;
78 }
79
80 div.zerosize {
81         border: 0 none;
82         height: 0;
83         margin: 0;
84         overflow: hidden;
85         padding: 0;
86         position: absolute;
87         width: 0;
88 }
89
90 #poststuff #edButtonPreview.active,
91 #poststuff #edButtonHTML.active {
92         display: none;
93 }
94
95 .posting {
96         margin-right: 228px;
97         position: relative;
98         left: 0;
99 }
100
101 #side-info-column {
102         float: right;
103         width: 218px;
104         position: absolute;
105         right: 0;
106         margin-right: 10px;
107 }
108
109 #side-info-column .sleeve {
110         padding-left: 10px;
111 }
112
113 #poststuff .inside {
114         font-size: 11px;
115         margin: 0 12px 12px;
116 }
117
118 #poststuff h2, #poststuff h3 {
119         font-size: 14px;
120         font-weight: bold;
121         padding: 7px;
122         margin: 0 0 10px;
123         background: #dfdfdf url("../images/gray-grad.png") repeat-x left top;
124         font-size: 12px;
125         font-weight: bold;
126         line-height: 1;
127         margin: 0 0 10px;
128         padding: 7px 9px;
129         text-shadow: 0 1px 0 #FFFFFF;
130 }
131
132 h3.tb {
133         text-shadow: 0 1px 0 #FFFFFF;
134         font-weight: bold;
135         font-size: 12px;
136         margin-left: 5px;
137 }
138
139 #TB_window {
140         border: 1px solid #333;
141         -moz-border-radius: 6px;
142         -khtml-border-radius: 6px;
143         -webkit-border-radius: 6px;
144         border-radius: 6px;
145 }
146
147 .metabox-holder .postbox,
148 .postbox,
149 .stuffbox {
150         margin-bottom: 10px;
151         border-width: 1px;
152         border-style: solid;
153         line-height: 1;
154         -moz-border-radius: 6px;
155         -khtml-border-radius: 6px;
156         -webkit-border-radius: 6px;
157         border-radius: 6px;
158         border-color: #DFDFDF;
159 }
160
161 .titlediv {
162         border-color: #DFDFDF;
163 }
164
165 #title, .tbtitle {
166         -moz-border-radius: 6px;
167         -khtml-border-radius: 6px;
168         -webkit-border-radius: 6px;
169         border-radius: 6px;
170         border-style: solid;
171         border-width: 1px;
172         font-size: 1.7em;
173         outline: none;
174         padding: 3px 4px;
175         border-color: #DFDFDF;
176 }
177
178 .tbtitle {
179         font-size: 12px;
180         padding: 3px;
181 }
182
183 #title {
184         width: 98%;
185 }
186
187 .postbox h2 {
188         background-image: url(../images/postbox-bg.gif);
189         background-position: left top;
190         background-repeat: repeat-x;
191         background-color: #DFDFDF;
192 }
193
194 .editor-container {
195         -moz-border-radius: 6px;
196         -khtml-border-radius: 6px;
197         -webkit-border-radius: 6px;
198         border-radius: 6px;
199         border-collapse: separate;
200         border-style: solid;
201         border-width: 1px;
202         border-color: #DFDFDF;
203 }
204
205 .postdivrich {
206         position: relative;
207         padding-top: 25px;
208 }
209
210 #actions {
211         clear: both;
212         float: right;
213         margin-top: -19px;
214         position: relative;
215 }
216 #extra_fields #actions {
217         clear: both;
218         position: absolute;
219         right: 4px;
220         top: 6px;
221         margin: 0;
222 }
223
224 #actions li {
225         float: left;
226         list-style: none;
227         margin-right: 10px;
228 }
229 #extra_fields .button {
230         margin-right: 5px;
231 }
232
233 /* Photo Styles */
234 .photolist {
235         margin-top: -10px;
236 }
237
238 #photo_saving {
239         margin: 0 8px 8px;
240         vertical-align: middle;
241 }
242
243 #img_container {
244         background-color: #fff;
245         height: 101px;
246         width: 100%;
247 }
248
249 #extra_fields {
250         margin-top: 10px;
251         position: relative;
252 }
253
254 #extra_fields .postbox {
255         margin-bottom: 5px;
256 }
257
258 #extra_fields .titlewrap {
259         padding: 0;
260         overflow: auto;
261         height: 100px;
262 }
263
264 #img_container {
265         position: relative;
266 }
267
268 #img_container a {
269         display: block;
270         float: left;
271         overflow: hidden;
272         vertical-align: center;
273 }
274
275 #img_container img, #img_container a {
276         width: 68px;
277         height: 68px;
278 }
279
280 #img_container img {
281         width: 68px;
282         height: 68px;
283         border: none;
284         background-color: #f4f4f4;
285         cursor: pointer;
286 }
287
288 #img_container a,
289 #img_container a:link,
290 #img_container a:visited {
291         border: 1px solid #ccc;
292         display: block;
293         position: relative;
294 }
295
296 #img_container a:hover,
297 #img_container a:active {
298         border-color: #000;
299         z-index: 1000;
300         border-width: 2px;
301         margin: -1px;
302 }
303
304 /* Video */
305 #embed-code {
306         width: 100%;
307         height: 98px;
308 }
309
310 /* Submit Column */
311 #viewsite {
312         padding: 0;
313         margin: 0 0 20px 0;
314         font-size: 10px;
315         clear: both;
316 }
317
318 #viewsite .button {
319         margin: 0 0 0px 0;
320         display: block;
321 }
322
323 .wp-hidden-children .wp-hidden-child {
324         display: none;
325 }
326
327 #category-adder {
328         padding: 4px 0;
329 }
330
331 #category-adder h4 {
332         margin: 0 0 8px;
333 }
334
335 #category-add input {
336         width: 94%;
337         font-family: Verdana, Arial, Helvetica, sans-serif;
338         font-size: 13px;
339         margin: 1px;
340         padding: 3px;
341 }
342
343 #category-add select {
344         width: 70%;
345         -x-system-font: none;
346         border-style: solid;
347         border-width: 1px;
348         font-family: "Lucida Grande", "Bitstream Vera Sans", Verdana, Arial, sans-serif;
349         font-size: 12px;
350         height: 2em;
351         line-height: 20px;
352         padding: 2px;
353         margin: 1px;
354         vertical-align: top;
355 }
356
357 #category-add input#category-add-sumbit {
358         width: auto;
359 }
360
361 /* Categories */
362 #categorydiv ul, #linkcategorydiv ul {
363         list-style: none;
364         padding: 0;
365         margin: 0;
366 }
367
368 #categorydiv ul.categorychecklist ul {
369         margin-left: 18px;
370 }
371
372 #categorydiv div.ui-tabs-panel {
373         height: 150px;
374         overflow: auto;
375 }
376
377 ul.categorychecklist li {
378         margin: 0;
379         padding: 0;
380         line-height: 19px;
381 }
382
383 /* Tags */
384 #tagsdiv #newtag {
385         padding: 3px;
386         margin-right: 5px;
387         width: 16em;
388 }
389
390 #jaxtag {
391         clear: both;
392         margin: 0;
393 }
394
395 #tagadd {
396         margin-left: 3px;
397 }
398
399 #tagchecklist {
400         margin-top: 3px;
401         margin-bottom: 1em;
402         font-size: 12px;
403         overflow: auto;
404 }
405
406 #tagchecklist strong {
407         position: absolute;
408         font-size: .75em;
409 }
410
411 #tagchecklist span {
412         margin-right: .5em;
413         margin-left: 10px;
414         display: block;
415         float: left;
416         font-size: 11px;
417         line-height: 1.8em;
418         white-space: nowrap;
419         cursor: default;
420 }
421
422 #tagchecklist span a {
423         margin: 6px 0 0 -9px;
424         cursor: pointer;
425         width: 10px;
426         height: 10px;
427         display: block;
428         float: left;
429         text-indent: -9999px;
430         overflow: hidden;
431         position: absolute;
432 }
433
434 #content {
435         width: 96% !important;
436         margin-left: 1%;
437         margin-bottom: 10px;
438         border: 1px solid #f1f1f1;
439 }
440
441 /* Submit */
442
443 #saving {
444         display: inline;
445 }
446
447 .submit input,
448 .button,
449 .button-primary,
450 .button-secondary,
451 .button-highlighted,
452 #postcustomstuff .submit input {
453         font-family: "Lucida Grande", "Bitstream Vera Sans", Verdana, Arial, sans-serif;
454         text-decoration: none;
455         font-size: 11px !important;
456         line-height: 16px;
457         padding: 2px 8px;
458         cursor: pointer;
459         border-width: 1px;
460         border-style: solid;
461         -moz-border-radius: 11px;
462         -khtml-border-radius: 11px;
463         -webkit-border-radius: 11px;
464         border-radius: 11px;
465 }
466
467 .button-primary {
468         background: #21759B url(../images/button-grad.png) repeat-x scroll left top;
469         border-color: #21759B;
470         color: #FFFFFF;
471 }
472
473 .ac_results {
474         padding: 0;
475         margin: 0;
476         list-style: none;
477         position: absolute;
478         z-index: 10000;
479         display: none;
480         border-width: 1px;
481         border-style: solid;
482 }
483
484 .ac_results li {
485         padding: 2px 5px;
486         white-space: nowrap;
487         text-align: left;
488 }
489
490 .ac_over {
491         cursor: pointer;
492 }
493
494 .ac_match {
495         text-decoration: underline;
496 }
497
498 #TB_ajaxContent #options {
499         position: absolute;
500         top: 20px;
501         right: 25px;
502         padding: 5px;
503 }
504
505 #TB_ajaxContent h3 {
506         margin-bottom: .25em;
507 }
508
509 .updated {
510         margin: 10px 0;
511         padding: 0;
512         border-width: 1px;
513         border-style: solid;
514         width: 99%;
515 }
516
517 .updated p,
518 .error p {
519         margin: 0.6em 0;
520         padding: 0 0.6em;
521 }
522
523 .error a {
524         text-decoration: underline;
525 }
526
527 .updated a {
528         text-decoration: none;
529         padding-bottom: 2px;
530 }
531
532 #post_status {
533         margin-left: 10px;
534         margin-bottom: 1em;
535         display: block;
536 }
537
538 /* Footer */
539 #footer {
540         height: 65px;
541         display: block;
542         width: 640px;
543         padding: 10px 0 0 60px;
544         margin: 0;
545         position: absolute;
546         bottom: 0;
547         font-size: 12px;
548 }
549
550 #footer p {
551         margin: 0;
552         padding: 7px 0;
553 }
554
555 #footer p a {
556         text-decoration: none;
557 }
558 #footer p a:hover {
559         text-decoration: underline;
560 }
561
562 /* Utility Classes */
563 .centered {
564         text-align: center;
565 }
566
567 .hidden {
568         display: none;
569 }