26 lines
810 B
CSS
26 lines
810 B
CSS
@charset "utf-8";
|
|
/*
|
|
Document : custom-login
|
|
Created on : date and time
|
|
Author : created by
|
|
Description: Purpose of the stylesheet follows.
|
|
*/
|
|
/*
|
|
TODO customize this sample style
|
|
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
|
|
*/
|
|
html {background: #8699DD!important;}
|
|
body{border-top-style:solid;border-top-width:30px;}
|
|
body, #wpbody, .form-table .pre {color:#333333;}
|
|
body.login {border-top-color:#464646;}
|
|
h1 a{background:url("../images/logo.png") no-repeat scroll 0 0 transparent;display:block;padding-bottom:15px;text-indent:-9999px; width:226px; height:81px; margin: 0 auto}
|
|
#login {margin:8% auto;width:350px;}
|
|
form{background:none repeat scroll 0 0 #E5E5E5!important;}
|
|
.login #nav a {
|
|
color: #000 !important;
|
|
}
|
|
#nav {
|
|
font-size: 14px;
|
|
text-align: center;
|
|
text-shadow: none;
|
|
} |