PluginProbe
bbPress / 2.0.3
bbPress v2.0.3
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 2.2.2 All 71 releases
bbpress / bbp-admin / styles / admin.dev.css

admin.dev.css in bbPress 2.0.3, at bbp-admin/styles/admin.dev.css

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