84 lines
1.2 KiB
CSS
84 lines
1.2 KiB
CSS
body{
|
|
background: #1b1b1b url(http://img.new-combats.com/i/index/bg1.jpg) top center no-repeat;
|
|
font: 12px Tahoma, Geneva, sans-serif;
|
|
position: relative;
|
|
}
|
|
a{
|
|
color: #fefefe;
|
|
font-weight: bold;
|
|
}
|
|
a:hover {
|
|
text-decoration: none;
|
|
}
|
|
ul.nav{
|
|
list-style:none;
|
|
margin:0;
|
|
padding:0;
|
|
}
|
|
ul.nav li{
|
|
float:left;
|
|
}
|
|
ul.nav li a{
|
|
display:block;
|
|
margin-left: 40px;
|
|
}
|
|
ul.nav li a.first{
|
|
margin-left: 0 !important;
|
|
}
|
|
.clear{
|
|
clear: both
|
|
}
|
|
.input{
|
|
border: 1px solid #555554;
|
|
background: #999999;
|
|
color: white;
|
|
font-size: 11px;
|
|
height: 18px;
|
|
width: 141px;
|
|
margin: 5px 0;
|
|
padding-left: 9px;
|
|
}
|
|
#auth-container{
|
|
position: absolute;
|
|
top: 542px;
|
|
left: 0;
|
|
width: 100%;
|
|
}
|
|
#auth{
|
|
width: 152px;
|
|
height: 109px;
|
|
margin: 20px auto;
|
|
}
|
|
#links-container{
|
|
position: absolute;
|
|
top: 684px;
|
|
left: 0;
|
|
width: 100%;
|
|
}
|
|
#links{
|
|
width: 599px;
|
|
margin: 0 auto;
|
|
}
|
|
#enter{
|
|
border: 1px solid #b0b0b0;
|
|
background: #eaeaea;
|
|
color: #323231;
|
|
font-size: 11px;
|
|
height: 18px;
|
|
width: 54px;
|
|
margin: 5px 5px 0 0;
|
|
float: left;
|
|
padding-bottom: 10px;
|
|
font-weight: bold;
|
|
}
|
|
#register{
|
|
border: 1px solid #b0b0b0;
|
|
background: #eaeaea;
|
|
color: #323231;
|
|
font-size: 11px;
|
|
height: 18px;
|
|
width: 88px;
|
|
margin: 5px 0 0 5px;
|
|
float: left;
|
|
padding-bottom: 10px;
|
|
} |