]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/css/login.css
Wordpress 2.7.1
[autoinstalls/wordpress.git] / wp-admin / css / login.css
index 92f10bca05cda7e436032dd4c43088df49c62477..9f806e79ea69c6cade4cad8bb2a906c69a6d4c17 100644 (file)
@@ -3,35 +3,56 @@
 body {
        border-top-width: 30px;
        border-top-style: solid;
-       font: 12px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
+       font: 11px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
 }
 
 form {
        margin-left: 8px;
        padding: 16px 16px 40px 16px;
-       font-weight: bold;
-       -moz-border-radius: 5px;
-       -khtml-border-radius: 5px;
-       -webkit-border-radius: 5px;
+       font-weight: normal;
+       -moz-border-radius: 11px;
+       -khtml-border-radius: 11px;
+       -webkit-border-radius: 11px;
        border-radius: 5px;
+       background: #fff;
+       border: 1px solid #e5e5e5;
+       -moz-box-shadow: rgba(200,200,200,1) 0 4px 18px;
+       -webkit-box-shadow: rgba(200,200,200,1) 0 4px 18px;
+       -khtml-box-shadow: rgba(200,200,200,1) 0 4px 18px;
+       box-shadow: rgba(200,200,200,1) 0 4px 18px;
 }
 
-form .forgetmenot { font-weight: normal; float: left; margin-bottom: 0;}
+form .forgetmenot { font-weight: normal; float: left; margin-bottom: 0; }
 
 #login form .submit input {
-       font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
-       padding: 3px 5px;
+       font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
+       padding: 3px 10px;
        border: none;
-       font-size: 13px;
+       font-size: 12px;
        border-width: 1px;
        border-style: solid;
-       -moz-border-radius: 3px;
-       -khtml-border-radius: 3px;
-       -webkit-border-radius: 3px;
-       border-radius: 3px;
-       cursor: default;
-       text-decoration: none;  
-       margin-top: -6px;
+       -moz-border-radius: 11px;
+       -khtml-border-radius: 11px;
+       -webkit-border-radius: 11px;
+       border-radius: 11px;
+       cursor: pointer;
+       text-decoration: none;
+       margin-top: -3px;
+       text-shadow: rgba(0,0,0,0.3) 0 -1px 0;
+}
+
+#login form p {
+       margin-bottom: 0;
+}
+
+label {
+       color: #777;
+       font-size: 13px;
+}
+
+form .forgetmenot label {
+       font-size: 11px;
+       line-height: 19px;
 }
 
 form .submit { float: right; }
@@ -39,15 +60,19 @@ form .submit { float: right; }
 form p { margin-bottom: 24px; }
 
 h1 a {
-       background: url(../images/logo-login.gif) no-repeat;
-       width: 292px;
-       height: 66px;
+       background: url(../images/logo-login.gif) no-repeat top center;
+       width: 326px;
+       height: 67px;
        text-indent: -9999px;
        overflow: hidden;
        padding-bottom: 15px;
        display: block;
 }
 
+#nav {
+       text-shadow: rgba(255,255,255,1) 0 1px 0;
+}
+
 #backtoblog a {
        position: absolute;
        top: 7px;
@@ -55,20 +80,28 @@ h1 a {
        text-decoration: none;
 }
 
-#login { width: 292px; margin: 7em auto; }
+#login { width: 320px; margin: 7em auto; }
 
 #login_error, .message {
        margin: 0 0 16px 8px;
        border-width: 1px;
        border-style: solid;
        padding: 12px;
+       -moz-border-radius: 3px;
+       -khtml-border-radius: 3px;
+       -webkit-border-radius: 3px;
+       border-radius: 3px;
 }
 
 #nav { margin: 0 0 0 8px; padding: 16px; }
 
 #user_pass, #user_login, #user_email {
-       font-size: 20px;
+       font-size: 24px;
        width: 97%;
        padding: 3px;
+       margin-top: 2px;
        margin-right: 6px;
-}
\ No newline at end of file
+       margin-bottom: 16px;
+       border: 1px solid #e5e5e5;
+       background: #fbfbfb;
+}