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