Просмотр файла style.css

Размер файла: 2.61Kb
body {
background-image: url(images/bg.png);
background-color : #000;
color : #666;
font-size : 13px;
font-family : Tahoma;
padding:auto;
margin:auto;
max-width:320px;
}
a:link, a:visited {
color : #398ab3;
text-decoration : none;
}
a:hover, a:focus {
color: #429ecc;
}
.logo {
font-size : 10px;
background-image : url(images/logo_bg.png);
height : 60px;
text-align: left;
}
.title {
text-shadow: #125c87 0px 1px 0px;
color : #fff;
font-size : 13px;
font-weight: bolder;
background-color : #8f8e8f;
background-image : url(images/title.png);
text-align : left;
padding: 2px 0px 2px 3px;
margin: 4px 0px 0px 0px;
border-radius: 4px 4px 0px 0px;
-moz-border-radius: 4px 4px 0px 0px;
-webkit-border-radius: 4px 4px 0px 0px;
-khtml-border-radius: 4px 4px 0px 0px;
}
.block {
background-image: url(images/bg.png);
border-left : 1px solid #398ab3;
border-right : 1px solid #398ab3; 
border-bottom : 1px solid #398ab3; 
background-color : #000;
margin: 0px 0px 0px 0px;
padding: 2px 2px 2px 2px;
border-radius: 0px 0px 4px 4px;
-moz-border-radius: 0px 0px 4px 4px;
-webkit-border-radius: 0px 0px 4px 4px;
-khtml-border-radius: 0px 0px 4px 4px;
}
.link {
background: url(images/link.png) repeat-x left top transparent;
display: block;
padding: 3px;
border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;
-webkit-border-radius: 4px 4px 4px 4px;
-khtml-border-radius: 4px 4px 4px 4px;
}
.link:hover {
background: url(images/linka.png) repeat-x left top transparent;
}
.foot {
color : #fff;
font-size : 13px;
background-color : #000;
background-image : url(images/foot.png);
text-align : center;
margin: 2px 0px 0px 0px;
padding: 2px 0px 0px 0px;
border-radius: 0px 0px 8px 8px;
-moz-border-radius: 0px 0px 8px 8px;
-webkit-border-radius: 0px 0px 8px 8px;
-khtml-border-radius: 0px 0px 8px 8px;
}
.copy {
font-size: 10px;
border-left : 1px solid #333;
border-right : 1px solid #333; 
border-top : 1px solid #333; 
margin: 2px 30% 0px 30%;
padding: 1px;
border-radius: 4px 4px 0px 0px;
-moz-border-radius: 4px 4px 0px 0px;
-webkit-border-radius: 4px 4px 0px 0px;
-khtml-border-radius: 4px 4px 0px 0px;
}
.copy a {
color: #333;
}
.copy a:hover {
color: #444;
}
.banners {
background: url(images/banners.png) repeat-x left top transparent;
display: block;
padding: 3px;
margin-top: 1px;
border-radius: 8px 8px 0px 0px;
-moz-border-radius: 8px 8px 0px 0px;
-webkit-border-radius: 8px 8px 0px 0px;
-khtml-border-radius: 8px 8px 0px 0px;
}
img.middle {
border: 0px;
vertical-align: middle;
}
/*
Design by BEPDuKT
Site: http://DizKod.ru
ICQ: 46693184
For: Public
*/