Init.
This commit is contained in:
@@ -0,0 +1,64 @@
|
||||
html, body{
|
||||
margin:0;
|
||||
padding:0;
|
||||
width:100%;
|
||||
height:100%;
|
||||
background-color:#666;
|
||||
}
|
||||
|
||||
div#center{
|
||||
width:800px;
|
||||
height:600px;
|
||||
position:absolute;
|
||||
background:#666;
|
||||
top:50%;
|
||||
left:50%;
|
||||
margin:-300px 0 0 -400px;
|
||||
}
|
||||
|
||||
.logo {
|
||||
margin-right:150px;
|
||||
margin-left:150px;
|
||||
margin-top:0px;
|
||||
}
|
||||
|
||||
.authorization{
|
||||
background-color: #666;
|
||||
border: 1px double #8D8D8D;
|
||||
color: #DFDDD3;
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 8pt;
|
||||
line-height: 6px;
|
||||
margin:5px 354px 0 354px;
|
||||
width:96px;
|
||||
padding:2px;
|
||||
}
|
||||
.btm{
|
||||
font-size: 7.5pt;
|
||||
color: #dfddd3;
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
background-color: #5A5A5A;
|
||||
border: 1px double #8D8D8D;
|
||||
width:47px;
|
||||
}
|
||||
.btm2{
|
||||
font-size: 7.5pt;
|
||||
color: #dfddd3;
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
background-color: #5A5A5A;
|
||||
border: 1px double #8D8D8D;
|
||||
width:25px;
|
||||
}
|
||||
.btm3{
|
||||
font-size: 7.5pt;
|
||||
color: #dfddd3;
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
background-color: #5A5A5A;
|
||||
border: 1px double #8D8D8D;
|
||||
width:20px;
|
||||
}
|
||||
a {
|
||||
color: #DFDDD3;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user