PluginProbe
bbPress / 2.2
bbPress v2.2
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 / includes / admin / styles / green-34.css

green-34.css in bbPress 2.2, at includes/admin/styles/green-34.css

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