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