Changeset 26298
- Timestamp:
- 11/21/2013 12:20:13 AM (11 years ago)
- Location:
- trunk/src
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/readme.html
r25947 r26298 2 2 <html> 3 3 <head> 4 <meta name="viewport" content="width=device-width" /> 4 5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 5 6 <title>WordPress › ReadMe</title> -
trunk/src/wp-admin/css/install.css
r26243 r26298 1 1 html { 2 background: #f9f9f9; 2 background: #eee; 3 margin: 0 20px; 3 4 } 4 5 5 6 body { 6 7 background: #fff; 7 color: #333; 8 font-family: sans-serif; 9 margin: 2em auto; 10 padding: 1em 2em; 11 -webkit-border-radius: 3px; 12 border-radius: 3px; 13 border: 1px solid #dfdfdf; 8 color: #555; 9 font-family: "Open Sans", sans-serif; 10 margin: 140px auto 25px; 11 padding: 20px 20px 10px 20px; 14 12 max-width: 700px; 13 -webkit-font-smoothing: subpixel-antialiased; 14 -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.13); 15 box-shadow: 0 1px 3px rgba(0,0,0,0.13); 15 16 } 16 17 17 18 a { 18 color: # 21759b;19 color: #0074a2; 19 20 text-decoration: none; 20 21 } 21 22 22 23 a:hover { 23 color: # d54e21;24 color: #2ea2cc; 24 25 } 25 26 26 27 h1 { 27 border-bottom: 1px solid #d adada;28 border-bottom: 1px solid #dedede; 28 29 clear: both; 29 30 color: #666; 30 font : 24px Georgia, "Times New Roman", Times, serif;31 margin: 30px 0 0 0;31 font-size: 24px; 32 margin: 30px 0; 32 33 padding: 0; 33 34 padding-bottom: 7px; 35 font-weight: normal; 34 36 } 35 37 … … 45 47 46 48 code, .code { 47 font- size: 14px;49 font-family: Consolas, Monaco, monospace; 48 50 } 49 51 … … 65 67 } 66 68 #logo a { 67 background-image: url('../images/wordpress-logo. png?ver=20120216');68 background-size: 274px 63px;69 background-position: top center;69 background-image: url('../images/wordpress-logo.svg?ver=20131107'); 70 background-size: 80px 80px; 71 background-position: center top; 70 72 background-repeat: no-repeat; 71 height: 67px; 73 color: #999; 74 height: 80px; 75 font-size: 20px; 76 font-weight: normal; 77 line-height: 1.3em; 78 margin: -130px auto 25px; 79 padding: 0; 80 text-decoration: none; 81 width: 80px; 72 82 text-indent: -9999px; 73 83 outline: none; … … 75 85 display: block; 76 86 } 77 @media print,78 (-o-min-device-pixel-ratio: 5/4),79 (-webkit-min-device-pixel-ratio: 1.25),80 (min-resolution: 120dpi) {81 #logo a {82 background-image: url('../images/wordpress-logo-2x.png?ver=20120412');83 background-size: 274px 63px;84 }85 }86 87 .step { 87 88 margin: 20px 0 15px; … … 96 97 textarea { 97 98 border: 1px solid #dfdfdf; 98 -webkit-border-radius: 3px; 99 border-radius: 3px; 100 font-family: sans-serif; 101 width: 695px; 99 font-family: "Open Sans", sans-serif; 100 width: 100%; 101 -moz-box-sizing: border-box; 102 -webkit-box-sizing: border-box; 103 -ms-box-sizing: border-box; /* ie8 only */ 104 box-sizing: border-box; 102 105 } 103 106 … … 120 123 text-align: left; 121 124 padding: 16px 20px 10px 0; 122 border-bottom: 8px solid #fff;123 125 width: 140px; 124 126 vertical-align: top; … … 138 140 line-height: 20px; 139 141 font-size: 15px; 140 padding: 2px; 141 border: 1px #dfdfdf solid; 142 -webkit-border-radius: 3px; 143 border-radius: 3px; 144 font-family: sans-serif; 142 padding: 3px 5px; 143 border: 1px solid #ddd; 144 box-shadow: inset 0 1px 2px rgba(0,0,0,0.07); 145 } 146 147 input, 148 submit { 149 font-family: "Open Sans", sans-serif; 145 150 } 146 151 … … 217 222 .message { 218 223 border: 1px solid #c00; 219 -webkit-border-radius: 3px;220 border-radius: 3px;221 224 padding: 0.5em 0.7em; 222 225 margin: 5px 0 15px; … … 236 239 direction: ltr; 237 240 } 241 242 @media only screen and (max-width: 799px) { 243 body { 244 margin-top: 115px; 245 } 246 #logo a { 247 margin: -125px auto 30px; 248 } 249 } 250 251 @media screen and ( max-width: 782px ) { 252 253 .form-table { 254 margin-top: 0; 255 } 256 257 .form-table th, 258 .form-table td { 259 display: block; 260 width: auto; 261 vertical-align: middle; 262 } 263 264 .form-table th { 265 padding: 20px 0 0; 266 } 267 268 .form-table td { 269 padding: 5px 0; 270 border: 0; 271 margin: 0; 272 } 273 274 textarea, 275 input { 276 font-size: 16px; 277 } 278 279 .form-table td input[type="text"], 280 .form-table td input[type="password"], 281 .form-table td select, 282 .form-table td textarea, 283 .form-table span.description { 284 width: 100%; 285 font-size: 16px; 286 line-height: 1.5; 287 padding: 7px 10px; 288 display: block; 289 max-width: none; 290 box-sizing: border-box; 291 -mox-box-sizing: border-box; 292 } 293 294 } -
trunk/src/wp-admin/install.php
r25657 r26298 57 57 <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>> 58 58 <head> 59 <meta name="viewport" content="width=device-width" /> 59 60 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 60 61 <title><?php _e( 'WordPress › Installation' ); ?></title> … … 250 251 break; 251 252 } 253 if ( !wp_is_mobile() ) { 252 254 ?> 253 255 <script type="text/javascript">var t = document.getElementById('weblog_title'); if (t){ t.focus(); }</script> 256 <?php } ?> 254 257 <?php wp_print_scripts( 'user-profile' ); ?> 255 258 </body> -
trunk/src/wp-admin/maint/repair.php
r25725 r26298 15 15 <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>> 16 16 <head> 17 <meta name="viewport" content="width=device-width" /> 17 18 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 18 19 <title><?php _e( 'WordPress › Database Repair' ); ?></title> … … 27 28 28 29 if ( ! defined( 'WP_ALLOW_REPAIR' ) ) { 29 echo '<p>' . __( 'To allow use of this page to automatically repair database problems, please add the following line to your <code>wp-config.php</code> file. Once this line is added to your config, reload this page.' ) . "</p>< code>define('WP_ALLOW_REPAIR', true);</code>";30 echo '<p>' . __( 'To allow use of this page to automatically repair database problems, please add the following line to your <code>wp-config.php</code> file. Once this line is added to your config, reload this page.' ) . "</p><p><code>define('WP_ALLOW_REPAIR', true);</code></p>"; 30 31 } elseif ( isset( $_GET['repair'] ) ) { 31 32 $optimize = 2 == $_GET['repair']; … … 104 105 echo '<p><textarea name="errors" id="errors" rows="20" cols="60">' . esc_textarea( $problem_output ) . '</textarea></p>'; 105 106 } else { 106 echo '<p>' . __( 'Repairs complete. Please remove the following line from wp-config.php to prevent this page from being used by unauthorized users.' ) . "</p>< code>define('WP_ALLOW_REPAIR', true);</code>";107 echo '<p>' . __( 'Repairs complete. Please remove the following line from wp-config.php to prevent this page from being used by unauthorized users.' ) . "</p><p><code>define('WP_ALLOW_REPAIR', true);</code></p>"; 107 108 } 108 109 } else { -
trunk/src/wp-admin/network/sites.php
r25994 r26298 66 66 <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>> 67 67 <head> 68 <meta name="viewport" content="width=device-width" /> 68 69 <title><?php _e( 'WordPress › Confirm your action' ); ?></title> 69 70 -
trunk/src/wp-admin/setup-config.php
r25396 r26298 100 100 <html xmlns="http://www.w3.org/1999/xhtml"<?php if ( is_rtl() ) echo ' dir="rtl"'; ?>> 101 101 <head> 102 <meta name="viewport" content="width=device-width" /> 102 103 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 103 104 <title><?php _e( 'WordPress › Setup Configuration File' ); ?></title> -
trunk/src/wp-admin/upgrade.php
r25616 r26298 51 51 <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>> 52 52 <head> 53 <meta name="viewport" content="width=device-width" /> 53 54 <meta http-equiv="Content-Type" content="<?php bloginfo( 'html_type' ); ?>; charset=<?php echo get_option( 'blog_charset' ); ?>" /> 54 55 <title><?php _e( 'WordPress › Update' ); ?></title>
Note: See TracChangeset
for help on using the changeset viewer.