Файл: projekt/images/1/design/css.css
Строк: 57
body {
background: #0d0809 url(body.png);
max-width: 350px;
color:
#fff;
font-family: Tahoma;
cursor: url("cursor.png"),
auto;
margin: auto;
font-size: 12px;
}
a:link,
a:active,
a:visited {
color: #00BFFF;
text-decoration: none;
}
.top
{
background: url(top.png);
padding: 14px;
}
.menu {
background:
#080102;
padding: 4px;
color: while;
font-size: 14px ;
}
.rama
{
background: url(rama.png);
padding: 40px;
}
.ms {
background:
#080102;
padding: 4px;
color: while;
font-size: 0;
}
.li
{
background: #2F4F4F;
color: #00CED1;
padding: 9px;
border-bottom:
2px solid black;
}
.bot {
background: url(bot.png);
padding:
14px;
border-radius : 0 0 7px 7px;
}
input[type="text"],
input[type="password"] {
background: #ffffff;
padding:
11px;
color: grey;
font-size: 12px;
margin-top: 5px;
margin-bottom:
2px;
border-radius: 5px;
width: 50%;
border:
none;
}
select[name="pol"] {
background: #ffffff;
padding:
11px;
color: grey;
font-size: 12px;
margin-top: 5px;
margin-bottom:
2px;
border-radius: 5px;
width: 50%;
border:
none;
}
input[type~="submit"]
{
display:block;
width:30%;
height:20px;
margin:0;
border:0;
text-align:center;
font-size:12px;
color:#fff;
text-decoration:none;
cursor:pointer;
background:
#5F9EA0;
}
input[type~="submit"]:hover {
width:35%;
}