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

Размер файла: 0.99Kb
body {
	background: White;
	color: Black;
	font: bold  serif;
}
p {
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 3px;
	margin-top: 3px;
}

.p1 {
	text-align: center;
	font: sans-serif;
	background: #EEE8AA;
	border-bottom: 4px groove #B22222;
	border-top: 4px groove #B22222;
	padding: 4px 4px;
}

.p2 {
	text-align: left;
	font: sans-serif;
	background: #EEE8AA;
	border-bottom: 4px groove #B22222;
	border-top: 4px groove #B22222;
	padding: 4px 4px;
}

.p3 {
	text-align: center;
	background: #EEE8AA;
	margin-left: 5px;
	margin-right: 5px;
	color: Black;
	border: 4px solid #CD5C5C;
}

.p4 {
	text-align: center;
}
a {
	color: #00008B;
	font-family: serif;
	text-decoration: none;
	font: small-caps;
	font-weight: bold;
}

a:visited {
	color: Blue;
}

a:hover {
	text-decoration: underline;
	font: bold;
}


.s1 {
	color: Red;
	font-weight: bold;
}

input {
	background: #FFE4B5;
	color: Navy;
	font-weight: bold;
	width: auto;
}