Файл: s-klub_install/s-klub/style.css
Строк: 53
/*
Автор дизайна: Simptom
Сайт автора:
http://s-klub.ru
Запрещено распространять
дизайн в любом виде и под любым
предлогом!
*/
body{
font-family: Arial;
background:
url(img/bg.png);
background-attachment: fixed;
max-width:
600px;
font-size: 12px;
margin: auto;
color: black;
border: blue dotted
2px;
}
a:link{
color: black;
text-decoration: none;
}
a:visited
{
color: #808080;
text-decoration: none;
}
a:hover {
color:
#800000;
text-decoration: none;
}
.title {
margin: 0px;
padding:
3px;
overflow: hidden;
text-align: center;
background:
url(img/title.png);
font-weight: bold;
color: white;
font-size:
15px;
}
.err {
text-align: center;
border-top: 1px #853A24
solid;
background-color: #BF614D;
color:
#FFE3E3;
padding:10px;
font-style:italic;
}
.msg {
border-top: 1px
#2C9A68 solid;
text-align: center;
background-color: #4DBF9A;
color:
#3783c8;
font-size: 20px;
font-weight: normal;
}
.aut{
background:
url('img/aut.png');
display: block;
padding: 2px;
color:
black;
}
.aut2{
background: url('img/aut2.png');
display:
block;
padding: 2px;
color: black;
}
.footer{
margin: 0px;
padding:
3px;
overflow: hidden;
text-align: center;
background:
url(img/footer.png);
font-weight: bold;
color: red;
font-size:
15px;
}