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

Размер файла: 1.14Kb
body{
background-color: #999999;
color: #000000;
background-image: url(/img/fon.jpg);
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    max-width: 1000px;
    margin-left : auto; 
	margin-right : auto; 
	margin-top : 10px; 
}

a:link, a:active, a:visited{
color: #333300;
	text-decoration: none;
}

h4 {color:#990000;}



.head1{
background-color: #999999;
border-top-style: solid;
border-left-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-top-width: 3px;
border-left-width: 3px;
border-right-width: 3px;
border-bottom-width: 3px;
border-top-color: #cccccc;
border-left-color: #cccccc;
border-right-color: #cccccc;
border-bottom-color: #cccccc;}

.head{
border-top-style: solid;
border-left-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-top-width: 3px;
border-left-width: 3px;
border-right-width: 3px;
border-bottom-width: 3px;
border-top-color: #333333;
border-left-color: #333333;
border-right-color: #333333;
border-bottom-color: #333333;}