initial commit
This commit is contained in:
@@ -0,0 +1,46 @@
|
||||
body {background-color: #000;}
|
||||
.page {width: 95%; margin: 0px auto; overflow: hidden; zoom: 1;}
|
||||
.rightcol { width: 20%; height: 100%; float: right}
|
||||
#forms {margin-top: 30px;}
|
||||
#forms input {
|
||||
margin-left: 10px;
|
||||
margin-bottom: 2px;
|
||||
margin-right: 0;
|
||||
margin-top: 2px;
|
||||
text-align: left;
|
||||
color: #bababa;
|
||||
border-width: thin;
|
||||
border-style: solid;
|
||||
border-color: #474747;
|
||||
background-color: black;
|
||||
font-size:14px;
|
||||
padding:4px 2px;
|
||||
width:144px;
|
||||
}
|
||||
#forms input.enter{
|
||||
background-color: #151616;
|
||||
border: 1px double #817A63;
|
||||
color: #DFDDD3;
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 8pt;
|
||||
line-height: 6px;
|
||||
}
|
||||
.btn { FONT-SIZE: 7.5pt;
|
||||
COLOR: #bababa;
|
||||
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
|
||||
BACKGROUND-COLOR: #282828;
|
||||
border: 1px double #474747;
|
||||
}
|
||||
.btkey {
|
||||
display: block;
|
||||
text-align: center;
|
||||
PADDING-RIGHT: 1px; PADDING-LEFT: 1px;
|
||||
FONT-SIZE: 7.5pt; FONT-FAMILY: verdana,sans-serif,arial;
|
||||
width: 20;
|
||||
CURSOR: hand;
|
||||
border: 1px solid #D6D3CE;
|
||||
COLOR: #DFDDD3; BACKGROUND-COLOR: #2B2B18;
|
||||
}
|
||||
#shapka {
|
||||
height:25%;
|
||||
}
|
||||
Reference in New Issue
Block a user