Файл: style.css
Строк: 73
body {
font-family : Tahoma;
font-size : 12px;
background :
url(img/body.png) repeat;
max-width : 600px;
color : #575757;
margin : 0
auto;
box-shadow : 0 0 5px 2px #ac6d0f;
border-radius : 0 0 5px 5px;
}
h1 {
display: none; }
.wrap {
background : url(img/body.png) #c63706;
color :
#c63706;
}
a {
color : #d45706;
text-decoration : none;
}
a:hover {
color :
#d45706;
}
.videos_list {
background : repeat-x #fdcd8c;
padding :
8px;
border-top : 1px solid #fdf2e6;
border-bottom : 1px solid
#f8c887;
display : block;
}
.videos_list:hover {
background :
#fdcd8c;
color : #893d0e;
padding : 8px;
border-bottom : 1px solid
#efc189;
display : block;
}
.videos_list img {
padding-left : 2px;
}
.link
a {
background : repeat-x #fdcd8c;
padding : 8px;
border-top : 1px solid
#fdf2e6;
border-bottom : 1px solid #f8c887;
display : block;
}
.link
a:hover {
background : #fdcd8c;
color : #893d0e;
padding :
8px;
border-bottom : 1px solid #efc189;
display : block;
}
.pad {
padding :
2px;
font-weight : bold;
}
.button {
background : repeat-x #fdcd8c;
padding
: 8px;
border-top : 1px solid #fdf2e6;
border-bottom : 1px solid
#f8c887;
display : block;
}
.category {
margin-bottom : 10px;
padding-top :
5px;
padding-bottom : 5px;
font-size : 14px;
}
.category a {
color :
#525252;
font-weight : bold;
text-decoration : underline;
}
.error
{
background : #f4f4f4;
padding : 10px;
border : #db1b1b solid
2px;
margin-bottom : 5px;
}
.gray {
margin-top : 3px;
margin-bottom :
5px;
padding-top : 5px;
padding-bottom : 5px;
padding-left :
5px;
background : #efefef;
}
input[type~="text"] {
height :
20px;
}
input[type="submit"] {
height : 30px;
margin :
3px;
}
.navigation {
background : url(img/head.png) top repeat-x
#33c20a;
text-align : right;
color : #ffffff;
padding : 6px;
border-radius
: 5px 5px 5px 5px;
border : #000000 solid 1px;
}
navigation:hover
{
background : #269207;
color : #ffffff;
padding : 6px;
border : #010203
solid 1px;
}
.logo {
background : url(img/head.png) bottom repeat-x
#c63706;
padding : 0;
height : 80px;
}
.ads {
background : url(img/ads.png)
top right no-repeat #fccb7a;
font-size : 12px;
color : #3cff02;
padding :
8px;
}
.ads :hover {
color : #feede0;
}
.foot a {
text-align : left;
color
: #efefef;
border-radius : 5px 5px 5px 5px;
border : #da8903 solid
1px;
padding : 0;
}
.foot a:hover {
color : #c8730b;
background : repeat-x
#faddb6;
}
.foot {
background : url(img/title.png) bottom repeat-x
#fcb805;
color : #fff;
font-weight : bold;
border-top : 1px solid
#ffdc17;
border-bottom : 1px solid #e68c06;
border-radius : 0 0 7px 7px;
}