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

Размер файла: 985B
body {
	background-color: #000000;
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #c0c0c0;
}
.header {
	background-color: #000000;
	font-weight: bold;
	color: #550000;
	text-align: center;
}
.hr_up {
	background-image: url(ornament.gif);
	background-position: top;
	background-repeat: repeat-x;
	height: 8px;
	width: 100%;
}
.hr_down {
	background-image: url(ornament.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	height: 8px;
	width: 100%;
}
.vlink {
	vlink-color: #00ff00;
}

.buttons {
	background-color: #000000;
	font-size: xx-small;
	text-align: center;
}
.msg {
	background-color: #000000;
	border: thin solid #00ff00;
	margin: 4px;
}
.msg .nick {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #00ff00;
}
.msg .text {
	background-color: #000000;
}
.msg .icons {
	text-align:left;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #00ff00;
}