PluginProbe
bbPress / 2.0-beta-1
bbPress v2.0-beta-1
2.6.17 trunk 2.0 2.0-beta-1 2.0-beta-2b 2.0-beta-3 2.0-beta-3b 2.0-rc-2 2.0-rc-3 2.0-rc-4 2.0-rc-5 2.0.1 2.0.2 2.0.3 2.1 2.1-beta-1 2.1-rc1 2.1-rc2 2.1-rc3 2.1-rc4 2.1.1 2.1.2 2.1.3 2.2 2.2.1 All 72 releases
bbpress / bbp-admin / styles / admin.dev.css

admin.dev.css in bbPress 2.0-beta-1, at bbp-admin/styles/admin.dev.css

1,701 lines 34.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* =wp-admin area stylesheet with a bbPress twist
2 -------------------------------------------------------------- */
3
4 html {
5 background-color: #f9f9f9;
6 }
7
8 * html input,
9 * html .widget {
10 border-color: #dfdfdf;
11 }
12
13 textarea,
14 input[type="text"],
15 input[type="password"],
16 input[type="file"],
17 input[type="button"],
18 input[type="submit"],
19 input[type="reset"],
20 select {
21 border-color: #dfdfdf;
22 background-color: #fff;
23 }
24
25 kbd,
26 code {
27 background: #eaeaea;
28 }
29
30 input[readonly] {
31 background-color: #eee;
32 }
33
34 .find-box-search {
35 border-color: #dfdfdf;
36 background-color: #f1f1f1;
37 }
38
39 .find-box {
40 background-color: #f1f1f1;
41 }
42
43 .find-box-inside {
44 background-color: #fff;
45 }
46
47 a.page-numbers:hover {
48 border-color: #999;
49 }
50
51 body,
52 #wpbody,
53 .form-table .pre {
54 color: #333;
55 }
56
57 body > #upload-menu {
58 border-bottom-color: #fff;
59 }
60
61 #postcustomstuff table,
62 #your-profile fieldset,
63 #rightnow,
64 div.dashboard-widget,
65 #dashboard-widgets p.dashboard-widget-links,
66 #replyrow #ed_reply_toolbar input {
67 border-color: #ccc;
68 }
69
70 #poststuff .inside label.spam,
71 #poststuff .inside label.deleted {
72 color: red;
73 }
74
75 #poststuff .inside label.waiting {
76 color: orange;
77 }
78
79 #poststuff .inside label.approved {
80 color: green;
81 }
82
83 #postcustomstuff table {
84 border-color: #dfdfdf;
85 background-color: #F9F9F9;
86 }
87
88 #postcustomstuff thead th {
89 background-color: #F1F1F1;
90 }
91
92 #postcustomstuff table input,
93 #postcustomstuff table textarea {
94 border-color: #dfdfdf;
95 background-color: #fff;
96 }
97
98 .widefat {
99 border-color: #dfdfdf;
100 background-color: #fff;
101 }
102
103 div.dashboard-widget-error {
104 background-color: #c43;
105 }
106
107 div.dashboard-widget-notice {
108 background-color: #cfe1ef;
109 }
110
111 div.dashboard-widget-submit {
112 border-top-color: #ccc;
113 }
114
115 div.tabs-panel,
116 ul.category-tabs li.tabs,
117 ul.add-menu-item-tabs li.tabs {
118 border-color: #dfdfdf;
119 }
120
121 ul.category-tabs li.tabs,
122 ul.add-menu-item-tabs li.tabs {
123 background-color: #f1f1f1;
124 }
125
126 input.disabled,
127 textarea.disabled {
128 background-color: #ccc;
129 }
130 /* #upload-menu li a.upload-tab-link, */
131 #plugin-information .action-button a,
132 #plugin-information .action-button a:hover,
133 #plugin-information .action-button a:visited {
134 color: #fff;
135 }
136
137 .widget .widget-top,
138 .postbox h3,
139 .stuffbox h3 {
140 background: #dfdfdf url("../../../../wp-admin/images/gray-grad.png") repeat-x left top;
141 text-shadow: #fff 0 1px 0;
142 }
143
144 .form-table th,
145 .form-wrap label {
146 color: #222;
147 text-shadow: #fff 0 1px 0;
148 }
149
150 .description,
151 .form-wrap p {
152 color: #666;
153 }
154
155 strong .post-com-count span {
156 background-color: #21759b;
157 }
158
159 .sorthelper {
160 background-color: #ccf3fa;
161 }
162
163 .ac_match,
164 .subsubsub a.current {
165 color: #000;
166 }
167
168 .wrap h2 {
169 color: #464646;
170 }
171
172 .ac_over {
173 background-color: #f0f0b8;
174 }
175
176 .ac_results {
177 background-color: #fff;
178 border-color: #808080;
179 }
180
181 .ac_results li {
182 color: #101010;
183 }
184
185 .alternate,
186 .alt {
187 background-color: #f9f9f9;
188 }
189
190 .available-theme a.screenshot {
191 background-color: #f1f1f1;
192 border-color: #ddd;
193 }
194
195 .bar {
196 background-color: #e8e8e8;
197 border-right-color: #99d;
198 }
199
200 #media-upload,
201 #media-upload .media-item .slidetoggle {
202 background: #fff;
203 }
204
205 #media-upload .slidetoggle {
206 border-top-color: #dfdfdf;
207 }
208
209 .error,
210 .login #login_error {
211 background-color: #ffebe8;
212 border-color: #c00;
213 }
214
215 .error a {
216 color: #c00;
217 }
218
219 .form-invalid {
220 background-color: #ffebe8 !important;
221 }
222
223 .form-invalid input,
224 .form-invalid select {
225 border-color: #c00 !important;
226 }
227
228 .submit {
229 border-color: #DFDFDF;
230 }
231
232 .highlight {
233 background-color: #e4f2fd;
234 color: #d54e21;
235 }
236
237 .howto,
238 .nonessential,
239 #edit-slug-box,
240 .form-input-tip,
241 .rss-widget span.rss-date,
242 .subsubsub {
243 color: #666;
244 }
245
246 .media-item {
247 border-bottom-color: #dfdfdf;
248 }
249
250 #wpbody-content #media-items .describe {
251 border-top-color: #dfdfdf;
252 }
253
254 .media-upload-form label.form-help,
255 td.help {
256 color: #9a9a9a;
257 }
258
259 .post-com-count {
260 background-image: url(../../../../wp-admin/images/bubble_bg.gif);
261 color: #fff;
262 }
263
264 .post-com-count span {
265 background-color: #bbb;
266 color: #fff;
267 }
268
269 .post-com-count:hover span {
270 background-color: #d54e21;
271 }
272
273 .quicktags, .search {
274 background-color: #ccc;
275 color: #000;
276 }
277
278 .side-info h5 {
279 border-bottom-color: #dadada;
280 }
281
282 .side-info ul {
283 color: #666;
284 }
285
286 .button,
287 .button-secondary,
288 .submit input,
289 input[type=button],
290 input[type=submit] {
291 border-color: #bbb;
292 color: #464646;
293 }
294
295 .button:hover,
296 .button-secondary:hover,
297 .submit input:hover,
298 input[type=button]:hover,
299 input[type=submit]:hover {
300 color: #000;
301 border-color: #666;
302 }
303
304 .button,
305 .submit input,
306 .button-secondary {
307 background: #f2f2f2 url(../../../../wp-admin/images/white-grad.png) repeat-x scroll left top;
308 text-shadow: rgba(255,255,255,1) 0 1px 0;
309 }
310
311 .button:active,
312 .submit input:active,
313 .button-secondary:active {
314 background: #eee url(../../../../wp-admin/images/white-grad-active.png) repeat-x scroll left top;
315 }
316
317 input.button-primary,
318 button.button-primary,
319 a.button-primary {
320 border-color: #6eb469;
321 font-weight: bold;
322 color: #fff;
323 background: #21759B url(../bbp-images/button-grad.png) repeat-x scroll left top;
324 text-shadow: rgba(0,0,0,0.3) 0 -1px 0;
325 }
326
327 input.button-primary:active,
328 button.button-primary:active,
329 a.button-primary:active {
330 background: #21759B url(../bbp-images/button-grad.png) repeat-x scroll left bottom;
331 color: #cae8be;
332 }
333
334 input.button-primary:hover,
335 button.button-primary:hover,
336 a.button-primary:hover,
337 a.button-primary:focus,
338 a.button-primary:active {
339 border-color: #006600;
340 color: #cae8be;
341 }
342
343 .button-disabled,
344 .button[disabled],
345 .button:disabled,
346 .button-secondary[disabled],
347 .button-secondary:disabled,
348 a.button.disabled {
349 color: #aaa !important;
350 border-color: #ddd !important;
351 }
352
353 .button-primary-disabled,
354 .button-primary[disabled],
355 .button-primary:disabled {
356 color: #9FD0D5 !important;
357 background: #298CBA !important;
358 }
359
360 a:hover,
361 a:active,
362 a:focus {
363 color: #d54e21;
364 }
365
366 #wphead #viewsite a:hover,
367 #adminmenu a:hover,
368 #adminmenu ul.wp-submenu a:hover,
369 #the-comment-list .comment a:hover,
370 #rightnow a:hover,
371 #media-upload a.del-link:hover,
372 div.dashboard-widget-submit input:hover,
373 .subsubsub a:hover,
374 .subsubsub a.current:hover,
375 .ui-tabs-nav a:hover,
376 .plugins .inactive a:hover,
377 #all-plugins-table .plugins .inactive a:hover,
378 #search-plugins-table .plugins .inactive a:hover {
379 color: #d54e21;
380 }
381
382 #the-comment-list .comment-item,
383 #dashboard-widgets #dashboard_quick_press form p.submit {
384 border-color: #dfdfdf;
385 }
386
387 #side-sortables .category-tabs .tabs a,
388 #side-sortables .add-menu-item-tabs .tabs a {
389 color: #333;
390 }
391
392 #rightnow .rbutton {
393 background-color: #ebebeb;
394 color: #264761;
395 }
396
397 .submitbox .submit {
398 background-color: #464646;
399 color: #ccc;
400 }
401
402 .plugins a.delete:hover,
403 #all-plugins-table .plugins a.delete:hover,
404 #search-plugins-table .plugins a.delete:hover,
405 .submitbox .submitdelete {
406 color: #f00;
407 border-bottom-color: #f00;
408 }
409
410 .submitbox .submitdelete:hover,
411 #media-items a.delete:hover {
412 color: #fff;
413 background-color: #f00;
414 border-bottom-color: #f00;
415 }
416
417 #normal-sortables .submitbox .submitdelete:hover {
418 color: #000;
419 background-color: #f00;
420 border-bottom-color: #f00;
421 }
422
423 .tablenav .dots {
424 border-color: transparent;
425 }
426
427 .tablenav .next,
428 .tablenav .prev {
429 border-color: transparent;
430 color: #21759b;
431 }
432
433 .tablenav .next:hover,
434 .tablenav .prev:hover {
435 border-color: transparent;
436 color: #d54e21;
437 }
438
439 .updated,
440 .login .message {
441 background-color: #ffffe0;
442 border-color: #e6db55;
443 }
444
445 .update-message {
446 color: #000;
447 }
448
449 a.page-numbers {
450 border-bottom-color: #B8D3E2;
451 }
452
453 .commentlist li {
454 border-bottom-color: #ccc;
455 }
456
457 .widefat td,
458 .widefat th,
459 #install-plugins .plugins td,
460 #install-plugins .plugins th {
461 border-color: #dfdfdf;
462 }
463
464 .widefat th {
465 text-shadow: rgba(255,255,255,0.8) 0 1px 0;
466 }
467
468 .widefat thead tr th,
469 .widefat tfoot tr th,
470 h3.dashboard-widget-title,
471 h3.dashboard-widget-title span,
472 h3.dashboard-widget-title small,
473 .find-box-head {
474 color: #333;
475 background: #dfdfdf url(../../../../wp-admin/images/gray-grad.png) repeat-x scroll left top;
476 }
477
478 h3.dashboard-widget-title small a {
479 color: #d7d7d7;
480 }
481
482 h3.dashboard-widget-title small a:hover {
483 color: #fff;
484 }
485
486 a,
487 #adminmenu a,
488 #poststuff #edButtonPreview,
489 #poststuff #edButtonHTML,
490 #the-comment-list p.comment-author strong a,
491 #media-upload a.del-link,
492 #media-items a.delete,
493 .plugins a.delete,
494 .ui-tabs-nav a {
495 color: #007700;
496 }
497
498 /* Because we don't want visited on these links */
499 body.press-this .tabs a,
500 body.press-this .tabs a:hover {
501 background-color: #fff;
502 border-color: #c6d9e9;
503 border-bottom-color: #fff;
504 color: #d54e21;
505 }
506
507 #adminmenu #awaiting-mod,
508 #adminmenu .update-plugins,
509 #sidemenu a .update-plugins,
510 #rightnow .reallynow {
511 background-color: #464646;
512 color: #fff;
513 -moz-box-shadow: #fff 0 -1px 0;
514 -khtml-box-shadow: #fff 0 -1px 0;
515 -webkit-box-shadow: #fff 0 -1px 0;
516 box-shadow: #fff 0 -1px 0;
517 }
518 #plugin-information .action-button {
519 background-color: #d54e21;
520 color: #fff;
521 }
522
523 #adminmenu li.current a #awaiting-mod,
524 #adminmenu li a.wp-has-current-submenu .update-plugins{
525 background-color: #464646;
526 color: #fff;
527 -moz-box-shadow: #fff 0 -1px 0;
528 -khtml-box-shadow: #fff 0 -1px 0;
529 -webkit-box-shadow: #fff 0 -1px 0;
530 box-shadow: #fff 0 -1px 0;
531 }
532
533 div#media-upload-header,
534 div#plugin-information-header {
535 background-color: #f9f9f9;
536 border-bottom-color: #dfdfdf;
537 }
538
539 #currenttheme img {
540 border-color: #666;
541 }
542
543 #dashboard_secondary div.dashboard-widget-content ul li a {
544 background-color: #f9f9f9;
545 }
546
547 input.readonly, textarea.readonly {
548 background-color: #ddd;
549 }
550
551 #ed_toolbar input,
552 #ed_reply_toolbar input {
553 background: #fff url("../../../../wp-admin/images/fade-butt.png") repeat-x 0 -2px;
554 }
555
556 #editable-post-name {
557 background-color: #fffbcc;
558 }
559
560 #edit-slug-box strong,
561 .tablenav .displaying-num,
562 #submitted-on {
563 color: #777;
564 }
565
566 .login #nav a {
567 color: #21759b !important;
568 }
569
570 .login #nav a:hover {
571 color: #d54e21 !important;
572 }
573
574 #footer {
575 color: #555;
576 border-color: #9ccc85;
577 background: #d9d9d9; /* fallback color */
578 background:-moz-linear-gradient(bottom, #9ccc85, #cae8be);
579 background:-webkit-gradient(linear, left bottom, left top, from(#9ccc85), to(#cae8be));
580 }
581
582 #media-items,
583 .imgedit-group {
584 border-color: #dfdfdf;
585 }
586
587 .checkbox,
588 .side-info,
589 .plugins tr,
590 #your-profile #rich_editing {
591 background-color: #fff;
592 }
593
594 .plugins .inactive,
595 .plugins .inactive th,
596 .plugins .inactive td,
597 tr.inactive + tr.plugin-update-tr .plugin-update {
598 background-color: #eee;
599 }
600
601 .plugin-update-tr .update-message {
602 background-color: #fffbe4;
603 border-color: #dfdfdf;
604 }
605
606 .plugins .active,
607 .plugins .active th,
608 .plugins .active td {
609 color: #000;
610 }
611
612 .plugins .inactive a {
613 color: #557799;
614 }
615
616 #the-comment-list tr.undo,
617 #the-comment-list div.undo {
618 background-color: #f4f4f4;
619 }
620
621 #the-comment-list .unapproved {
622 background-color: #ffffe0;
623 }
624
625 #the-comment-list .approve a {
626 color: #006505;
627 }
628
629 #the-comment-list .unapprove a {
630 color: #d98500;
631 }
632
633 table.widefat span.delete a,
634 table.widefat span.trash a,
635 table.widefat span.spam a,
636 #dashboard_recent_comments .delete a,
637 #dashboard_recent_comments .trash a,
638 #dashboard_recent_comments .spam a {
639 color: #bc0b0b;
640 }
641
642 .widget,
643 #widget-list .widget-top,
644 .postbox,
645 #titlediv,
646 #poststuff .postarea,
647 .stuffbox {
648 border-color: #dfdfdf;
649 }
650
651 .widget,
652 .postbox {
653 background-color: #fff;
654 }
655
656 .ui-sortable .postbox h3 {
657 color: #464646;
658 }
659
660 .widget .widget-top,
661 .ui-sortable .postbox h3:hover {
662 color: #000;
663 }
664
665 .curtime #timestamp {
666 background-image: url(../../../../wp-admin/images/date-button.gif);
667 }
668
669 #quicktags #ed_link {
670 color: #00f;
671 }
672
673 #rightnow .youhave {
674 background-color: #f0f6fb;
675 }
676
677 #rightnow a {
678 color: #448abd;
679 }
680
681 .tagchecklist span a,
682 #bulk-titles div a {
683 background: url(../../../../wp-admin/images/xit.gif) no-repeat;
684 }
685
686 .tagchecklist span a:hover,
687 #bulk-titles div a:hover {
688 background: url(../../../../wp-admin/images/xit.gif) no-repeat -10px 0;
689 }
690
691 #update-nag, .update-nag {
692 background-color: #FFFBCC;
693 border-color: #E6DB55;
694 color: #555;
695 }
696
697 .login #backtoblog a {
698 color: #464646;
699 }
700
701 #wphead {
702 border-bottom: #66bb66 1px solid;
703 background: #d9d9d9; /* fallback color */
704 background:-moz-linear-gradient(bottom, #9ccc85, #cae8be);
705 background:-webkit-gradient(linear, left bottom, left top, from(#9ccc85), to(#cae8be));
706 }
707
708 #wphead h1 a {
709 color: #464646;
710 }
711
712 #user_info {
713 color: #777;
714 }
715
716 #user_info a:link,
717 #user_info a:visited,
718 #footer a:link,
719 #footer a:visited {
720 color: #222;
721 text-decoration: none;
722 }
723
724 #user_info a:hover,
725 #footer a:hover {
726 color: #000;
727 text-decoration: underline !important;
728 }
729
730 #user_info a:active,
731 #footer a:active {
732 color: #ccc !important;
733 }
734
735 div#media-upload-error,
736 .file-error,
737 abbr.required,
738 .widget-control-remove:hover,
739 table.widefat .delete a:hover,
740 table.widefat .trash a:hover,
741 table.widefat .spam a:hover,
742 #dashboard_recent_comments .delete a:hover,
743 #dashboard_recent_comments .trash a:hover
744 #dashboard_recent_comments .spam a:hover {
745 color: #f00;
746 }
747
748 #pass-strength-result {
749 background-color: #eee;
750 border-color: #ddd !important;
751 }
752
753 #pass-strength-result.bad {
754 background-color: #ffb78c;
755 border-color: #ff853c !important;
756 }
757
758 #pass-strength-result.good {
759 background-color: #ffec8b;
760 border-color: #fc0 !important;
761 }
762
763 #pass-strength-result.short {
764 background-color: #ffa0a0;
765 border-color: #f04040 !important;
766 }
767
768 #pass-strength-result.strong {
769 background-color: #c3ff88;
770 border-color: #8dff1c !important;
771 }
772
773 /* editors */
774 #quicktags {
775 border-color: #dfdfdf;
776 background-color: #dfdfdf;
777 }
778
779 #ed_toolbar input {
780 border-color: #C3C3C3;
781 }
782
783 #ed_toolbar input:hover {
784 border-color: #aaa;
785 background: #ddd;
786 }
787
788 #poststuff .wp_themeSkin .mceStatusbar {
789 border-color: #EDEDED;
790 }
791
792 #poststuff #edButtonPreview,
793 #poststuff #edButtonHTML {
794 background-color: #f1f1f1;
795 border-color: #dfdfdf;
796 color: #999;
797 }
798
799 #poststuff #editor-toolbar .active {
800 border-bottom-color: #e9e9e9;
801 background-color: #e9e9e9;
802 color: #333;
803 }
804
805 /* TinyMCE */
806 #post-status-info {
807 background-color: #EDEDED;
808 }
809
810 .wp_themeSkin *,
811 .wp_themeSkin a:hover,
812 .wp_themeSkin a:link,
813 .wp_themeSkin a:visited,
814 .wp_themeSkin a:active {
815 color: #000;
816 }
817
818 /* Containers */
819 .wp_themeSkin iframe {
820 background: #fff;
821 }
822
823 /* Layout */
824 .wp_themeSkin .mceStatusbar {
825 color: #000;
826 background-color: #f5f5f5;
827 }
828
829 /* Button */
830 .wp_themeSkin .mceButton {
831 background-color: #e9e8e8;
832 border-color: #B2B2B2;
833 }
834
835 .wp_themeSkin a.mceButtonEnabled:hover,
836 .wp_themeSkin a.mceButtonActive,
837 .wp_themeSkin a.mceButtonSelected {
838 background-color: #d5d5d5;
839 border-color: #777 !important;
840 }
841
842 .wp_themeSkin .mceButtonDisabled {
843 border-color: #ccc !important;
844 }
845
846 /* ListBox */
847 .wp_themeSkin .mceListBox .mceText,
848 .wp_themeSkin .mceListBox .mceOpen {
849 border-color: #B2B2B2;
850 background-color: #d5d5d5;
851 }
852
853 .wp_themeSkin table.mceListBoxEnabled:hover .mceOpen,
854 .wp_themeSkin .mceListBoxHover .mceOpen,
855 .wp_themeSkin .mceListBoxSelected .mceOpen,
856 .wp_themeSkin .mceListBoxSelected .mceText {
857 border-color: #777 !important;
858 background-color: #d5d5d5;
859 }
860
861 .wp_themeSkin table.mceListBoxEnabled:hover .mceText,
862 .wp_themeSkin .mceListBoxHover .mceText {
863 border-color: #777 !important;
864 }
865
866 .wp_themeSkin select.mceListBox {
867 border-color: #B2B2B2;
868 background-color: #fff;
869 }
870
871 /* SplitButton */
872 .wp_themeSkin .mceSplitButton a.mceAction,
873 .wp_themeSkin .mceSplitButton a.mceOpen {
874 border-color: #B2B2B2;
875 }
876
877 .wp_themeSkin .mceSplitButton a.mceOpen:hover,
878 .wp_themeSkin .mceSplitButtonSelected a.mceOpen,
879 .wp_themeSkin table.mceSplitButtonEnabled:hover a.mceAction,
880 .wp_themeSkin .mceSplitButton a.mceAction:hover {
881 background-color: #d5d5d5;
882 border-color: #777 !important;
883 }
884
885 .wp_themeSkin .mceSplitButtonActive {
886 background-color: #B2B2B2;
887 }
888
889 /* ColorSplitButton */
890 .wp_themeSkin div.mceColorSplitMenu table {
891 background-color: #ebebeb;
892 border-color: #B2B2B2;
893 }
894
895 .wp_themeSkin .mceColorSplitMenu a {
896 border-color: #B2B2B2;
897 }
898
899 .wp_themeSkin .mceColorSplitMenu a.mceMoreColors {
900 border-color: #fff;
901 }
902
903 .wp_themeSkin .mceColorSplitMenu a.mceMoreColors:hover {
904 border-color: #0A246A;
905 background-color: #B6BDD2;
906 }
907
908 .wp_themeSkin a.mceMoreColors:hover {
909 border-color: #0A246A;
910 }
911
912 /* Menu */
913 .wp_themeSkin .mceMenu {
914 border-color: #ddd;
915 }
916
917 .wp_themeSkin .mceMenu table {
918 background-color: #ebeaeb;
919 }
920
921 .wp_themeSkin .mceMenu .mceText {
922 color: #000;
923 }
924
925 .wp_themeSkin .mceMenu .mceMenuItemEnabled a:hover,
926 .wp_themeSkin .mceMenu .mceMenuItemActive {
927 background-color: #f5f5f5;
928 }
929 .wp_themeSkin td.mceMenuItemSeparator {
930 background-color: #aaa;
931 }
932 .wp_themeSkin .mceMenuItemTitle a {
933 background-color: #ccc;
934 border-bottom-color: #aaa;
935 }
936 .wp_themeSkin .mceMenuItemTitle span.mceText {
937 color: #000;
938 }
939 .wp_themeSkin .mceMenuItemDisabled .mceText {
940 color: #888;
941 }
942
943 .wp_themeSkin tr.mceFirst td.mceToolbar {
944 background: #dfdfdf url("../../../../wp-admin/images/ed-bg.gif") repeat-x scroll left top;
945 border-color: #dfdfdf;
946 }
947
948 .wp-admin #mceModalBlocker {
949 background: #000;
950 }
951
952 .wp-admin .clearlooks2 .mceFocus .mceTop .mceLeft {
953 background: #444444;
954 border-left: 1px solid #999;
955 border-top: 1px solid #999;
956 -moz-border-radius: 4px 0 0 0;
957 -webkit-border-top-left-radius: 4px;
958 -khtml-border-top-left-radius: 4px;
959 border-top-left-radius: 4px;
960 }
961
962 .wp-admin .clearlooks2 .mceFocus .mceTop .mceRight {
963 background: #444444;
964 border-right: 1px solid #999;
965 border-top: 1px solid #999;
966 border-top-right-radius: 4px;
967 -khtml-border-top-right-radius: 4px;
968 -webkit-border-top-right-radius: 4px;
969 -moz-border-radius: 0 4px 0 0;
970 }
971
972 .wp-admin .clearlooks2 .mceMiddle .mceLeft {
973 background: #f1f1f1;
974 border-left: 1px solid #999;
975 }
976
977 .wp-admin .clearlooks2 .mceMiddle .mceRight {
978 background: #f1f1f1;
979 border-right: 1px solid #999;
980 }
981
982 .wp-admin .clearlooks2 .mceBottom {
983 background: #f1f1f1;
984 border-bottom: 1px solid #999;
985 }
986
987 .wp-admin .clearlooks2 .mceBottom .mceLeft {
988 background: #f1f1f1;
989 border-bottom: 1px solid #999;
990 border-left: 1px solid #999;
991 }
992
993 .wp-admin .clearlooks2 .mceBottom .mceCenter {
994 background: #f1f1f1;
995 border-bottom: 1px solid #999;
996 }
997
998 .wp-admin .clearlooks2 .mceBottom .mceRight {
999 background: #f1f1f1;
1000 border-bottom: 1px solid #999;
1001 border-right: 1px solid #999;
1002 }
1003
1004 .wp-admin .clearlooks2 .mceFocus .mceTop span {
1005 color: #e5e5e5;
1006 }
1007 /* end TinyMCE */
1008
1009 #editorcontainer,
1010 #post-status-info,
1011 #titlediv #title,
1012 .editwidget .widget-inside {
1013 border-color: #dfdfdf;
1014 }
1015
1016 #titlediv #title {
1017 background-color: #fff;
1018 }
1019
1020 #tTips p#tTips_inside {
1021 background-color: #ddd;
1022 color: #333;
1023 }
1024
1025 #timestampdiv input,
1026 #namediv input,
1027 #poststuff .inside .the-tagcloud {
1028 border-color: #ddd;
1029 }
1030
1031 /* menu */
1032 #adminmenu * {
1033 border-color: #e3e3e3;
1034 }
1035
1036 #adminmenu li.wp-menu-separator {
1037 background: transparent url(../../../../wp-admin/images/menu-arrows.gif) no-repeat scroll left 5px;
1038 }
1039
1040 .folded #adminmenu li.wp-menu-separator {
1041 background: transparent url(../../../../wp-admin/images/menu-arrows.gif) no-repeat scroll right -34px;
1042 }
1043
1044 #adminmenu li.wp-has-current-submenu.wp-menu-open .wp-menu-toggle,
1045 #adminmenu li.wp-has-current-submenu:hover .wp-menu-toggle {
1046 background: transparent url(../../../../wp-admin/images/menu-bits.gif?ver=20100610) no-repeat scroll left -207px;
1047 }
1048
1049 #adminmenu .wp-has-submenu:hover .wp-menu-toggle,
1050 #adminmenu .wp-menu-open .wp-menu-toggle {
1051 background: transparent url(../../../../wp-admin/images/menu-bits.gif?ver=20100610) no-repeat scroll left -109px;
1052 }
1053
1054 #adminmenu a.menu-top {
1055 background: #f1f1f1 url(../../../../wp-admin/images/menu-bits.gif?ver=20100610) repeat-x scroll left -379px;
1056 }
1057
1058 #adminmenu .wp-submenu a {
1059 background: #fff url(../../../../wp-admin/images/menu-bits.gif?ver=20100610) no-repeat scroll 0 -310px;
1060 }
1061
1062 #adminmenu .wp-has-current-submenu ul li a {
1063 background: none;
1064 }
1065
1066 #adminmenu .wp-has-current-submenu ul li a.current {
1067 background: url(../../../../wp-admin/images/menu-dark.gif) top left no-repeat !important;
1068 }
1069
1070 .wp-has-current-submenu .wp-submenu {
1071 border-top: none !important;
1072 }
1073
1074 #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu {
1075 border-bottom: #aaa 1px solid;
1076 }
1077
1078 #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu,
1079 #adminmenu li.current a.menu-top {
1080 background: #e0e0e0 url(../../../../wp-admin/images/menu-bits.gif?ver=20100610) top left repeat-x;
1081 border: #aaa 1px solid;
1082 color: #000;
1083 }
1084
1085 #adminmenu li.wp-has-current-submenu .wp-submenu,
1086 #adminmenu li.wp-has-current-submenu ul li a {
1087 border-right-color: #aaa !important;
1088 border-left-color: #aaa !important;
1089 }
1090
1091 #adminmenu li.wp-has-current-submenu ul li a {
1092 background: url(../../../../wp-admin/images/menu-dark.gif) bottom left no-repeat !important;
1093 }
1094
1095 #adminmenu li.wp-has-current-submenu ul {
1096 border-bottom-color: #aaa;
1097 }
1098
1099 #adminmenu .wp-submenu .current a.current {
1100 background: transparent url(../../../../wp-admin/images/menu-bits.gif?ver=20100610) no-repeat scroll 0 -289px;
1101 }
1102
1103 #adminmenu .wp-submenu a:hover {
1104 background-color: #deece1 !important;
1105 color: #333 !important;
1106 }
1107
1108 #adminmenu .wp-submenu li.current,
1109 #adminmenu .wp-submenu li.current a,
1110 #adminmenu .wp-submenu li.current a:hover {
1111 color: #333;
1112 background-color: #f5f5f5;
1113 background-image: none;
1114 border-color: #e3e3e3;
1115 }
1116
1117 #adminmenu .wp-submenu ul {
1118 background-color: #fff;
1119 }
1120
1121 .folded #adminmenu li.menu-top,
1122 #adminmenu .wp-submenu .wp-submenu-head {
1123 background-color: #F1F1F1;
1124 }
1125
1126 .folded #adminmenu li.wp-has-current-submenu,
1127 .folded #adminmenu li.menu-top.current {
1128 background-color: #e6e6e6;
1129 }
1130
1131 #adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head {
1132 background-color: #EAEAEA;
1133 border-color: #aaa;
1134 }
1135
1136 #adminmenu div.wp-submenu {
1137 background-color: transparent;
1138 }
1139
1140 /* menu icons */
1141 #adminmenu .menu-icon-dashboard div.wp-menu-image {
1142 background: transparent url('../../../../wp-admin/images/menu.png?ver=20100531') no-repeat scroll -61px -33px;
1143 }
1144
1145 #adminmenu .menu-icon-dashboard:hover div.wp-menu-image,
1146 #adminmenu .menu-icon-dashboard.wp-has-current-submenu div.wp-menu-image,
1147 #adminmenu .menu-icon-dashboard.current div.wp-menu-image {
1148 background: transparent url('../../../../wp-admin/images/menu.png?ver=20100531') no-repeat scroll -61px -1px;
1149 }
1150
1151 #adminmenu .menu-icon-post div.wp-menu-image {
1152 background: transparent url('../../../../wp-admin/images/menu.png?ver=20100531') no-repeat scroll -272px -33px;
1153 }
1154
1155 #adminmenu .menu-icon-post:hover div.wp-menu-image,
1156 #adminmenu .menu-icon-post.wp-has-current-submenu div.wp-menu-image {
1157 background: transparent url('../../../../wp-admin/images/menu.png?ver=20100531') no-repeat scroll -272px -1px;
1158 }
1159
1160 #adminmenu .menu-icon-media div.wp-menu-image {
1161 background: transparent url('../../../../wp-admin/images/menu.png?ver=20100531') no-repeat scroll -121px -33px;
1162 }
1163
1164 #adminmenu .menu-icon-media:hover div.wp-menu-image,
1165 #adminmenu .menu-icon-media.wp-has-current-submenu div.wp-menu-image {
1166 background: transparent url('../../../../wp-admin/images/menu.png?ver=20100531') no-repeat scroll -121px -1px;
1167 }
1168
1169 #adminmenu .menu-icon-links div.wp-menu-image {
1170 background: transparent url('../../../../wp-admin/images/menu.png?ver=20100531') no-repeat scroll -91px -33px;
1171 }
1172
1173 #adminmenu .menu-icon-links:hover div.wp-menu-image,
1174 #adminmenu .menu-icon-links.wp-has-current-submenu div.wp-menu-image {
1175 background: transparent url('../../../../wp-admin/images/menu.png?ver=20100531') no-repeat scroll -91px -1px;
1176 }
1177
1178 #adminmenu .menu-icon-page div.wp-menu-image {
1179 background: transparent url('../../../../wp-admin/images/menu.png?ver=20100531') no-repeat scroll -151px -33px;
1180 }
1181
1182 #adminmenu .menu-icon-page:hover div.wp-menu-image,
1183 #adminmenu .menu-icon-page.wp-has-current-submenu div.wp-menu-image {
1184 background: transparent url('../../../../wp-admin/images/menu.png?ver=20100531') no-repeat scroll -151px -1px;
1185 }
1186
1187 #adminmenu .menu-icon-comments div.wp-menu-image {
1188 background: transparent url('../../../../wp-admin/images/menu.png?ver=20100531') no-repeat scroll -31px -33px;
1189 }
1190
1191 #adminmenu .menu-icon-comments:hover div.wp-menu-image,
1192 #adminmenu .menu-icon-comments.wp-has-current-submenu div.wp-menu-image,
1193 #adminmenu .menu-icon-comments.current div.wp-menu-image {
1194 background: transparent url('../../../../wp-admin/images/menu.png?ver=20100531') no-repeat scroll -31px -1px;
1195 }
1196
1197 #adminmenu .menu-icon-appearance div.wp-menu-image {
1198 background: transparent url('../../../../wp-admin/images/menu.png?ver=20100531') no-repeat scroll -1px -33px;
1199 }
1200
1201 #adminmenu .menu-icon-appearance:hover div.wp-menu-image,
1202 #adminmenu .menu-icon-appearance.wp-has-current-submenu div.wp-menu-image {
1203 background: transparent url('../../../../wp-admin/images/menu.png?ver=20100531') no-repeat scroll -1px -1px;
1204 }
1205
1206 #adminmenu .menu-icon-plugins div.wp-menu-image {
1207 background: transparent url('../../../../wp-admin/images/menu.png?ver=20100531') no-repeat scroll -181px -33px;
1208 }
1209
1210 #adminmenu .menu-icon-plugins:hover div.wp-menu-image,
1211 #adminmenu .menu-icon-plugins.wp-has-current-submenu div.wp-menu-image {
1212 background: transparent url('../../../../wp-admin/images/menu.png?ver=20100531') no-repeat scroll -181px -1px;
1213 }
1214
1215 #adminmenu .menu-icon-users div.wp-menu-image {
1216 background: transparent url('../../../../wp-admin/images/menu.png?ver=20100531') no-repeat scroll -301px -33px;
1217 }
1218
1219 #adminmenu .menu-icon-users:hover div.wp-menu-image,
1220 #adminmenu .menu-icon-users.wp-has-current-submenu div.wp-menu-image {
1221 background: transparent url('../../../../wp-admin/images/menu.png?ver=20100531') no-repeat scroll -301px -1px;
1222 }
1223
1224 #adminmenu .menu-icon-tools div.wp-menu-image {
1225 background: transparent url('../../../../wp-admin/images/menu.png?ver=20100531') no-repeat scroll -211px -33px;
1226 }
1227
1228 #adminmenu .menu-icon-tools:hover div.wp-menu-image,
1229 #adminmenu .menu-icon-tools.wp-has-current-submenu div.wp-menu-image {
1230 background: transparent url('../../../../wp-admin/images/menu.png?ver=20100531') no-repeat scroll -211px -1px;
1231 }
1232
1233 #adminmenu .menu-icon-settings div.wp-menu-image {
1234 background: transparent url('../../../../wp-admin/images/menu.png?ver=20100531') no-repeat scroll -241px -33px;
1235 }
1236
1237 #adminmenu .menu-icon-settings:hover div.wp-menu-image,
1238 #adminmenu .menu-icon-settings.wp-has-current-submenu div.wp-menu-image {
1239 background: transparent url('../../../../wp-admin/images/menu.png?ver=20100531') no-repeat scroll -241px -1px;
1240 }
1241
1242 #adminmenu .menu-icon-site div.wp-menu-image {
1243 background: transparent url('../../../../wp-admin/images/menu.png?ver=20100531') no-repeat scroll -361px -33px;
1244 }
1245
1246 #adminmenu .menu-icon-site:hover div.wp-menu-image,
1247 #adminmenu .menu-icon-site.wp-has-current-submenu div.wp-menu-image {
1248 background: transparent url('../../../../wp-admin/images/menu.png?ver=20100531') no-repeat scroll -361px -1px;
1249 }
1250 /* end menu */
1251
1252
1253 /* Diff */
1254 table.diff .diff-deletedline {
1255 background-color: #fdd;
1256 }
1257
1258 table.diff .diff-deletedline del {
1259 background-color: #f99;
1260 }
1261
1262 table.diff .diff-addedline {
1263 background-color: #dfd;
1264 }
1265
1266 table.diff .diff-addedline ins {
1267 background-color: #9f9;
1268 }
1269
1270 #att-info {
1271 background-color: #E4F2FD;
1272 }
1273
1274 /* edit image */
1275 #sidemenu a {
1276 background-color: #f9f9f9;
1277 border-color: #f9f9f9;
1278 border-bottom-color: #dfdfdf;
1279 }
1280
1281 #sidemenu a.current {
1282 background-color: #fff;
1283 border-color: #dfdfdf #dfdfdf #fff;
1284 color: #D54E21;
1285 }
1286
1287 #screen-options-wrap,
1288 #contextual-help-wrap {
1289 background-color: #f1f1f1;
1290 border-color: #dfdfdf;
1291 }
1292
1293 #screen-meta-links a.show-settings {
1294 color: #606060;
1295 }
1296
1297 #screen-meta-links a.show-settings:hover {
1298 color: #000;
1299 }
1300
1301 #replysubmit {
1302 background-color: #f1f1f1;
1303 border-top-color: #ddd;
1304 }
1305
1306 #replyerror {
1307 border-color: #ddd;
1308 background-color: #f9f9f9;
1309 }
1310
1311 #edithead,
1312 #replyhead {
1313 background-color: #f1f1f1;
1314 }
1315
1316 #ed_reply_toolbar {
1317 background-color: #e9e9e9;
1318 }
1319
1320 /* table vim shortcuts */
1321 .vim-current,
1322 .vim-current th,
1323 .vim-current td {
1324 background-color: #E4F2FD !important;
1325 }
1326
1327 /* Install Plugins */
1328 .star-average,
1329 .star.star-rating {
1330 background-color: #fc0;
1331 }
1332
1333 div.star.select:hover {
1334 background-color: #d00;
1335 }
1336
1337 #plugin-information .fyi ul {
1338 background-color: #eaf3fa;
1339 }
1340
1341 #plugin-information .fyi h2.mainheader {
1342 background-color: #cee1ef;
1343 }
1344
1345 #plugin-information pre,
1346 #plugin-information code {
1347 background-color: #ededff;
1348 }
1349
1350 #plugin-information pre {
1351 border: 1px solid #ccc;
1352 }
1353
1354 /* inline editor */
1355 .inline-edit-row fieldset input[type="text"],
1356 .inline-edit-row fieldset textarea,
1357 #bulk-titles,
1358 #replyrow input {
1359 border-color: #ddd;
1360 }
1361
1362 .inline-editor div.title {
1363 background-color: #EAF3FA;
1364 }
1365
1366 .inline-editor ul.cat-checklist {
1367 background-color: #fff;
1368 border-color: #ddd;
1369 }
1370
1371 .inline-editor .categories .catshow,
1372 .inline-editor .categories .cathide {
1373 color: #21759b;
1374 }
1375
1376 .inline-editor .quick-edit-save {
1377 background-color: #f1f1f1;
1378 }
1379
1380 #replyrow #ed_reply_toolbar input:hover {
1381 border-color: #aaa;
1382 background: #ddd;
1383 }
1384
1385 fieldset.inline-edit-col-right .inline-edit-col {
1386 border-color: #dfdfdf;
1387 }
1388
1389 .attention {
1390 color: #D54E21;
1391 }
1392
1393 .meta-box-sortables .postbox:hover .handlediv {
1394 background: transparent url(../../../../wp-admin/images/menu-bits.gif?ver=20100610) no-repeat scroll left -111px;
1395 }
1396
1397 #major-publishing-actions {
1398 background: #cae8be;
1399 }
1400
1401 .tablenav .tablenav-pages {
1402 color: #555;
1403 }
1404
1405 .tablenav .tablenav-pages a {
1406 border-color: #e3e3e3;
1407 background: #eee url('../../../../wp-admin/images/menu-bits.gif?ver=20100610') repeat-x scroll left -379px;
1408 }
1409
1410 .tablenav .tablenav-pages a:hover {
1411 color: #d54e21;
1412 border-color: #d54321;
1413 }
1414
1415 .tablenav .tablenav-pages a:active {
1416 color: #fff !important;
1417 }
1418
1419 .tablenav .tablenav-pages .current {
1420 background: #dfdfdf;
1421 border-color: #d3d3d3;
1422 }
1423
1424 #availablethemes,
1425 #availablethemes td {
1426 border-color: #ddd;
1427 }
1428
1429 #current-theme img {
1430 border-color: #999;
1431 }
1432
1433 #TB_window #TB_title a.tb-theme-preview-link,
1434 #TB_window #TB_title a.tb-theme-preview-link:visited {
1435 color: #999;
1436 }
1437
1438 #TB_window #TB_title a.tb-theme-preview-link:hover,
1439 #TB_window #TB_title a.tb-theme-preview-link:focus {
1440 color: #ccc;
1441 }
1442
1443 .misc-pub-section {
1444 border-bottom-color: #eee;
1445 }
1446
1447 #minor-publishing {
1448 border-bottom-color: #ddd;
1449 }
1450
1451 #post-body .misc-pub-section {
1452 border-right-color: #eee;
1453 }
1454
1455 .post-com-count span {
1456 background-color: #bbb;
1457 }
1458
1459 .form-table .color-palette td {
1460 border-color: #fff;
1461 }
1462
1463 .sortable-placeholder {
1464 border-color: #bbb;
1465 background-color: #f5f5f5;
1466 }
1467
1468 #post-body ul.category-tabs li.tabs a,
1469 #post-body ul.add-menu-item-tabs li.tabs a {
1470 color: #333;
1471 }
1472
1473 #wp_editimgbtn,
1474 #wp_delimgbtn,
1475 #wp_editgallery,
1476 #wp_delgallery {
1477 border-color: #999;
1478 background-color: #eee;
1479 }
1480
1481 #wp_editimgbtn:hover,
1482 #wp_delimgbtn:hover,
1483 #wp_editgallery:hover,
1484 #wp_delgallery:hover {
1485 border-color: #555;
1486 background-color: #ccc;
1487 }
1488
1489 #favorite-first {
1490 border-color: #c0c0c0;
1491 background: #f1f1f1; /* fallback color */
1492 background:-moz-linear-gradient(bottom, #e7e7e7, #fff);
1493 background:-webkit-gradient(linear, left bottom, left top, from(#e7e7e7), to(#fff));
1494 }
1495
1496 #favorite-inside {
1497 border-color: #c0c0c0;
1498 background-color: #fff;
1499 }
1500
1501 #favorite-toggle {
1502 background: transparent url(../../../../wp-admin/images/fav-arrow.gif?ver=20100531) no-repeat 0 -4px;
1503 }
1504
1505 #favorite-actions a {
1506 color: #464646;
1507 }
1508
1509 #favorite-actions a:hover {
1510 color: #000;
1511 }
1512
1513 #favorite-inside a:hover {
1514 text-decoration: underline;
1515 }
1516
1517 #screen-meta a.show-settings {
1518 background-color: transparent;
1519 text-shadow: rgba(255,255,255,0.7) 0 1px 0;
1520 }
1521
1522 #icon-edit,
1523 #icon-post {
1524 background: transparent url(../../../../wp-admin/images/icons32.png?ver=20100531) no-repeat -552px -5px;
1525 }
1526
1527 #icon-index {
1528 background: transparent url(../../../../wp-admin/images/icons32.png?ver=20100531) no-repeat -137px -5px;
1529 }
1530
1531 #icon-upload {
1532 background: transparent url(../../../../wp-admin/images/icons32.png?ver=20100531) no-repeat -251px -5px;
1533 }
1534
1535 #icon-link-manager,
1536 #icon-link,
1537 #icon-link-category {
1538 background: transparent url(../../../../wp-admin/images/icons32.png?ver=20100531) no-repeat -190px -5px;
1539 }
1540
1541 #icon-edit-pages,
1542 #icon-page {
1543 background: transparent url(../../../../wp-admin/images/icons32.png?ver=20100531) no-repeat -312px -5px;
1544 }
1545
1546 #icon-edit-comments {
1547 background: transparent url(../../../../wp-admin/images/icons32.png?ver=20100531) no-repeat -72px -5px;
1548 }
1549
1550 #icon-themes {
1551 background: transparent url(../../../../wp-admin/images/icons32.png?ver=20100531) no-repeat -11px -5px;
1552 }
1553
1554 #icon-plugins {
1555 background: transparent url(../../../../wp-admin/images/icons32.png?ver=20100531) no-repeat -370px -5px;
1556 }
1557
1558 #icon-users,
1559 #icon-profile,
1560 #icon-user-edit {
1561 background: transparent url(../../../../wp-admin/images/icons32.png?ver=20100531) no-repeat -600px -5px;
1562 }
1563
1564 #icon-tools,
1565 #icon-admin {
1566 background: transparent url(../../../../wp-admin/images/icons32.png?ver=20100531) no-repeat -432px -5px;
1567 }
1568
1569 #icon-options-general {
1570 background: transparent url(../../../../wp-admin/images/icons32.png?ver=20100531) no-repeat -492px -5px;
1571 }
1572
1573 #icon-ms-admin {
1574 background: transparent url(../../../../wp-admin/images/icons32.png?ver=20100531) no-repeat -659px -5px;
1575 }
1576
1577 .view-switch #view-switch-list {
1578 background: transparent url(../../../../wp-admin/images/list.png) no-repeat 0 0;
1579 }
1580
1581 .view-switch #view-switch-list.current {
1582 background: transparent url(../../../../wp-admin/images/list.png) no-repeat -40px 0;
1583 }
1584
1585 .view-switch #view-switch-excerpt {
1586 background: transparent url(../../../../wp-admin/images/list.png) no-repeat -20px 0;
1587 }
1588
1589 .view-switch #view-switch-excerpt.current {
1590 background: transparent url(../../../../wp-admin/images/list.png) no-repeat -60px 0;
1591 }
1592
1593 #header-logo {
1594 background: transparent url(../../../../wp-admin/images/wp-logo.png?ver=20100531) no-repeat scroll center center;
1595 }
1596
1597 .popular-tags,
1598 .feature-filter {
1599 background-color: #fff;
1600 border-color: #DFDFDF;
1601 }
1602
1603 #theme-information .action-button {
1604 border-top-color: #DFDFDF;
1605 }
1606
1607 .theme-listing br.line {
1608 border-bottom-color: #ccc;
1609 }
1610
1611 div.widgets-sortables,
1612 #widgets-left .inactive {
1613 background-color: #f1f1f1;
1614 border-color: #ddd;
1615 }
1616
1617 #available-widgets .widget-holder {
1618 background-color: #fff;
1619 border-color: #ddd;
1620 }
1621
1622 #widgets-left .sidebar-name {
1623 background-color: #aaa;
1624 background-image: url(../../../../wp-admin/images/ed-bg.gif);
1625 text-shadow: #fff 0 1px 0;
1626 border-color: #dfdfdf;
1627 }
1628
1629 #widgets-right .sidebar-name {
1630 background-image: url(../../../../wp-admin/images/fav.png);
1631 text-shadow: #3f3f3f 0 -1px 0;
1632 background-color: #636363;
1633 border-color: #636363;
1634 color: #fff;
1635 }
1636
1637 .sidebar-name:hover,
1638 #removing-widget {
1639 color: #d54e21;
1640 }
1641
1642 #removing-widget span {
1643 color: black;
1644 }
1645
1646 #widgets-left .sidebar-name-arrow {
1647 background: transparent url(../../../../wp-admin/images/menu-bits.gif?ver=20100610) no-repeat scroll left -109px;
1648 }
1649
1650 #widgets-right .sidebar-name-arrow {
1651 background: transparent url(../../../../wp-admin/images/widgets-arrow.gif?ver=20100531) no-repeat scroll 0 -1px;
1652 }
1653
1654 .in-widget-title {
1655 color: #606060;
1656 }
1657
1658 .deleting .widget-title * {
1659 color: #aaa;
1660 }
1661
1662 .imgedit-menu div {
1663 border-color: #d5d5d5;
1664 background-color: #f1f1f1;
1665 }
1666
1667 .imgedit-menu div:hover {
1668 border-color: #c1c1c1;
1669 background-color: #eaeaea;
1670 }
1671
1672 .imgedit-menu div.disabled {
1673 border-color: #ccc;
1674 background-color: #ddd;
1675 filter: alpha(opacity=50);
1676 opacity: 0.5;
1677 }
1678
1679 #dashboard_recent_comments div.undo {
1680 border-top-color: #dfdfdf;
1681 }
1682
1683 .comment-ays,
1684 .comment-ays th {
1685 border-color: #ddd;
1686 }
1687
1688 .comment-ays th {
1689 background-color: #f1f1f1;
1690 }
1691
1692 #nav-menu-header,
1693 .menu-item-handle {
1694 background: url("../../../../wp-admin/images/gray-grad.png") repeat-x scroll left top #dfdfdf;
1695 }
1696
1697 #menu-management .nav-tab-active {
1698 background: #ececec;
1699 border-bottom-color: #ececec;
1700 }
1701