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