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