2008-01-14 10:11:41 +01:00
|
|
|
* { margin: 0; padding: 0; }
|
|
|
|
|
|
|
|
body {
|
2008-03-08 23:43:58 +01:00
|
|
|
border-top-width: 30px;
|
|
|
|
border-top-style: solid;
|
2008-01-14 10:11:41 +01:00
|
|
|
font: 12px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
|
|
|
|
}
|
|
|
|
|
|
|
|
form {
|
|
|
|
margin-left: 8px;
|
2008-02-20 01:19:01 +01:00
|
|
|
padding: 16px 16px 40px 16px;
|
2008-01-14 10:11:41 +01:00
|
|
|
font-weight: bold;
|
2008-02-20 01:19:01 +01:00
|
|
|
-moz-border-radius: 5px;
|
|
|
|
-khtml-border-radius: 5px;
|
|
|
|
-webkit-border-radius: 5px;
|
|
|
|
border-radius: 5px;
|
2008-01-14 10:11:41 +01:00
|
|
|
}
|
|
|
|
|
2008-02-20 01:19:01 +01:00
|
|
|
form .forgetmenot { font-weight: normal; float: left; margin-bottom: 0;}
|
2008-01-14 10:11:41 +01:00
|
|
|
|
2008-03-08 23:43:58 +01:00
|
|
|
#login form .submit input {
|
2008-02-20 01:19:01 +01:00
|
|
|
font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
|
2008-03-08 23:43:58 +01:00
|
|
|
padding: 3px 5px;
|
2008-02-20 01:19:01 +01:00
|
|
|
border: none;
|
2008-03-08 23:43:58 +01:00
|
|
|
font-size: 13px;
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
-khtml-border-radius: 3px;
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
2008-10-14 20:06:32 +02:00
|
|
|
cursor: pointer;
|
2008-08-09 07:36:14 +02:00
|
|
|
text-decoration: none;
|
2008-02-20 01:19:01 +01:00
|
|
|
margin-top: -6px;
|
|
|
|
}
|
2008-01-14 10:11:41 +01:00
|
|
|
|
2008-02-20 01:19:01 +01:00
|
|
|
form .submit { float: right; }
|
2008-01-14 10:11:41 +01:00
|
|
|
|
|
|
|
form p { margin-bottom: 24px; }
|
|
|
|
|
|
|
|
h1 a {
|
2008-03-08 23:43:58 +01:00
|
|
|
background: url(../images/logo-login.gif) no-repeat;
|
2008-01-14 10:11:41 +01:00
|
|
|
width: 292px;
|
|
|
|
height: 66px;
|
|
|
|
text-indent: -9999px;
|
|
|
|
overflow: hidden;
|
|
|
|
padding-bottom: 15px;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
#backtoblog a {
|
|
|
|
position: absolute;
|
|
|
|
top: 7px;
|
|
|
|
left: 15px;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#login { width: 292px; margin: 7em auto; }
|
|
|
|
|
|
|
|
#login_error, .message {
|
|
|
|
margin: 0 0 16px 8px;
|
2008-03-08 23:43:58 +01:00
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
2008-01-14 10:11:41 +01:00
|
|
|
padding: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#nav { margin: 0 0 0 8px; padding: 16px; }
|
|
|
|
|
|
|
|
#user_pass, #user_login, #user_email {
|
|
|
|
font-size: 20px;
|
|
|
|
width: 97%;
|
|
|
|
padding: 3px;
|
|
|
|
margin-right: 6px;
|
2008-02-20 01:19:01 +01:00
|
|
|
}
|