Просмотр файла guest/css/forest.css

Размер файла: 672B
body {
	background: Green;
	color: #7FFFD4;
	font-family: Arial, sans-serif;
	font-size: small;
	text-align: left;
}
p {
	margin: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;
}

.class1 {
	color: #00FF7F;
	font: bold sans-serif;
	text-align: center;
	border: 4px solid #7FFF00;
}

.class2 {
	color: #48D1CC;
	font: small serif;
	text-align: center;
	border-bottom: 2px solid #2E8B57;
	border-top: 2px solid #2E8B57;
}

.class3 {
	font-size: small;
	color: #40E0D0;
	padding: 4px;
	margin: 4px;
}

a {
	text-decoration: none;
	color: #00FF7F;
}

a:hover {
	text-decoration: underline;
	color: #90EE90;
}

.red {
	color: Red;
}