PluginProbe
bbPress / 2.1
bbPress v2.1
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-1.dev.css

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

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