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

Размер файла: 2.86Kb
body {
font-family : Tahoma;
font-size : 13px;
background : #000 url(images/bg.png);
color : #f0f0f0;
margin : auto;
max-width : 320px;
}
a:link, a:visited {
color : #a8a8a8;
font-size : 14px;
text-decoration : none;
}
a:hover, a:active {
color : #49b6c9;
}
img {
border : 0;
vertical-align : middle;
}
.int {
display: inline-table;
}
.head {
background : #8DAF21 url(images/head.png) left top repeat-x;
margin-top: 3px;
border-radius : 6px 6px 0 0;
}
.link {
background : transparent url(images/link.png) left bottom repeat-x;
display : block;
}
.link:hover {
background : transparent url(images/link_h.png) left bottom repeat-x;
color: #eee;
}
.arrow {
background : url(images/arrow.png) right center no-repeat;
display : block;
font-weight : normal;
padding: 10px;
}
.arrow:hover {
background : url(images/arrow_h.png) right center no-repeat;
}
.count {
background-color: #444;
border-radius: 4px;
border: 1px solid #666;
font-size : 13px;
padding: 1px;
margin: 3px;
color: #aaa;
}
.title {
font-family : Arial;
background : #fff url(images/title.png) left bottom repeat-x;
padding : 5px;
font-size : 14px;
color : #fff;
text-shadow : 0 1px 3px #555;
}
.sliesq {
float: right;
}
.dispno {
display: none;
}
.aut {
background : #000 url(images/bg.png);
color : #f0f0f0;
}
.menu {
padding: 5px;
background : transparent url(images/menu.png);
}
.foot {
background : #49c0f0 url(images/head.png) left bottom repeat-x;
border-radius : 0 0 6px 6px;
padding : 6px;
margin-top : 1px;
text-shadow : 0 1px 3px #81973c;
}
.banners {
background : transparent url(images/foot.png) left top repeat-x;
border-radius : 6px 6px 0 0;
padding : 5px;
text-align : center;
margin: 1px 0;
}
.banners a img {
opacity : 0.5;
}
.banners a img:hover {
opacity : 0.9;
}
.copy {
float : right;
font-size : 11px;
}
.foot a {
display : inline-table;
color : #fff;
font-size : 12px;
}
.butt {
background : transparent url(images/submit.png);
border: 0;
margin:1px;
border-radius:4px;
}
.butt a {
display: block;
padding: 6.5px;
}
input[type="submit"] {
background : transparent url(images/submit.png);
padding: 7px;
border: 0;
color: #a8a8a8;
margin:1px;
border-radius:4px;
}
input[type="submit"]:hover {
color: #49b6c9;
cursor: pointer;
}
input[type~="text"], input[type~="password"], input[type~="select"], textarea {
background : transparent url(images/form.png);
border: 0;
font-family : Tahoma;
color: #555;
padding: 7px;
margin:1px;
border-radius: 3px;
}
input[type~="text"]:hover, input[type~="file"]:hover, input[type~="file"]:focus, input[type~="text"]:focus, input[type~="password"]:hover, input[type~="password"]:focus, textarea:hover, textarea:focus, select:hover, select:focus  {
background: #e0e0e0;
border-radius: 3px;
}
/*
Design by BEPDuKT
Site: http://vk.com/BEPDuKT
ICQ: 46693184
For: Public
*/