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

Размер файла: 1.39Kb
body { 
	background-color: #F8F8FF;
	font-size: 12px;
}
input, textarea,select {
	background-color: #F8F8FF;
	margin: 1px;
}
div.form{
	background-color: #EBEBEB;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	padding: 4px 3px;
}
div.title, .navigation {
	color: #333333;
	font-weight: bold;
	background-color: #D4D6D4;
  	border: 1px solid #999;
  	margin-top: 1px;
	padding: 3px;
}
div.row1{
	background-color: #EBEBEB;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	padding: 4px 3px;
}
div.row2{
	background-color: #F8F8FF;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	padding: 4px 3px;
}
div.error{
	background-color: #FFFACD;
	color:  	#B22222;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	padding: 4px 3px;
}
div.ok{
	background-color:	#C1FFC1;
	color:  	#FF4500;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	padding: 4px 3px;
}
b.searchSTR {
	background-color: #EEDD82;
}

a:link, a:visited {color: #3B678D;}