Ticket #17324: blue-admin-refresh-02.patch
| File blue-admin-refresh-02.patch, 29.2 KB (added by , 15 years ago) |
|---|
-
wp-admin/css/colors-classic.dev.css
138 138 .widget .widget-top, 139 139 .postbox h3, 140 140 .stuffbox h3 { 141 background: #cfdfe9 url("../images/blue-grad.png?ver=20101102") repeat-x left top; 141 background-image: -ms-linear-gradient(top, #f7fcfe, #eff8ff); /* IE10 */ 142 background-image: -moz-linear-gradient(top, #f7fcfe, #eff8ff); /* Firefox */ 143 background-image: -o-linear-gradient(top, #f7fcfe, #eff8ff); /* Opera */ 144 background-image: -webkit-gradient(linear, left top, left bottom, from(#f7fcfe), to(#eff8ff)); /* old Webkit */ 145 background-image: -webkit-linear-gradient(top, #f7fcfe, #eff8ff); /* new Webkit */ 146 background-image: linear-gradient(top, #f7fcfe, #eff8ff); /* proposed W3C Markup */ 147 border-bottom-color: #D1E5EE; 142 148 text-shadow: #fff 0 1px 0; 149 -moz-box-shadow: 0 1px 0 #fff; 150 -webkit-box-shadow: 0 1px 0 #fff; 151 box-shadow: 0 1px 0 #fff; 143 152 } 144 153 145 154 .form-table th, … … 170 179 color: #174f69; 171 180 } 172 181 182 .wrap .add-new-h2 { 183 background: #f1f1f1; 184 } 185 186 .subtitle { 187 color: #999; 188 } 189 173 190 .ac_over { 174 191 background-color: #f0f0b8; 175 192 } … … 185 202 186 203 .alternate, 187 204 .alt { 188 background-color: # F8F7F3;205 background-color: #f7fcfe; 189 206 } 190 207 191 208 .available-theme a.screenshot { … … 239 256 .nonessential, 240 257 #edit-slug-box, 241 258 .form-input-tip, 242 .rss-widget span.rss-date,243 259 .subsubsub { 244 260 color: #666; 245 261 } … … 458 474 459 475 .widefat td, 460 476 .widefat th { 461 border-color: #dfdfdf; 477 border-top-color: #fff; 478 border-bottom-color: #D0DFE9; 462 479 } 463 480 464 481 .widefat th { 465 482 text-shadow: rgba(255,255,255,0.8) 0 1px 0; 466 483 } 467 484 485 .widefat td { 486 color: #555; 487 } 488 .widefat p, 489 .widefat ol, 490 .widefat ul { 491 color: #333; 492 } 493 468 494 .widefat thead tr th, 469 495 .widefat tfoot tr th, 470 496 h3.dashboard-widget-title, … … 472 498 h3.dashboard-widget-title small, 473 499 .find-box-head { 474 500 color: #333; 475 background: #cfdfe9 url(../images/blue-grad.png?ver=20101102) repeat-x scroll left top; 501 background: #cfdfe9; 502 background-image: -ms-linear-gradient(top, #f7fcfe, #eff8ff); /* IE10 */ 503 background-image: -moz-linear-gradient(top, #f7fcfe, #eff8ff); /* Firefox */ 504 background-image: -o-linear-gradient(top, #f7fcfe, #eff8ff); /* Opera */ 505 background-image: -webkit-gradient(linear, left top, left bottom, from(#f7fcfe), to(#eff8ff)); /* old Webkit */ 506 background-image: -webkit-linear-gradient(top, #f7fcfe, #eff8ff); /* new Webkit */ 507 background-image: linear-gradient(top, #f7fcfe, #eff8ff); /* proposed W3C Markup */ 476 508 } 477 509 478 510 th.sortable a:hover, th.sortable a:active, th.sortable a:focus { … … 581 613 .side-info, 582 614 .plugins tr, 583 615 #your-profile #rich_editing { 584 background-color: #f ff;616 background-color: #fcfcfc; 585 617 } 586 618 587 619 .plugins .inactive, … … 639 671 #poststuff .postarea, 640 672 .stuffbox { 641 673 border-color: #D1E5EE; 674 -moz-box-shadow: inset 0 1px 0 #fff; 675 -webkit-box-shadow: inset 0 1px 0 #fff; 676 box-shadow: inset 0 1px 0 #fff; 677 -moz-border-radius: 3px; 678 -khtml-border-radius: 3px; 679 -webkit-border-radius: 3px; 680 border-radius: 3px; 642 681 } 643 682 683 .widget, 684 #widget-list .widget-top, 685 .postbox { 686 background-color: #F7FCFE; 687 } 688 644 689 #dashboard_browser_nag.postbox.browser-insecure { 645 690 background-color: #AC1B1B; 646 691 border-color: #AC1B1B; … … 657 702 box-shadow:none; 658 703 } 659 704 660 #dashboard_browser_nag. browser-insecure.postboxh3 {705 #dashboard_browser_nag.postbox.browser-insecure h3 { 661 706 border-bottom-color: #CD5A5A; 662 707 } 663 708 664 709 #dashboard_browser_nag.postbox h3 { 665 710 border-bottom-color: #F6E2AC; 666 }667 668 #dashboard_browser_nag.postbox h3 {669 background:none;670 711 text-shadow: none; 671 712 -moz-box-shadow: none; 672 713 -webkit-box-shadow: none; 673 714 box-shadow: none; 715 background-image: none; 674 716 } 717 675 718 .ui-sortable #dashboard_browser_nag.postbox, 676 719 .ui-sortable #dashboard_browser_nag.postbox h3 { 677 720 color: #fff; … … 691 734 text-shadow: #D29A04 0 1px 0; 692 735 } 693 736 694 .widget, 695 .postbox { 696 background-color: #fff; 737 .ui-sortable .postbox h3 { 738 color: #174f69; 697 739 } 698 740 699 . ui-sortable .postbox h3{741 .widget .widget-top { 700 742 color: #174f69; 701 743 } 702 744 703 . widget .widget-top,745 .sidebar-name:hover h3, 704 746 .ui-sortable .postbox h3:hover { 705 color: # 174f69;747 color: #000; 706 748 } 707 749 708 750 .curtime #timestamp { … … 742 784 } 743 785 744 786 #wphead { 745 border-bottom:# b0c8d71px solid;787 border-bottom:#d0dfe9 1px solid; 746 788 } 747 789 748 790 #wphead h1 a { … … 753 795 color: #777; 754 796 } 755 797 798 #user_info:hover, 799 #user_info.active { 800 color: #222; 801 } 802 803 #user_info.active { 804 background-color: #f1f1f1; /* Fallback */ 805 background-image: -ms-linear-gradient(bottom, #f7fcfe, #f9f9f9); /* IE10 */ 806 background-image: -moz-linear-gradient(bottom, #f7fcfe, #f9f9f9); /* Firefox */ 807 background-image: -o-linear-gradient(bottom, #f7fcfe, #f9f9f9); /* Opera */ 808 background-image: -webkit-gradient(linear, left bottom, left top, from(#f7fcfe), to(#f9f9f9)); /* old Webkit */ 809 background-image: -webkit-linear-gradient(bottom, #f7fcfe, #f9f9f9); /* new Webkit */ 810 background-image: linear-gradient(bottom, #f7fcfe, #f9f9f9); /* proposed W3C Markup */ 811 border-color: #aaa #aaa #d0dfe9; 812 } 813 814 #user_info_arrow { 815 background: transparent url(../images/arrows-vs.png) no-repeat 6px 5px; 816 } 817 818 #user_info:hover #user_info_arrow, 819 #user_info.active #user_info_arrow { 820 background: transparent url(../images/arrows-dark-vs.png) no-repeat 6px 5px; 821 } 822 823 #user_info_links { 824 -moz-box-shadow: 0 3px 2px -2px rgba( 0, 0, 0, 0.2 ); 825 -webkit-box-shadow: 0 3px 2px -2px rgba( 0, 0, 0, 0.2 ); 826 box-shadow: 0 3px 2px -2px rgba( 0, 0, 0, 0.2 ); 827 } 828 829 #user_info_links ul { 830 background: #f1f1f1; 831 border-color: #ccc #aaa #aaa; 832 -moz-box-shadow: inset 0 1px 0 #f9f9f9; 833 -webkit-box-shadow: inset 0 1px 0 #f9f9f9; 834 box-shadow: inset 0 1px 0 #f9f9f9; 835 } 836 837 #user_info_links li:hover { 838 background-color: #dfdfdf; 839 } 840 841 #user_info_links li:hover a, 842 #user_info_links li a:hover { 843 text-decoration: none; 844 } 845 756 846 #user_info a:link, 757 847 #user_info a:visited, 758 848 #footer a:link, 759 849 #footer a:visited { 760 color: #174f69;761 850 text-decoration: none; 762 851 } 763 852 764 #user_info a:hover,765 853 #footer a:hover { 766 854 color: #000; 767 text-decoration: underline !important;855 text-decoration: underline; 768 856 } 769 857 770 858 div#media-upload-error, … … 822 910 } 823 911 824 912 #poststuff .wp_themeSkin .mceStatusbar { 825 border-color: # EDEDED;913 border-color: #d0dfe9; 826 914 } 915 #poststuff .wp_themeSkin .mceStatusbar * { 916 color: #555; 917 } 827 918 828 919 #poststuff #edButtonPreview, 829 920 #poststuff #edButtonHTML { 830 background-color: # eff8ff;831 border-color: # D1E5EE;921 background-color: #f7fcfe; 922 border-color: #d0dfe9 #d0dfe9 #d0dfe9; 832 923 color: #999; 833 924 } 834 925 835 926 #poststuff #editor-toolbar .active { 836 border- bottom-color:#eff8ff;927 border-color: #d0dfe9 #d0dfe9 #eff8ff; 837 928 background-color: #eff8ff; 838 929 color: #333; 839 930 } … … 852 943 } 853 944 854 945 /* Containers */ 946 .wp_themeSkin table.mceLayout { 947 border-color: #bed1dd #bed1dd #d0dfe9; 948 } 949 #editorcontainer #content, 950 #editorcontainer .wp_themeSkin .mceIframeContainer { 951 -moz-box-shadow: inset 1px 1px 2px rgba( 0, 0, 0, 0.1 ); 952 -webkit-box-shadow: inset 1px 1px 2px rgba( 0, 0, 0, 0.1 ); 953 box-shadow: inset 1px 1px 2px rgba( 0, 0, 0, 0.1 ); 954 } 855 955 .wp_themeSkin iframe { 856 background: #fff;956 background: transparent; 857 957 } 858 958 859 959 /* Layout */ … … 864 964 865 965 /* Button */ 866 966 .wp_themeSkin .mceButton { 867 background-color: #e9e8e8;868 967 border-color: #B0C8D7; 968 background-color: #e9e8e8; /* Fallback */ 869 969 background-image: -ms-linear-gradient(bottom, #cfdfe9, #fff); /* IE10 */ 870 970 background-image: -moz-linear-gradient(bottom, #cfdfe9, #fff); /* Firefox */ 871 971 background-image: -o-linear-gradient(bottom, #cfdfe9, #fff); /* Opera */ 872 background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#fff)); /* old Webkit */873 background-image: -webkit-linear-gradient(bottom, #cfdfe9, #fff) ; /* new Webkit */972 background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#fff)); /* old Webkit */ 973 background-image: -webkit-linear-gradient(bottom, #cfdfe9, #fff) !important; /* new Webkit */ 874 974 background-image: linear-gradient(bottom, #cfdfe9, #fff); /* proposed W3C Markup */ 875 975 } 876 976 … … 878 978 border-color: #5589AA !important; 879 979 background-color: #c9c9c9; /* Fallback */ 880 980 background-image: -ms-linear-gradient(bottom, #bdccd5, #fff); /* IE10 */ 881 background-image: -moz-linear-gradient(bottom, #bdccd5, #fff) ; /* Firefox */882 background-image: -o-linear-gradient(bottom, #bdccd5, #fff) ; /* Opera */883 background-image: -webkit-gradient(linear, left bottom, left top, from(#bdccd5), to(#fff)); /* old Webkit */884 background-image: -webkit-linear-gradient(bottom, #bdccd5, #fff) ; /* new Webkit */981 background-image: -moz-linear-gradient(bottom, #bdccd5, #fff)); /* Firefox */ 982 background-image: -o-linear-gradient(bottom, #bdccd5, #fff)); /* Opera */ 983 background-image: -webkit-gradient(linear, left bottom, left top, from(#bdccd5), to(#fff)); /* old Webkit */ 984 background-image: -webkit-linear-gradient(bottom, #bdccd5, #fff) !important; /* new Webkit */ 885 985 background-image: linear-gradient(bottom, #bdccd5, #fff); /* proposed W3C Markup */ 886 986 } 887 987 … … 893 993 .wp_themeSkin a.mceButtonActive:hover { 894 994 background: #B0C8D7 !important; 895 995 background-image: -ms-linear-gradient(bottom, #fff, #cfdfe9); /* IE10 */ 896 background-image: -moz-linear-gradient(bottom, #fff, #cfdfe9) ; /* Firefox */897 background-image: -o-linear-gradient(bottom, #fff, #cfdfe9) ; /* Opera */898 background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#cfdfe9)); /* old Webkit */899 background-image: -webkit-linear-gradient(bottom, #fff, #cfdfe9) ; /* new Webkit */996 background-image: -moz-linear-gradient(bottom, #fff, #cfdfe9)); /* Firefox */ 997 background-image: -o-linear-gradient(bottom, #fff, #cfdfe9)); /* Opera */ 998 background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#cfdfe9)); /* old Webkit */ 999 background-image: -webkit-linear-gradient(bottom, #fff, #cfdfe9) !important; /* new Webkit */ 900 1000 background-image: linear-gradient(bottom, #fff, #cfdfe9); /* proposed W3C Markup */ 901 1001 border-color: #5589AA !important; 902 1002 } … … 913 1013 background-image: -ms-linear-gradient(bottom, #cfdfe9, #fff); /* IE10 */ 914 1014 background-image: -moz-linear-gradient(bottom, #cfdfe9, #fff); /* Firefox */ 915 1015 background-image: -o-linear-gradient(bottom, #cfdfe9, #fff); /* Opera */ 916 background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#fff)); /* old Webkit */917 background-image: -webkit-linear-gradient(bottom, #cfdfe9, #fff) ; /* new Webkit */1016 background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#fff)); /* old Webkit */ 1017 background-image: -webkit-linear-gradient(bottom, #cfdfe9, #fff) !important; /* new Webkit */ 918 1018 background-image: linear-gradient(bottom, #cfdfe9, #fff); /* proposed W3C Markup */ 919 1019 } 920 1020 … … 942 1042 background-image: -ms-linear-gradient(bottom, #cfdfe9, #fff); /* IE10 */ 943 1043 background-image: -moz-linear-gradient(bottom, #cfdfe9, #fff); /* Firefox */ 944 1044 background-image: -o-linear-gradient(bottom, #cfdfe9, #fff); /* Opera */ 945 background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#fff)); /* old Webkit */946 background-image: -webkit-linear-gradient(bottom, #cfdfe9, #fff) ; /* new Webkit */1045 background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#fff)); /* old Webkit */ 1046 background-image: -webkit-linear-gradient(bottom, #cfdfe9, #fff) !important; /* new Webkit */ 947 1047 background-image: linear-gradient(bottom, #cfdfe9, #fff); /* proposed W3C Markup */ 948 1048 } 949 1049 … … 971 1071 background-image: -ms-linear-gradient(bottom, #cfdfe9, #fff); /* IE10 */ 972 1072 background-image: -moz-linear-gradient(bottom, #cfdfe9, #fff); /* Firefox */ 973 1073 background-image: -o-linear-gradient(bottom, #cfdfe9, #fff); /* Opera */ 974 background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#fff)); /* old Webkit */975 background-image: -webkit-linear-gradient(bottom, #cfdfe9, #fff) ; /* new Webkit */1074 background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#fff)); /* old Webkit */ 1075 background-image: -webkit-linear-gradient(bottom, #cfdfe9, #fff) !important; /* new Webkit */ 976 1076 background-image: linear-gradient(bottom, #cfdfe9, #fff); /* proposed W3C Markup */ 977 1077 } 978 1078 … … 980 1080 background-image: -ms-linear-gradient(bottom, #cfdfe9, #fff); /* IE10 */ 981 1081 background-image: -moz-linear-gradient(bottom, #cfdfe9, #fff); /* Firefox */ 982 1082 background-image: -o-linear-gradient(bottom, #cfdfe9, #fff); /* Opera */ 983 background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#fff)); /* old Webkit */984 background-image: -webkit-linear-gradient(bottom, #cfdfe9, #fff) ; /* new Webkit */1083 background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#fff)); /* old Webkit */ 1084 background-image: -webkit-linear-gradient(bottom, #cfdfe9, #fff) !important; /* new Webkit */ 985 1085 background-image: linear-gradient(bottom, #cfdfe9, #fff); /* proposed W3C Markup */ 986 1086 } 987 1087 … … 1109 1209 } 1110 1210 /* end TinyMCE */ 1111 1211 1112 #editorcontainer, 1113 #post-status-info, 1114 #titlediv #title, 1212 #titlediv #title { 1213 border-color: #bdccd5; 1214 } 1215 1216 #editorcontainer { 1217 border-color: #bdccd5 #bdccd5 #d0dfe9; 1218 } 1219 1220 #post-status-info { 1221 border-color: #d0dfe9 #bdccd5 #bdccd5; 1222 } 1223 1115 1224 .editwidget .widget-inside { 1116 border-color: # D1E5EE;1225 border-color: #d0dfe9; 1117 1226 } 1118 1227 1119 1228 #titlediv #title { … … 1132 1241 } 1133 1242 1134 1243 /* menu */ 1135 #adminmenu * { 1136 border-color: #d1e5ee; 1244 #adminmenuback, 1245 #adminmenuwrap { 1246 background-color: #EFF8FF; 1247 border-color: #D1E5EE; 1137 1248 } 1138 1249 1250 #adminmenushadow, 1251 #adminmenuback { 1252 background-image: url(../images/menu-shadow.png); 1253 background-position: top right; 1254 background-repeat: repeat-y; 1255 } 1256 1139 1257 #adminmenu li.wp-menu-separator { 1140 background: transparent url(../images/menu-arrows.gif) no-repeat scroll left 5px; 1258 background: #D1E5EE; 1259 border-color: #bed1dd; 1141 1260 } 1142 1261 1143 .folded #adminmenu li.wp-menu-separator {1144 b ackground: transparent url(../images/menu-arrows.gif) no-repeat scroll right -34px;1262 #adminmenu a.separator { 1263 border-color: #D1E5EE; 1145 1264 } 1146 1265 1147 1266 #adminmenu li.wp-has-current-submenu.wp-menu-open .wp-menu-toggle, 1148 1267 #adminmenu li.wp-has-current-submenu:hover .wp-menu-toggle { 1149 background: transparent url(../images/ menu-bits-vs.gif?ver=20101102) no-repeat scroll left -207px;1268 background: transparent url(../images/arrows-dark-vs.png) no-repeat 8px 6px; 1150 1269 } 1151 1270 1152 1271 #adminmenu .wp-has-submenu:hover .wp-menu-toggle, 1153 1272 #adminmenu .wp-menu-open .wp-menu-toggle { 1154 background: transparent url(../images/ menu-bits-vs.gif?ver=20101102) no-repeat scroll left -109px;1273 background: transparent url(../images/arrows-vs.png) no-repeat 8px 6px; 1155 1274 } 1156 1275 1157 #adminmenu a.menu-top { 1158 background: #eff8ff url(../images/menu-bits-vs.gif?ver=20101102) repeat-x scroll left -379px; 1276 #adminmenu a.menu-top, 1277 .folded #adminmenu li.menu-top, 1278 #adminmenu .wp-submenu .wp-submenu-head { 1279 border-top-color: #ffffff; 1280 border-bottom-color: #D1E5EE; 1159 1281 } 1160 1282 1161 #adminmenu .wp-submenu a{1162 b ackground: #fff url(../images/menu-bits-vs.gif?ver=20101102) no-repeat scroll 0 -99px;1283 #adminmenu li.wp-menu-open { 1284 border-color: #bed1dd; 1163 1285 } 1164 1286 1165 #adminmenu .wp-has-current-submenu ul li a { 1166 background: none; 1287 #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu, 1288 #adminmenu li.current a.menu-top, 1289 .folded #adminmenu li.wp-has-current-submenu, 1290 .folded #adminmenu li.current.menu-top, 1291 #adminmenu .wp-menu-arrow, 1292 #adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head { 1293 background-color: #5589AA; /* Fallback */ 1294 background-image: -ms-linear-gradient(bottom, #5589AA, #5A8FAD); /* IE10 */ 1295 background-image: -moz-linear-gradient(bottom, #5589AA, #5A8FAD); /* Firefox */ 1296 background-image: -o-linear-gradient(bottom, #5589AA, #5A8FAD); /* Opera */ 1297 background-image: -webkit-gradient(linear, left bottom, left top, from(#5589AA), to(#5A8FAD)); /* old Webkit */ 1298 background-image: -webkit-linear-gradient(bottom, #5589AA, #5A8FAD); /* new Webkit */ 1299 background-image: linear-gradient(bottom, #5589AA, #5A8FAD); /* proposed W3C Markup */ 1167 1300 } 1168 1301 1169 #adminmenu .wp-has-current-submenu ul li a.current {1170 background: url(../images/menu-dark-vs.gif) top left no-repeat !important;1171 }1172 1173 .wp-has-current-submenu .wp-submenu {1174 border-top: none !important;1175 }1176 1177 #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu {1178 border-bottom: #aaa 1px solid;1179 }1180 1181 1302 #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu, 1182 #adminmenu li.current a.menu-top { 1183 background: #d0dfe9 url(../images/menu-bits-vs.gif?ver=20101102) top left repeat-x; 1184 border: #5589aa 1px solid; 1185 color: #464646; 1303 #adminmenu li.current a.menu-top, 1304 #adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head { 1305 text-shadow: 0 -1px 0 #333; 1306 color: #fff; 1307 border-top-color: #5A8FAD; 1308 border-bottom-color: #5589AA; 1186 1309 } 1187 1310 1188 #adminmenu li.wp-has-current-submenu .wp-submenu,1189 #adminmenu li.wp-has-current-submenu ul li a{1190 border- right-color: #5589aa !important;1191 border- left-color: #5589aa !important;1311 .folded #adminmenu li.wp-has-current-submenu, 1312 .folded #adminmenu li.current.menu-top { 1313 border-top-color: #5A8FAD; 1314 border-bottom-color: #5589AA; 1192 1315 } 1193 1316 1194 #adminmenu li.wp-has-current-submenu ul li a {1195 background: url(../images/menu-dark-vs.gif) bottom left no-repeat !important;1196 }1197 1198 #adminmenu li.wp-has-current-submenu ul {1199 border-bottom-color: #5589aa;1200 }1201 1202 #adminmenu .wp-submenu .current a.current {1203 background: transparent url(../images/menu-bits-vs.gif?ver=20101102) no-repeat scroll 0 -289px;1204 }1205 1206 1317 #adminmenu .wp-submenu a:hover { 1207 background-color: # f8f7f3!important;1318 background-color: #EAF2FA !important; 1208 1319 color: #333 !important; 1209 1320 } 1210 1321 … … 1212 1323 #adminmenu .wp-submenu li.current a, 1213 1324 #adminmenu .wp-submenu li.current a:hover { 1214 1325 color: #333; 1215 background-color: #efede7;1216 background-image: none;1217 border-color: #5589aa;1218 1326 } 1219 1327 1220 1328 #adminmenu .wp-submenu ul { 1221 1329 background-color: #fff; 1222 1330 } 1223 1331 1224 .folded #adminmenu li.menu-top,1225 #adminmenu .wp-submenu .wp-submenu-head{1226 b ackground: #eff8ff url(../images/menu-bits-vs.gif?ver=20101102) repeat-x scroll left -379px;1332 .folded #adminmenu .wp-submenu-wrap, 1333 .folded #adminmenu .wp-submenu ul { 1334 border-color: #d0dfe9; 1227 1335 } 1228 1336 1229 .folded #adminmenu li.wp-has-current-submenu, 1230 .folded #adminmenu li.menu-top.current { 1231 background: #e0e0e0 url(../images/menu-bits-vs.gif?ver=20101102) top left repeat-x; 1232 border: #5589aa 1px solid; 1233 color: #464646; 1337 .folded #adminmenu .wp-submenu-wrap { 1338 -moz-box-shadow: 2px 2px 5px rgba( 0, 0, 0, 0.4 ); 1339 -webkit-box-shadow: 2px 2px 5px rgba( 0, 0, 0, 0.4 ); 1340 box-shadow: 2px 2px 5px rgba( 0, 0, 0, 0.4 ); 1234 1341 } 1235 1342 1236 #adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head { 1237 background: #d0dfe9 url(../images/menu-bits-vs.gif?ver=20101102) repeat-x 0% 0%; 1238 border: 1px solid; 1239 color: #464646; 1343 #adminmenu .wp-submenu .wp-submenu-head { 1344 border-right-color: #d0dfe9; 1345 background-color: #EFF8FF; 1240 1346 } 1241 1347 1242 1348 #adminmenu div.wp-submenu { 1243 1349 background-color: transparent; 1244 1350 } 1245 1351 1246 /* menu icons */ 1352 /* collapse menu button */ 1353 #collapse-menu { 1354 color: #A0C3D5; 1355 } 1356 #collapse-menu:hover { 1357 color: #5A8FAD; 1358 } 1359 #collapse-button { 1360 border-color: #A0C3D5; 1361 background-color: #f4f4f4; /* Fallback */ 1362 background-image: -ms-linear-gradient(bottom, #b0c8d7, #fff); /* IE10 */ 1363 background-image: -moz-linear-gradient(bottom, #b0c8d7, #fff); /* Firefox */ 1364 background-image: -o-linear-gradient(bottom, #b0c8d7, #fff); /* Opera */ 1365 background-image: -webkit-gradient(linear, left bottom, left top, from(#b0c8d7), to(#fff)); /* old Webkit */ 1366 background-image: -webkit-linear-gradient(bottom, #b0c8d7, #fff); /* new Webkit */ 1367 background-image: linear-gradient(bottom, #b0c8d7, #fff); /* proposed W3C Markup */ 1368 } 1369 #collapse-menu:hover #collapse-button { 1370 border-color: #aaa; 1371 } 1372 #collapse-button div { 1373 background: transparent url(../images/arrows-vs.png) no-repeat 0 -72px; 1374 } 1375 .folded #collapse-button div { 1376 background-position: 0 -108px; 1377 } 1378 1379 /* menu and screen icons */ 1247 1380 #adminmenu .menu-icon-dashboard div.wp-menu-image { 1248 1381 background: transparent url('../images/menu-vs.png?ver=20100531') no-repeat scroll -61px -33px; 1249 1382 } … … 1336 1469 background: transparent url('../images/menu-vs.png?ver=20100531') no-repeat scroll -211px -1px; 1337 1470 } 1338 1471 1472 #icon-options-general, 1339 1473 #adminmenu .menu-icon-settings div.wp-menu-image { 1340 1474 background: transparent url('../images/menu-vs.png?ver=20100531') no-repeat scroll -241px -33px; 1341 1475 } … … 1353 1487 #adminmenu .menu-icon-site.wp-has-current-submenu div.wp-menu-image { 1354 1488 background: transparent url('../images/menu-vs.png?ver=20100531') no-repeat scroll -361px -1px; 1355 1489 } 1356 /* end menu */1490 /* end menu and screen icons */ 1357 1491 1492 /* Screen Icons */ 1493 #icon-edit, 1494 #icon-post { 1495 background: transparent url(../images/icons32-vs.png?ver=20100531) no-repeat -552px -5px; 1496 } 1358 1497 1498 #icon-index { 1499 background: transparent url(../images/icons32-vs.png?ver=20100531) no-repeat -137px -5px; 1500 } 1501 1502 #icon-upload { 1503 background: transparent url(../images/icons32-vs.png?ver=20100531) no-repeat -251px -5px; 1504 } 1505 1506 #icon-link-manager, 1507 #icon-link, 1508 #icon-link-category { 1509 background: transparent url(../images/icons32-vs.png?ver=20100531) no-repeat -190px -5px; 1510 } 1511 1512 #icon-edit-pages, 1513 #icon-page { 1514 background: transparent url(../images/icons32-vs.png?ver=20100531) no-repeat -312px -5px; 1515 } 1516 1517 #icon-edit-comments { 1518 background: transparent url(../images/icons32-vs.png?ver=20100531) no-repeat -72px -5px; 1519 } 1520 1521 #icon-themes { 1522 background: transparent url(../images/icons32-vs.png?ver=20100531) no-repeat -11px -5px; 1523 } 1524 1525 #icon-plugins { 1526 background: transparent url(../images/icons32-vs.png?ver=20100531) no-repeat -370px -5px; 1527 } 1528 1529 #icon-users, 1530 #icon-profile, 1531 #icon-user-edit { 1532 background: transparent url(../images/icons32-vs.png?ver=20100531) no-repeat -600px -5px; 1533 } 1534 1535 #icon-tools, 1536 #icon-admin { 1537 background: transparent url(../images/icons32-vs.png?ver=20100531) no-repeat -432px -5px; 1538 } 1539 1540 #icon-options-general { 1541 background: transparent url(../images/icons32-vs.png?ver=20100531) no-repeat -492px -5px; 1542 } 1543 1544 #icon-ms-admin { 1545 background: transparent url(../images/icons32-vs.png?ver=20100531) no-repeat -659px -5px; 1546 } 1547 /* end screen icons */ 1548 1549 1359 1550 /* Diff */ 1360 1551 table.diff .diff-deletedline { 1361 1552 background-color: #fdd; … … 1392 1583 1393 1584 #screen-options-wrap, 1394 1585 #contextual-help-wrap { 1395 background-color: # F8F7F3;1586 background-color: #f7fcfe; 1396 1587 border-color: #D1e5ee; 1397 1588 } 1398 1589 1590 #screen-options-link-wrap, 1591 #contextual-help-link-wrap { 1592 background-color: #D1e5ee; 1593 background-image: -ms-linear-gradient(bottom, #d0dfe9, #D1e5ee); /* IE10 */ 1594 background-image: -moz-linear-gradient(bottom, #d0dfe9, #D1e5ee); /* Firefox */ 1595 background-image: -o-linear-gradient(bottom, #d0dfe9, #D1e5ee); /* Opera */ 1596 background-image: -webkit-gradient(linear, left bottom, left top, from(#d0dfe9), to(#D1e5ee)); /* old Webkit */ 1597 background-image: -webkit-linear-gradient(bottom, #d0dfe9, #D1e5ee); /* new Webkit */ 1598 background-image: linear-gradient(bottom, #d0dfe9, #D1e5ee); /* proposed W3C Markup */ 1599 } 1600 1399 1601 #screen-meta-links a.show-settings { 1400 1602 color: #606060; 1401 1603 } … … 1496 1698 color: #D54E21; 1497 1699 } 1498 1700 1499 body.press-this .postbox:hover .handlediv,1500 body.press-this .stuffbox:hover .handlediv,1501 1701 .meta-box-sortables .postbox:hover .handlediv { 1502 background: transparent url(../images/ menu-bits-vs.gif?ver=20101102) no-repeat scroll left -111px;1702 background: transparent url(../images/arrows-vs.png) no-repeat 6px 7px; 1503 1703 } 1504 1704 1505 #major-publishing-actions {1506 background: #eaf2fa;1507 }1508 1509 1705 .tablenav .tablenav-pages { 1510 1706 color: #555; 1511 1707 } … … 1551 1747 } 1552 1748 1553 1749 .misc-pub-section { 1750 border-top-color: #fff; 1554 1751 border-bottom-color: #eee; 1555 1752 } 1556 1753 … … 1611 1808 1612 1809 #favorite-toggle { 1613 1810 background: transparent url(../images/fav-arrow.gif?ver=20100531) no-repeat 0 -4px; 1811 border-color: #d0dfe9; 1812 -moz-box-shadow: inset 1px 0 0 #fff; 1813 -webkit-box-shadow: inset 1px 0 0 #fff; 1814 box-shadow: inset 1px 0 0 #fff; 1614 1815 } 1615 1816 1616 1817 #favorite-actions a { … … 1625 1826 text-decoration: underline; 1626 1827 } 1627 1828 1628 #screen-meta .screen-meta-toggle {1629 background: #D1E5ee;1630 }1631 1632 1829 #screen-meta a.show-settings, 1633 1830 .toggle-arrow { 1634 background -image:url("../images/screen-options-toggle-vs.gif?ver=20100531");1831 background: transparent url(../images/arrows-vs.png) no-repeat right 3px; 1635 1832 } 1636 1833 1637 #icon-edit, 1638 #icon-post { 1639 background: transparent url(../images/icons32-vs.png?ver=20100531) no-repeat -552px -5px; 1834 #screen-meta .screen-meta-active a.show-settings { 1835 background: transparent url(../images/arrows-vs.png) no-repeat right -33px; 1640 1836 } 1641 1837 1642 #icon-index {1643 background: transparent url(../images/icons32-vs.png?ver=20100531) no-repeat -137px -5px;1644 }1645 1646 #icon-upload {1647 background: transparent url(../images/icons32-vs.png?ver=20100531) no-repeat -251px -5px;1648 }1649 1650 #icon-link-manager,1651 #icon-link,1652 #icon-link-category {1653 background: transparent url(../images/icons32-vs.png?ver=20100531) no-repeat -190px -5px;1654 }1655 1656 #icon-edit-pages,1657 #icon-page {1658 background: transparent url(../images/icons32-vs.png?ver=20100531) no-repeat -312px -5px;1659 }1660 1661 #icon-edit-comments {1662 background: transparent url(../images/icons32-vs.png?ver=20100531) no-repeat -72px -5px;1663 }1664 1665 #icon-themes {1666 background: transparent url(../images/icons32-vs.png?ver=20100531) no-repeat -11px -5px;1667 }1668 1669 #icon-plugins {1670 background: transparent url(../images/icons32-vs.png?ver=20100531) no-repeat -370px -5px;1671 }1672 1673 #icon-users,1674 #icon-profile,1675 #icon-user-edit {1676 background: transparent url(../images/icons32-vs.png?ver=20100531) no-repeat -600px -5px;1677 }1678 1679 #icon-tools,1680 #icon-admin {1681 background: transparent url(../images/icons32-vs.png?ver=20100531) no-repeat -432px -5px;1682 }1683 1684 #icon-options-general {1685 background: transparent url(../images/icons32-vs.png?ver=20100531) no-repeat -492px -5px;1686 }1687 1688 #icon-ms-admin {1689 background: transparent url(../images/icons32-vs.png?ver=20100531) no-repeat -659px -5px;1690 }1691 1692 1838 .view-switch #view-switch-list { 1693 1839 background: transparent url(../images/list.png) no-repeat 0 0; 1694 1840 } … … 1706 1852 } 1707 1853 1708 1854 #header-logo { 1709 background: transparent url(../images/wp-logo-vs.png?ver=201 10504) no-repeat scroll center center;1855 background: transparent url(../images/wp-logo-vs.png?ver=20101102) no-repeat scroll center center; 1710 1856 } 1711 1857 1712 1858 .popular-tags, … … 1725 1871 1726 1872 div.widgets-sortables, 1727 1873 #widgets-left .inactive { 1728 border-color: #D1E5EE; 1729 background-color: #f8f7f3; 1730 -moz-border-radius-bottomleft:3px; 1731 -moz-border-radius-bottomright:3px 1874 background-color: #f7fcfe; 1875 border-color: #d0dfe9; 1732 1876 } 1733 1877 1734 1878 #available-widgets .widget-holder { 1735 background-color: #f ff;1736 border-color: #d dd;1879 background-color: #f7fcfe; 1880 border-color: #d0dfe9; 1737 1881 } 1738 1882 1739 #widgets-left .sidebar-name { 1740 background-color: #aaa; 1741 background-image: url(../images/ed-bg-vs.gif?ver=20101102); 1742 text-shadow: #fff 0 1px 0; 1743 border-color: #dfdfdf; 1883 #available-widgets .widget-description { 1884 color: #555; 1744 1885 } 1745 1886 1746 #widgets-right .sidebar-name { 1747 background-image: url(../images/button-grad.png); 1748 text-shadow: #174f69 0 -1px 0; 1749 background-color: #cfdfe9; 1750 border-color: #174f69; 1751 color: #ffffff; 1887 .sidebar-name { 1888 color: #464646; 1889 background-color: #f7fcfe; /* Fallback */ 1890 background-image: -ms-linear-gradient(top, #ECF8FE, #f7fcfe); /* IE10 */ 1891 background-image: -moz-linear-gradient(top, #ECF8FE, #f7fcfe); /* Firefox */ 1892 background-image: -o-linear-gradient(top, #ECF8FE, #f7fcfe); /* Opera */ 1893 background-image: -webkit-gradient(linear, left top, left bottom, from(#ECF8FE), to(#f7fcfe)); /* old Webkit */ 1894 background-image: -webkit-linear-gradient(top, #ECF8FE, #f7fcfe); /* new Webkit */ 1895 background-image: linear-gradient(top, #ECF8FE, #f7fcfe); /* proposed W3C Markup */ 1896 text-shadow: #fff 0 1px 0; 1897 border-color: #d0dfe9; 1898 -moz-box-shadow: inset 0 1px 0 #fff; 1899 -webkit-box-shadow: inset 0 1px 0 #fff; 1900 box-shadow: inset 0 1px 0 #fff; 1752 1901 } 1753 1902 1754 1903 .sidebar-name:hover, … … 1760 1909 color: black; 1761 1910 } 1762 1911 1763 #widgets-left.sidebar-name-arrow {1764 background: transparent url(../images/ menu-bits-vs.gif?ver=20101102) no-repeat scroll left -109px;1912 .sidebar-name-arrow { 1913 background: transparent url(../images/arrows-vs.png) no-repeat 5px 9px; 1765 1914 } 1766 1767 #widgets-right .sidebar-name-arrow { 1768 background: url("../images/widgets-arrow-vs.gif?ver=20100531") no-repeat scroll 0 -1px transparent; 1915 .sidebar-name:hover .sidebar-name-arrow { 1916 background: transparent url(../images/arrows-dark-vs.png) no-repeat 5px 9px; 1769 1917 } 1770 1918 1771 1919 .in-widget-title { … … 1806 1954 background-color: #f1f1f1; 1807 1955 } 1808 1956 1809 #nav-menu-header, #nav-menu-footer, .menu-item-handle { 1810 background: url("../images/ed-bg-vs.gif?ver=20101102") repeat-x scroll left top #cfdfe9; 1811 border-top: solid #D1E5EE 1px; 1957 #nav-menu-header, 1958 #nav-menu-footer, 1959 .menu-item-handle { 1960 background: #eff8ff; /* Fallback */ 1961 background-image: -ms-linear-gradient(bottom, #f7fcfe, #eff8ff); /* IE10 */ 1962 background-image: -moz-linear-gradient(bottom, #f7fcfe, #eff8ff); /* Firefox */ 1963 background-image: -o-linear-gradient(bottom, #f7fcfe, #eff8ff); /* Opera */ 1964 background-image: -webkit-gradient(linear, left bottom, left top, from(#f7fcfe), to(#eff8ff)); /* old Webkit */ 1965 background-image: -webkit-linear-gradient(bottom, #f7fcfe, #eff8ff); /* new Webkit */ 1966 background-image: linear-gradient(bottom, #f7fcfe, #eff8ff); /* proposed W3C Markup */ 1812 1967 } 1813 1968 1969 #menu-management .nav-tab-active, 1970 .menu-item-handle, 1971 .menu-item-settings { 1972 -moz-box-shadow: inset 0 1px 0 #fff; 1973 -webkit-box-shadow: inset 0 1px 0 #fff; 1974 box-shadow: inset 0 1px 0 #fff; 1975 } 1976 1814 1977 #menu-management .nav-tab-active { 1815 1978 background: #eff8ff; 1816 1979 border-bottom-color: #eff8ff; 1817 1980 } 1981 1982 /* custom header & background pages */ 1983 #upload-form label { 1984 color: #777; 1985 } 1986 /* custom header & background pages */