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