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