X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/76aea3697c6043c1613370f172395b4f65ee71f0..refs/tags/wordpress-2.7.1:/wp-admin/css/install.css diff --git a/wp-admin/css/install.css b/wp-admin/css/install.css index cfa03253..6be5ba75 100644 --- a/wp-admin/css/install.css +++ b/wp-admin/css/install.css @@ -1,78 +1,83 @@ -html { background: #f1f1f1; } +html { background: #f7f7f7; } body { background: #fff; color: #333; - font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif; + font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif; margin: 2em auto 0 auto; width: 700px; padding: 1em 2em; - -moz-border-radius: 12px; - -khtml-border-radius: 12px; - -webkit-border-radius: 12px; - border-radius: 12px; + -moz-border-radius: 11px; + -khtml-border-radius: 11px; + -webkit-border-radius: 11px; + border-radius: 11px; + border: 1px solid #dfdfdf; } a { color: #2583ad; text-decoration: none; } a:hover { color: #d54e21; } - h1 { - font-size: 18px; - margin-bottom: 0; + border-bottom: 1px solid #dadada; + clear: both; + color: #666; + font: 24px Georgia, "Times New Roman", Times, serif; + margin: 5px 0 0 -4px; + padding: 0; + padding-bottom: 7px; } h2 { font-size: 16px; } p, li { padding-bottom: 2px; - font-size: 13px; + font-size: 12px; line-height: 18px; } -code { - font-size: 13px; -} +code { font-size: 13px; } ul, ol { padding: 5px 5px 5px 22px; } -#logo { margin: 6px 0 14px 0px; border-bottom: none;} +#logo { margin: 6px 0 14px 0; border-bottom: none;} .step { margin: 20px 0 15px; } -.step input { - font-size: 18px; -} - -a.button { - font-size: 18px; -} - .step, th { text-align: left; padding: 0; } .submit input, .button, .button-secondary { - font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif; - padding: 5px 7px 7px; - border: 1px solid #a3a3a3; - margin-left: 0; - -moz-border-radius: 3px; - -khtml-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; - color: #246; - background: #e5e5e5; + font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif; + text-decoration: none; + font-size: 14px !important; + line-height: 16px; + padding: 6px 12px; + cursor: pointer; + border: 1px solid #bbb; + color: #464646; + -moz-border-radius: 15px; + -khtml-border-radius: 15px; + -webkit-border-radius: 15px; + border-radius: 15px; + -moz-box-sizing: content-box; + -webkit-box-sizing: content-box; + -khtml-box-sizing: content-box; + box-sizing: content-box; +} + +.button:hover, .button-secondary:hover, .submit input:hover { + color: #000; + border-color: #666; } -.button-secondary { - background: #cee1ef; +.button, .submit input, .button-secondary { + background: #f2f2f2 url(../images/white-grad.png) repeat-x scroll left top; } -.submit input:hover, .button:hover, .button-secondary:hover { - color: #d54e21; - border-color: #535353; +.button:active, .submit input:active, .button-secondary:active { + background: #eee url(../images/white-grad-active.png) repeat-x scroll left top; } .form-table { @@ -98,7 +103,7 @@ a.button { } .form-table tr { - background: #eaf3fa; + background: #f3f3f3; } .form-table code { @@ -117,26 +122,12 @@ a.button { padding: 2px; } -h1 { - border-bottom: 1px solid #dadada; - clear: both; - color: #666666; - font: 24px Georgia, "Times New Roman", Times, serif; - margin: 5px 0 0 -4px; - padding: 0; - padding-bottom: 7px; -} - -#error-page { - margin-top: 50px; -} +#error-page { margin-top: 50px; } #error-page p { - font-size: 14px; - line-height: 16px; + font-size: 12px; + line-height: 18px; margin: 25px 0 20px; } -#error-page code { - font-size: 15px; -} \ No newline at end of file +#error-page code { font-family: Consolas, Monaco, Courier, monospace; }