PluginProbe
bbPress / 2.1.3
bbPress v2.1.3
trunk 2.0 2.0-beta-1 2.0-beta-2b 2.0-beta-3 2.0-beta-3b 2.0-rc-2 2.0-rc-3 2.0-rc-4 2.0-rc-5 2.0.1 2.0.2 2.0.3 2.1 2.1-beta-1 2.1-rc1 2.1-rc2 2.1-rc3 2.1-rc4 2.1.1 2.1.2 2.1.3 2.2 2.2.1 2.2.2 All 71 releases
bbpress / bbp-admin / styles / admin.dev.css

admin.dev.css in bbPress 2.1.3, at bbp-admin/styles/admin.dev.css

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