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

Размер файла: 1.19Kb
body
{
background: url(gradient/bg.jpg);
background-repeat: repeat;
background-attachment: fixed;
max-width: 500px;
font-size:14px;
margin:auto;
color: #3c3c3c;
background-position: left top, center;
font-family: Verdana, Arial, Helvetica, sans-serif;
word-wrap: break-word;
box-shadow:0 0 11px 1px #4c768e;
}
a:link, a:active, a:visited {
color: #3c3c3c;
text-decoration: none;
}

a:hover, a:focus {
color: #ff0000;
margin: 0px; 
}

.menu {
padding:8px;
background: #fff;
border-top: 1px solid #fff; 
border-bottom: 1px solid #dfdfdf;
}
.title{
background: url('img/title2.gif')repeat-x top;
color: #fffaf0;
padding: 8px;
border-bottom: 1px solid #8f4bb8;
}

textarea {
width: 90%;
height: 100px;
}
input, select, textarea {

background: #fff;
padding: 7px;
border: 1px solid #eee;
margin: 3px 1px;
}

input[type="submit"]{
background: #ff5500;
border: 0;
color: #fff;
padding: 10px;
}
.foot{
background: #ffc20d url('img/foot.gif') repeat-x top;
padding: 8px;
}
.forum_p{
background: url('img/forum_p.gif')repeat-x top;
color: #2b2b2b;
padding: 15px;
border-bottom: 1px solid #fff;
}
.count2 {
float: right;
}
.logo{
background: url('img/log.gif') repeat-x top;
color: #fffaf0;
border-bottom: 1px solid #8f4bb8;
}