Changeset 9777
- Timestamp:
- 11/19/08 05:35:28 (2 months ago)
- Files:
-
- trunk/wp-admin/css/colors-fresh.css (modified) (8 diffs)
- trunk/wp-admin/css/dashboard.css (modified) (3 diffs)
- trunk/wp-admin/css/global.css (modified) (3 diffs)
- trunk/wp-admin/gears-manifest.php (modified) (1 diff)
- trunk/wp-admin/images/menu-bits-rtl.gif (modified) (previous)
- trunk/wp-admin/images/menu-bits.gif (modified) (previous)
- trunk/wp-admin/images/menu-dark.gif (added)
- trunk/wp-admin/wp-admin.css (modified) (17 diffs)
- trunk/wp-includes/script-loader.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/css/colors-fresh.css
r9768 r9777 141 141 142 142 strong .post-com-count span { 143 background-color: #2 583ad;143 background-color: #21759b; 144 144 } 145 145 … … 403 403 .tablenav .prev { 404 404 border-color: transparent; 405 color: #2 583ad;405 color: #21759b; 406 406 } 407 407 … … 467 467 #media-upload a.delete, 468 468 .ui-tabs-nav a, a { 469 color: #2 583ad;469 color: #21759b; 470 470 } 471 471 … … 1023 1023 #adminmenu li.wp-has-current-submenu.wp-menu-open .wp-menu-toggle, 1024 1024 #adminmenu li.wp-has-current-submenu:hover .wp-menu-toggle { 1025 background: transparent url(../images/menu-bits.gif) no-repeat scroll left -20 6px;1025 background: transparent url(../images/menu-bits.gif) no-repeat scroll left -208px; 1026 1026 } 1027 1027 … … 1039 1039 } 1040 1040 1041 #adminmenu .wp-has-current-submenu ul li a { 1042 background: none; 1043 } 1044 1045 #adminmenu .wp-has-current-submenu ul li a.current { 1046 background: url(../images/menu-dark.gif) top left no-repeat !important; 1047 } 1048 1041 1049 #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu, 1042 1050 #adminmenu .menu-top .current { 1043 background-color: #c0c0c0; 1044 background-image: none; 1051 background: url(../images/menu-bits.gif) top left repeat-x; 1045 1052 border-color: #B5B5B5; 1046 1053 color: #fff; 1054 text-shadow: #666 0px -1px 0px; 1055 } 1056 1057 #adminmenu li.wp-has-current-submenu .wp-submenu, #adminmenu li.wp-has-current-submenu ul li a { 1058 border-color: #aaa !important; 1059 } 1060 1061 #adminmenu li.wp-has-current-submenu ul li a { 1062 background: url(../images/menu-dark.gif) bottom left no-repeat !important; 1063 } 1064 1065 #adminmenu li.wp-has-current-submenu ul { 1066 border-bottom-color: #aaa; 1047 1067 } 1048 1068 1049 1069 #adminmenu li.menu-top .current:hover { 1050 background: #c0c0c0 none repeat scroll 0 0;1051 1070 border-color: #B5B5B5; 1052 1071 } … … 1057 1076 1058 1077 #adminmenu .wp-submenu a:hover { 1059 background-color: #EAF2FA ;1078 background-color: #EAF2FA !important; 1060 1079 color: #333 !important; 1061 1080 } … … 1064 1083 #adminmenu .wp-submenu li.current a, 1065 1084 #adminmenu .wp-submenu li.current a:hover { 1066 color: #d54e21; 1067 background-color: #fff; 1085 color: #333; 1086 background-color: #f5f5f5; 1087 background-image: none; 1068 1088 border-color: #e3e3e3; 1089 text-shadow: #fff 0px 1px 0px; 1069 1090 } 1070 1091 … … 1287 1308 .inline-editor .categories .catshow, 1288 1309 .inline-editor .categories .cathide { 1289 color: #2 583AD;1310 color: #21759b; 1290 1311 } 1291 1312 trunk/wp-admin/css/dashboard.css
r9748 r9777 298 298 #dashboard_quick_press #media-buttons { 299 299 margin: 0 0 .5em 5em; 300 padding: 0 0 0 2px; 300 padding: 0 0 0 10px; 301 font-size: 11px; 302 } 303 304 #dashboard_quick_press #media-buttons a { 305 vertical-align: bottom; 301 306 } 302 307 … … 354 359 line-height: 1.7em; 355 360 } 361 /* 362 #the-comment-list .comment-item h4 { 363 line-height: 1.4; 364 margin-top: -.2em; 365 font-weight: normal; 366 color: #999; 367 } 368 */ 356 369 357 370 .rss-widget ul li { … … 377 390 378 391 #dashboard_plugins h5 { 379 font-size: 1 4px;392 font-size: 13px; 380 393 margin: 0; 381 394 display: inline; trunk/wp-admin/css/global.css
r9733 r9777 149 149 body, 150 150 td { 151 font: 13px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;151 font: 13px "Lucida Grande", Verdana, Arial, sans-serif; 152 152 } 153 153 … … 180 180 input, 181 181 select { 182 font: 13px/19px Verdana, Arial, Helvetica, sans-serif;182 font: 13px/19px "Lucida Grande", Verdana, Arial, sans-serif; 183 183 margin: 1px; 184 184 padding: 3px; … … 376 376 font: italic normal normal 24px/29px Georgia, "Times New Roman", Times, serif; 377 377 margin: 0; 378 padding: 1 0px 15px 5px 0;378 padding: 14px 15px 1px 0; 379 379 } 380 380 trunk/wp-admin/gears-manifest.php
r9610 r9777 131 131 { "url" : "images/menu-bits.gif" }, 132 132 { "url" : "images/menu-bits-rtl.gif" }, 133 { "url" : "images/menu-dark.gif" }, 134 { "url" : "images/menu-dark-rtl.gif" }, 133 135 { "url" : "images/del.png" }, 134 136 { "url" : "images/list.gif" }, trunk/wp-admin/wp-admin.css
r9751 r9777 345 345 .button-highlighted, 346 346 #postcustomstuff .submit input { 347 font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;347 font-family: "Lucida Grande", Verdana, Arial, sans-serif; 348 348 text-decoration: none; 349 349 font-size: 11px !important; … … 385 385 386 386 #wpcontent select { 387 font: 12px/20px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;387 font: 12px/20px "Lucida Grande", Verdana, Arial, sans-serif; 388 388 padding: 2px; 389 389 border-width: 1px; … … 873 873 ul#adminmenu li.write-new-button a { 874 874 line-height: 1.2em; 875 font: 12px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;875 font: 12px "Lucida Grande", Verdana, Arial, sans-serif; 876 876 padding: 6px 4px; 877 877 letter-spacing: normal; … … 925 925 926 926 #adminmenu .wp-submenu a { 927 font: normal 12px/18px Helvetica, Verdana, sans-serif; 927 font: normal 11px/18px "Lucida Grande", Verdana, Arial, sans-serif; 928 } 929 930 #adminmenu .wp-submenu li.current, 931 #adminmenu .wp-submenu li.current a, 932 #adminmenu .wp-submenu li.current a:hover { 933 font-weight: bold; 928 934 } 929 935 … … 961 967 float: left; 962 968 width: 28px; 963 height: 30px;969 height: 28px; 964 970 } 965 971 … … 981 987 #adminmenu a { 982 988 display: block; 983 font-size: 11.5px !important;989 font-size: 11.5px; 984 990 line-height: 18px; 985 991 padding: 1px 5px 3px; … … 987 993 988 994 #adminmenu li.menu-top { 989 min-height: 2 8px;995 min-height: 26px; 990 996 } 991 997 … … 993 999 line-height: 18px; 994 1000 min-width: 10em; 995 padding: 6px 5px;1001 padding: 5px 5px; 996 1002 border-width: 1px 1px 0; 997 1003 border-style: solid solid none; … … 1029 1035 border-width: 1px 1px 0; 1030 1036 border-style: solid solid none; 1031 -moz-border-radius-topleft : 8px;1032 -moz-border-radius-topright: 8px;1033 -webkit-border-top-right-radius: 8px;1034 -webkit-border-top-left-radius: 8px;1035 -khtml-border-top-right-radius: 8px;1036 -khtml-border-top-left-radius: 8px;1037 border-top-right-radius: 8px;1038 border-top-left-radius: 8px;1037 -moz-border-radius-topleft :6px; 1038 -moz-border-radius-topright: 6px; 1039 -webkit-border-top-right-radius: 6px; 1040 -webkit-border-top-left-radius: 6px; 1041 -khtml-border-top-right-radius: 6px; 1042 -khtml-border-top-left-radius: 6px; 1043 border-top-right-radius: 6px; 1044 border-top-left-radius: 6px; 1039 1045 } 1040 1046 … … 1043 1049 border-width: 1px; 1044 1050 border-style: solid; 1045 -moz-border-radius-bottomleft: 8px;1046 -moz-border-radius-bottomright: 8px;1047 -webkit-border-bottom-right-radius: 8px;1048 -webkit-border-bottom-left-radius: 8px;1049 -khtml-border-bottom-right-radius: 8px;1050 -khtml-border-bottom-left-radius: 8px;1051 border-bottom-right-radius: 8px;1052 border-bottom-left-radius: 8px;1051 -moz-border-radius-bottomleft: 6px; 1052 -moz-border-radius-bottomright: 6px; 1053 -webkit-border-bottom-right-radius: 6px; 1054 -webkit-border-bottom-left-radius: 6px; 1055 -khtml-border-bottom-right-radius: 6px; 1056 -khtml-border-bottom-left-radius: 6px; 1057 border-bottom-right-radius: 6px; 1058 border-bottom-left-radius: 6px; 1053 1059 } 1054 1060 … … 1128 1134 float: right; 1129 1135 margin: 1px 0 0; 1130 height: 2 9px;1136 height: 27px; 1131 1137 padding: 1px 2px 0 0; 1132 1138 } … … 1134 1140 #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu, 1135 1141 #adminmenu li.menu-top > a.current { 1136 font-style: italic; 1137 } 1142 } 1143 1144 #adminmenu li.wp-has-current-submenu ul { 1145 border-bottom-width: 1px; 1146 border-bottom-style: solid; 1147 } 1148 1138 1149 /* end side admin menu */ 1139 1150 … … 1848 1859 cursor: pointer; 1849 1860 padding: 0 0 5px 10px; 1850 vertical-align: middle;1851 1861 } 1852 1862 … … 2228 2238 margin: 0; 2229 2239 padding: 4px 8px; 2230 font: 18px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;2240 font: 18px "Lucida Grande", Verdana, Arial, sans-serif; 2231 2241 } 2232 2242 … … 2543 2553 float: right; 2544 2554 background: transparent url( images/screen-options-left.gif ) no-repeat 0 0; 2545 font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;2555 font-family: "Lucida Grande", Verdana, Arial, sans-serif; 2546 2556 height: 23px; 2547 2557 padding: 0; … … 2825 2835 .inline-edit-row .cathide, 2826 2836 .inline-edit-row #bulk-titles div { 2827 font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;2837 font-family: "Lucida Grande", Verdana, Arial, sans-serif; 2828 2838 font-style: normal; 2829 2839 font-size: 11px; … … 3201 3211 } 3202 3212 3203 trunk/wp-includes/script-loader.php
r9766 r9777 301 301 $rtl_styles = array( 'global', 'colors', 'dashboard', 'ie', 'install', 'login', 'media', 'theme-editor', 'upload', 'widgets', 'press-this', 'press-this-ie', 'plugin-install', 'farbtastic' ); 302 302 303 $styles->add( 'wp-admin', '/wp-admin/wp-admin.css', array(), '2008111 8' );303 $styles->add( 'wp-admin', '/wp-admin/wp-admin.css', array(), '20081119' ); 304 304 $styles->add_data( 'wp-admin', 'rtl', '/wp-admin/rtl.css' ); 305 305 … … 308 308 309 309 $styles->add( 'colors', true ); // Register "meta" stylesheet for admin colors 310 $styles->add( 'colors-fresh', '/wp-admin/css/colors-fresh.css', array(), '2008111 8'); // for login.php. Is there a better way?310 $styles->add( 'colors-fresh', '/wp-admin/css/colors-fresh.css', array(), '20081119'); // for login.php. Is there a better way? 311 311 $styles->add_data( 'colors-fresh', 'rtl', true ); 312 312 313 $styles->add( 'global', '/wp-admin/css/global.css', array(), '200811 06' );313 $styles->add( 'global', '/wp-admin/css/global.css', array(), '20081119' ); 314 314 $styles->add( 'media', '/wp-admin/css/media.css', array(), '20080709' ); 315 315 $styles->add( 'widgets', '/wp-admin/css/widgets.css' ); 316 $styles->add( 'dashboard', '/wp-admin/css/dashboard.css', array(), '2008111 7' );316 $styles->add( 'dashboard', '/wp-admin/css/dashboard.css', array(), '20081119' ); 317 317 $styles->add( 'install', '/wp-admin/css/install.css', array(), '20080708' ); 318 318 $styles->add( 'theme-editor', '/wp-admin/css/theme-editor.css' );
