Changeset 9797
- Timestamp:
- 11/19/2008 10:51:24 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/css/colors-fresh.css
r9796 r9797 130 130 } 131 131 132 .form-table th, .form-wrap label { 133 color: #222; 134 } 135 136 .setting-description, .form-wrap p { 137 color: #999; 138 } 139 132 140 .form-table tr, 133 141 .form-wrap .form-field { 134 background-color: #f 9f9f9;142 background-color: #f3f3f3; 135 143 } 136 144 … … 297 305 } 298 306 307 #wpcontent select { 308 background: url(../images/white-grad.png) repeat-x scroll left top; 309 color: #555; 310 } 311 299 312 .button-secondary, 300 313 .submit .button-secondary { … … 306 319 .submit .button-primary { 307 320 border-color: #21759B; 321 font-weight: bold; 308 322 color: #FFF; 309 323 background: #21759B url(../images/button-grad.png) repeat-x scroll left top; … … 344 358 div.dashboard-widget-submit input:hover, 345 359 #media-upload a.del-link:hover, 346 .ui-tabs-nav a:hover, 347 #user_info a:hover { 360 .ui-tabs-nav a:hover { 348 361 color: #d54e21; 349 362 } … … 360 373 361 374 .button-primary:hover { 362 border-color: #156079; 363 background-image: inherit; 375 color: #EAF2FA; 364 376 } 365 377 … … 720 732 } 721 733 734 #user_info a:hover { 735 color: #fff; 736 text-decoration: underline !important; 737 } 738 739 #user_info a:active { 740 color: #ccc !important; 741 } 742 722 743 #user_info a, #user_info a:visited { 723 744 color: #ccc; … … 1052 1073 border-color: #6d6d6d; 1053 1074 color: #fff; 1054 text-shadow: #666 0px -1px 0px;1055 1075 } 1056 1076 … … 1087 1107 background-image: none; 1088 1108 border-color: #e3e3e3; 1089 text-shadow: #fff 0px 1px 0px;1090 1109 } 1091 1110 … … 1342 1361 1343 1362 .tablenav .tablenav-pages a:hover { 1344 color: #fff; 1345 background-color: #d54e21; 1363 color: #d54e21; 1346 1364 border-color: #d54321; 1347 1365 } … … 1434 1452 1435 1453 #favorite-first { 1436 border-color: #464646;1437 1454 background: #797979 url(../images/fav.png) repeat-x 0 center; 1455 border-color: #777 !important; 1456 border-bottom-color: #666 !important; 1438 1457 } 1439 1458 … … 1452 1471 1453 1472 #favorite-inside a:hover { 1454 background-color: #8f8f8f;1455 1473 color: #fff; 1474 text-decoration: underline; 1456 1475 } 1457 1476 -
trunk/wp-admin/css/dashboard.css
r9777 r9797 133 133 } 134 134 135 #dashboard_right_now .b,136 #dashboard_right_now .b a {137 color: #2583ad;138 }139 140 135 #dashboard_right_now td.b { 141 136 padding-right: 6px; … … 149 144 } 150 145 146 #dashboard_right_now td.b a:hover { 147 color: #d54e21; 148 } 149 151 150 #dashboard_right_now .t { 152 151 font-size: 12px; … … 186 185 #dashboard_right_now .versions .b { 187 186 font-style: normal; 188 font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;189 font-size: 12px;190 187 } 191 188 -
trunk/wp-admin/css/global.css
r9777 r9797 251 251 padding: 0; 252 252 white-space: nowrap; 253 font-size: 1 2px;253 font-size: 11px; 254 254 float: left; 255 255 } -
trunk/wp-admin/wp-admin.css
r9796 r9797 149 149 } 150 150 151 .code {152 font-family: "Courier New", Courier, monospace;151 .code, code { 152 font-family: Consolas, Monaco, Courier, monospace; 153 153 } 154 154 … … 156 156 padding: 1px 3px; 157 157 margin: 0 1px; 158 font-size: 1 2px;158 font-size: 11px; 159 159 } 160 160 … … 354 354 } 355 355 356 .submit input, 357 .button, 358 .button-primary, 359 .button-secondary, 360 .button-highlighted, 361 #postcustomstuff .submit input { 362 text-shadow: rgba(255,255,255,1) 0 1px 0; 363 } 364 365 .button-primary, 366 .submit .button-primary { 367 text-shadow: rgba(0,0,0,0.3) 0 -1px 0; 368 } 369 356 370 a.button { 357 371 padding: 4px 8px; … … 376 390 377 391 #wpcontent select { 378 font: 1 2px/20px "Lucida Grande", Verdana, Arial, sans-serif;379 padding: 2px;392 font: 11px/20px "Lucida Grande", Verdana, Arial, sans-serif; 393 padding: 0 0 0 4px; 380 394 border-width: 1px; 381 395 border-style: solid; … … 740 754 clear: both; 741 755 height: 30px; 742 margin: 6px 6px4px;756 margin: 6px 0 4px; 743 757 vertical-align: middle; 744 758 } … … 751 765 line-height: 30px; 752 766 font-size: 11px; 753 margin: 0 8px 0 0;754 767 } 755 768 … … 864 877 margin: 0; 865 878 float: left; 879 text-shadow: rgba(0,0,0,0.6) 0 -1px 0; 866 880 } 867 881 … … 904 918 #adminmenu .wp-submenu li.current a:hover { 905 919 font-weight: bold; 920 text-shadow: rgba(255,255,255,1) 0px 1px 0px; 906 921 } 907 922 908 923 #adminmenu a.menu-top, 909 924 #adminmenu .wp-submenu-head { 910 font: normal 1 2px/18px Georgia, "Times New Roman", Times, serif;925 font: normal 13px/18px Georgia, "Times New Roman", Times, serif; 911 926 } 912 927 … … 1099 1114 1100 1115 #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu, 1101 #adminmenu li.menu-top > a.current { 1116 #adminmenu .menu-top .current { 1117 text-shadow: rgba(0,0,0,0.4) 0px -1px 0px; 1102 1118 } 1103 1119 … … 1197 1213 1198 1214 #footer #footer-thankyou, #footer #footer-upgrade { 1199 font-size: 1 2px;1215 font-size: 13px; 1200 1216 word-spacing: 0; 1201 1217 font-family: Georgia, "Times New Roman", Times, serif; … … 1240 1256 } 1241 1257 1258 .form-table th, .form-wrap label { 1259 font-weight: normal; 1260 text-shadow: #fff 0 1px 0; 1261 } 1262 1242 1263 .form-table th, 1243 1264 #wpbody-content .describe th { … … 1265 1286 display: block; 1266 1287 clear: both; 1288 margin-top: 12px; 1267 1289 } 1268 1290 … … 1276 1298 vertical-align: bottom; 1277 1299 float: left; 1278 margin: -8px 3px 12px;1300 margin: -8px 3px 8px; 1279 1301 } 1280 1302 … … 1345 1367 display: block; 1346 1368 padding: 2px; 1347 font- weight: bold;1369 font-size: 12px; 1348 1370 } 1349 1371 … … 1357 1379 .form-wrap p { 1358 1380 margin: 2px 0 5px; 1381 } 1382 1383 .setting-description, .form-wrap p { 1359 1384 font-style: italic; 1385 font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif; 1360 1386 } 1361 1387 … … 1548 1574 font-style: italic; 1549 1575 display: block; 1576 font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif; 1550 1577 } 1551 1578 … … 2469 2496 2470 2497 #screen-meta-links { 2471 margin: 0 20px 0 0;2498 margin: 0 9px 0 0; 2472 2499 } 2473 2500 … … 2483 2510 height: 23px; 2484 2511 padding: 0; 2485 margin: -1px 10px 0 0;2512 margin: -1px 6px 0 0; 2486 2513 } 2487 2514 … … 2489 2516 text-decoration: none; 2490 2517 z-index: 1; 2491 padding: 0 1 8px 0 8px;2492 height: 2 3px;2493 line-height: 2 3px;2494 font-size: 1 1px;2518 padding: 0 16px 0 6px; 2519 height: 22px; 2520 line-height: 22px; 2521 font-size: 10px; 2495 2522 display: block; 2496 2523 background-repeat: no-repeat; 2497 background-position: right top;2524 background-position: right bottom; 2498 2525 background-color: transparent; 2526 border-top-color: #dfdfdf; 2527 border-top-width: 1px; 2528 border-top-style: solid; 2529 text-shadow: rgba(255,255,255,0.7) 0 1px 0; 2499 2530 } 2500 2531 … … 2520 2551 border-width: 0 1px 1px; 2521 2552 margin: 0 15px; 2522 -moz-border-radius: 0 0 4px4px;2553 -moz-border-radius: 0 0 0 4px; 2523 2554 -webkit-border-bottom-left-radius: 4px; 2524 -webkit-border-bottom-right-radius: 4px;2525 2555 -khtml-border-bottom-left-radius: 4px; 2526 -khtml-border-bottom-right-radius: 4px;2527 2556 border-bottom-left-radius: 4px; 2528 border-bottom-right-radius: 4px;2529 2557 } 2530 2558 … … 2961 2989 min-width: 130px; 2962 2990 position: relative; 2963 2964 2991 } 2965 2992 … … 2976 3003 2977 3004 #favorite-inside { 2978 margin: 0 0 0 1px;2979 padding: 0 0 6px;3005 margin: 0 0 0 0px; 3006 padding: 0 1px 6px 1px; 2980 3007 border-width: 1px; 2981 3008 border-style: solid; … … 2996 3023 text-decoration: none; 2997 3024 font-size: 11px; 3025 text-shadow: rgba(0,0,0,0.2) 0 -1px 0; 2998 3026 } 2999 3027 … … 3028 3056 padding-left: 25px; 3029 3057 font-style: italic; 3030 } 3031 3032 .setting-description { 3033 font-style: italic; 3034 } 3058 font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif; 3059 } 3060 3035 3061 ul#dismissed-updates { 3036 3062 display: none; … … 3116 3142 .widefat td { 3117 3143 overflow: hidden; 3118 } 3119 3144 text-shadow: rgba(255,255,255,0.8) 0 1px 0; 3145 } 3146 -
trunk/wp-includes/script-loader.php
r9789 r9797 301 301 $rtl_styles = array( 'global', 'colors', 'dashboard', 'ie', 'install', 'login', 'media', 'theme-editor', 'upload', 'widgets', 'press-this', 'plugin-install', 'farbtastic' ); 302 302 303 $styles->add( 'wp-admin', '/wp-admin/wp-admin.css', array(), '20081119 b' );303 $styles->add( 'wp-admin', '/wp-admin/wp-admin.css', array(), '20081119c' ); 304 304 $styles->add_data( 'wp-admin', 'rtl', '/wp-admin/rtl.css' ); 305 305 … … 308 308 309 309 $styles->add( 'colors', true, array(), '20081118' ); // Register "meta" stylesheet for admin colors 310 $styles->add( 'colors-fresh', '/wp-admin/css/colors-fresh.css', array(), '20081119 '); // for login.php. Is there a better way?310 $styles->add( 'colors-fresh', '/wp-admin/css/colors-fresh.css', array(), '20081119b'); // 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(), '20081119 ' );313 $styles->add( 'global', '/wp-admin/css/global.css', array(), '20081119b' ); 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(), '20081119 ' );316 $styles->add( 'dashboard', '/wp-admin/css/dashboard.css', array(), '20081119b' ); 317 317 $styles->add( 'install', '/wp-admin/css/install.css', array(), '20080708' ); 318 318 $styles->add( 'theme-editor', '/wp-admin/css/theme-editor.css' );
Note: See TracChangeset
for help on using the changeset viewer.