mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-04 01:39:37 +01:00
bc187ded1d
git-svn-id: http://svn.automattic.com/wordpress/trunk@6922 1a063a9b-81f0-0310-95a4-ce76da25c4cd
91 lines
1.6 KiB
CSS
91 lines
1.6 KiB
CSS
* { margin: 0; padding: 0; }
|
|
|
|
body {
|
|
background-color: #fff;
|
|
color: #333;
|
|
border-top: 30px solid #464646;
|
|
font: 12px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
|
|
}
|
|
|
|
form {
|
|
background-color: #eaf3fa;
|
|
margin-left: 8px;
|
|
padding: 16px 16px 40px 16px;
|
|
font-weight: bold;
|
|
-moz-border-radius: 5px;
|
|
-khtml-border-radius: 5px;
|
|
-webkit-border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
form .forgetmenot { font-weight: normal; float: left; margin-bottom: 0;}
|
|
|
|
form .submit input {
|
|
font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
|
|
font-size: 14px;
|
|
color: #246;
|
|
padding: 4px 6px;
|
|
background: #cee1ef;
|
|
border: none;
|
|
margin-top: -6px;
|
|
-moz-border-radius: 2px;
|
|
-khtml-border-radius: 2px;
|
|
-webkit-border-radius: 2px;
|
|
border-radius: 2px;
|
|
}
|
|
|
|
form .submit input:hover {
|
|
color: #d54e21;
|
|
}
|
|
|
|
form .submit { float: right; }
|
|
|
|
form input { color: #555; }
|
|
|
|
form p { margin-bottom: 24px; }
|
|
|
|
h1 a {
|
|
background: #fff url(../images/logo-login.gif) no-repeat;
|
|
width: 292px;
|
|
height: 66px;
|
|
text-indent: -9999px;
|
|
overflow: hidden;
|
|
padding-bottom: 15px;
|
|
display: block;
|
|
}
|
|
|
|
#backtoblog a {
|
|
position: absolute;
|
|
color: #ccc;
|
|
top: 7px;
|
|
left: 15px;
|
|
text-decoration: none;
|
|
}
|
|
|
|
#backtoblog a:hover { color: #fff; }
|
|
|
|
#login { width: 292px; margin: 7em auto; }
|
|
|
|
#login_error, .message {
|
|
margin: 0 0 16px 8px;
|
|
background-color: #fffbcc;
|
|
border: 1px solid #e6db55;
|
|
padding: 12px;
|
|
}
|
|
|
|
#login_error {
|
|
background-color: #f00;
|
|
border-color: #800;
|
|
color: #fff;
|
|
}
|
|
|
|
#nav { margin: 0 0 0 8px; padding: 16px; }
|
|
|
|
#nav a { color: #777; }
|
|
|
|
#user_pass, #user_login, #user_email {
|
|
font-size: 20px;
|
|
width: 97%;
|
|
padding: 3px;
|
|
margin-right: 6px;
|
|
} |