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