X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/138998bbd8f7a1ac38b2f1eacbdf7cd522be4b13..8d3bb1a5dcfdea9857d3c88c3751f09593e34dc8:/wp-admin/css/install.css diff --git a/wp-admin/css/install.css b/wp-admin/css/install.css index 2f355f6f..d1db4ec6 100644 --- a/wp-admin/css/install.css +++ b/wp-admin/css/install.css @@ -6,7 +6,7 @@ html { body { background: #fff; color: #444; - font-family: "Open Sans", sans-serif; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; margin: 140px auto 25px; padding: 20px 20px 10px 20px; max-width: 700px; @@ -39,13 +39,13 @@ a:focus { } h1, h2 { - border-bottom: 1px solid #dedede; + border-bottom: 1px solid #ddd; clear: both; color: #666; font-size: 24px; padding: 0; padding-bottom: 7px; - font-weight: normal; + font-weight: 400; } h3 { @@ -97,10 +97,10 @@ label { background-size: 84px; background-position: center top; background-repeat: no-repeat; - color: #999; + color: #444; /* same as login.css */ height: 84px; font-size: 20px; - font-weight: normal; + font-weight: 400; line-height: 1.3em; margin: -130px auto 25px; padding: 0; @@ -126,12 +126,13 @@ label { } .language-chooser.wp-core-ui .step .button.button-large { height: 36px; - vertical-align: middle; font-size: 14px; + line-height: 33px; + vertical-align: middle; } textarea { - border: 1px solid #dfdfdf; - font-family: "Open Sans", sans-serif; + border: 1px solid #ddd; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; @@ -180,7 +181,7 @@ textarea { input, submit { - font-family: "Open Sans", sans-serif; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; } .form-table input[type=text], @@ -191,7 +192,7 @@ submit { } .form-table th p { - font-weight: normal; + font-weight: 400; } .form-table.install-success th, @@ -287,10 +288,9 @@ submit { } .message { - border: 1px solid #c00; - padding: 0.5em 0.7em; - margin: 5px 0 15px; - background-color: #ffebe8; + border-left: 4px solid #dc3232; + padding: .7em .6em; + background-color: #fbeaea; } /* rtl:ignore */ @@ -406,7 +406,7 @@ body.language-chooser { color: #32373c; font-size: 16px; font-family: Arial, sans-serif; - font-weight: normal; + font-weight: 400; } .language-chooser p { @@ -439,9 +439,8 @@ body.language-chooser { .step .spinner { display: inline-block; - margin-top: 8px; + vertical-align: middle; margin-right: 15px; - vertical-align: top; } .button-secondary.hide-if-no-js,