Файл: style/style.css
Строк: 36
body {
color: #000;
font-size: 13px;
max-width : 450px;
margin :
auto;
font-family: Arial;
background: url(/style/img/bg.png);
}
img
{
vertical-align: middle;
border-style: none;
}
a:link,
a:active,
a:visited {
color: #01589d;
text-decoration: none;
}
a:hover,
a:focus
{
color: #002b4d;
}
.head {
background: #12496b url(/style/img/head.png)
;
height: 90px;
}
.rekl {
background-color: #2d2e2e;
padding: 10px;
color:
#fff;
}
.title {
background: url(/style/img/titlec.png) no-repeat left,
url(/style/img/title.png) repeat-x;
padding: 15px 15px 10px 40px;
color:
#fff;
font-weight: bold;
text-shadow : 0 1px 0px #0335AD;
}
.link
{
background: #fbfcfc url(/style/img/link1.png) repeat-x bottom;
padding:
10px;
color: #002b4d;
border-bottom: 1px solid #c2d2db;
}
.foot
{
background: url(/style/img/foot.png) repeat-x;
height: 60px;
}
.count
{
background: none repeat scroll 0% 0% #2d2e2e;
color: #fff;
font-size:
11px;
text-shadow: 0px 1px #5695FF;
padding: 3px;
border-bottom: 1px solid
#97E5FF;
border-top: 1px solid #000;
float: right;
border-radius: 3px;
}