Original Theme
This commit is contained in:
77
login/login.css
Normal file
77
login/login.css
Normal file
@@ -0,0 +1,77 @@
|
||||
body {
|
||||
background-color: red;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
background-color: white;
|
||||
font-family: "Arial";
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #444444;
|
||||
text-decoration: none;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
a img {
|
||||
border: none;
|
||||
}
|
||||
|
||||
input {
|
||||
width: 120px;
|
||||
}
|
||||
|
||||
#loginform {
|
||||
color: #444444;
|
||||
position: relative;
|
||||
font-family: "Arial";
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
#loginfield, #passwordfield {
|
||||
margin-left: 15px;
|
||||
height: 25px;
|
||||
width: 200px;
|
||||
border: 1px solid #B9BDC1;
|
||||
color: #797979;
|
||||
-moz-box-shadow: 0 2px 4px #bbb inset;
|
||||
-webkit-box-shadow: 0 2px 4px #BBB inset;
|
||||
box-shadow: 0 2px 4px #BBB inset;
|
||||
-moz-border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
#loginfield:focus, #passwordfield:focus {
|
||||
border: 1px solid #777777;
|
||||
}
|
||||
|
||||
#loginbutton {
|
||||
font-size: 16px;
|
||||
background: #CCCCCC;
|
||||
color: #FFF;
|
||||
border-radius: 15px;
|
||||
height: 26px;
|
||||
-webkit-border-radius: 15px;
|
||||
-moz-border-radius: 15px;
|
||||
padding: 1px 0px 1px 0px;
|
||||
margin-left: 10px;
|
||||
border: solid 1px #CCCCCC;
|
||||
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
|
||||
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
|
||||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
#banner {
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
height: 100px;
|
||||
width: 100%;
|
||||
margin-bottom: 60px;
|
||||
border-bottom: 1px #CCCCCC solid;
|
||||
background-image: url('{{rootPath}}/theme/common/banner.png');
|
||||
background-repeat: no-repeat;
|
||||
background-position: 20px;
|
||||
}
|
Reference in New Issue
Block a user