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