Файл: style/style.css
Строк: 83
@charset "utf-8";
/*
Diz by Freeze
429395
*/
body {
background:#fff;
font-family: Tahoma;
font-size: 11px;
margin: 0px
auto;
max-width: 480px;
}
/*head*/
.head {
background:
url(img/head.png) repeat-x;
height:65px;
border-bottom: #aeaeae 1px
solid;
}
/*nav*/
table.nav {
background: #0574db url(img/nav.png)
repeat-x;
font-size: 12px;
color:#FFF;
text-align:center;
border-top: #afd8ff 1px solid;
border-bottom: #004c93 1px solid;
width: 100%;
}
table.nav a {
color: #fff;
text-decoration:
none;
display: block;
}
table.nav td {
padding: 7px;
}
table.nav
td:hover {
background: #004c93;
}
a.em {
background: #f3f3f3;
font-size: 12px;
text-decoration: none;
margin: 1px 0;
padding:
5px;
display: block;
border-radius:4px;
border: 1px solid
#c9c9c9;
}
a.em:hover {
background: #f9f9f9;
color: #dd7509;
font-weight:bold;
}
span {
font-size: 10px;
}
/*title*/
.title {
background: #0f7bdf url(img/tit.png) repeat-x;
display: inline-block;
font-size: 12px;
padding: 5px 10px;
color: #fff;
font-weight:bold;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}
/*line*/
.line {
background:
url(img/line.png) repeat-x center;
padding:6px 0 0 5px;
border-top:
#fff 1px solid;
border-bottom: #d3d3d3 1px solid;
}
.foot
{
background: #0c78dd url(img/foot.png) repeat-x top;
padding:
10px;
border-top-left-radius: 6px;
border-top-right-radius:
6px;
border-top: #084986 1px dashed;
border-left: #084986 1px
dashed;
border-right: #084986 1px dashed;
color: #fff;
text-align:
center;
text-shadow: #084986 0 0 1px;
}
.foot a {
color: #fff;
text-decoration: none;
}
.copy {
background-repeat: repeat-x;
background-position: 50% top;
text-align: center;
margin: 0px;
padding: 0;
outline: solid 0px;
}
.copy a {
background-repeat:
no-repeat;
background-position: right top;
padding: 6px;
display:
block;
}
.counter {
background: #efefef;
padding: 5px;
margin:
2px;
border: #929292 dashed 1px;
text-align: right;
}
.counter img
{
opacity: 0.5;
}
.counter img:hover {
opacity: 1;
}
.opis
{
background: #fff;
padding: 5px;
margin: 2px;
border: #929292 dashed
1px;
text-align: left;
border-radius: 5px;
}
hr
{
border:0;
border-bottom: #000 1px dashed;
}
.name { border: solid
1px #d6d6d6;
font-size: 13px;
background-color: #fff;
}