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