Changeset 9912
- Timestamp:
- 11/26/2008 11:35:23 PM (16 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/css/colors-classic.css
r9853 r9912 103 103 104 104 li.widget-list-control-item h4.widget-title a:hover, 105 #footer a,106 105 #upload-menu li a.upload-tab-link, 107 106 li.widget-list-control-item h4.widget-title a, … … 208 207 } 209 208 209 #media-upload { 210 background: #fff; 211 } 210 212 #media-upload .slidetoggle { 211 213 border-top-color: #dfdfdf; … … 251 253 } 252 254 253 .howto, .nonessential, #edit-slug-box, .form-input-tip, .rss-widget span.rss-date, .subsubsub { 255 .howto, 256 .nonessential, 257 #edit-slug-box, 258 .form-input-tip, 259 .rss-widget span.rss-date, 260 .subsubsub { 254 261 color: #999; 255 262 } … … 298 305 .button, 299 306 .submit input { 300 border-color: # DCDCDC;307 border-color: #bbb; 301 308 color: #464646; 309 } 310 311 .button:hover, 312 .submit input:hover { 313 color: #000; 314 border-color: #666; 302 315 } 303 316 … … 308 321 } 309 322 310 .button -secondary,311 .submit .button-secondary {312 border-color: #CFE1EF; 313 color: #464646;323 .button:active, 324 .submit input:active, 325 .button-secondary:active { 326 background: #eee url(../images/white-grad-active.png) repeat-x scroll left top; 314 327 } 315 328 … … 317 330 .submit .button-primary, 318 331 #login form .submit input { 319 border-color: #2 1759B;332 border-color: #298cba; 320 333 font-weight: bold; 321 334 color: #FFF; 322 335 background: #21759B url(../images/button-grad.png) repeat-x scroll left top; 336 } 337 338 .button-primary:active, 339 #login form .submit input:active { 340 background: #21759b url(../images/button-grad-active.png) repeat-x scroll left top !important; 323 341 } 324 342 … … 332 350 background: #ddd; 333 351 color: #888; 334 } 335 336 .button:hover, 337 .submit input:hover, 338 #postcustomstuff .submit input:hover { 339 border-color: #535353; 352 text-shadow: rgba(255,255,255,0.6) 0 1px 0; 353 border-color: #ccc; 340 354 } 341 355 342 356 a:active, 343 357 a:focus { 344 color: #d54e21 !important;358 color: #d54e21; 345 359 } 346 360 347 361 a:hover, 348 .button:hover,349 362 #wphead #viewsite a:hover, 350 363 #adminmenu a:hover, … … 366 379 } 367 380 368 .button- secondary:hover,381 .button-primary:hover, 369 382 #login form .submit input:hover { 370 border-color: #328ab2; 371 } 372 373 .button-primary:hover, #login form .submit input:hover { 374 color: #EAF2FA; 383 border-color: #13455b !important; 384 color: #EAF2FA !important; 375 385 } 376 386 … … 389 399 } 390 400 391 .submitbox .submitdelete {401 .submitbox .submitdelete, a.delete { 392 402 color: #f00; 393 403 border-bottom-color: #f00; … … 490 500 } 491 501 492 #adminmenu li a #awaiting-mod, #adminmenu li a span.update-plugins { 502 #adminmenu li a #awaiting-mod, 503 #adminmenu li a span.update-plugins { 493 504 background-image: url(../images/comment-stalk-fresh.gif); 494 505 } … … 510 521 511 522 div#media-upload-header { 512 background-color: #f 1f1f1;523 background-color: #f9f9f9; 513 524 border-bottom-color: #dfdfdf; 514 525 } … … 551 562 } 552 563 553 #edit-slug-box strong, .tablenav .displaying-num { 564 #edit-slug-box strong, 565 .tablenav .displaying-num, 566 #submitted-on { 554 567 color: #777; 555 568 } … … 739 752 } 740 753 741 #user_info a:hover { 754 #user_info a:link, #user_info a:visited, #footer a:link, #footer a:visited { 755 color: #ccc; 756 text-decoration: none; 757 } 758 759 #user_info a:hover, #footer a:hover { 742 760 color: #fff; 743 761 text-decoration: underline !important; 744 762 } 745 763 746 #user_info a:active {764 #user_info a:active, #footer a:active { 747 765 color: #ccc !important; 748 766 } 749 750 #user_info a, #user_info a:visited {751 color: #ccc;752 text-decoration: none;753 }754 755 767 756 768 div#media-upload-error, … … 812 824 813 825 /* Containers */ 814 .wp_themeSkin table, #wp_editbtns {815 /*816 background: #cee1ef;817 */818 }819 820 826 .wp_themeSkin iframe { 821 827 background: #fff; … … 962 968 } 963 969 964 .wp-admin .clearlooks2 .mceFocus .mceTop .mceCenter {965 background: #444444;966 border-bottom: 1px solid #999;967 border-top: 1px solid #999;968 }969 970 970 .wp-admin .clearlooks2 .mceFocus .mceTop .mceRight { 971 971 background: #444444; … … 1011 1011 1012 1012 .wp-admin .clearlooks2 .mceFocus .mceTop span { 1013 color: # fff;1013 color: #e5e5e5; 1014 1014 } 1015 1015 /* end TinyMCE */ … … 1083 1083 } 1084 1084 1085 #adminmenu li.wp-has-current-submenu .wp-submenu, #adminmenu li.wp-has-current-submenu ul li a { 1085 #adminmenu li.wp-has-current-submenu .wp-submenu, 1086 #adminmenu li.wp-has-current-submenu ul li a { 1086 1087 border-color: #aaa !important; 1087 1088 } … … 1133 1134 /* menu icons */ 1134 1135 #adminmenu #menu-dashboard div.wp-menu-image { 1135 background: transparent url("../images/menu.png") no-repeat scroll -61px -3 4px;1136 background: transparent url("../images/menu.png") no-repeat scroll -61px -33px; 1136 1137 } 1137 1138 1138 1139 #adminmenu #menu-dashboard:hover div.wp-menu-image { 1139 background: transparent url("../images/menu.png") no-repeat scroll -61px - 2px;1140 background: transparent url("../images/menu.png") no-repeat scroll -61px -1px; 1140 1141 } 1141 1142 … … 1181 1182 1182 1183 #adminmenu #menu-appearance div.wp-menu-image { 1183 background: transparent url("../images/menu.png") no-repeat scroll -1px -3 2px;1184 background: transparent url("../images/menu.png") no-repeat scroll -1px -33px; 1184 1185 } 1185 1186 1186 1187 #adminmenu #menu-appearance:hover div.wp-menu-image { 1187 background: transparent url("../images/menu.png") no-repeat scroll -1px 0;1188 background: transparent url("../images/menu.png") no-repeat scroll -1px -1px; 1188 1189 } 1189 1190 … … 1242 1243 /* edit image */ 1243 1244 #sidemenu a { 1244 background-color: #f 1f1f1;1245 border-color: #f 1f1f1;1245 background-color: #f9f9f9; 1246 border-color: #f9f9f9; 1246 1247 border-bottom-color: #dfdfdf; 1247 1248 } … … 1289 1290 1290 1291 /* Install Plugins */ 1291 .star-average, .star.star-rating { 1292 .star-average, 1293 .star.star-rating { 1292 1294 background-color: #fc0; 1293 1295 } … … 1305 1307 } 1306 1308 1307 #plugin-information pre, #plugin-information code { 1309 #plugin-information pre, 1310 #plugin-information code { 1308 1311 background-color: #ededff; 1309 1312 } … … 1406 1409 border-color: red; 1407 1410 color: red; 1411 text-shadow: none; 1408 1412 } 1409 1413 … … 1482 1486 1483 1487 #favorite-actions a { 1484 color: # eee;1488 color: #ddd; 1485 1489 text-shadow: rgba(0,0,0,0.2) 0 -1px 0; 1486 1490 } 1487 1491 1492 #favorite-actions a:hover { 1493 color: #fff; 1494 } 1495 1488 1496 #favorite-inside a:hover { 1489 color: #fff;1490 1497 text-decoration: underline; 1491 1498 } … … 1521 1528 text-shadow: rgba(255,255,255,0.7) 0 1px 0; 1522 1529 } 1530 1531 #icon-edit, 1532 #icon-post { 1533 background: transparent url(../images/icons32.png) no-repeat -552px -5px; 1534 } 1535 1536 #icon-index { 1537 background: transparent url(../images/icons32.png) no-repeat -137px -5px; 1538 } 1539 1540 #icon-upload { 1541 background: transparent url(../images/icons32.png) no-repeat -251px -5px; 1542 } 1543 1544 #icon-link-manager, 1545 #icon-link, 1546 #icon-link-category { 1547 background: transparent url(../images/icons32.png) no-repeat -190px -5px; 1548 } 1549 1550 #icon-edit-pages, 1551 #icon-page { 1552 background: transparent url(../images/icons32.png) no-repeat -312px -5px; 1553 } 1554 1555 #icon-edit-comments { 1556 background: transparent url(../images/icons32.png) no-repeat -72px -5px; 1557 } 1558 1559 #icon-themes { 1560 background: transparent url(../images/icons32.png) no-repeat -11px -5px; 1561 } 1562 1563 #icon-plugins { 1564 background: transparent url(../images/icons32.png) no-repeat -370px -5px; 1565 } 1566 1567 #icon-users, 1568 #icon-user-edit { 1569 background: transparent url(../images/icons32.png) no-repeat -600px -5px; 1570 } 1571 1572 #icon-import, 1573 #icon-admin { 1574 background: transparent url(../images/icons32.png) no-repeat -432px -5px; 1575 } 1576 1577 #icon-options-general { 1578 background: transparent url(../images/icons32.png) no-repeat -492px -5px; 1579 } -
trunk/wp-admin/css/colors-fresh.css
r9907 r9912 253 253 } 254 254 255 .howto, .nonessential, #edit-slug-box, .form-input-tip, .rss-widget span.rss-date, .subsubsub { 255 .howto, 256 .nonessential, 257 #edit-slug-box, 258 .form-input-tip, 259 .rss-widget span.rss-date, 260 .subsubsub { 256 261 color: #999; 257 262 } … … 331 336 } 332 337 333 .button-primary:active, #login form .submit input:active { 338 .button-primary:active, 339 #login form .submit input:active { 334 340 background: #21759b url(../images/button-grad-active.png) repeat-x scroll left top !important; 335 341 } … … 373 379 } 374 380 375 .button-primary:hover, #login form .submit input:hover { 381 .button-primary:hover, 382 #login form .submit input:hover { 376 383 border-color: #13455b !important; 377 384 color: #EAF2FA !important; … … 493 500 } 494 501 495 #adminmenu li a #awaiting-mod, #adminmenu li a span.update-plugins { 502 #adminmenu li a #awaiting-mod, 503 #adminmenu li a span.update-plugins { 496 504 background-image: url(../images/comment-stalk-fresh.gif); 497 505 } … … 554 562 } 555 563 556 #edit-slug-box strong, .tablenav .displaying-num, #submitted-on { 564 #edit-slug-box strong, 565 .tablenav .displaying-num, 566 #submitted-on { 557 567 color: #777; 558 568 } … … 814 824 815 825 /* Containers */ 816 .wp_themeSkin table, #wp_editbtns {817 /*818 background: #cee1ef;819 */820 }821 822 826 .wp_themeSkin iframe { 823 827 background: #fff; … … 1079 1083 } 1080 1084 1081 #adminmenu li.wp-has-current-submenu .wp-submenu, #adminmenu li.wp-has-current-submenu ul li a { 1085 #adminmenu li.wp-has-current-submenu .wp-submenu, 1086 #adminmenu li.wp-has-current-submenu ul li a { 1082 1087 border-color: #aaa !important; 1083 1088 } … … 1285 1290 1286 1291 /* Install Plugins */ 1287 .star-average, .star.star-rating { 1292 .star-average, 1293 .star.star-rating { 1288 1294 background-color: #fc0; 1289 1295 } … … 1301 1307 } 1302 1308 1303 #plugin-information pre, #plugin-information code { 1309 #plugin-information pre, 1310 #plugin-information code { 1304 1311 background-color: #ededff; 1305 1312 } … … 1536 1543 1537 1544 #icon-link-manager, 1538 #icon-link { 1545 #icon-link, 1546 #icon-link-category { 1539 1547 background: transparent url(../images/icons32.png) no-repeat -190px -5px; 1540 1548 } … … 1557 1565 } 1558 1566 1559 #icon-users 1567 #icon-users, 1560 1568 #icon-user-edit { 1561 1569 background: transparent url(../images/icons32.png) no-repeat -600px -5px; -
trunk/wp-admin/edit-category-form.php
r9538 r9912 40 40 41 41 <div class="wrap"> 42 <?php screen_icon(); ?> 42 43 <h2><?php _e('Edit Category'); ?></h2> 43 44 <div id="ajax-response"></div> -
trunk/wp-admin/edit-form-comment.php
r9835 r9912 19 19 <?php wp_nonce_field('update-comment_' . $comment->comment_ID) ?> 20 20 <div class="wrap"> 21 <?php screen_icon(); ?> 21 22 <h2><?php _e('Edit Comment'); ?></h2> 22 23 -
trunk/wp-admin/edit-link-category-form.php
r9739 r9912 17 17 * @var string 18 18 */ 19 $heading = '<h2>' . __('Edit Category') . '</h2>';19 $heading = '<h2>' . __('Edit Link Category') . '</h2>'; 20 20 $submit_text = __('Edit Category'); 21 21 $form = '<form name="editcat" id="editcat" method="post" action="link-category.php" class="validate">'; … … 24 24 do_action('edit_link_category_form_pre', $category); 25 25 } else { 26 $heading = '<h2>' . __('Add Category') . '</h2>';26 $heading = '<h2>' . __('Add Link Category') . '</h2>'; 27 27 $submit_text = __('Add Category'); 28 28 $form = '<form name="addcat" id="addcat" class="add:the-list: validate" method="post" action="link-category.php">'; … … 54 54 55 55 <div class="wrap"> 56 <?php screen_icon(); ?> 56 57 <?php echo $heading ?> 57 58 <div id="ajax-response"></div> -
trunk/wp-admin/edit-tag-form.php
r9339 r9912 16 16 17 17 <div class="wrap"> 18 <?php screen_icon(); ?> 18 19 <h2><?php _e('Edit Tag'); ?></h2> 19 20 <div id="ajax-response"></div> -
trunk/wp-admin/includes/file.php
r9716 r9912 704 704 <form action="<?php echo $form_post ?>" method="post"> 705 705 <div class="wrap"> 706 <?php screen_icon(); ?> 706 707 <h2><?php _e('Connection Information') ?></h2> 707 708 <p><?php _e('To perform the requested action, connection information is required.') ?></p> -
trunk/wp-admin/includes/plugin-install.php
r9860 r9912 548 548 549 549 echo '<div class="wrap">'; 550 screen_icon(); 550 551 echo '<h2>', sprintf( __('Installing Plugin from file: %s'), basename($filename) ), '</h2>'; 551 552 … … 584 585 585 586 echo '<div class="wrap">'; 587 screen_icon(); 586 588 echo '<h2>', sprintf( __('Installing Plugin: %s'), $api->name . ' ' . $api->version ), '</h2>'; 587 589 -
trunk/wp-admin/includes/template.php
r9903 r9912 3328 3328 } 3329 3329 3330 function screen_icon( ) {3330 function screen_icon($name = '') { 3331 3331 global $parent_file, $hook_suffix; 3332 3332 3333 if ( isset($parent_file) && !empty($parent_file) ) 3334 $name = substr($parent_file, 0, -4); 3335 else 3336 $name = str_replace(array('.php', '-new', '-add'), '', $hook_suffix); 3337 3333 if ( empty($name) ) { 3334 if ( isset($parent_file) && !empty($parent_file) ) 3335 $name = substr($parent_file, 0, -4); 3336 else 3337 $name = str_replace(array('.php', '-new', '-add'), '', $hook_suffix); 3338 } 3338 3339 unset($hook_suffix); 3339 3340 ?> -
trunk/wp-admin/link-import.php
r8645 r9912 28 28 29 29 <div class="wrap"> 30 30 <?php screen_icon(); ?> 31 31 <h2><?php _e('Import your blogroll from another system') ?> </h2> 32 32 <form enctype="multipart/form-data" action="link-import.php" method="post" name="blogroll"> -
trunk/wp-admin/media.php
r8998 r9912 83 83 84 84 <div class="wrap"> 85 85 <?php screen_icon(); ?> 86 86 <h2><?php _e( 'Edit Media' ); ?></h2> 87 87 -
trunk/wp-admin/options.php
r9776 r9912 88 88 89 89 <div class="wrap"> 90 <?php screen_icon(); ?> 90 91 <h2><?php _e('All Settings'); ?></h2> 91 92 <form name="form" action="options.php" method="post" id="all-options"> -
trunk/wp-admin/users.php
r9903 r9912 136 136 137 137 <div class="wrap"> 138 <?php screen_icon(); ?> 138 139 <h2><?php _e('Delete Users'); ?></h2> 139 140 <p><?php _e('You have specified these users for deletion:'); ?></p>
Note: See TracChangeset
for help on using the changeset viewer.