|
1 textarea, |
|
2 input, |
|
3 select { |
|
4 border-width: 1px; |
|
5 border-style: solid; |
|
6 -moz-border-radius: 4px; |
|
7 -khtml-border-radius: 4px; |
|
8 -webkit-border-radius: 4px; |
|
9 border-radius: 4px; |
|
10 } |
|
11 |
|
12 input[type="checkbox"], |
|
13 input[type="radio"], |
|
14 input[type="image"] { |
|
15 border: 0 none; |
|
16 } |
|
17 |
|
18 p, |
|
19 ul, |
|
20 ol, |
|
21 blockquote, |
|
22 input, |
|
23 select { |
|
24 font-size: 12px; |
|
25 } |
|
26 |
|
27 select option { |
|
28 padding: 2px; |
|
29 } |
|
30 |
|
31 .plugins .name, |
|
32 #pass-strength-result.strong, |
|
33 #pass-strength-result.short, |
|
34 .button-highlighted, |
|
35 #quicktags #ed_strong, |
|
36 #ed_reply_toolbar #ed_reply_strong { |
|
37 font-weight: bold; |
|
38 } |
|
39 |
|
40 .plugins p { |
|
41 margin: 0 4px; |
|
42 padding: 0; |
|
43 } |
|
44 |
|
45 .plugins .desc p { |
|
46 margin: 0 0 8px; |
|
47 } |
|
48 |
|
49 .plugins td.desc { |
|
50 line-height: 1.5em; |
|
51 } |
|
52 |
|
53 .plugins .desc ul, |
|
54 .plugins .desc ol { |
|
55 margin: 0 0 0 2em; |
|
56 } |
|
57 |
|
58 .plugins .desc ul { |
|
59 list-style-type: disc; |
|
60 } |
|
61 |
|
62 .plugins .action-links { |
|
63 white-space: nowrap; |
|
64 } |
|
65 |
|
66 .plugins .row-actions-visible { |
|
67 padding: 0; |
|
68 } |
|
69 |
|
70 .widefat tbody.plugins th.check-column { |
|
71 padding: 7px 0; |
|
72 } |
|
73 |
|
74 .widefat .plugins td, |
|
75 .widefat .plugins th { |
|
76 border-bottom: 0 none; |
|
77 } |
|
78 |
|
79 #install-plugins .plugins td, |
|
80 #install-plugins .plugins th { |
|
81 border-bottom-style: solid; |
|
82 border-bottom-width: 1px; |
|
83 } |
|
84 |
|
85 .plugins .inactive td, |
|
86 .plugins .inactive th, |
|
87 .plugins .active td, |
|
88 .plugins .active th { |
|
89 border-top-style: solid; |
|
90 border-top-width: 1px; |
|
91 padding: 5px 7px 0; |
|
92 } |
|
93 |
|
94 #wpbody-content .plugins .plugin-title { |
|
95 padding-right: 12px; |
|
96 } |
|
97 |
|
98 .plugins .second td, |
|
99 .plugins .second th { |
|
100 border-top: 0 none; |
|
101 padding: 0 7px 5px; |
|
102 } |
|
103 |
|
104 .plugins-php .widefat tfoot th, |
|
105 .plugins-php .widefat tfoot td { |
|
106 border-top-style: solid; |
|
107 border-top-width: 1px; |
|
108 } |
|
109 |
|
110 .import-system { |
|
111 font-size: 16px; |
|
112 } |
|
113 |
|
114 .anchors { |
|
115 margin: 10px 20px 10px 20px; |
|
116 } |
|
117 |
|
118 table#availablethemes { |
|
119 border-spacing: 0; |
|
120 border-width: 1px 0; |
|
121 border-style: solid none; |
|
122 margin: 10px auto; |
|
123 width: 100%; |
|
124 } |
|
125 |
|
126 td.available-theme { |
|
127 vertical-align: top; |
|
128 width: 240px; |
|
129 margin: 0; |
|
130 padding: 20px; |
|
131 text-align: left; |
|
132 } |
|
133 |
|
134 table#availablethemes td { |
|
135 border-width: 0 1px 1px; |
|
136 border-style: none solid solid; |
|
137 } |
|
138 |
|
139 table#availablethemes td.right, |
|
140 table#availablethemes td.left { |
|
141 border-right: 0 none; |
|
142 border-left: 0 none; |
|
143 } |
|
144 |
|
145 table#availablethemes td.bottom { |
|
146 border-bottom: 0 none; |
|
147 } |
|
148 |
|
149 .available-theme a.screenshot { |
|
150 width: 240px; |
|
151 height: 180px; |
|
152 display: block; |
|
153 border-width: 1px; |
|
154 border-style: solid; |
|
155 margin-bottom: 10px; |
|
156 overflow: hidden; |
|
157 } |
|
158 |
|
159 .available-theme img { |
|
160 width: 240px; |
|
161 } |
|
162 |
|
163 .available-theme h3 { |
|
164 margin: 15px 0 5px; |
|
165 } |
|
166 |
|
167 #current-theme { |
|
168 margin: 1em 0 1.5em; |
|
169 } |
|
170 |
|
171 #current-theme a { |
|
172 border-bottom: none; |
|
173 } |
|
174 |
|
175 #current-theme h3 { |
|
176 font-size: 17px; |
|
177 font-weight: normal; |
|
178 margin: 0; |
|
179 } |
|
180 |
|
181 #current-theme .theme-description { |
|
182 margin-top: 5px; |
|
183 } |
|
184 |
|
185 #current-theme img { |
|
186 float: left; |
|
187 border-width: 1px; |
|
188 border-style: solid; |
|
189 margin-right: 1em; |
|
190 margin-bottom: 1.5em; |
|
191 width: 150px; |
|
192 } |
|
193 |
|
194 #TB_window #TB_title a.tb-theme-preview-link, |
|
195 #TB_window #TB_title a.tb-theme-preview-link:visited { |
|
196 font-weight: bold; |
|
197 text-decoration: none; |
|
198 } |
|
199 |
|
200 #TB_window #TB_title { |
|
201 background-color: #222; |
|
202 color: #cfcfcf; |
|
203 } |
|
204 |
|
205 .checkbox { |
|
206 border: none; |
|
207 margin: 0; |
|
208 padding: 0; |
|
209 } |
|
210 |
|
211 .code, code { |
|
212 font-family: Consolas, Monaco, Courier, monospace; |
|
213 } |
|
214 |
|
215 kbd, code { |
|
216 padding: 1px 3px; |
|
217 margin: 0 1px; |
|
218 font-size: 11px; |
|
219 } |
|
220 |
|
221 .commentlist li { |
|
222 padding: 1em 1em .2em; |
|
223 margin: 0; |
|
224 border-bottom-width: 1px; |
|
225 border-bottom-style: solid; |
|
226 } |
|
227 |
|
228 .commentlist li li { |
|
229 border-bottom: 0; |
|
230 padding: 0; |
|
231 } |
|
232 |
|
233 .commentlist p { |
|
234 padding: 0; |
|
235 margin: 0 0 .8em; |
|
236 } |
|
237 |
|
238 .post-categories { |
|
239 display: inline; |
|
240 margin: 0; |
|
241 padding: 0; |
|
242 } |
|
243 |
|
244 .post-categories li { |
|
245 display: inline; |
|
246 } |
|
247 |
|
248 .quicktags, .search { |
|
249 font: 12px Georgia, "Times New Roman", "Bitstream Charter", Times, serif; |
|
250 } |
|
251 |
|
252 .submit { |
|
253 padding: 1.5em 0; |
|
254 margin: 5px 0; |
|
255 -moz-border-radius: 0 0 3px 3px; |
|
256 -webkit-border-bottom-left-radius: 3px; |
|
257 -webkit-border-bottom-right-radius: 3px; |
|
258 -khtml-border-bottom-left-radius: 3px; |
|
259 -khtml-border-bottom-right-radius: 3px; |
|
260 border-bottom-left-radius: 3px; |
|
261 border-bottom-right-radius: 3px; |
|
262 } |
|
263 |
|
264 form p.submit a.cancel:hover { |
|
265 text-decoration: none; |
|
266 } |
|
267 |
|
268 #submitdiv h3, |
|
269 #pagesubmitdiv h3 { |
|
270 margin-bottom: 0 !important; |
|
271 } |
|
272 |
|
273 #misc-publishing-actions { |
|
274 padding: 6px 0 16px 0; |
|
275 } |
|
276 |
|
277 .misc-pub-section { |
|
278 padding: 6px; |
|
279 border-bottom-width: 1px; |
|
280 border-bottom-style: solid; |
|
281 } |
|
282 |
|
283 .misc-pub-section-last { |
|
284 border-bottom: 0 none; |
|
285 } |
|
286 |
|
287 #minor-publishing-actions { |
|
288 padding: 6px; |
|
289 text-align: right; |
|
290 } |
|
291 |
|
292 #minor-publishing { |
|
293 border-bottom-width: 1px; |
|
294 border-bottom-style: solid; |
|
295 } |
|
296 |
|
297 #save-post { |
|
298 float: left; |
|
299 } |
|
300 |
|
301 .preview { |
|
302 float: right; |
|
303 } |
|
304 |
|
305 #major-publishing-actions { |
|
306 padding: 6px; |
|
307 clear: both; |
|
308 border-top: none; |
|
309 } |
|
310 |
|
311 #minor-publishing-actions input, |
|
312 #major-publishing-actions input, |
|
313 #minor-publishing-actions .preview { |
|
314 min-width: 80px; |
|
315 text-align: center; |
|
316 } |
|
317 |
|
318 #delete-action { |
|
319 line-height: 25px; |
|
320 vertical-align: middle; |
|
321 text-align: left; |
|
322 float: left; |
|
323 } |
|
324 |
|
325 #publishing-action { |
|
326 text-align: right; |
|
327 float: right; |
|
328 } |
|
329 |
|
330 #post-body #minor-publishing { |
|
331 padding-bottom: 10px; |
|
332 } |
|
333 |
|
334 #post-body #misc-publishing-actions { |
|
335 padding: 0; |
|
336 } |
|
337 |
|
338 #post-body .misc-pub-section { |
|
339 border-right-width: 1px; |
|
340 border-right-style: solid; |
|
341 border-bottom: 0 none; |
|
342 min-height: 30px; |
|
343 float: left; |
|
344 max-width: 32%; |
|
345 } |
|
346 |
|
347 #post-body .misc-pub-section-last { |
|
348 border-right: 0; |
|
349 } |
|
350 |
|
351 #sticky-span { |
|
352 margin-left: 18px; |
|
353 } |
|
354 |
|
355 #post-status-display, |
|
356 #post-visibility-display { |
|
357 font-weight: bold; |
|
358 } |
|
359 |
|
360 .side-info { |
|
361 margin: 0; |
|
362 padding: 4px; |
|
363 font-size: 11px; |
|
364 } |
|
365 |
|
366 .side-info h5 { |
|
367 padding-bottom: 7px; |
|
368 font-size: 14px; |
|
369 margin: 12px 2px 5px; |
|
370 border-bottom-width: 1px; |
|
371 border-bottom-style: solid; |
|
372 } |
|
373 |
|
374 .side-info ul { |
|
375 margin: 0; |
|
376 padding-left: 18px; |
|
377 list-style: square; |
|
378 } |
|
379 |
|
380 .submit input, |
|
381 .button, |
|
382 .button-primary, |
|
383 .button-secondary, |
|
384 .button-highlighted, |
|
385 #postcustomstuff .submit input { |
|
386 text-decoration: none; |
|
387 font-size: 11px !important; |
|
388 line-height: 16px; |
|
389 padding: 2px 8px; |
|
390 cursor: pointer; |
|
391 border-width: 1px; |
|
392 border-style: solid; |
|
393 -moz-border-radius: 11px; |
|
394 -khtml-border-radius: 11px; |
|
395 -webkit-border-radius: 11px; |
|
396 border-radius: 11px; |
|
397 -moz-box-sizing: content-box; |
|
398 -webkit-box-sizing: content-box; |
|
399 -khtml-box-sizing: content-box; |
|
400 box-sizing: content-box; |
|
401 } |
|
402 |
|
403 a.button, |
|
404 a.button-primary, |
|
405 a.button-secondary { |
|
406 line-height: 1.2em; |
|
407 -webkit-border-radius: 10px; |
|
408 padding: 4px 10px; |
|
409 white-space: nowrap; |
|
410 } |
|
411 |
|
412 #doaction, |
|
413 #doaction2 { |
|
414 margin-right: 8px; |
|
415 } |
|
416 |
|
417 .tablenav select[name="action"], |
|
418 .tablenav select[name="action2"] { |
|
419 width: 120px; |
|
420 } |
|
421 |
|
422 .tablenav select[name="m"] { |
|
423 width: 120px; |
|
424 } |
|
425 |
|
426 .tablenav select#cat { |
|
427 width: 150px; |
|
428 } |
|
429 |
|
430 #wpcontent select { |
|
431 padding: 2px; |
|
432 height: 2em; |
|
433 font-size: 11px; |
|
434 } |
|
435 |
|
436 #wpcontent option { |
|
437 padding: 2px; |
|
438 } |
|
439 |
|
440 #timezone_string option { |
|
441 margin-left: 1em; |
|
442 } |
|
443 |
|
444 .approve { |
|
445 display: none; |
|
446 } |
|
447 |
|
448 .unapproved .approve, .spam .approve { |
|
449 display: inline; |
|
450 } |
|
451 |
|
452 .unapproved .unapprove { |
|
453 display: none; |
|
454 } |
|
455 |
|
456 .narrow { |
|
457 width: 70%; |
|
458 margin-bottom: 40px; |
|
459 } |
|
460 |
|
461 .narrow p { |
|
462 line-height: 150%; |
|
463 } |
|
464 |
|
465 textarea.all-options, input.all-options { |
|
466 width: 250px; |
|
467 } |
|
468 |
|
469 #namediv table { |
|
470 width: 100%; |
|
471 } |
|
472 |
|
473 #namediv td.first { |
|
474 width: 10px; |
|
475 white-space: nowrap; |
|
476 } |
|
477 |
|
478 #namediv input { |
|
479 width: 98%; |
|
480 } |
|
481 |
|
482 #namediv p { |
|
483 margin: 10px 0; |
|
484 } |
|
485 |
|
486 #wpbody-content .metabox-holder { |
|
487 padding-top: 10px; |
|
488 } |
|
489 |
|
490 #content { |
|
491 margin: 0; |
|
492 width: 100%; |
|
493 } |
|
494 |
|
495 #editorcontainer #content { |
|
496 padding: 6px; |
|
497 line-height: 150%; |
|
498 border: 0 none; |
|
499 outline: none; |
|
500 -moz-box-sizing: border-box; |
|
501 -webkit-box-sizing: border-box; |
|
502 -khtml-box-sizing: border-box; |
|
503 box-sizing: border-box; |
|
504 } |
|
505 |
|
506 #editorcontainer, |
|
507 #quicktags { |
|
508 border-style: solid; |
|
509 border-width: 1px; |
|
510 border-collapse: separate; |
|
511 -moz-border-radius: 6px 6px 0 0; |
|
512 -webkit-border-top-right-radius: 6px; |
|
513 -webkit-border-top-left-radius: 6px; |
|
514 -khtml-border-top-right-radius: 6px; |
|
515 -khtml-border-top-left-radius: 6px; |
|
516 border-top-right-radius: 6px; |
|
517 border-top-left-radius: 6px; |
|
518 } |
|
519 |
|
520 #quicktags { |
|
521 padding: 0; |
|
522 margin-bottom: -3px; |
|
523 border-bottom-width: 3px; |
|
524 background-image: url("images/ed-bg.gif"); |
|
525 background-position: left top; |
|
526 background-repeat: repeat-x; |
|
527 } |
|
528 |
|
529 #quicktags #ed_toolbar { |
|
530 padding: 2px 4px 0; |
|
531 } |
|
532 |
|
533 #ed_toolbar input, |
|
534 #ed_reply_toolbar input { |
|
535 margin: 3px 1px 4px; |
|
536 line-height: 18px; |
|
537 display: inline-block; |
|
538 min-width: 26px; |
|
539 padding: 2px 4px; |
|
540 font-size: 12px; |
|
541 } |
|
542 |
|
543 #ed_reply_toolbar input { |
|
544 margin: 1px 2px 1px 1px; |
|
545 } |
|
546 |
|
547 #quicktags #ed_link, |
|
548 #ed_reply_toolbar #ed_reply_link { |
|
549 text-decoration: underline; |
|
550 } |
|
551 |
|
552 #quicktags #ed_del, |
|
553 #ed_reply_toolbar #ed_reply_del { |
|
554 text-decoration: line-through; |
|
555 } |
|
556 |
|
557 #quicktags #ed_em, |
|
558 #ed_reply_toolbar #ed_reply_em { |
|
559 font-style: italic; |
|
560 } |
|
561 |
|
562 #excerpt, .attachmentlinks { |
|
563 margin: 0; |
|
564 height: 4em; |
|
565 width: 98%; |
|
566 } |
|
567 |
|
568 /* post meta postbox */ |
|
569 #postcustomstuff table, |
|
570 #postcustomstuff input, |
|
571 #postcustomstuff textarea { |
|
572 border-width: 1px; |
|
573 border-style: solid; |
|
574 -moz-border-radius: 3px; |
|
575 -khtml-border-radius: 3px; |
|
576 -webkit-border-radius: 3px; |
|
577 border-radius: 3px; |
|
578 } |
|
579 |
|
580 #postcustomstuff .updatemeta, |
|
581 #postcustomstuff .deletemeta { |
|
582 margin: auto; |
|
583 } |
|
584 |
|
585 #postcustomstuff thead th { |
|
586 padding: 5px 8px 8px; |
|
587 } |
|
588 |
|
589 #postcustom #postcustomstuff .submit, |
|
590 #pagecustomdiv #postcustomstuff .submit { |
|
591 border: 0 none; |
|
592 float: none; |
|
593 padding: 5px 8px; |
|
594 } |
|
595 |
|
596 #side-sortables #postcustom #postcustomstuff .submit, |
|
597 #side-sortables #pagecustomdiv #postcustomstuff .submit { |
|
598 padding: 0 5px; |
|
599 } |
|
600 |
|
601 #side-sortables #postcustom #postcustomstuff td.left input, |
|
602 #side-sortables #pagecustomdiv #postcustomstuff td.left input { |
|
603 margin: 3px 3px 0; |
|
604 } |
|
605 |
|
606 #side-sortables #postcustom #postcustomstuff #the-list textarea, |
|
607 #side-sortables #pagecustomdiv #postcustomstuff #the-list textarea { |
|
608 height: 85px; |
|
609 margin: 3px; |
|
610 } |
|
611 |
|
612 #postcustomstuff table { |
|
613 margin: 0; |
|
614 width: 100%; |
|
615 border-width: 1px; |
|
616 border-style: solid; |
|
617 border-spacing: 0; |
|
618 } |
|
619 |
|
620 #postcustomstuff table input, |
|
621 #postcustomstuff table select, |
|
622 #postcustomstuff table textarea { |
|
623 width: 95%; |
|
624 margin: 8px 0 8px 8px; |
|
625 } |
|
626 |
|
627 #postcustomstuff th.left, |
|
628 #postcustomstuff td.left { |
|
629 width: 38%; |
|
630 } |
|
631 |
|
632 #postcustomstuff .submit input { |
|
633 width: auto; |
|
634 } |
|
635 |
|
636 #postcustomstuff #newmeta .submit { |
|
637 padding: 0 8px; |
|
638 } |
|
639 |
|
640 #postcustomstuff table #addmetasub { |
|
641 width: auto; |
|
642 } |
|
643 |
|
644 #postcustomstuff #newmetaleft { |
|
645 vertical-align: top; |
|
646 } |
|
647 |
|
648 #postcustomstuff #newmetaleft a { |
|
649 padding: 0 10px; |
|
650 text-decoration: none; |
|
651 } |
|
652 |
|
653 #save { |
|
654 width: 15em; |
|
655 } |
|
656 |
|
657 #template div { |
|
658 margin-right: 190px; |
|
659 } |
|
660 |
|
661 * html #template div { |
|
662 margin-right: 0; |
|
663 } |
|
664 |
|
665 /* A handy div class for hiding controls. |
|
666 Some browsers will disable them when you |
|
667 set display: none; */ |
|
668 .zerosize { |
|
669 height: 0; |
|
670 width: 0; |
|
671 margin: 0; |
|
672 border: 0; |
|
673 padding: 0; |
|
674 overflow: hidden; |
|
675 position: absolute; |
|
676 } |
|
677 |
|
678 * html #themeselect { |
|
679 padding: 0 3px; |
|
680 height: 22px; |
|
681 } |
|
682 |
|
683 #your-profile legend { |
|
684 font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif; |
|
685 font-size: 22px; |
|
686 } |
|
687 |
|
688 #your-profile #rich_editing { |
|
689 border: none; |
|
690 } |
|
691 |
|
692 #howto { |
|
693 font-size: 11px; |
|
694 margin: 0 5px; |
|
695 display: block; |
|
696 } |
|
697 |
|
698 #ajax-response.alignleft { |
|
699 margin-left: 2em; |
|
700 } |
|
701 |
|
702 div.nav { |
|
703 height: 2em; |
|
704 padding: 7px 10px; |
|
705 vertical-align: text-top; |
|
706 margin: 5px 0; |
|
707 } |
|
708 |
|
709 .nav .button-secondary { |
|
710 padding: 2px 4px; |
|
711 } |
|
712 |
|
713 a.page-numbers { |
|
714 border-bottom-style: solid; |
|
715 border-bottom-width: 2px; |
|
716 font-weight: bold; |
|
717 margin-right: 1px; |
|
718 padding: 0 2px; |
|
719 } |
|
720 |
|
721 p.pagenav { |
|
722 margin: 0; |
|
723 display: inline; |
|
724 } |
|
725 |
|
726 .pagenav span { |
|
727 font-weight: bold; |
|
728 margin: 0 6px; |
|
729 } |
|
730 |
|
731 .row-title { |
|
732 font-size: 12px !important; |
|
733 font-weight: bold; |
|
734 } |
|
735 |
|
736 .column-comment p { |
|
737 margin: 0.6em 0; |
|
738 } |
|
739 |
|
740 .column-author img, .column-username img { |
|
741 float: left; |
|
742 margin-right: 10px; |
|
743 margin-top: 3px; |
|
744 } |
|
745 |
|
746 .tablenav a.button-secondary { |
|
747 display: block; |
|
748 margin: 3px 8px 0 0; |
|
749 } |
|
750 |
|
751 .tablenav { |
|
752 clear: both; |
|
753 height: 30px; |
|
754 margin: 6px 0 4px; |
|
755 vertical-align: middle; |
|
756 } |
|
757 |
|
758 .tablenav .tablenav-pages { |
|
759 float: right; |
|
760 display: block; |
|
761 cursor: default; |
|
762 height: 30px; |
|
763 line-height: 30px; |
|
764 font-size: 11px; |
|
765 } |
|
766 |
|
767 .tablenav .tablenav-pages a, |
|
768 .tablenav-pages span.current { |
|
769 text-decoration: none; |
|
770 border: none; |
|
771 padding: 3px 6px; |
|
772 border-width: 1px; |
|
773 border-style: solid; |
|
774 -moz-border-radius: 5px; |
|
775 -khtml-border-radius: 5px; |
|
776 -webkit-border-radius: 5px; |
|
777 border-radius: 5px; |
|
778 } |
|
779 |
|
780 .tablenav .displaying-num { |
|
781 margin-right: 10px; |
|
782 font-size: 12px; |
|
783 font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif; |
|
784 font-style: italic; |
|
785 } |
|
786 |
|
787 .tablenav .actions { |
|
788 padding: 2px 8px 0 0; |
|
789 } |
|
790 |
|
791 td.media-icon { |
|
792 vertical-align: middle; |
|
793 text-align: center; |
|
794 width: 80px; |
|
795 } |
|
796 |
|
797 td.media-icon img { |
|
798 max-width: 80px; |
|
799 max-height: 60px; |
|
800 } |
|
801 |
|
802 #update-nag { |
|
803 line-height: 29px; |
|
804 font-size: 12px; |
|
805 text-align: center; |
|
806 } |
|
807 |
|
808 #update-nag { |
|
809 border-width: 1px 0; |
|
810 border-style: solid none; |
|
811 } |
|
812 |
|
813 .plugins .plugin-update { |
|
814 padding: 0; |
|
815 } |
|
816 |
|
817 .plugin-update .update-message { |
|
818 margin: 0 10px 8px 31px; |
|
819 font-weight: bold; |
|
820 } |
|
821 |
|
822 #pass-strength-result { |
|
823 border-style: solid; |
|
824 border-width: 1px; |
|
825 float: left; |
|
826 margin: 12px 5px 5px 1px; |
|
827 padding: 3px 5px; |
|
828 text-align: center; |
|
829 width: 200px; |
|
830 } |
|
831 |
|
832 .row-actions { |
|
833 visibility: hidden; |
|
834 padding: 2px 0 0; |
|
835 } |
|
836 |
|
837 tr:hover .row-actions, |
|
838 div.comment-item:hover .row-actions { |
|
839 visibility: visible; |
|
840 } |
|
841 |
|
842 .row-actions-visible { |
|
843 padding: 2px 0 0; |
|
844 cursor: pointer; |
|
845 } |
|
846 |
|
847 /* Admin Header */ |
|
848 #wphead-info { |
|
849 margin: 0 0 0 15px; |
|
850 padding-right: 15px; |
|
851 } |
|
852 |
|
853 #user_info { |
|
854 float: right; |
|
855 font-size: 12px; |
|
856 line-height: 46px; |
|
857 height: 46px; |
|
858 } |
|
859 |
|
860 #user_info p { |
|
861 margin: 0; |
|
862 padding: 0; |
|
863 line-height: 46px; |
|
864 } |
|
865 |
|
866 #wphead { |
|
867 height: 46px; |
|
868 } |
|
869 |
|
870 #wphead a, |
|
871 #adminmenu a, |
|
872 #sidemenu a, |
|
873 #taglist a, |
|
874 #catlist a, |
|
875 #show-settings a { |
|
876 text-decoration: none; |
|
877 } |
|
878 |
|
879 #header-logo { |
|
880 float: left; |
|
881 margin: 7px 0 0 15px; |
|
882 } |
|
883 |
|
884 #wphead h1 { |
|
885 font: normal 22px Georgia, "Times New Roman", "Bitstream Charter", Times, serif; |
|
886 padding: 10px 8px 5px; |
|
887 margin: 0; |
|
888 float: left; |
|
889 } |
|
890 |
|
891 #wphead h1.long-title { |
|
892 font: normal 18px Georgia, "Times New Roman", "Bitstream Charter", Times, serif; |
|
893 padding: 12px 10px 5px; |
|
894 } |
|
895 |
|
896 #wphead #site-visit-button { |
|
897 background-repeat:repeat-x; |
|
898 background-position:0 0; |
|
899 -moz-border-radius:3px; |
|
900 -webkit-border-radius:3px; |
|
901 -khtml-border-radius:3px; |
|
902 border-radius:3px; |
|
903 cursor:pointer; /* to keep IE happy */ |
|
904 display:-moz-inline-stack; /* to keep FF2 happy */ |
|
905 display:inline-block; |
|
906 font-size: 50%; |
|
907 font-style:normal; |
|
908 line-height:17px; |
|
909 margin-left:5px; |
|
910 padding:0 6px; |
|
911 vertical-align:middle; |
|
912 } |
|
913 |
|
914 #wphead h1 a:hover { |
|
915 text-decoration:none; |
|
916 } |
|
917 #wphead h1 a:hover #site-title { |
|
918 text-decoration:underline; |
|
919 } |
|
920 |
|
921 /* side admin menu */ |
|
922 #adminmenu * { |
|
923 -webkit-user-select: none; |
|
924 -moz-user-select: none; |
|
925 -khtml-user-select: none; |
|
926 user-select: none; |
|
927 } |
|
928 |
|
929 #adminmenu .wp-submenu { |
|
930 display: none; |
|
931 list-style: none; |
|
932 padding: 0; |
|
933 margin: 0; |
|
934 position: relative; |
|
935 z-index: 2; |
|
936 border-width: 1px 0 0; |
|
937 border-style: solid none none; |
|
938 } |
|
939 |
|
940 #adminmenu .wp-submenu a { |
|
941 font: normal 11px/18px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif; |
|
942 } |
|
943 |
|
944 #adminmenu .wp-submenu li.current, |
|
945 #adminmenu .wp-submenu li.current a, |
|
946 #adminmenu .wp-submenu li.current a:hover { |
|
947 font-weight: bold; |
|
948 } |
|
949 |
|
950 #adminmenu a.menu-top, |
|
951 #adminmenu .wp-submenu-head { |
|
952 font: normal 13px/18px Georgia, "Times New Roman", "Bitstream Charter", Times, serif; |
|
953 } |
|
954 |
|
955 #adminmenu div.wp-submenu-head { |
|
956 display: none; |
|
957 } |
|
958 |
|
959 .folded #adminmenu div.wp-submenu-head, |
|
960 .folded #adminmenu li.wp-has-submenu div.sub-open { |
|
961 display: block; |
|
962 } |
|
963 |
|
964 .folded #adminmenu a.menu-top, |
|
965 .folded #adminmenu .wp-submenu, |
|
966 .folded #adminmenu li.wp-menu-open .wp-submenu, |
|
967 .folded #adminmenu div.wp-menu-toggle { |
|
968 display: none; |
|
969 } |
|
970 |
|
971 #adminmenu li.wp-menu-open .wp-submenu, |
|
972 .no-js #adminmenu .open-if-no-js .wp-submenu { |
|
973 display: block; |
|
974 } |
|
975 |
|
976 #adminmenu div.wp-menu-image { |
|
977 float: left; |
|
978 width: 28px; |
|
979 height: 28px; |
|
980 } |
|
981 |
|
982 #adminmenu li { |
|
983 margin: 0; |
|
984 padding: 0; |
|
985 cursor: pointer; |
|
986 } |
|
987 |
|
988 #adminmenu a { |
|
989 display: block; |
|
990 line-height: 18px; |
|
991 padding: 1px 5px 3px; |
|
992 } |
|
993 |
|
994 #adminmenu li.menu-top { |
|
995 min-height: 26px; |
|
996 } |
|
997 |
|
998 #adminmenu a.menu-top { |
|
999 line-height: 18px; |
|
1000 min-width: 10em; |
|
1001 padding: 5px 5px; |
|
1002 border-width: 1px 1px 0; |
|
1003 border-style: solid solid none; |
|
1004 } |
|
1005 |
|
1006 #adminmenu .wp-submenu a { |
|
1007 margin: 0; |
|
1008 padding-left: 12px; |
|
1009 border-width: 0 1px 0 0; |
|
1010 border-style: none solid none none; |
|
1011 } |
|
1012 |
|
1013 #adminmenu .menu-top-last ul.wp-submenu { |
|
1014 border-width: 0 0 1px; |
|
1015 border-style: none none solid; |
|
1016 } |
|
1017 |
|
1018 #adminmenu .wp-submenu li { |
|
1019 padding: 0; |
|
1020 margin: 0; |
|
1021 } |
|
1022 |
|
1023 .folded #adminmenu li.menu-top { |
|
1024 width: 28px; |
|
1025 height: 30px; |
|
1026 overflow: hidden; |
|
1027 border-width: 1px 1px 0; |
|
1028 border-style: solid solid none; |
|
1029 } |
|
1030 |
|
1031 #adminmenu .menu-top-first a.menu-top, |
|
1032 .folded #adminmenu li.menu-top-first, |
|
1033 #adminmenu .wp-submenu .wp-submenu-head { |
|
1034 border-width: 1px 1px 0; |
|
1035 border-style: solid solid none; |
|
1036 -moz-border-radius-topleft :6px; |
|
1037 -moz-border-radius-topright: 6px; |
|
1038 -webkit-border-top-right-radius: 6px; |
|
1039 -webkit-border-top-left-radius: 6px; |
|
1040 -khtml-border-top-right-radius: 6px; |
|
1041 -khtml-border-top-left-radius: 6px; |
|
1042 border-top-right-radius: 6px; |
|
1043 border-top-left-radius: 6px; |
|
1044 } |
|
1045 |
|
1046 #adminmenu .menu-top-last a.menu-top, |
|
1047 .folded #adminmenu li.menu-top-last { |
|
1048 border-width: 1px; |
|
1049 border-style: solid; |
|
1050 -moz-border-radius-bottomleft: 6px; |
|
1051 -moz-border-radius-bottomright: 6px; |
|
1052 -webkit-border-bottom-right-radius: 6px; |
|
1053 -webkit-border-bottom-left-radius: 6px; |
|
1054 -khtml-border-bottom-right-radius: 6px; |
|
1055 -khtml-border-bottom-left-radius: 6px; |
|
1056 border-bottom-right-radius: 6px; |
|
1057 border-bottom-left-radius: 6px; |
|
1058 } |
|
1059 |
|
1060 #adminmenu li.wp-menu-open a.menu-top-last { |
|
1061 border-bottom: 0 none; |
|
1062 -moz-border-radius-bottomright: 0; |
|
1063 -moz-border-radius-bottomleft: 0; |
|
1064 -webkit-border-bottom-right-radius: 0; |
|
1065 -webkit-border-bottom-left-radius: 0; |
|
1066 -khtml-border-bottom-right-radius: 0; |
|
1067 -khtml-border-bottom-left-radius: 0; |
|
1068 border-bottom-right-radius: 0; |
|
1069 border-bottom-left-radius: 0; |
|
1070 } |
|
1071 |
|
1072 #adminmenu img.wp-menu-image { |
|
1073 float: left; |
|
1074 padding: 8px 6px 0; |
|
1075 opacity: 0.6; |
|
1076 filter: alpha(opacity=60); |
|
1077 } |
|
1078 |
|
1079 #adminmenu li.menu-top:hover img.wp-menu-image, |
|
1080 #adminmenu li.wp-has-current-submenu img.wp-menu-image { |
|
1081 opacity: 1; |
|
1082 filter: alpha(opacity=100); |
|
1083 } |
|
1084 |
|
1085 .folded #adminmenu img.wp-menu-image { |
|
1086 padding: 7px 0 0 6px; |
|
1087 } |
|
1088 |
|
1089 #adminmenu li.wp-menu-separator { |
|
1090 height: 21px; |
|
1091 padding: 0; |
|
1092 margin: 0; |
|
1093 } |
|
1094 |
|
1095 #adminmenu a.separator { |
|
1096 cursor: w-resize; |
|
1097 height: 20px; |
|
1098 padding: 0; |
|
1099 } |
|
1100 |
|
1101 .folded #adminmenu a.separator { |
|
1102 cursor: e-resize; |
|
1103 } |
|
1104 |
|
1105 #adminmenu .wp-menu-separator-last { |
|
1106 height: 10px; |
|
1107 width: 1px; |
|
1108 } |
|
1109 |
|
1110 #adminmenu .wp-submenu .wp-submenu-head { |
|
1111 border-width: 1px; |
|
1112 border-style: solid; |
|
1113 padding: 6px 4px 6px 10px; |
|
1114 cursor: default; |
|
1115 } |
|
1116 |
|
1117 .folded #adminmenu .wp-submenu { |
|
1118 position: absolute; |
|
1119 margin: -1px 0 0 28px; |
|
1120 padding: 0 8px 8px; |
|
1121 z-index: 999; |
|
1122 border: 0 none; |
|
1123 } |
|
1124 |
|
1125 .folded #adminmenu .wp-submenu ul { |
|
1126 width: 140px; |
|
1127 border-width: 0 0 1px; |
|
1128 border-style: none none solid; |
|
1129 } |
|
1130 |
|
1131 .folded #adminmenu .wp-submenu li.wp-first-item { |
|
1132 border-top: 0 none; |
|
1133 } |
|
1134 |
|
1135 .folded #adminmenu .wp-submenu a { |
|
1136 padding-left: 10px; |
|
1137 } |
|
1138 |
|
1139 .folded #adminmenu a.wp-has-submenu { |
|
1140 margin-left: 40px; |
|
1141 } |
|
1142 |
|
1143 #adminmenu li.menu-top-last .wp-submenu ul { |
|
1144 border-width: 0 0 1px; |
|
1145 border-style: none none solid; |
|
1146 } |
|
1147 |
|
1148 #adminmenu .wp-menu-toggle { |
|
1149 width: 22px; |
|
1150 clear: right; |
|
1151 float: right; |
|
1152 margin: 1px 0 0; |
|
1153 height: 27px; |
|
1154 padding: 1px 2px 0 0; |
|
1155 cursor: default; |
|
1156 } |
|
1157 |
|
1158 #adminmenu li.wp-has-current-submenu ul { |
|
1159 border-bottom-width: 1px; |
|
1160 border-bottom-style: solid; |
|
1161 } |
|
1162 |
|
1163 #adminmenu .wp-menu-image a { |
|
1164 height: 24px; |
|
1165 } |
|
1166 |
|
1167 #adminmenu .wp-menu-image img { |
|
1168 padding: 6px 0 0 1px; |
|
1169 } |
|
1170 |
|
1171 /* end side admin menu */ |
|
1172 |
|
1173 /* comments/plugins bubble in menu */ |
|
1174 #adminmenu #awaiting-mod, |
|
1175 #adminmenu span.update-plugins, |
|
1176 #sidemenu li a span.update-plugins { |
|
1177 position: absolute; |
|
1178 font-family: Helvetica, Arial, sans-serif; |
|
1179 font-size: 7pt; |
|
1180 font-weight: bold; |
|
1181 margin-top: 2px; |
|
1182 margin-left: 2px; |
|
1183 -moz-border-radius: 7px; |
|
1184 -khtml-border-radius: 7px; |
|
1185 -webkit-border-radius: 7px; |
|
1186 border-radius: 7px; |
|
1187 } |
|
1188 |
|
1189 #adminmenu li #awaiting-mod span, |
|
1190 #adminmenu li span.update-plugins span, |
|
1191 #sidemenu li a span.update-plugins span { |
|
1192 float: left; |
|
1193 display: block; |
|
1194 height: 1.6em; |
|
1195 line-height: 1.6em; |
|
1196 padding: 0 6px; |
|
1197 } |
|
1198 |
|
1199 #adminmenu li span.count-0, |
|
1200 #sidemenu li a .count-0 { |
|
1201 display: none; |
|
1202 } |
|
1203 /* end menu stuff */ |
|
1204 |
|
1205 /* comments bubble */ |
|
1206 .post-com-count-wrapper { |
|
1207 min-width: 22px; |
|
1208 font-family: Helvetica, Arial, sans-serif; |
|
1209 } |
|
1210 |
|
1211 .post-com-count { |
|
1212 height: 1.3em; |
|
1213 line-height: 1.1em; |
|
1214 display: block; |
|
1215 text-decoration: none; |
|
1216 padding: 0 0 6px; |
|
1217 cursor: pointer; |
|
1218 background-position: center -80px; |
|
1219 background-repeat: no-repeat; |
|
1220 } |
|
1221 |
|
1222 .post-com-count span { |
|
1223 font-size: 9px; |
|
1224 font-weight: bold; |
|
1225 height: 1.7em; |
|
1226 line-height: 1.70em; |
|
1227 min-width: 0.7em; |
|
1228 padding: 0 6px; |
|
1229 display: inline-block; |
|
1230 cursor: pointer; |
|
1231 -moz-border-radius: 5px; |
|
1232 -khtml-border-radius: 5px; |
|
1233 -webkit-border-radius: 5px; |
|
1234 border-radius: 5px; |
|
1235 } |
|
1236 |
|
1237 strong .post-com-count { |
|
1238 background-position: center -55px; |
|
1239 } |
|
1240 |
|
1241 .post-com-count:hover { |
|
1242 background-position: center -3px; |
|
1243 } |
|
1244 |
|
1245 .column-response .post-com-count { |
|
1246 float: left; |
|
1247 margin-right: 5px; |
|
1248 text-align: center; |
|
1249 } |
|
1250 |
|
1251 .response-links { |
|
1252 float: left; |
|
1253 } |
|
1254 |
|
1255 #the-comment-list .attachment-80x60 { |
|
1256 padding: 4px 8px; |
|
1257 } |
|
1258 |
|
1259 /* Admin Footer */ |
|
1260 #footer { |
|
1261 margin-top: -45px; |
|
1262 } |
|
1263 |
|
1264 #footer, |
|
1265 #footer a { |
|
1266 font-size: 12px; |
|
1267 font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif; |
|
1268 font-style: italic; |
|
1269 } |
|
1270 |
|
1271 #footer p { |
|
1272 margin: 0; |
|
1273 padding: 15px; |
|
1274 line-height: 15px; |
|
1275 } |
|
1276 |
|
1277 #footer a { |
|
1278 text-decoration: none; |
|
1279 } |
|
1280 |
|
1281 #footer a:hover { |
|
1282 text-decoration: underline; |
|
1283 } |
|
1284 |
|
1285 /* Tables used on comment.php and option/setting pages */ |
|
1286 |
|
1287 .form-table { |
|
1288 border-collapse: collapse; |
|
1289 margin-top: 0.5em; |
|
1290 width: 100%; |
|
1291 margin-bottom: -8px; |
|
1292 clear: both; |
|
1293 } |
|
1294 |
|
1295 .form-table td, |
|
1296 #wpbody-content .describe td { |
|
1297 margin-bottom: 9px; |
|
1298 padding: 4px 10px 12px; |
|
1299 line-height: 20px; |
|
1300 font-size: 11px; |
|
1301 } |
|
1302 |
|
1303 .form-table th, |
|
1304 .form-wrap label { |
|
1305 font-weight: normal; |
|
1306 text-shadow: rgba(255,255,255,1) 0 1px 0; |
|
1307 } |
|
1308 |
|
1309 .form-table th, |
|
1310 #wpbody-content .describe th { |
|
1311 vertical-align: top; |
|
1312 text-align: left; |
|
1313 padding: 10px; |
|
1314 width: 200px; |
|
1315 } |
|
1316 |
|
1317 .form-table th.th-full { |
|
1318 width: auto; |
|
1319 } |
|
1320 |
|
1321 .form-table input, |
|
1322 .form-table textarea, |
|
1323 #wpbody-content .describe input, |
|
1324 #wpbody-content .describe textarea { |
|
1325 border-width: 1px; |
|
1326 border-style: solid; |
|
1327 } |
|
1328 |
|
1329 .form-table div.color-option { |
|
1330 display: block; |
|
1331 clear: both; |
|
1332 margin-top: 12px; |
|
1333 } |
|
1334 |
|
1335 .form-table input.tog { |
|
1336 margin-top: 2px; |
|
1337 margin-right: 2px; |
|
1338 float: left; |
|
1339 } |
|
1340 |
|
1341 .form-table table.color-palette { |
|
1342 vertical-align: bottom; |
|
1343 float: left; |
|
1344 margin: -12px 3px 11px; |
|
1345 } |
|
1346 |
|
1347 .form-table .color-palette td { |
|
1348 border-width: 1px 1px 0; |
|
1349 border-style: solid solid none; |
|
1350 height: 10px; |
|
1351 line-height: 20px; |
|
1352 width: 10px; |
|
1353 } |
|
1354 |
|
1355 textarea.large-text { |
|
1356 width: 99%; |
|
1357 } |
|
1358 |
|
1359 .form-table input.regular-text, |
|
1360 #adduser .form-field input { |
|
1361 width: 25em; |
|
1362 } |
|
1363 |
|
1364 .form-table input.small-text { |
|
1365 width: 50px; |
|
1366 } |
|
1367 |
|
1368 #profile-page .form-table textarea { |
|
1369 width: 500px; |
|
1370 margin-bottom: 6px; |
|
1371 } |
|
1372 |
|
1373 #profile-page .form-table #rich_editing { |
|
1374 margin-right: 5px |
|
1375 } |
|
1376 |
|
1377 .form-table .pre { |
|
1378 padding: 8px; |
|
1379 margin: 0; |
|
1380 } |
|
1381 |
|
1382 .pre { |
|
1383 /* http://www.longren.org/2006/09/27/wrapping-text-inside-pre-tags/ */ |
|
1384 white-space: pre-wrap; /* css-3 */ |
|
1385 white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */ |
|
1386 white-space: -pre-wrap; /* Opera 4-6 */ |
|
1387 white-space: -o-pre-wrap; /* Opera 7 */ |
|
1388 word-wrap: break-word; /* Internet Explorer 5.5+ */ |
|
1389 } |
|
1390 |
|
1391 table.form-table td .updated { |
|
1392 font-size: 13px; |
|
1393 } |
|
1394 |
|
1395 /* divs for cats and tags pages */ |
|
1396 |
|
1397 .form-wrap { |
|
1398 margin: 10px 0; |
|
1399 width: 97%; |
|
1400 } |
|
1401 |
|
1402 .form-wrap p, |
|
1403 .form-wrap label { |
|
1404 font-size: 11px; |
|
1405 } |
|
1406 |
|
1407 .form-wrap label { |
|
1408 display: block; |
|
1409 padding: 2px; |
|
1410 font-size: 12px; |
|
1411 } |
|
1412 |
|
1413 .form-field input, |
|
1414 .form-field textarea { |
|
1415 border-style: solid; |
|
1416 border-width: 1px; |
|
1417 width: 95%; |
|
1418 } |
|
1419 |
|
1420 p.description, |
|
1421 .form-wrap p { |
|
1422 margin: 2px 0 5px; |
|
1423 } |
|
1424 |
|
1425 p.help, |
|
1426 p.description, |
|
1427 span.description, |
|
1428 .form-wrap p { |
|
1429 font-size: 12px; |
|
1430 font-style: italic; |
|
1431 font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif; |
|
1432 } |
|
1433 |
|
1434 .form-wrap .form-field { |
|
1435 margin: 0 0 10px; |
|
1436 padding: 8px; |
|
1437 } |
|
1438 |
|
1439 .col-wrap h3 { |
|
1440 margin: 12px 0; |
|
1441 font-size: 1.1em; |
|
1442 } |
|
1443 |
|
1444 .col-wrap p.submit { |
|
1445 margin-top: -10px; |
|
1446 } |
|
1447 |
|
1448 .tagcloud { |
|
1449 width: 97%; |
|
1450 margin: 0 0 40px; |
|
1451 text-align: justify; |
|
1452 } |
|
1453 |
|
1454 .tagcloud h3 { |
|
1455 margin: 2px 0 12px; |
|
1456 } |
|
1457 |
|
1458 /* Post Screen */ |
|
1459 #post-body #normal-sortables { |
|
1460 min-height: 50px; |
|
1461 } |
|
1462 |
|
1463 #post-body #advanced-sortables { |
|
1464 min-height: 20px; |
|
1465 } |
|
1466 |
|
1467 .postbox { |
|
1468 position: relative; |
|
1469 min-width: 255px; |
|
1470 width: 99.5%; |
|
1471 } |
|
1472 |
|
1473 #trackback_url { |
|
1474 width: 99%; |
|
1475 } |
|
1476 |
|
1477 #normal-sortables .postbox .submit { |
|
1478 background: transparent none; |
|
1479 border: 0 none; |
|
1480 float: right; |
|
1481 padding: 0 12px; |
|
1482 margin: 0; |
|
1483 } |
|
1484 |
|
1485 #normal-sortables .postbox #replyrow .submit { |
|
1486 float: none; |
|
1487 margin: 0; |
|
1488 padding: 3px 7px; |
|
1489 } |
|
1490 |
|
1491 #side-sortables .submitbox .submit input, |
|
1492 #side-sortables .submitbox .submit .preview, |
|
1493 #side-sortables .submitbox .submit a.preview:hover { |
|
1494 border: 0 none; |
|
1495 } |
|
1496 |
|
1497 #side-sortables .inside-submitbox .insidebox, |
|
1498 .stuffbox .insidebox { |
|
1499 margin: 11px 0; |
|
1500 } |
|
1501 |
|
1502 #side-sortables .comments-box, |
|
1503 #normal-sortables .comments-box { |
|
1504 border: 0 none; |
|
1505 } |
|
1506 |
|
1507 #side-sortables .comments-box thead th, |
|
1508 #normal-sortables .comments-box thead th { |
|
1509 background: transparent; |
|
1510 padding: 0 7px 4px; |
|
1511 font-style: italic; |
|
1512 } |
|
1513 |
|
1514 #commentsdiv img.waiting { |
|
1515 padding-left: 5px; |
|
1516 vertical-align: middle; |
|
1517 } |
|
1518 |
|
1519 #post-body .tagsdiv #newtag { |
|
1520 margin-right: 5px; |
|
1521 width: 16em; |
|
1522 } |
|
1523 |
|
1524 #side-sortables input#post_password { |
|
1525 width: 94% |
|
1526 } |
|
1527 |
|
1528 #side-sortables .tagsdiv #newtag { |
|
1529 width: 68%; |
|
1530 } |
|
1531 |
|
1532 #post-status-info { |
|
1533 border-width: 0 1px 1px; |
|
1534 border-style: none solid solid; |
|
1535 width: 100%; |
|
1536 -moz-border-radius: 0 0 6px 6px; |
|
1537 -webkit-border-bottom-left-radius: 6px; |
|
1538 -webkit-border-bottom-right-radius: 6px; |
|
1539 -khtml-border-bottom-left-radius: 6px; |
|
1540 -khtml-border-bottom-right-radius: 6px; |
|
1541 border-bottom-left-radius: 6px; |
|
1542 border-bottom-right-radius: 6px; |
|
1543 } |
|
1544 |
|
1545 #post-status-info td { |
|
1546 font-size: 11px; |
|
1547 } |
|
1548 |
|
1549 .autosave-info { |
|
1550 padding: 2px 15px 2px 2px; |
|
1551 text-align: right; |
|
1552 } |
|
1553 |
|
1554 #editorcontent #post-status-info { |
|
1555 border: none; |
|
1556 } |
|
1557 |
|
1558 #post-body .wp_themeSkin .mceStatusbar a.mceResize { |
|
1559 display: block; |
|
1560 background: transparent url(images/resize.gif) no-repeat scroll right bottom; |
|
1561 width: 12px; |
|
1562 cursor: se-resize; |
|
1563 margin: 0 2px; |
|
1564 position: relative; |
|
1565 top: 22px; |
|
1566 } |
|
1567 |
|
1568 |
|
1569 #pagesubmitdiv div.inside, |
|
1570 #linksubmitdiv div.inside, |
|
1571 div.inside { |
|
1572 padding: 0; |
|
1573 margin: 0; |
|
1574 } |
|
1575 |
|
1576 #comment-status-radio p { |
|
1577 margin: 3px 0 5px; |
|
1578 } |
|
1579 |
|
1580 #comment-status-radio input { |
|
1581 margin: 2px 3px 5px 0; |
|
1582 vertical-align: middle; |
|
1583 } |
|
1584 |
|
1585 #comment-status-radio label { |
|
1586 padding: 5px 0; |
|
1587 } |
|
1588 |
|
1589 .tagchecklist { |
|
1590 margin-left: 10px; |
|
1591 font-size: 12px; |
|
1592 overflow: auto; |
|
1593 } |
|
1594 |
|
1595 .tagchecklist strong { |
|
1596 margin-left: -8px; |
|
1597 position: absolute; |
|
1598 } |
|
1599 |
|
1600 .tagchecklist span { |
|
1601 margin-right: 25px; |
|
1602 display: block; |
|
1603 float: left; |
|
1604 font-size: 11px; |
|
1605 line-height: 1.8em; |
|
1606 white-space: nowrap; |
|
1607 cursor: default; |
|
1608 } |
|
1609 |
|
1610 .tagchecklist span a { |
|
1611 margin: 6px 0pt 0pt -9px; |
|
1612 cursor: pointer; |
|
1613 width: 10px; |
|
1614 height: 10px; |
|
1615 display: block; |
|
1616 float: left; |
|
1617 text-indent: -9999px; |
|
1618 overflow: hidden; |
|
1619 position: absolute; |
|
1620 } |
|
1621 |
|
1622 .howto { |
|
1623 font-style: italic; |
|
1624 display: block; |
|
1625 font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif; |
|
1626 } |
|
1627 |
|
1628 .ac_results { |
|
1629 padding: 0; |
|
1630 margin: 0; |
|
1631 list-style: none; |
|
1632 position: absolute; |
|
1633 z-index: 10000; |
|
1634 display: none; |
|
1635 border-width: 1px; |
|
1636 border-style: solid; |
|
1637 } |
|
1638 |
|
1639 .ac_results li { |
|
1640 padding: 2px 5px; |
|
1641 white-space: nowrap; |
|
1642 text-align: left; |
|
1643 } |
|
1644 |
|
1645 .ac_over { |
|
1646 cursor: pointer; |
|
1647 } |
|
1648 |
|
1649 .ac_match { |
|
1650 text-decoration: underline; |
|
1651 } |
|
1652 |
|
1653 #poststuff h2 { |
|
1654 margin-top: 20px; |
|
1655 font-size: 1.5em; |
|
1656 margin-bottom: 15px; |
|
1657 padding: 0 0 3px; |
|
1658 clear: left; |
|
1659 } |
|
1660 |
|
1661 .widget .widget-top, |
|
1662 .postbox h3 { |
|
1663 cursor: move; |
|
1664 -webkit-user-select: none; |
|
1665 -moz-user-select: none; |
|
1666 -khtml-user-select: none; |
|
1667 user-select: none; |
|
1668 } |
|
1669 |
|
1670 .postbox .hndle span { |
|
1671 padding: 6px 0; |
|
1672 } |
|
1673 |
|
1674 .postbox .hndle { |
|
1675 cursor: move; |
|
1676 } |
|
1677 |
|
1678 .hndle a { |
|
1679 font-size: 11px; |
|
1680 font-weight: normal; |
|
1681 } |
|
1682 |
|
1683 #dashboard-widgets .meta-box-sortables { |
|
1684 margin: 0 5px; |
|
1685 } |
|
1686 |
|
1687 .postbox .handlediv { |
|
1688 float: right; |
|
1689 width: 23px; |
|
1690 height: 26px; |
|
1691 } |
|
1692 |
|
1693 .sortable-placeholder { |
|
1694 border-width: 1px; |
|
1695 border-style: dashed; |
|
1696 margin-bottom: 20px; |
|
1697 } |
|
1698 |
|
1699 #poststuff h3, |
|
1700 .metabox-holder h3 { |
|
1701 font-size: 12px; |
|
1702 font-weight: bold; |
|
1703 padding: 7px 9px; |
|
1704 margin: 0; |
|
1705 line-height: 1; |
|
1706 } |
|
1707 |
|
1708 .widget, |
|
1709 .postbox, |
|
1710 .stuffbox { |
|
1711 margin-bottom: 20px; |
|
1712 border-width: 1px; |
|
1713 border-style: solid; |
|
1714 line-height: 1; |
|
1715 -moz-border-radius: 6px; |
|
1716 -khtml-border-radius: 6px; |
|
1717 -webkit-border-radius: 6px; |
|
1718 border-radius: 6px; |
|
1719 } |
|
1720 |
|
1721 .widget .widget-top, |
|
1722 .postbox h3, |
|
1723 .postbox h3, |
|
1724 .stuffbox h3 { |
|
1725 -moz-border-radius: 6px 6px 0 0; |
|
1726 -webkit-border-top-right-radius: 6px; |
|
1727 -webkit-border-top-left-radius: 6px; |
|
1728 -khtml-border-top-right-radius: 6px; |
|
1729 -khtml-border-top-left-radius: 6px; |
|
1730 border-top-right-radius: 6px; |
|
1731 border-top-left-radius: 6px; |
|
1732 } |
|
1733 |
|
1734 .postbox.closed h3 { |
|
1735 -moz-border-radius-bottomleft:4px; |
|
1736 -webkit-border-bottom-left-radius: 4px; |
|
1737 -khtml-border-bottom-left-radius: 4px; |
|
1738 border-bottom-left-radius: 4px; |
|
1739 -moz-border-radius-bottomright:4px; |
|
1740 -webkit-border-bottom-right-radius: 4px; |
|
1741 -khtml-border-bottom-right-radius: 4px; |
|
1742 border-bottom-right-radius: 4px; |
|
1743 } |
|
1744 |
|
1745 .postbox table.form-table { |
|
1746 margin-bottom: 0; |
|
1747 } |
|
1748 |
|
1749 .postbox input[type="text"], |
|
1750 .postbox textarea, |
|
1751 .stuffbox input[type="text"], |
|
1752 .stuffbox textarea { |
|
1753 border-width: 1px; |
|
1754 border-style: solid; |
|
1755 } |
|
1756 |
|
1757 #poststuff .inside, |
|
1758 #poststuff .inside p { |
|
1759 font-size: 11px; |
|
1760 margin: 6px; |
|
1761 } |
|
1762 |
|
1763 #poststuff .inside .submitbox p { |
|
1764 margin: 1em 0; |
|
1765 } |
|
1766 |
|
1767 #post-visibility-select { |
|
1768 line-height: 1.5em; |
|
1769 margin-top: 3px; |
|
1770 } |
|
1771 |
|
1772 #poststuff #submitdiv .inside { |
|
1773 margin: 0; |
|
1774 } |
|
1775 |
|
1776 #titlediv, #poststuff .postarea { |
|
1777 margin-bottom: 20px; |
|
1778 } |
|
1779 |
|
1780 #titlediv { |
|
1781 margin-bottom: 20px; |
|
1782 } |
|
1783 #titlediv label { cursor: text; } |
|
1784 |
|
1785 #titlediv div.inside { |
|
1786 margin: 0; |
|
1787 } |
|
1788 |
|
1789 #poststuff #titlewrap { |
|
1790 border: 0; |
|
1791 padding: 0; |
|
1792 |
|
1793 } |
|
1794 |
|
1795 #titlediv #title { |
|
1796 padding: 3px 4px; |
|
1797 border-width: 1px; |
|
1798 border-style: solid; |
|
1799 -moz-border-radius: 6px; |
|
1800 -khtml-border-radius: 6px; |
|
1801 -webkit-border-radius: 6px; |
|
1802 border-radius: 6px; |
|
1803 font-size: 1.7em; |
|
1804 width: 100%; |
|
1805 outline: none; |
|
1806 } |
|
1807 |
|
1808 #poststuff .inside-submitbox, |
|
1809 #side-sortables .inside-submitbox { |
|
1810 margin: 0 3px; |
|
1811 font-size: 11px; |
|
1812 } |
|
1813 |
|
1814 input#link_description, |
|
1815 input#link_url { |
|
1816 width: 98%; |
|
1817 } |
|
1818 |
|
1819 #pending { |
|
1820 background: 0 none; |
|
1821 border: 0 none; |
|
1822 padding: 0; |
|
1823 font-size: 11px; |
|
1824 margin-top: -1px; |
|
1825 } |
|
1826 |
|
1827 #edit-slug-box { |
|
1828 height: 1em; |
|
1829 margin-top: 8px; |
|
1830 padding: 0 7px; |
|
1831 } |
|
1832 |
|
1833 #editable-post-name-full { |
|
1834 display: none; |
|
1835 } |
|
1836 |
|
1837 #editable-post-name input { |
|
1838 width: 16em; |
|
1839 } |
|
1840 |
|
1841 .postarea h3 label { |
|
1842 float: left; |
|
1843 } |
|
1844 |
|
1845 .postarea #add-media-button { |
|
1846 float: right; |
|
1847 margin: 7px 0pt 0pt; |
|
1848 position: relative; |
|
1849 right: 10px; |
|
1850 } |
|
1851 |
|
1852 #poststuff #editor-toolbar { |
|
1853 height: 30px; |
|
1854 } |
|
1855 |
|
1856 .wp_themeSkin tr.mceFirst td.mceToolbar { |
|
1857 border-width: 0 0 1px; |
|
1858 border-style: none none solid; |
|
1859 } |
|
1860 |
|
1861 #edButtonPreview, |
|
1862 #edButtonHTML { |
|
1863 height: 18px; |
|
1864 margin: 5px 5px 0 0; |
|
1865 padding: 4px 5px 2px; |
|
1866 float: right; |
|
1867 cursor: pointer; |
|
1868 border-width: 1px; |
|
1869 border-style: solid; |
|
1870 -moz-border-radius: 3px 3px 0 0; |
|
1871 -webkit-border-top-right-radius: 3px; |
|
1872 -webkit-border-top-left-radius: 3px; |
|
1873 -khtml-border-top-right-radius: 3px; |
|
1874 -khtml-border-top-left-radius: 3px; |
|
1875 border-top-right-radius: 3px; |
|
1876 border-top-left-radius: 3px; |
|
1877 } |
|
1878 |
|
1879 .js .theEditor { |
|
1880 color: white; |
|
1881 } |
|
1882 |
|
1883 #poststuff #edButtonHTML { |
|
1884 margin-right: 15px; |
|
1885 } |
|
1886 |
|
1887 #media-buttons { |
|
1888 cursor: default; |
|
1889 padding: 8px 8px 0; |
|
1890 } |
|
1891 |
|
1892 #media-buttons a { |
|
1893 cursor: pointer; |
|
1894 padding: 0 0 5px 10px; |
|
1895 } |
|
1896 |
|
1897 #media-buttons img { |
|
1898 vertical-align: middle; |
|
1899 } |
|
1900 |
|
1901 .submitbox .submit { |
|
1902 text-align: left; |
|
1903 padding: 12px 10px 10px; |
|
1904 font-size: 11px; |
|
1905 } |
|
1906 |
|
1907 .submitbox .submitdelete { |
|
1908 border-bottom-width: 1px; |
|
1909 border-bottom-style: solid; |
|
1910 text-decoration: none; |
|
1911 padding: 1px 2px; |
|
1912 } |
|
1913 |
|
1914 .inside-submitbox #post_status { |
|
1915 margin: 2px 0 2px -2px; |
|
1916 } |
|
1917 |
|
1918 .submitbox .submit a:hover { |
|
1919 border-bottom-width: 1px; |
|
1920 border-bottom-style: solid; |
|
1921 } |
|
1922 |
|
1923 .submitbox .submit input { |
|
1924 margin-bottom: 8px; |
|
1925 margin-right: 4px; |
|
1926 padding: 6px; |
|
1927 } |
|
1928 |
|
1929 #post-status-select { |
|
1930 line-height: 2.5em; |
|
1931 margin-top: 3px; |
|
1932 } |
|
1933 |
|
1934 /* Categories */ |
|
1935 |
|
1936 #category-adder { |
|
1937 margin-left: 120px; |
|
1938 padding: 4px 0; |
|
1939 } |
|
1940 |
|
1941 #category-adder h4 { |
|
1942 margin: 0 0 8px; |
|
1943 } |
|
1944 |
|
1945 #side-sortables #category-adder { |
|
1946 margin: 0; |
|
1947 } |
|
1948 |
|
1949 #post-body #category-add input, #category-add select { |
|
1950 width: 30%; |
|
1951 } |
|
1952 |
|
1953 #side-sortables #category-add input { |
|
1954 width: 94%; |
|
1955 } |
|
1956 |
|
1957 #side-sortables #category-add select { |
|
1958 width: 100%; |
|
1959 } |
|
1960 |
|
1961 #category-add input#category-add-sumbit { |
|
1962 width: auto; |
|
1963 } |
|
1964 |
|
1965 #post-body ul#category-tabs { |
|
1966 float: left; |
|
1967 width: 120px; |
|
1968 text-align: right; |
|
1969 /* Negative margin for the sake of those without JS: all tabs display */ |
|
1970 margin: 0 -120px 0 5px; |
|
1971 padding: 0; |
|
1972 } |
|
1973 |
|
1974 #post-body ul#category-tabs li { |
|
1975 padding: 8px; |
|
1976 } |
|
1977 |
|
1978 #post-body ul#category-tabs li.tabs { |
|
1979 -moz-border-radius: 3px 0 0 3px; |
|
1980 -webkit-border-top-left-radius: 3px; |
|
1981 -webkit-border-bottom-left-radius: 3px; |
|
1982 -khtml-border-top-left-radius: 3px; |
|
1983 -khtml-border-bottom-left-radius: 3px; |
|
1984 border-top-left-radius: 3px; |
|
1985 border-bottom-left-radius: 3px; |
|
1986 } |
|
1987 |
|
1988 #post-body ul#category-tabs li.tabs a { |
|
1989 font-weight: bold; |
|
1990 text-decoration: none; |
|
1991 } |
|
1992 |
|
1993 #categorydiv div.tabs-panel, |
|
1994 #linkcategorydiv div.tabs-panel { |
|
1995 height: 150px; |
|
1996 overflow: auto; |
|
1997 padding: 0.5em 0.9em; |
|
1998 border-style: solid; |
|
1999 border-width: 1px; |
|
2000 } |
|
2001 |
|
2002 #post-body #categorydiv div.tabs-panel, |
|
2003 #post-body #linkcategorydiv div.tabs-panel { |
|
2004 margin: 0 5px 0 125px; |
|
2005 } |
|
2006 |
|
2007 #side-sortables #category-tabs li { |
|
2008 display: inline; |
|
2009 padding-right: 8px; |
|
2010 } |
|
2011 |
|
2012 #side-sortables #category-tabs a { |
|
2013 text-decoration: none; |
|
2014 } |
|
2015 |
|
2016 #side-sortables #category-tabs { |
|
2017 margin-bottom: 3px; |
|
2018 } |
|
2019 |
|
2020 #categorydiv ul, |
|
2021 #linkcategorydiv ul { |
|
2022 list-style: none; |
|
2023 padding: 0; |
|
2024 margin: 0; |
|
2025 } |
|
2026 |
|
2027 #categorydiv ul.categorychecklist ul, |
|
2028 #linkcategorydiv ul.categorychecklist ul { |
|
2029 margin-left: 18px; |
|
2030 } |
|
2031 |
|
2032 ul.categorychecklist li { |
|
2033 margin: 0; |
|
2034 padding: 0; |
|
2035 line-height: 19px; |
|
2036 } |
|
2037 |
|
2038 #category-adder h4 { |
|
2039 margin-top: 4px; |
|
2040 margin-bottom: 0px; |
|
2041 } |
|
2042 |
|
2043 #categorydiv .tabs-panel { |
|
2044 border-width: 3px; |
|
2045 border-style: solid; |
|
2046 } |
|
2047 |
|
2048 ul#category-tabs { |
|
2049 margin-top: 12px; |
|
2050 } |
|
2051 |
|
2052 ul#category-tabs li.tabs { |
|
2053 border-style: solid solid none; |
|
2054 border-width: 1px 1px 0; |
|
2055 } |
|
2056 |
|
2057 #post-body #category-tabs li.tabs { |
|
2058 border-style: solid none solid solid; |
|
2059 border-width: 1px 0 1px 1px; |
|
2060 margin-right: -1px; |
|
2061 } |
|
2062 |
|
2063 ul#category-tabs li { |
|
2064 padding: 5px 8px; |
|
2065 -moz-border-radius: 3px 3px 0 0; |
|
2066 -webkit-border-top-left-radius: 3px; |
|
2067 -webkit-border-top-right-radius: 3px; |
|
2068 -khtml-border-top-left-radius: 3px; |
|
2069 -khtml-border-top-right-radius: 3px; |
|
2070 border-top-left-radius: 3px; |
|
2071 border-top-right-radius: 3px; |
|
2072 } |
|
2073 |
|
2074 /* positioning etc. */ |
|
2075 |
|
2076 form#tags-filter { |
|
2077 position: relative; |
|
2078 } |
|
2079 |
|
2080 p.search-box { |
|
2081 float: right; |
|
2082 margin: -5px 0 0; |
|
2083 } |
|
2084 |
|
2085 .screen-per-page { |
|
2086 width: 3em; |
|
2087 } |
|
2088 |
|
2089 #posts-filter fieldset { |
|
2090 float: left; |
|
2091 margin: 0 1.5ex 1em 0; |
|
2092 padding: 0; |
|
2093 } |
|
2094 |
|
2095 #posts-filter fieldset legend { |
|
2096 padding: 0 0 .2em 1px; |
|
2097 } |
|
2098 |
|
2099 /* Edit posts */ |
|
2100 |
|
2101 td.post-title strong, td.plugin-title strong { |
|
2102 display: block; |
|
2103 margin-bottom: .2em; |
|
2104 } |
|
2105 |
|
2106 td.post-title p, td.plugin-title p { |
|
2107 margin: 6px 0; |
|
2108 } |
|
2109 |
|
2110 td.plugin-title { |
|
2111 white-space: nowrap; |
|
2112 } |
|
2113 |
|
2114 /* Global classes */ |
|
2115 |
|
2116 .wp-hidden-children .wp-hidden-child, |
|
2117 .ui-tabs-hide, |
|
2118 #codepress-off { |
|
2119 display: none; |
|
2120 } |
|
2121 |
|
2122 .commentlist .avatar { |
|
2123 vertical-align: text-top; |
|
2124 } |
|
2125 |
|
2126 .defaultavatarpicker .avatar { |
|
2127 margin: 2px 0; |
|
2128 vertical-align: middle; |
|
2129 } |
|
2130 |
|
2131 body.wp-admin { |
|
2132 min-width: 785px; |
|
2133 } |
|
2134 |
|
2135 .view-switch { |
|
2136 float: right; |
|
2137 margin: 6px 8px 0; |
|
2138 } |
|
2139 |
|
2140 .view-switch a { |
|
2141 text-decoration: none; |
|
2142 } |
|
2143 |
|
2144 .filter { |
|
2145 float: left; |
|
2146 margin: -5px 0 0 10px; |
|
2147 } |
|
2148 |
|
2149 .filter .subsubsub { |
|
2150 margin-left: -10px; |
|
2151 margin-top: 13px; |
|
2152 } |
|
2153 |
|
2154 #the-comment-list td.comment p.comment-author { |
|
2155 margin-top: 0; |
|
2156 margin-left: 0; |
|
2157 } |
|
2158 |
|
2159 #the-comment-list p.comment-author img { |
|
2160 float: left; |
|
2161 margin-right: 8px; |
|
2162 } |
|
2163 |
|
2164 #the-comment-list p.comment-author strong a { |
|
2165 border: none; |
|
2166 } |
|
2167 |
|
2168 #the-comment-list td { |
|
2169 vertical-align: top; |
|
2170 } |
|
2171 |
|
2172 #the-comment-list td.comment { |
|
2173 word-wrap: break-word; |
|
2174 } |
|
2175 |
|
2176 #the-comment-list .check-column { |
|
2177 padding-top: 8px; |
|
2178 } |
|
2179 |
|
2180 #templateside ul li a { |
|
2181 text-decoration: none; |
|
2182 } |
|
2183 |
|
2184 .indicator-hint { |
|
2185 padding-top: 8px; |
|
2186 } |
|
2187 |
|
2188 #display_name { |
|
2189 width: 15em; |
|
2190 } |
|
2191 |
|
2192 .tablenav .delete { |
|
2193 margin-right: 20px; |
|
2194 } |
|
2195 |
|
2196 td.action-links, |
|
2197 th.action-links { |
|
2198 text-align: right; |
|
2199 } |
|
2200 |
|
2201 /* Diff */ |
|
2202 |
|
2203 table.diff { |
|
2204 width: 100%; |
|
2205 } |
|
2206 |
|
2207 table.diff col.content { |
|
2208 width: 50%; |
|
2209 } |
|
2210 |
|
2211 table.diff tr { |
|
2212 background-color: transparent; |
|
2213 } |
|
2214 |
|
2215 table.diff td, table.diff th { |
|
2216 padding: .5em; |
|
2217 font-family: Consolas, Monaco, Courier, monospace; |
|
2218 border: none; |
|
2219 } |
|
2220 |
|
2221 table.diff .diff-deletedline del, table.diff .diff-addedline ins { |
|
2222 text-decoration: none; |
|
2223 } |
|
2224 |
|
2225 #wp-word-count { |
|
2226 display: block; |
|
2227 padding: 2px 7px; |
|
2228 } |
|
2229 |
|
2230 fieldset { |
|
2231 border: 0; |
|
2232 padding: 0; |
|
2233 margin: 0; |
|
2234 } |
|
2235 |
|
2236 .tool-box { |
|
2237 margin: 15px 0 35px; |
|
2238 } |
|
2239 |
|
2240 .tool-box .buttons { |
|
2241 margin: 15px 0; |
|
2242 } |
|
2243 |
|
2244 .tool-box .title { |
|
2245 margin: 8px 0; |
|
2246 font: 18px/24px Georgia, "Times New Roman", "Bitstream Charter", Times, serif; |
|
2247 } |
|
2248 |
|
2249 .pressthis a { |
|
2250 font-size: 1.2em; |
|
2251 } |
|
2252 |
|
2253 #wp_editbtns, |
|
2254 #wp_gallerybtns { |
|
2255 padding: 2px; |
|
2256 position: absolute; |
|
2257 display: none; |
|
2258 z-index: 999998; |
|
2259 } |
|
2260 |
|
2261 #wp_editimgbtn, |
|
2262 #wp_delimgbtn, |
|
2263 #wp_editgallery, |
|
2264 #wp_delgallery { |
|
2265 margin: 2px; |
|
2266 padding: 2px; |
|
2267 border-width: 1px; |
|
2268 border-style: solid; |
|
2269 -moz-border-radius: 3px; |
|
2270 -khtml-border-radius: 3px; |
|
2271 -webkit-border-radius: 3px; |
|
2272 border-radius: 3px; |
|
2273 } |
|
2274 |
|
2275 .settings-toggle { |
|
2276 text-align: right; |
|
2277 margin: 5px 7px 15px 0; |
|
2278 font-size: 12px; |
|
2279 } |
|
2280 |
|
2281 .settings-toggle h3 { |
|
2282 margin: 0; |
|
2283 } |
|
2284 |
|
2285 #timestampdiv select { |
|
2286 height: 20px; |
|
2287 line-height: 20px; |
|
2288 padding: 0; |
|
2289 } |
|
2290 |
|
2291 #jj, #hh, #mn { |
|
2292 width: 2em; |
|
2293 padding: 1px; |
|
2294 font-size: 12px; |
|
2295 } |
|
2296 |
|
2297 #aa { |
|
2298 width: 3.4em; |
|
2299 padding: 1px; |
|
2300 font-size: 12px; |
|
2301 } |
|
2302 |
|
2303 .curtime #timestamp { |
|
2304 background-repeat: no-repeat; |
|
2305 background-position: left top; |
|
2306 padding-left: 18px; |
|
2307 } |
|
2308 |
|
2309 #timestampdiv { |
|
2310 padding-top: 5px; |
|
2311 line-height: 23px; |
|
2312 } |
|
2313 |
|
2314 #timestampdiv p { |
|
2315 margin: 8px 0 6px; |
|
2316 } |
|
2317 |
|
2318 #timestampdiv input { |
|
2319 border-width: 1px; |
|
2320 border-style: solid; |
|
2321 } |
|
2322 |
|
2323 /* media popup 0819 */ |
|
2324 #sidemenu { |
|
2325 margin: -30px 15px 0 315px; |
|
2326 list-style: none; |
|
2327 position: relative; |
|
2328 float: right; |
|
2329 padding-left: 10px; |
|
2330 font-size: 12px; |
|
2331 } |
|
2332 |
|
2333 #sidemenu a { |
|
2334 padding: 0 7px; |
|
2335 display: block; |
|
2336 float: left; |
|
2337 line-height: 28px; |
|
2338 border-top-width: 1px; |
|
2339 border-top-style: solid; |
|
2340 border-bottom-width: 1px; |
|
2341 border-bottom-style: solid; |
|
2342 } |
|
2343 |
|
2344 #sidemenu li { |
|
2345 display: inline; |
|
2346 line-height: 200%; |
|
2347 list-style: none; |
|
2348 text-align: center; |
|
2349 white-space: nowrap; |
|
2350 margin: 0; |
|
2351 padding: 0; |
|
2352 } |
|
2353 |
|
2354 #sidemenu a.current { |
|
2355 font-weight: normal; |
|
2356 padding-left: 6px; |
|
2357 padding-right: 6px; |
|
2358 -moz-border-radius: 4px 4px 0 0; |
|
2359 -webkit-border-top-left-radius: 4px; |
|
2360 -webkit-border-top-right-radius: 4px; |
|
2361 -khtml-border-top-left-radius: 4px; |
|
2362 -khtml-border-top-right-radius: 4px; |
|
2363 border-top-left-radius: 4px; |
|
2364 border-top-right-radius: 4px; |
|
2365 border-width: 1px; |
|
2366 border-style: solid; |
|
2367 } |
|
2368 |
|
2369 #sidemenu { |
|
2370 margin: -30px 15px 0 315px; |
|
2371 list-style: none; |
|
2372 position: relative; |
|
2373 float: right; |
|
2374 padding-left: 10px; |
|
2375 font-size: 12px; |
|
2376 } |
|
2377 |
|
2378 #sidemenu a { |
|
2379 padding: 0 7px; |
|
2380 display: block; |
|
2381 float: left; |
|
2382 line-height: 28px; |
|
2383 border-top-width: 1px; |
|
2384 border-top-style: solid; |
|
2385 border-bottom-width: 1px; |
|
2386 border-bottom-style: solid; |
|
2387 } |
|
2388 |
|
2389 #sidemenu li a .count-0 { |
|
2390 display: none; |
|
2391 } |
|
2392 |
|
2393 /* reply to comments */ |
|
2394 #replyrow { |
|
2395 font-size: 11px; |
|
2396 } |
|
2397 |
|
2398 #replyrow input { |
|
2399 border-width: 1px; |
|
2400 border-style: solid; |
|
2401 } |
|
2402 |
|
2403 #replyrow td { |
|
2404 padding: 2px; |
|
2405 } |
|
2406 |
|
2407 #replyrow #editorcontainer { |
|
2408 border: 0 none; |
|
2409 } |
|
2410 |
|
2411 #replysubmit { |
|
2412 margin: 0; |
|
2413 padding: 3px 7px; |
|
2414 } |
|
2415 |
|
2416 #replysubmit img.waiting, |
|
2417 .inline-edit-save img.waiting, |
|
2418 #commentstatusdiv img.waiting { |
|
2419 padding: 0 10px; |
|
2420 vertical-align: top; |
|
2421 } |
|
2422 |
|
2423 #replysubmit .button { |
|
2424 margin-right: 5px; |
|
2425 } |
|
2426 |
|
2427 #replyrow #editor-toolbar { |
|
2428 display: none; |
|
2429 } |
|
2430 |
|
2431 #replyhead { |
|
2432 font-size: 12px; |
|
2433 font-weight: bold; |
|
2434 padding: 2px 10px 4px; |
|
2435 } |
|
2436 |
|
2437 #edithead .inside { |
|
2438 float: left; |
|
2439 padding: 3px 0 2px 5px; |
|
2440 margin: 0; |
|
2441 text-align: center; |
|
2442 font-size: 11px; |
|
2443 } |
|
2444 |
|
2445 #edithead .inside input { |
|
2446 width: 180px; |
|
2447 font-size: 11px; |
|
2448 } |
|
2449 |
|
2450 #edithead label { |
|
2451 padding: 2px 0; |
|
2452 } |
|
2453 |
|
2454 #replycontainer { |
|
2455 padding: 5px; |
|
2456 border: 0 none; |
|
2457 height: 120px; |
|
2458 overflow: hidden; |
|
2459 position: relative; |
|
2460 } |
|
2461 |
|
2462 #replycontent { |
|
2463 resize: none; |
|
2464 margin: 0; |
|
2465 width: 100%; |
|
2466 height: 100%; |
|
2467 padding: 0; |
|
2468 line-height: 150%; |
|
2469 border: 0 none; |
|
2470 outline: none; |
|
2471 font-size: 12px; |
|
2472 } |
|
2473 |
|
2474 #replyrow #ed_reply_toolbar { |
|
2475 margin: 0; |
|
2476 padding: 2px 3px; |
|
2477 } |
|
2478 |
|
2479 /* show/hide settings */ |
|
2480 #screen-meta { |
|
2481 position: relative; |
|
2482 clear: both; |
|
2483 } |
|
2484 |
|
2485 #screen-meta-links { |
|
2486 margin: 0 9px 0 0; |
|
2487 } |
|
2488 |
|
2489 #screen-meta .screen-reader-text { |
|
2490 visibility: hidden; |
|
2491 } |
|
2492 |
|
2493 #screen-options-link-wrap, |
|
2494 #contextual-help-link-wrap { |
|
2495 float: right; |
|
2496 background: transparent url( images/screen-options-left.gif ) no-repeat 0 0; |
|
2497 font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif; |
|
2498 height: 22px; |
|
2499 padding: 0; |
|
2500 margin: 0 6px 0 0; |
|
2501 } |
|
2502 |
|
2503 #screen-meta a.show-settings { |
|
2504 text-decoration: none; |
|
2505 z-index: 1; |
|
2506 padding: 0 16px 0 6px; |
|
2507 height: 22px; |
|
2508 line-height: 22px; |
|
2509 font-size: 10px; |
|
2510 display: block; |
|
2511 background-repeat: no-repeat; |
|
2512 background-position: right bottom; |
|
2513 } |
|
2514 |
|
2515 #screen-meta a.show-settings { |
|
2516 background-image: url( images/screen-options-right.gif ); |
|
2517 } |
|
2518 |
|
2519 #screen-meta a.show-settings:hover { |
|
2520 text-decoration: none; |
|
2521 } |
|
2522 |
|
2523 #screen-options-wrap h5, |
|
2524 #contextual-help-wrap h5 { |
|
2525 margin: 8px 0; |
|
2526 font-size: 13px; |
|
2527 } |
|
2528 |
|
2529 #screen-options-wrap, |
|
2530 #contextual-help-wrap { |
|
2531 border-style: none solid solid; |
|
2532 border-top: 0 none; |
|
2533 border-width: 0 1px 1px; |
|
2534 margin: 0 15px; |
|
2535 padding: 8px 12px 12px; |
|
2536 -moz-border-radius: 0 0 0 4px; |
|
2537 -webkit-border-bottom-left-radius: 4px; |
|
2538 -khtml-border-bottom-left-radius: 4px; |
|
2539 border-bottom-left-radius: 4px; |
|
2540 } |
|
2541 |
|
2542 .metabox-prefs label { |
|
2543 padding-right: 15px; |
|
2544 white-space: nowrap; |
|
2545 line-height: 30px; |
|
2546 } |
|
2547 |
|
2548 .metabox-prefs label input { |
|
2549 margin: 0 5px 0 2px; |
|
2550 } |
|
2551 |
|
2552 .metabox-prefs label a { |
|
2553 display: none; |
|
2554 } |
|
2555 |
|
2556 /* Inline Editor |
|
2557 .quick-edit* is for Quick Edit |
|
2558 .bulk-edit* is for Bulk Edit |
|
2559 .inline-edit* is for everything |
|
2560 */ |
|
2561 /* Layout */ |
|
2562 tr.inline-edit-row td { |
|
2563 padding: 0 0.5em; |
|
2564 } |
|
2565 |
|
2566 #wpbody-content .inline-edit-row fieldset { |
|
2567 font-size: 12px; |
|
2568 float: left; |
|
2569 margin: 0; |
|
2570 padding: 0; |
|
2571 width: 100%; |
|
2572 } |
|
2573 |
|
2574 #wpbody-content .inline-edit-row fieldset .inline-edit-col { |
|
2575 padding: 0 0.5em; |
|
2576 } |
|
2577 |
|
2578 #wpbody-content .quick-edit-row-page fieldset.inline-edit-col-right .inline-edit-col { |
|
2579 border-width: 0 0 0 1px; |
|
2580 border-style: none none none solid; |
|
2581 } |
|
2582 |
|
2583 #wpbody-content .quick-edit-row-post .inline-edit-col-left { |
|
2584 width: 40%; |
|
2585 } |
|
2586 |
|
2587 #wpbody-content .quick-edit-row-post .inline-edit-col-right { |
|
2588 width: 39%; |
|
2589 } |
|
2590 |
|
2591 #wpbody-content .inline-edit-row-post .inline-edit-col-center { |
|
2592 width: 20%; |
|
2593 } |
|
2594 |
|
2595 #wpbody-content .quick-edit-row-page .inline-edit-col-left { |
|
2596 width: 50%; |
|
2597 } |
|
2598 |
|
2599 #wpbody-content .quick-edit-row-page .inline-edit-col-right, |
|
2600 #wpbody-content .bulk-edit-row-post .inline-edit-col-right { |
|
2601 width: 49%; |
|
2602 } |
|
2603 |
|
2604 #wpbody-content .bulk-edit-row .inline-edit-col-left { |
|
2605 width: 30%; |
|
2606 } |
|
2607 |
|
2608 #wpbody-content .bulk-edit-row-page .inline-edit-col-right { |
|
2609 width: 69%; |
|
2610 } |
|
2611 |
|
2612 #wpbody-content .bulk-edit-row .inline-edit-col-bottom { |
|
2613 float: right; |
|
2614 width: 69%; |
|
2615 } |
|
2616 |
|
2617 #wpbody-content .inline-edit-row-page .inline-edit-col-right, |
|
2618 #owpbody-content .bulk-edit-row-post .inline-edit-col-right { |
|
2619 margin-top: 27px; |
|
2620 } |
|
2621 |
|
2622 .inline-edit-row fieldset .inline-edit-group { |
|
2623 clear: both; |
|
2624 } |
|
2625 |
|
2626 .inline-edit-row fieldset .inline-edit-group:after { |
|
2627 content: "."; |
|
2628 display: block; |
|
2629 height: 0; |
|
2630 clear: both; |
|
2631 visibility: hidden; |
|
2632 } |
|
2633 |
|
2634 .inline-edit-row p.submit { |
|
2635 clear: both; |
|
2636 padding: 0.5em; |
|
2637 margin: 0.5em 0 0; |
|
2638 } |
|
2639 |
|
2640 .inline-edit-row span.error { |
|
2641 line-height: 22px; |
|
2642 margin: 0 15px; |
|
2643 padding: 3px 5px; |
|
2644 } |
|
2645 |
|
2646 /* Positioning */ |
|
2647 .inline-edit-row h4 { |
|
2648 margin: .2em 0; |
|
2649 padding: 0; |
|
2650 line-height: 23px; |
|
2651 } |
|
2652 .inline-edit-row fieldset span.title, |
|
2653 .inline-edit-row fieldset span.checkbox-title { |
|
2654 margin: 0; |
|
2655 padding: 0; |
|
2656 line-height: 27px; |
|
2657 } |
|
2658 |
|
2659 .inline-edit-row fieldset label, |
|
2660 .inline-edit-row fieldset span.inline-edit-categories-label { |
|
2661 display: block; |
|
2662 margin: .2em 0; |
|
2663 } |
|
2664 |
|
2665 .inline-edit-row fieldset label.inline-edit-tags { |
|
2666 margin-top: 0; |
|
2667 } |
|
2668 |
|
2669 .inline-edit-row fieldset label.inline-edit-tags span.title { |
|
2670 margin: .2em 0; |
|
2671 } |
|
2672 |
|
2673 .inline-edit-row fieldset label span.title { |
|
2674 display: block; |
|
2675 float: left; |
|
2676 width: 5em; |
|
2677 } |
|
2678 |
|
2679 .inline-edit-row fieldset label span.input-text-wrap { |
|
2680 display: block; |
|
2681 margin-left: 5em; |
|
2682 } |
|
2683 |
|
2684 .quick-edit-row-post fieldset.inline-edit-col-right label span.title { |
|
2685 width: auto; |
|
2686 padding-right: 0.5em; |
|
2687 } |
|
2688 |
|
2689 .inline-edit-row .input-text-wrap input[type=text] { |
|
2690 width: 100%; |
|
2691 } |
|
2692 |
|
2693 .inline-edit-row fieldset label input[type=checkbox] { |
|
2694 vertical-align: text-bottom; |
|
2695 } |
|
2696 |
|
2697 .inline-edit-row fieldset label textarea { |
|
2698 width: 100%; |
|
2699 height: 4em; |
|
2700 } |
|
2701 |
|
2702 #wpbody-content .bulk-edit-row fieldset .inline-edit-group label { |
|
2703 max-width: 50%; |
|
2704 } |
|
2705 |
|
2706 #wpbody-content .quick-edit-row fieldset .inline-edit-group label.alignleft:first-child { |
|
2707 margin-right: 0.5em |
|
2708 } |
|
2709 |
|
2710 /* Styling */ |
|
2711 .inline-edit-row h4 { |
|
2712 text-transform: uppercase; |
|
2713 } |
|
2714 |
|
2715 .inline-edit-row fieldset span.title, |
|
2716 .inline-edit-row fieldset span.checkbox-title { |
|
2717 font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif; |
|
2718 font-style: italic; |
|
2719 line-height: 1.8em; |
|
2720 } |
|
2721 |
|
2722 /* Specific Elements */ |
|
2723 .inline-edit-row fieldset input[type="text"], |
|
2724 .inline-edit-row fieldset textarea { |
|
2725 border-style: solid; |
|
2726 border-width: 1px; |
|
2727 } |
|
2728 |
|
2729 .inline-edit-row fieldset .inline-edit-date { |
|
2730 float: left; |
|
2731 } |
|
2732 |
|
2733 .inline-edit-row fieldset input[name=jj], |
|
2734 .inline-edit-row fieldset input[name=hh], |
|
2735 .inline-edit-row fieldset input[name=mn] { |
|
2736 font-size: 12px; |
|
2737 width: 2.1em; |
|
2738 } |
|
2739 |
|
2740 .inline-edit-row fieldset input[name=aa] { |
|
2741 font-size: 12px; |
|
2742 width: 3.5em; |
|
2743 } |
|
2744 |
|
2745 .inline-edit-row fieldset label input.inline-edit-password-input { |
|
2746 width: 8em; |
|
2747 } |
|
2748 |
|
2749 .inline-edit-row .catshow, |
|
2750 .inline-edit-row .cathide { |
|
2751 cursor: pointer; |
|
2752 } |
|
2753 |
|
2754 ul.cat-checklist { |
|
2755 height: 12em; |
|
2756 border-style: solid; |
|
2757 border-width: 1px; |
|
2758 overflow-y: scroll; |
|
2759 padding: 0 5px; |
|
2760 margin: 0; |
|
2761 } |
|
2762 |
|
2763 #bulk-titles { |
|
2764 display: block; |
|
2765 height: 12em; |
|
2766 border-style: solid; |
|
2767 border-width: 1px; |
|
2768 overflow-y: scroll; |
|
2769 padding: 0 5px; |
|
2770 margin: 0 0 5px; |
|
2771 } |
|
2772 |
|
2773 .inline-edit-row fieldset ul.cat-checklist li, |
|
2774 .inline-edit-row fieldset ul.cat-checklist input { |
|
2775 margin: 0; |
|
2776 } |
|
2777 |
|
2778 .inline-edit-row fieldset ul.cat-checklist label, |
|
2779 .inline-edit-row .catshow, |
|
2780 .inline-edit-row .cathide, |
|
2781 .inline-edit-row #bulk-titles div { |
|
2782 font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif; |
|
2783 font-style: normal; |
|
2784 font-size: 11px; |
|
2785 } |
|
2786 |
|
2787 table .inline-edit-row fieldset ul.cat-hover { |
|
2788 height: auto; |
|
2789 max-height: 30em; |
|
2790 overflow-y: auto; |
|
2791 position: absolute; |
|
2792 } |
|
2793 |
|
2794 .inline-edit-row fieldset label input.inline-edit-menu-order-input { |
|
2795 width: 3em; |
|
2796 } |
|
2797 |
|
2798 .inline-edit-row fieldset label input.inline-edit-slug-input { |
|
2799 width: 75%; |
|
2800 } |
|
2801 |
|
2802 .quick-edit-row-post fieldset label.inline-edit-status { |
|
2803 float: left; |
|
2804 } |
|
2805 |
|
2806 #bulk-titles { |
|
2807 line-height: 140%; |
|
2808 } |
|
2809 #bulk-titles div { |
|
2810 margin: 0.2em 0.3em; |
|
2811 } |
|
2812 |
|
2813 #bulk-titles div a { |
|
2814 cursor: pointer; |
|
2815 display: block; |
|
2816 float: left; |
|
2817 height: 10px; |
|
2818 margin: 3px 3px 0 -2px; |
|
2819 overflow: hidden; |
|
2820 position: relative; |
|
2821 text-indent: -9999px; |
|
2822 width: 10px; |
|
2823 } |
|
2824 |
|
2825 /* Media library */ |
|
2826 #wpbody-content #media-items .describe { |
|
2827 border-collapse: collapse; |
|
2828 width: 100%; |
|
2829 border-top-style: solid; |
|
2830 border-top-width: 1px; |
|
2831 clear: both; |
|
2832 cursor: default; |
|
2833 padding: 5px; |
|
2834 width: 100%; |
|
2835 } |
|
2836 |
|
2837 #wpbody-content .describe .media-item-info tr { |
|
2838 background-color: transparent; |
|
2839 } |
|
2840 |
|
2841 #wpbody-content .filename { |
|
2842 padding: 0 10px; |
|
2843 } |
|
2844 |
|
2845 #wpbody-content .media-item .thumbnail { |
|
2846 max-height: 128px; |
|
2847 max-width: 128px; |
|
2848 } |
|
2849 |
|
2850 #wpbody-content .media-upload-form label { |
|
2851 display: block; |
|
2852 font-size: 13px; |
|
2853 margin: 0.5em; |
|
2854 } |
|
2855 |
|
2856 abbr.required { |
|
2857 border: medium none; |
|
2858 text-decoration: none; |
|
2859 } |
|
2860 |
|
2861 #wpbody-content .describe input[type="text"], |
|
2862 #wpbody-content .describe textarea { |
|
2863 width: 460px; |
|
2864 } |
|
2865 |
|
2866 #wpbody-content .describe p.help { |
|
2867 margin: 0; |
|
2868 padding: 0 0 0 5px; |
|
2869 } |
|
2870 |
|
2871 .describe-toggle-on, .describe-toggle-off { |
|
2872 display: block; |
|
2873 line-height: 36px; |
|
2874 float: right; |
|
2875 margin-right: 20px; |
|
2876 } |
|
2877 |
|
2878 .describe-toggle-off { |
|
2879 display: none; |
|
2880 } |
|
2881 |
|
2882 #wpbody-content .media-item { |
|
2883 border-bottom-style: solid; |
|
2884 border-bottom-width: 1px; |
|
2885 min-height: 36px; |
|
2886 position: relative; |
|
2887 width: 100%; |
|
2888 } |
|
2889 |
|
2890 #wpbody-content #media-items { |
|
2891 border-style: solid solid none; |
|
2892 border-width: 1px; |
|
2893 width: 670px; |
|
2894 } |
|
2895 |
|
2896 #wpbody-content #media-items .filename { |
|
2897 line-height: 36px; |
|
2898 overflow: hidden; |
|
2899 } |
|
2900 |
|
2901 .media-item .pinkynail { |
|
2902 float: left; |
|
2903 height: 32px; |
|
2904 margin: 2px; |
|
2905 max-width: 40px; |
|
2906 max-height: 40px; |
|
2907 } |
|
2908 |
|
2909 .media-item .startopen, |
|
2910 .media-item .startclosed { |
|
2911 display: none; |
|
2912 } |
|
2913 |
|
2914 .media-item .original { |
|
2915 position: relative; |
|
2916 height: 34px; |
|
2917 text-align: center; |
|
2918 } |
|
2919 |
|
2920 .media-item .percent { |
|
2921 font-weight: bold; |
|
2922 } |
|
2923 |
|
2924 .crunching { |
|
2925 display: block; |
|
2926 line-height: 32px; |
|
2927 text-align: right; |
|
2928 margin-right: 5px; |
|
2929 } |
|
2930 |
|
2931 button.dismiss { |
|
2932 position: absolute; |
|
2933 top: 7px; |
|
2934 right: 5px; |
|
2935 z-index: 4; |
|
2936 width: 8em; |
|
2937 } |
|
2938 |
|
2939 .file-error { |
|
2940 float: left; |
|
2941 font-weight: bold; |
|
2942 padding: 10px; |
|
2943 } |
|
2944 |
|
2945 .progress { |
|
2946 position: relative; |
|
2947 margin-bottom: -36px; |
|
2948 height: 36px; |
|
2949 } |
|
2950 |
|
2951 .bar { |
|
2952 width: 0; |
|
2953 height: 100%; |
|
2954 border-right-width: 3px; |
|
2955 border-right-style: solid; |
|
2956 } |
|
2957 |
|
2958 #media-items a.delete, |
|
2959 #media-items a.del-link { |
|
2960 padding: 1px 4px 2px; |
|
2961 } |
|
2962 |
|
2963 |
|
2964 /* find posts */ |
|
2965 .find-box { |
|
2966 width: 500px; |
|
2967 height: 300px; |
|
2968 overflow: hidden; |
|
2969 padding: 33px 5px 40px; |
|
2970 position: absolute; |
|
2971 z-index: 1000; |
|
2972 } |
|
2973 |
|
2974 .find-box-head { |
|
2975 cursor: move; |
|
2976 font-weight: bold; |
|
2977 height: 2em; |
|
2978 line-height: 2em; |
|
2979 padding: 1px 12px; |
|
2980 position: absolute; |
|
2981 top: 5px; |
|
2982 width: 100%; |
|
2983 } |
|
2984 |
|
2985 .find-box-inside { |
|
2986 overflow: auto; |
|
2987 width: 100%; |
|
2988 height: 100%; |
|
2989 } |
|
2990 |
|
2991 .find-box-search { |
|
2992 padding: 12px; |
|
2993 border-width: 1px; |
|
2994 border-style: none none solid; |
|
2995 } |
|
2996 |
|
2997 #find-posts-response { |
|
2998 margin: 8px 0; |
|
2999 padding: 0 1px; |
|
3000 } |
|
3001 |
|
3002 #find-posts-response table { |
|
3003 width: 100%; |
|
3004 } |
|
3005 |
|
3006 #find-posts-response .found-radio { |
|
3007 padding: 5px 0 0 8px; |
|
3008 width: 15px; |
|
3009 } |
|
3010 |
|
3011 .find-box-buttons { |
|
3012 width: 480px; |
|
3013 margin: 8px; |
|
3014 } |
|
3015 |
|
3016 .find-box-search label { |
|
3017 padding-right: 6px; |
|
3018 } |
|
3019 |
|
3020 .find-box #resize-se { |
|
3021 position: absolute; |
|
3022 right: 1px; |
|
3023 bottom: 1px; |
|
3024 } |
|
3025 |
|
3026 /* favorite-actions */ |
|
3027 #favorite-actions { |
|
3028 float: right; |
|
3029 margin: 11px 12px 0; |
|
3030 min-width: 130px; |
|
3031 position: relative; |
|
3032 } |
|
3033 |
|
3034 #favorite-first { |
|
3035 -moz-border-radius: 12px; |
|
3036 -khtml-border-radius: 12px; |
|
3037 -webkit-border-radius: 12px; |
|
3038 border-radius: 12px; |
|
3039 line-height: 15px; |
|
3040 padding: 3px 30px 4px 12px; |
|
3041 border-width: 1px; |
|
3042 border-style: solid; |
|
3043 } |
|
3044 |
|
3045 #favorite-inside { |
|
3046 margin: 0 0 0 0px; |
|
3047 padding: 0 1px 6px 1px; |
|
3048 border-width: 1px; |
|
3049 border-style: solid; |
|
3050 position: absolute; |
|
3051 z-index: 11; |
|
3052 display: none; |
|
3053 -moz-border-radius: 0 0 12px 12px; |
|
3054 -webkit-border-bottom-right-radius: 12px; |
|
3055 -webkit-border-bottom-left-radius: 12px; |
|
3056 -khtml-border-bottom-right-radius: 12px; |
|
3057 -khtml-border-bottom-left-radius: 12px; |
|
3058 border-bottom-right-radius: 12px; |
|
3059 border-bottom-left-radius: 12px; |
|
3060 } |
|
3061 |
|
3062 #favorite-actions a { |
|
3063 display: block; |
|
3064 text-decoration: none; |
|
3065 font-size: 11px; |
|
3066 } |
|
3067 |
|
3068 #favorite-inside a { |
|
3069 padding: 3px 5px 3px 10px; |
|
3070 } |
|
3071 |
|
3072 #favorite-toggle { |
|
3073 height: 22px; |
|
3074 position: absolute; |
|
3075 right: 0; |
|
3076 top: 1px; |
|
3077 width: 28px; |
|
3078 } |
|
3079 |
|
3080 #favorite-actions .slide-down { |
|
3081 -moz-border-radius: 12px 12px 0 0; |
|
3082 -webkit-border-bottom-right-radius: 0; |
|
3083 -webkit-border-bottom-left-radius: 0; |
|
3084 -khtml-border-bottom-right-radius: 0; |
|
3085 -khtml-border-bottom-left-radius: 0; |
|
3086 border-bottom-right-radius: 0; |
|
3087 border-bottom-left-radius: 0; |
|
3088 border-bottom-width: 1px; |
|
3089 border-bottom-style: solid; |
|
3090 } |
|
3091 |
|
3092 #utc-time, #local-time { |
|
3093 padding-left: 25px; |
|
3094 font-style: italic; |
|
3095 font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif; |
|
3096 } |
|
3097 |
|
3098 ul#dismissed-updates { |
|
3099 display: none; |
|
3100 } |
|
3101 form.upgrade { |
|
3102 margin-top: 8px; |
|
3103 } |
|
3104 |
|
3105 form.upgrade .hint { |
|
3106 font-style: italic; |
|
3107 font-size: 85%; |
|
3108 margin: -0.5em 0 2em 0; |
|
3109 } |
|
3110 |
|
3111 #poststuff .inside .the-tagcloud { |
|
3112 margin: 5px 0 10px; |
|
3113 padding: 8px; |
|
3114 border-width: 1px; |
|
3115 border-style: solid; |
|
3116 line-height: 1.8em; |
|
3117 word-spacing: 3px; |
|
3118 -moz-border-radius: 6px; |
|
3119 -khtml-border-radius: 6px; |
|
3120 -webkit-border-radius: 6px; |
|
3121 border-radius: 6px; |
|
3122 } |
|
3123 |
|
3124 br.clear { |
|
3125 height: 2px; |
|
3126 line-height: 2px; |
|
3127 } |
|
3128 |
|
3129 .swfupload { |
|
3130 margin: 5px 10px; |
|
3131 vertical-align: middle; |
|
3132 } |
|
3133 |
|
3134 /* table.fixed column width */ |
|
3135 table.fixed { |
|
3136 table-layout: fixed; |
|
3137 } |
|
3138 |
|
3139 .fixed .column-rating, |
|
3140 .fixed .column-visible { |
|
3141 width: 8%; |
|
3142 } |
|
3143 |
|
3144 .fixed .column-date, |
|
3145 .fixed .column-parent, |
|
3146 .fixed .column-links { |
|
3147 width: 10%; |
|
3148 } |
|
3149 |
|
3150 .fixed .column-response, |
|
3151 .fixed .column-author, |
|
3152 .fixed .column-categories, |
|
3153 .fixed .column-tags, |
|
3154 .fixed .column-rel, |
|
3155 .fixed .column-role { |
|
3156 width: 15%; |
|
3157 } |
|
3158 |
|
3159 .fixed .column-comments { |
|
3160 width: 4em; |
|
3161 padding-top: 8px; |
|
3162 } |
|
3163 |
|
3164 .fixed .column-slug { |
|
3165 width: 25%; |
|
3166 } |
|
3167 |
|
3168 .fixed .column-posts { |
|
3169 width: 10%; |
|
3170 } |
|
3171 |
|
3172 .fixed .column-icon { |
|
3173 width: 80px; |
|
3174 } |
|
3175 |
|
3176 #commentstatusdiv .fixed .column-author, |
|
3177 #comments-form .fixed .column-author, |
|
3178 #commentstatusdiv .fixed .column-date { |
|
3179 width: 20%; |
|
3180 } |
|
3181 |
|
3182 .widefat th, |
|
3183 .widefat td { |
|
3184 overflow: hidden; |
|
3185 } |
|
3186 |
|
3187 .widefat td p { |
|
3188 margin: 2px 0 0.8em; |
|
3189 } |
|
3190 |
|
3191 table .vers, |
|
3192 table .column-visible, |
|
3193 table .column-rating { |
|
3194 text-align: center; |
|
3195 } |
|
3196 |
|
3197 .icon32 { |
|
3198 float: left; |
|
3199 height: 36px; |
|
3200 margin: 14px 6px 0 0; |
|
3201 width: 36px; |
|
3202 } |
|
3203 |
|
3204 .key-labels label { |
|
3205 line-height: 24px; |
|
3206 } |
|
3207 |
|
3208 .subtitle { |
|
3209 font-size: 0.75em; |
|
3210 line-height: 1; |
|
3211 padding-left: 25px; |
|
3212 } |
|
3213 |
|
3214 ol { |
|
3215 list-style-type: decimal; |
|
3216 margin-left: 2em; |
|
3217 } |
|
3218 |
|
3219 .postbox-container { |
|
3220 float: left; |
|
3221 padding-right: 0.5%; |
|
3222 } |
|
3223 |
|
3224 .postbox-container .meta-box-sortables { |
|
3225 min-height: 300px; |
|
3226 } |
|
3227 |
|
3228 .temp-border { |
|
3229 border: 1px dotted #ccc; |
|
3230 } |
|
3231 |
|
3232 .columns-prefs label { |
|
3233 padding: 0 5px; |
|
3234 } |
|
3235 |
|
3236 .theme-install-php h4, |
|
3237 .plugin-install-php h4 { |
|
3238 margin: 2.5em 0 8px; |
|
3239 } |
|
3240 |
|
3241 p.install-help { |
|
3242 margin: 8px 0; |
|
3243 font-style: italic; |
|
3244 } |
|
3245 |
|
3246 p.popular-tags { |
|
3247 -moz-border-radius: 8px; |
|
3248 -khtml-border-radius: 8px; |
|
3249 -webkit-border-radius: 8px; |
|
3250 border-radius: 8px; |
|
3251 border-width: 1px; |
|
3252 border-style: solid; |
|
3253 line-height: 2em; |
|
3254 padding: 8px 12px 12px; |
|
3255 text-align: justify; |
|
3256 } |
|
3257 |
|
3258 p.popular-tags a { |
|
3259 padding: 0 3px; |
|
3260 } |
|
3261 |
|
3262 .stuffbox .editcomment { |
|
3263 clear: none; |
|
3264 } |
|
3265 |
|
3266 .ajax-feedback { |
|
3267 visibility: hidden; |
|
3268 vertical-align: bottom; |
|
3269 } |
|
3270 |
|
3271 .tagsdiv .newtag { |
|
3272 width: 180px; |
|
3273 } |
|
3274 |
|
3275 .tagsdiv .the-tags { |
|
3276 display: block; |
|
3277 height: 60px; |
|
3278 margin: 0 auto; |
|
3279 overflow: auto; |
|
3280 width: 260px; |
|
3281 } |
|
3282 |
|
3283 #post-body-content .tagsdiv .the-tags { |
|
3284 margin: 0 5px; |
|
3285 } |
|
3286 |
|
3287 label, |
|
3288 #your-profile label + a { |
|
3289 vertical-align: middle; |
|
3290 } |
|
3291 |
|
3292 .plugin-update-tr .update-message { |
|
3293 margin: 5px; |
|
3294 padding: 3px 5px; |
|
3295 border-width: 1px; |
|
3296 border-style: solid; |
|
3297 -moz-border-radius: 5px; |
|
3298 -khtml-border-radius: 5px; |
|
3299 -webkit-border-radius: 5px; |
|
3300 border-radius: 5px; |
|
3301 } |