Файл: style.css
Строк: 53
body, input, textarea, select, table{
font :11px
tahoma;
}
body{
margin :auto;
max-width
:320px;
background:#000;
color:#fff;
}
a{
color:#af9878;
text-decoration:none;
}
a:hover{
color:#ffffff;
text-decoration:
underline;
}
img{
vertical-align:middle;
}
.content{
background:#1d1c1a;
}
.tl{
background:url(img/tl.gif);
width:18px;
height:48p;
background-repeat: no-repeat; background-position: right
top;
}
.t{
background:url(img/t.gif);
height:48p;
background-repeat: repeat-x;
background-position:
top;
color:#fff;
text-align:center;
}
.tr{
background:url(img/tr.gif);
width:18px;
height:48p;
background-repeat:no-repeat;
background-position:left
top;
}
.l{
background:url(img/l.gif);
width:19px;
background-repeat: repeat-y; background-position:
right;
}
.r{
background:url(img/r.gif);
width:19px;
background-repeat: repeat-y;
background-position:left;
}
.d{
background:url(img/d.gif);
height:22px;
background-repeat: repeat-x;
background-position:top;
}
.dr{
width: 19px; height: 22px;
background-image:
url(img/dr.gif);
background-repeat: no-repeat;
background-position: left top;
}
.dl{
width: 19px;
height: 22px;
background-image:url(img/dl.gif);
background-repeat:no-repeat;
background-position:right top;
}