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