Changeset 8688
- Timestamp:
- 08/20/08 14:14:06 (3 months ago)
- Files:
-
- branches/crazyhorse/wp-admin/css/colors-classic.css (modified) (11 diffs)
- branches/crazyhorse/wp-admin/css/colors-fresh.css (modified) (5 diffs)
- branches/crazyhorse/wp-admin/edit-form-advanced.php (modified) (4 diffs)
- branches/crazyhorse/wp-admin/edit-form-comment.php (modified) (2 diffs)
- branches/crazyhorse/wp-admin/edit-link-form.php (modified) (2 diffs)
- branches/crazyhorse/wp-admin/edit-page-form.php (modified) (4 diffs)
- branches/crazyhorse/wp-admin/wp-admin.css (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/crazyhorse/wp-admin/css/colors-classic.css
r8681 r8688 1 #wpcontent {1 #wpcontent, #wpbody { 2 2 background-color: #14568A; 3 3 } … … 18 18 } 19 19 20 div#current-widgets, #postcustomstuff table, #your-profile fieldset, a.page-numbers, #rightnow, div.dashboard-widget, .widefat { 20 div#current-widgets, #postcustomstuff table, #your-profile fieldset, 21 a.page-numbers, #rightnow, div.dashboard-widget, 22 #dashboard-widgets p.dashboard-widget-links, .widefat { 21 23 border-color: #ccc; 22 24 } … … 34 36 } 35 37 38 div.ui-tabs-panel { 39 border-color: #F0F6FB; 40 } 41 36 42 input.disabled, textarea.disabled { 37 43 background-color: #ccc; 38 44 } 39 45 40 #user_info a:hover, li.widget-list-control-item h4.widget-title a:hover, .submit a, #dashmenu a:hover, #footer a, #upload-menu li a.upload-tab-link, li.widget-list-control-item h4.widget-title a, 46 #user_info a:hover, li.widget-list-control-item h4.widget-title a:hover, 47 #dashmenu a:hover, #footer a, #upload-menu li a.upload-tab-link, 48 li.widget-list-control-item h4.widget-title a, 41 49 #dragHelper li.widget-list-control-item h4.widget-title a, 42 #draghelper li.widget-list-control-item h4.widget-title a:visited, .login #backtoblog a:hover, 43 #plugin-information .action-button a, #plugin-information .action-button a:hover, #plugin-information .action-button a:visited { 44 color: #fff; 45 } 46 47 #postbody ul#category-tabs li.ui-tabs-selected, li.widget-list-control-item, div.nav, .tablenav, .submitbox, h3.dashboard-widget-title, h3.dashboard-widget-title span, h3.dashboard-widget-title small, ul.view-switch li.current, .form-table tr, #poststuff h3, .login form, h3.info-box-title { 50 #draghelper li.widget-list-control-item h4.widget-title a:visited, 51 .login #backtoblog a:hover, #plugin-information .action-button a, 52 #plugin-information .action-button a:hover, #plugin-information .action-button a:visited { 53 color: #fff; 54 } 55 56 li.widget-list-control-item, div.nav, .tablenav, #dashboard-widgets p.dashboard-widget-links, 57 ul.view-switch li.current, .form-table tr, #poststuff h3, 58 .login form, h3.info-box-title, #post-status-info { 48 59 background-color: #cfebf7; 49 }50 51 div.ui-tabs-panel {52 border-color: #cfebf7;53 60 } 54 61 … … 62 69 } 63 70 64 .button-secondary, #login form .submit input { 71 #post-body ul#category-tabs li.ui-tabs-selected, .button-secondary, 72 #quicktags, #login form .submit input, #post-search .button, 73 #post-search-prep .button { 65 74 background-color: #8ebddc !important; 66 75 } … … 142 151 .howto, .nonessential, #edit-slug-box, .form-input-tip, #dashboard_primary span.rss-date, .subsubsub, #dashboard_secondary div.dashboard-widget-content ul li a cite { 143 152 color: #999; 144 }145 146 #dashmenu a, #user_info a {147 color: #88b4d7;148 153 } 149 154 … … 204 209 } 205 210 206 .tablenav .button-secondary {207 border-color: #5396c5;208 }209 210 211 .submit input:hover, .button:hover, #edit-slug-buttons a.save:hover { 211 212 border-color: #535353; … … 214 215 .submit input:hover, .button:hover, .button-secondary:hover, #wphead #viewsite a:hover, .submitbox #previewview a:hover, #the-comment-list .comment a:hover, #rightnow a:hover, a:hover, .subsubsub a:hover, .subsubsub a.current:hover, #login form .submit input:hover, div.dashboard-widget-submit input:hover, #edit-slug-buttons a.save:hover, #media-upload a.del-link:hover { 215 216 color: #d54e21; 216 }217 218 #adminmenu a:hover, .ui-tabs-nav a:hover {219 color: #97c4d8;220 217 } 221 218 … … 290 287 } 291 288 289 h3.dashboard-widget-title small a { 290 color: #d7d7d7; 291 } 292 293 h3.dashboard-widget-title small a:hover { 294 color: #fff; 295 } 296 292 297 .widget-control-save, .widget-control-remove { 293 298 background-color: #83b4d5; … … 545 550 } 546 551 552 #wphead h1, #wphead h1 a, #login form input { 553 color: #555; 554 } 555 547 556 #wphead h1 { 548 557 color: #cfebf6; 558 } 559 560 #media-upload a.delete { 561 color: #888; 549 562 } 550 563 … … 716 729 } 717 730 731 #att-info { 732 background-color: #E4F2FD; 733 } 734 718 735 /* Diff */ 719 736 … … 736 753 border-bottom-color: #07273e; 737 754 border-top-color: #14568a; 738 color: #cfebf6; 739 } 755 } 756 757 .submitbox .submitdelete { 758 color: #fff; 759 } branches/crazyhorse/wp-admin/css/colors-fresh.css
r8681 r8688 18 18 } 19 19 20 div#current-widgets, #postcustomstuff table, #your-profile fieldset, a.page-numbers, #rightnow, div.dashboard-widget, #dashboard-widgets p.dashboard-widget-links, .widefat { 20 div#current-widgets, #postcustomstuff table, #your-profile fieldset, 21 a.page-numbers, #rightnow, div.dashboard-widget, 22 #dashboard-widgets p.dashboard-widget-links, .widefat { 21 23 border-color: #ccc; 22 24 } … … 42 44 } 43 45 44 #user_info a:hover, li.widget-list-control-item h4.widget-title a:hover, #dashmenu a:hover, #footer a, #upload-menu li a.upload-tab-link, li.widget-list-control-item h4.widget-title a, 46 #user_info a:hover, li.widget-list-control-item h4.widget-title a:hover, 47 #dashmenu a:hover, #footer a, #upload-menu li a.upload-tab-link, 48 li.widget-list-control-item h4.widget-title a, 45 49 #dragHelper li.widget-list-control-item h4.widget-title a, 46 #draghelper li.widget-list-control-item h4.widget-title a:visited, .login #backtoblog a:hover, 47 #plugin-information .action-button a, #plugin-information .action-button a:hover, #plugin-information .action-button a:visited { 48 color: #fff; 49 } 50 51 li.widget-list-control-item, div.nav, .tablenav, #dashboard-widgets p.dashboard-widget-links, ul.view-switch li.current, .form-table tr, #poststuff h3, .login form, h3.info-box-title, #post-status-info { 50 #draghelper li.widget-list-control-item h4.widget-title a:visited, 51 .login #backtoblog a:hover, #plugin-information .action-button a, 52 #plugin-information .action-button a:hover, #plugin-information .action-button a:visited { 53 color: #fff; 54 } 55 56 li.widget-list-control-item, div.nav, .tablenav, #dashboard-widgets p.dashboard-widget-links, 57 ul.view-switch li.current, .form-table tr, #poststuff h3, 58 .login form, h3.info-box-title, #post-status-info { 52 59 background-color: #eaf3fa; 53 60 } … … 62 69 } 63 70 64 #post-body ul#category-tabs li.ui-tabs-selected, .button-secondary, #quicktags, #login form .submit input, #post-search .button, #post-search-prep .button { 71 #post-body ul#category-tabs li.ui-tabs-selected, .button-secondary, 72 #quicktags, #login form .submit input, #post-search .button, 73 #post-search-prep .button { 65 74 background-color: #cee1ef !important; 66 75 } … … 219 228 background-color: #ebebeb; 220 229 color: #264761; 230 } 231 232 .submitbox .submit { 233 background-color: #464646; 234 color: #ccc; 221 235 } 222 236 … … 766 780 border-top-color: #e4f2fd; 767 781 } 782 783 .submitbox .submitdelete { 784 color: #fff; 785 } branches/crazyhorse/wp-admin/edit-form-advanced.php
r8685 r8688 69 69 <div class="submitbox" id="submitpost"> 70 70 71 <div id="previewview"> 72 <?php if ( 'publish' == $post->post_status ) { ?> 73 <a href="<?php echo clean_url(get_permalink($post->ID)); ?>" target="_blank" tabindex="4"><?php _e('View this Post'); ?></a> 74 <?php } elseif ( 'edit' == $action ) { ?> 75 <a href="<?php echo clean_url(apply_filters('preview_post_link', add_query_arg('preview', 'true', get_permalink($post->ID)))); ?>" target="_blank" tabindex="4"><?php _e('Preview this Post'); ?></a> 76 <?php } ?> 77 </div> 78 79 <div class="inside"> 71 72 73 <div class="inside-submitbox"> 80 74 81 75 <p><strong><label for='post_status'><?php _e('Publish Status') ?></label></strong></p> … … 148 142 ?> 149 143 <br class="clear" /> 144 145 <!-- moved under the editor 150 146 <?php if ( 0 != $post->ID ): ?> 151 147 <?php if ( $last_id = get_post_meta($post->ID, '_edit_last', true) ) { … … 158 154 <br class="clear" /> 159 155 <?php endif; ?> 156 --> 157 160 158 </p> 161 159 </div> … … 402 400 ?></h2> 403 401 402 <div id="previewview"> 403 <?php if ( 'publish' == $post->post_status ) { ?> 404 <a class="button" href="<?php echo clean_url(get_permalink($post->ID)); ?>" target="_blank" tabindex="4"><?php _e('View this Post'); ?></a> 405 <?php } elseif ( 'edit' == $action ) { ?> 406 <a class="button" href="<?php echo clean_url(apply_filters('preview_post_link', add_query_arg('preview', 'true', get_permalink($post->ID)))); ?>" target="_blank" tabindex="4"><?php _e('Preview this Post'); ?></a> 407 <?php } ?> 408 </div> 409 404 410 <?php 405 411 branches/crazyhorse/wp-admin/edit-form-comment.php
r8685 r8688 22 22 <div class="wrap"> 23 23 <h2><?php echo $toprow_title; ?></h2> 24 25 <div id="previewview"> 26 <a class="button" href="<?php echo get_comment_link(); ?>" target="_blank"><?php _e('View this Comment'); ?></a> 27 </div> 28 24 29 <input type="hidden" name="user_ID" value="<?php echo (int) $user_ID ?>" /> 25 30 <input type="hidden" name="action" value='<?php echo $form_action . $form_extra ?>' /> … … 30 35 ?> 31 36 <div class="submitbox" id="submitcomment"> 32 33 <div id="previewview"> 34 <a href="<?php echo get_comment_link(); ?>" target="_blank"><?php _e('View this Comment'); ?></a> 35 </div> 36 37 <div class="inside"> 37 <div class="inside-submitbox"> 38 38 39 39 <p><strong><label for='comment_status'><?php _e('Approval Status') ?></label></strong></p> branches/crazyhorse/wp-admin/edit-link-form.php
r8685 r8688 41 41 <div class="submitbox" id="submitlink"> 42 42 43 <div id="previewview"> 44 <?php if ( !empty($link->link_id) ) { ?> 45 <a href="<?php echo $link->link_url; ?>" target="_blank"><?php _e('Visit Link'); ?></a> 46 <?php } ?> 47 </div> 48 49 <div class="inside"> 43 <div class="inside-submitbox"> 50 44 <p><label for="link_private" class="selectit"><input id="link_private" name="link_visible" type="checkbox" value="N" <?php checked($link->link_visible, 'N'); ?> /> <?php _e('Keep this link private') ?></label></p> 51 45 </div> … … 278 272 <h2><?php echo $heading; ?></h2> 279 273 274 <?php if ( !empty($link->link_id) ) { ?> 275 <div id="previewview"> 276 <a class="button" href="<?php echo $link->link_url; ?>" target="_blank"><?php _e('Visit Link'); ?></a> 277 </div> 278 <?php } ?> 279 280 280 <!-- 281 281 <p id="big-add-button"> branches/crazyhorse/wp-admin/edit-page-form.php
r8685 r8688 63 63 <div class="submitbox" id="submitpage"> 64 64 65 <div id="previewview"> 66 <?php if ( 'publish' == $post->post_status ) { ?> 67 <a href="<?php echo clean_url(get_permalink($post->ID)); ?>" target="_blank" tabindex="4"><?php _e('View this Page'); ?></a> 68 <?php } elseif ( 'edit' == $action ) { ?> 69 <a href="<?php echo clean_url(apply_filters('preview_post_link', add_query_arg('preview', 'true', get_permalink($post->ID)))); ?>" target="_blank" tabindex="4"><?php _e('Preview this Page'); ?></a> 70 <?php } ?> 71 </div> 72 73 <div class="inside"> 65 <div class="inside-submitbox"> 74 66 <p><strong><label for='post_status'><?php _e('Publish Status') ?></label></strong></p> 75 67 <p> … … 136 128 ?> 137 129 <br class="clear" /> 130 131 <!-- moved under the editor 138 132 <?php if ( 0 != $post->ID ) : ?> 139 133 <?php if ( $last_id = get_post_meta($post->ID, '_edit_last', true) ) { … … 146 140 <br class="clear" /> 147 141 <?php endif; ?> 142 --> 143 148 144 </p> 149 145 </div> … … 266 262 ?></h2> 267 263 264 <div id="previewview"> 265 <?php if ( 'publish' == $post->post_status ) { ?> 266 <a class="button" href="<?php echo clean_url(get_permalink($post->ID)); ?>" target="_blank" tabindex="4"><?php _e('View this Page'); ?></a> 267 <?php } elseif ( 'edit' == $action ) { ?> 268 <a class="button" href="<?php echo clean_url(apply_filters('preview_post_link', add_query_arg('preview', 'true', get_permalink($post->ID)))); ?>" target="_blank" tabindex="4"><?php _e('Preview this Page'); ?></a> 269 <?php } ?> 270 </div> 271 268 272 <?php 269 273 wp_nonce_field($nonce_action); branches/crazyhorse/wp-admin/wp-admin.css
r8681 r8688 618 618 } 619 619 620 #wphead a, #dashmenu a, #adminmenu a, # taglist a, #catlist a {620 #wphead a, #dashmenu a, #adminmenu a, #sidemenu a, #taglist a, #catlist a { 621 621 text-decoration: none; 622 622 } … … 1092 1092 } 1093 1093 1094 #submitdiv div.inside { 1095 padding: 0; 1096 margin: 0; 1097 } 1098 1094 1099 .submitbox { 1095 1100 /* margin: 1em 0; */ … … 1097 1102 1098 1103 .submitbox p { 1099 padding: 0;1100 margin: 0; 1104 /* padding: 0; 1105 margin: 0; */ 1101 1106 } 1102 1107 1103 1108 .submitbox .submit { 1109 text-align: left; 1110 padding: 12px 10px 10px; 1111 font-size: 11px; 1112 } 1113 1114 .submitbox .submitdelete { 1115 border-bottom-width: 1px; 1116 border-bottom-style: solid; 1117 text-decoration: none; 1118 margin-left: 8px; 1119 padding-bottom: 1px; 1120 } 1121 1122 .submitbox .submit a:hover { 1123 border-bottom-width: 1px; 1124 border-bottom-style: solid; 1125 } 1126 1127 .submitbox .submit input { 1128 margin-bottom: 8px; 1129 margin-right: 3px; 1130 padding: 6px 4px; 1104 1131 border: none; 1105 1132 } 1133 1106 1134 1107 1135 #tagchecklist { … … 1217 1245 } 1218 1246 1219 #poststuff .inside {1247 #poststuff .inside-submitbox { 1220 1248 margin: 0 12px 12px; 1221 1249 font-size: 11px; … … 1458 1486 } 1459 1487 1460 /* p asitioning etc. */1488 /* positioning etc. */ 1461 1489 form#tags-filter { 1462 1490 position: relative; … … 1621 1649 } 1622 1650 1623 #submitpost p #curtime {1651 #submitpost p.curtime { 1624 1652 background-image: url(images/date-button.gif); 1625 1653 background-repeat: no-repeat; … … 1950 1978 display: none; 1951 1979 } 1980 1981 #previewview { 1982 float:right; 1983 margin-top:-53px; 1984 } 1985 1986 #previewview a { 1987 -moz-border-radius: 3px; 1988 -khtml-border-radius: 3px; 1989 -webkit-border-radius: 3px; 1990 border-radius: 3px; 1991 display:block; 1992 font-size:16px; 1993 font-weight:normal; 1994 padding:4px 8px; 1995 text-align:center; 1996 text-decoration:none; 1997 width:200px; 1998 }
