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

Размер файла: 1.32Kb
@charset "utf-8";
body {
    font-size: 12px;
	color: black;
	font-family: Arial, sans-serif;
    background-color: #033a5c;
}
div:first-line {
    color: white;
	text-decoration: none;
}
div:first-letter {
    font-weight: bold; 
}
.frame {
    background-color: #09476e;
    font-size: 11px;
	font-style: bold;
    color: #cccccc;
    font-family: Arial;
	padding: 2px;
	border: 2px groove white;
	margin: 1px;
	letter-spacing: 0.2em;
}   
.frame2 {
    padding: 2px;
	border: 2px groove white;
	margin: 2px 1px 1px 1px;
}
.block {
    border: 1px groove;
    background-image: url("tit_l.gif");
	font-family: Sans-Serif;
	font-style: oblique;
}
.document {
    color: #000000;
	background-color: #0d4f79;
	border-top: 1px groove;
	border-bottom: 1px groove;
	font-size: 11px;
	letter-spacing: 0.1em;
    padding: 2px;
	margin: 1px;
}
.adds {
    color: darkblue;
	border-top: 1px groove ;
	border-bottom: 1px outset;
	font-size: 11px;
	letter-spacing: 0.1em;
	padding: 2px;
	margin: 2px;
}
.copy {
    background-color: #033a5c;
	font-size: 9px;
	letter-spacing: 0.2em;
    padding: 2px;
	margin: 2px 1px 1px 1px;
}
a {
    color: #0f97b0;
	text-decoration: none;
}
a:hover {
    color: white;
}
a:visited {
    color: red;
}
.theme {
    text-decoration: underline;
}