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

Размер файла: 1.63Kb
/*DESING BY Pandr(649595889) специально для CMS.lorinz.ru */
body {
	background: #e4e4e4;
	font: 12px Tahoma;
	margin: 3px auto;
	max-width: 500px;
	color: #6633CC;
}
a {
	color: #6633CC;
	text-decoration: none;
}
a:hover, a:focus {
	color: #1dcfeb;
}

.head {
	background: url(/style/pandr/graphics/head.png) repeat-x;
	color: #ffffff;
	/*padding: 33px;*/


}

.online {
	background: #f7c8d6 url(/style/pandr/graphics/online.png) repeat-x;

	padding: 10px;
	text-align: left;
color: #ee9dbd;
margin: 0px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius:8px;

}

.foot {
	background: #4f4e4f url(/style/pandr/graphics/foot.png) repeat-x;

	padding: 10px;
	text-align: right;
color: #cccccc;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius:8px;

}

.btn {
	background: #b6eb59;
	color: #ffffff;
	padding: 5px;
	text-align: center;
margin: 5px;
-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius:6px;



}


.auth {
background: #f9f6bb;
	color: #000000;
	padding: 10px;
	text-align: right;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}


div.razdel {
	background: #ffcb3b url(/style/pandr/graphics/menuzag.png) repeat-x top;
	border: 1px solid #ffcb3b;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding: 7px;
	font-weight: bold;
	color: #878274;
}

div.menu {
	background: #fff;
	border: 1px solid #ffcb3b;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	padding: 7px;
	color: #000000;
}

hr {border: 0px;border-bottom: 1px dotted #999;}