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

Размер файла: 2.54Kb
body {
	background: #fff;
	color: black;
	max-width: 420px;
	min-width: 240px;
margin: 10px auto;
	font-family: Arial;
	font-size: 14px;
}

a {
text-decoration: none;
}

.count {
	float: right;
	margin-right: 0px;
	margin-top:-2px;
	background: steelblue;
	padding: 2px 4px;
	border-radius: 8px;
	color: khaki;
	text-shadow:none;
}
.head {
	background: khaki;
padding: 10px;
margin-bottom: 1px;
	color: dimgray;
	border: 1px solid silver;
	border-radius: 16px 16px 0px 0px;
}
.foot {
	background: khaki;
	padding: 10px;
	color: dimgray;
	border: 1px solid silver;
	border-radius: 0px 0px 16px 16px;
}
.foot a {
	color:#667D1A;
	text-decoration: none;
	padding: 3px;
	background: #C2DF62;
	border-radius: 4px;
	border: 1px solid #98B147;
}
.reklama {
	padding: 3px;
	border-left: 1px solid #6091ff;
	border-right: 1px solid #6091ff;
	border-top: 1px solid #DBDBDB;
	background: #f1f1f1;
	margin-top:-1px;
}
.reklama a {
	text-decoration: none;
	color: #6091ff;
	margin-left: 3px;
	text-shadow:0px 1px #F6FBE6;
}
.reklama a:hover {
	text-decoration: underline;
	color: #6d6e6a;
}
.reklama  img {
	margin-bottom: -1px;
}
.title {
    background: steelblue;
	border-bottom:1px solid khaki;
	border-top:1px solid khaki;
	color:#fff;
	padding: 8px;
	margin-top: 16px;
	margin-bottom:16px;
}


.menu_litle {
	background: #fff;
	border-bottom: 1px solid silver;
	}

.menu_litle a {
	background: url(img/arrow.png) no-repeat right 10px center;
	text-shadow:0px 1px #f5f5f5;
	color: dimgray;
	text-decoration: none;
	display: block;
	padding: 4px;
}

.menu_litle a:hover , a:active { 
	background: url(img/arrow.png) no-repeat right 10px center khaki;
	text-shadow:none;
}

.vhod {
	background: #ff;
color: dimgray;
	border-bottom: 1px solid #eee;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	padding: 2px;
margin-top: 10px;
margin-bottom: 10px;
	
}

.menu {
	background: #fff;
	border-bottom: 1px solid silver;
	
}

.menu a {
	text-shadow:0px 1px #f5f5f5;
	color: dimgray;
	text-decoration: none;
	display: block;
	padding: 8px;
}
.menu a:hover , a:active { 
        background-color:  khaki;
	//background: url(img/arrow.png) no-repeat right 10px center #d3e2ee;
	text-shadow:none;
}


.paginator  {
	color: #6091ff;
margin-left: 3px;
margin-bottom: 3px;
	text-shadow:0px 1px #F6FBE6;
	padding: 8px;
	border: 1px solid silver;
	display: inline-block;
}
.txt a:hover {
	text-decoration: underline;
	color: #6d6e6a;
}
.txt  img {
	margin-bottom: -4px;
}
input {
padding: 6px;
margin: 10px;
}
textarea {
height: 140px;
}
. code_show {
margin: 0px;
padding: 0px;
}