]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-admin/css/press-this.css
Wordpress 2.6.2
[autoinstalls/wordpress.git] / wp-admin / css / press-this.css
1 body {
2         font: 13px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
3         color: #333;
4         margin: 0px;
5         padding: 0px;
6 }
7
8 img { border: 0; }
9 /* Tabs */
10 @media projection , screen {
11         .ui-tabs-hide {
12                 display: none;
13         }
14 }
15
16 @media print {
17         .ui-tabs-nav {
18                 display: none;
19         }
20 }
21
22 .ui-tabs-nav {
23         list-style: none;
24         border-bottom: 1px solid #C6D9E9;
25         padding-left: 8px;
26         margin-bottom: .5em;
27         margin-top: -2em;
28 }
29
30 /* Additional IE specific bug fixes... */
31 * html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
32         display: inline-block;
33 }
34
35 * :first-child+html .ui-tabs-nav {
36         /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
37         display: inline-block;
38 }
39
40 .ui-tabs-nav:after {
41         /* clearing without presentational markup, IE gets extra treatment */
42         display: block;
43         clear: both;
44         content: " ";
45 }
46
47 .ui-tabs-nav li {
48         float: left;
49         margin: 0;
50         height: 2em;
51         line-height: 2em;
52 }
53
54 .ui-tabs-nav a,.ui-tabs-nav a span {
55         display: block;
56 }
57
58 .ui-tabs-nav a {
59         margin: 1px 0 0;
60         /* position: relative makes opacity fail for disabled tab in IE */
61         padding-left: 0;
62         color: #27537a;
63         font-weight: bold;
64         line-height: 2em;
65         text-align: center;
66         text-decoration: none;
67         white-space: nowrap; /* required in IE 6 */
68         outline: 0; /* prevent dotted border in Firefox */
69         padding: 0 1em;
70 }
71
72 .ui-tabs-nav .ui-tabs-selected a {
73         position: relative;
74         top: 1px;
75         z-index: 2;
76         margin-top: 0;
77         -moz-border-radius-topleft: 4px;
78         -moz-border-radius-topright: 4px;
79         -webkit-border-top-left-radius: 4px;
80         -webkit-border-top-right-radius: 4px;
81         border-style: solid;
82         border-width: 1px;
83         background: white;
84         border-bottom-width: 2px;
85         margin-top: -2px;
86 }
87
88 .ui-tabs-nav a:hover,.ui-tabs-nav a:focus,.ui-tabs-nav a:active,
89 .ui-tabs-nav .ui-tabs-selected a:link,.ui-tabs-nav .ui-tabs-selected a:visited { 
90         cursor: pointer;
91 }
92
93 /* Header */
94 #wphead {
95         border-top: none;
96         height: 2em;
97         padding-top: 8px;
98 }
99
100 .button {
101         font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
102         padding: 3px 5px;
103         font-size: 12px;
104         line-height: 1.5em;
105         border-width: 1px;
106         border-style: solid;
107         -moz-border-radius: 3px;
108         -khtml-border-radius: 3px;
109         -webkit-border-radius: 3px;
110         border-radius: 3px;
111         cursor: pointer;
112         margin-left: 5px;
113         text-decoration: none;
114 }
115
116 .howto {
117         font-size: 11px;
118         font-style: italic;
119         display: block;
120 }
121
122 #wphead #viewsite {
123         position: absolute;
124         margin-top: 12px;
125         margin-left: 10px;
126 }
127
128 #viewsite {
129         position: relative;
130         right: 8px;
131         top: 6px;
132         margin: 0 !important;
133 }
134
135 #wphead #viewsite a {
136         font: 12px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
137         padding: 3px 4px;
138         display: block;
139         letter-spacing: normal;
140         border-width: 1px;
141         border-style: solid;
142         -moz-border-radius: 3px;
143         -khtml-border-radius: 3px;
144         -webkit-border-radius: 3px;
145         border-radius: 3px;
146         text-decoration: none;
147 }
148
149 #previewview {
150         padding-top: 8px !important;
151         padding-bottom: 8px !important;
152 }
153
154 h1 {
155         font-size: .75em;
156         line-height: 2.666em;
157         top: .5em;
158         right: 0;
159         margin: 0 !important;
160         padding: 0 !important;
161         width: 236px;
162         background: none;
163 }
164
165 input.text {
166         border: 0pt none;
167         outline-color: -moz-use-text-color;
168         outline-style: none;
169         outline-width: medium;
170         padding: 0pt;
171         width: 100%;
172         border-style: solid;
173         color: #333333;
174 }
175
176 /* Editor/Main Column */
177
178 div#container {
179         margin: 0;
180         min-width: 500px;
181 }
182
183 div#container form {
184         margin: 0px;
185         padding: 0px;
186 }
187
188 div#posting {
189         padding-left: 16px;
190         position: absolute;
191         z-index: 1;
192         width: 66%;
193 }
194
195 #post_title {
196         width: 99%;
197 }
198
199 .titlewrap {
200         border-style: solid;
201         border-width: 1px;
202         padding: 2px 3px;
203         border-color: #CCCCCC;
204 }
205
206 div#posting h2 {
207         margin: .5em 0 .25em 0;
208         font-size: 12px;
209         padding: 3px;
210         background: ;
211 }
212
213 .editor-container {
214         border-width: 1px;
215         border-color: #ccc;
216         border-style: solid;
217         margin-bottom: 1em;
218 }
219
220 /* Photo Styles */
221
222 #photo_directions {
223         margin-top: .25em;
224         display: block;
225         position: relative;
226 }
227
228 #photo_directions span {
229         display: block;
230         position: absolute;
231         top: 0;
232         right: 3px;
233 }
234
235 #photo_saving {
236         margin: 0 8px 8px;
237         vertical-align: middle;
238 }
239
240 #img_container {
241         background-color: #fff;
242         overflow: auto;
243         height: 100px;
244 }
245
246 #img_container a {
247         display: block;
248         width: 79px;
249         height: 79px;
250         float: left;
251 }
252
253 #img_container img {
254         width: 75px;
255         height: 75px;
256         border: 0px;
257         padding: 2px;
258         background-color: #f4f4f4;
259         cursor: pointer;
260 }
261 #img_container a, #img_container a:link, #img_container a:visited {
262         border: 2px solid #ccc;
263         margin: 0 4px 4px 0;
264
265 #img_container a:hover, #img_container a:active {
266         border: 2px solid #000;
267 }
268
269 /* Submit Column */
270
271 div#categories {
272         font-size: 85%;
273         position: absolute;
274         top: 50px;
275         right: 16px;
276         width: 27%;
277         z-index: 2;
278 }
279
280 div#categories h2 {
281         color: #333;
282         font-size: 12px;
283         margin: .5em 0 .5em 1em;
284         padding: 0;
285 }
286
287 #categories-all {
288         overflow: auto;
289         padding: 0 1em 1em 1em;
290         height: 15em;
291 }
292
293 #categories ul {
294         list-style: none;
295         padding: 0;
296         margin: 0;
297 }
298
299 #tagsdiv #newtag {
300         padding: 3px;
301         margin-right: 5px;
302         width: 16em;    
303 }
304
305 #jaxtag {
306         clear: both;
307         padding-left: 1em;
308         margin: 0;
309 }
310
311 #tagchecklist {
312         padding-left: 1em;
313         margin-bottom: 1em;
314         font-size: 12px;
315         overflow: auto;
316 }
317
318 #tagchecklist strong {
319         position: absolute;
320         font-size: .75em;
321 }
322
323 #tagchecklist span {
324         margin-right: .5em;
325         margin-left: 10px;
326         display: block;
327         float: left;
328         font-size: 11px;
329         line-height: 1.8em;
330         white-space: nowrap;
331         cursor: default;
332 }
333
334 #tagchecklist span a {
335         margin: 6px 0pt 0pt -9px;
336         cursor: pointer;
337         width: 10px;
338         height: 10px;
339         display: block;
340         float: left;
341         text-indent: -9999px;
342         overflow: hidden;
343         position: absolute;
344 }
345 .submit {
346         -moz-border-radius-bottomleft: 3px;
347         -khtml-border-bottom-left-radius: 3px;
348         -webkit-border-bottom-left-radius: 3px;
349         border-bottom-left-radius: 3px;
350         -moz-border-radius-bottomright: 3px;
351         -khtml-border-bottom-right-radius: 3px;
352         -webkit-border-bottom-right-radius: 3px;
353         border-bottom-right-radius: 3px;
354         margin: 0;
355         padding: 10px;
356 }
357 .submitbox {
358         width: 100%;
359         float: right;
360 }
361
362 .submitbox .submit a:hover {
363         border-bottom-width: 1px;
364         border-bottom-style: solid;
365 }
366
367 .submitbox .submit input {
368         border: none;
369         text-align: left;
370         padding: 6px 4px;
371         font-size: 12px;
372         margin: 2px;
373         -moz-border-radius: 3px;
374         -khtml-border-radius: 3px;
375         -webkit-border-radius: 3px;
376         border-radius: 3px;
377         cursor: pointer;
378 }
379
380 .submitbox #previewview {
381         padding: 15px 10px;
382         -moz-border-radius-topleft: 3px;
383         -khtml-border-top-left-radius: 3px;
384         -webkit-border-top-left-radius: 3px;
385         border-top-left-radius: 3px;
386         -moz-border-radius-topright: 3px;
387         -khtml-border-top-right-radius: 3px;
388         -webkit-border-top-right-radius: 3px;
389         border-top-right-radius: 3px;
390 }
391
392 /* Video Styles */
393 .video_split #extra_fields {
394         width: 27%;
395         height: 300px;
396         float: left;
397 }
398
399 #embed_code {
400         border: 0;
401         width: 99%;
402         height: 200px;
403 }
404 .video_split .editor_area {
405         width: 70%;
406         float: right;
407 }
408
409 .ac_results {
410         padding: 0;
411         margin: 0;
412         list-style: none;
413         position: absolute;
414         z-index: 10000;
415         display: none;
416         border-width: 1px;
417         border-style: solid;
418 }
419
420 .ac_results li {
421         padding: 2px 5px;
422         white-space: nowrap;
423         text-align: left;
424 }
425
426 .ac_over {
427         cursor: pointer;
428 }
429
430 .ac_match {
431         text-decoration: underline;
432 }
433
434 .photolist {
435         display: none;
436 }
437
438 #extra_fields small {
439         display: block;
440         margin-top: .5em;
441         padding-bottom: .25em;
442 }
443
444 #TB_ajaxContent #options {
445         position: absolute;
446         top: 20px;
447         right: 25px;
448         padding: 5px;
449 }
450 #TB_ajaxContent h3 {
451         margin-bottom: .25em;
452 }
453
454 .updated {
455         margin: 0;
456         margin-left: 15px;
457         margin-right: 15px;
458         padding: 0;
459         max-width: 980px;
460         border-width: 1px;
461         border-style: solid;
462         padding: 0 0.6em;
463         max-width: 950px;
464         margin-top: 1em;
465         margin-bottom: 1em;
466 }
467
468 .updated p, .error p {
469         margin: 0.6em 0;
470 }
471
472 .updated a, .error a {
473         text-decoration: underline;
474 }
475
476 .updated a {
477         text-decoration: none;
478         padding-bottom: 2px;
479 }
480
481 #post_status {
482         margin-left: 10px;
483         margin-bottom: 1em;
484         display: block;
485 }
486
487 /* Footer */
488
489 #footer {
490         height: 65px;
491         display: block;
492         width: 640px;
493         padding: 10px 0 0 60px;
494         margin: 0;
495         position: absolute;
496         bottom: 0;
497         font-size: 12px;
498 }
499
500 #footer p {
501         margin: 0;
502         padding: 7px 0;
503 }
504
505 #footer p a {
506         text-decoration: none;
507 }
508
509 #footer p a:hover {
510         text-decoration: underline;
511 }
512
513
514 /* Utility Classes */
515 .centered {
516         text-align: center;
517 }
518
519 .hidden {
520         display: none;
521 }