style.css 384 Bytes
Newer Older
1 2 3 4 5 6
body
{
}

body, div, span, p, input
{
7
    font-family: Verdana, Arial, sans-serif;
8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
    font-size: 10pt;
    color: #333333;
}

#apiPage {
}

#apiHeader {
	padding: 3px;
	color: white;
	background: #6078BF;
	margin-bottom: 5px;
	font-weight: bold;
}

#apiHeader a {
	color: white;
}

#apiFooter {
	margin-top: 5px;
	padding: 3px;
	border-top: 1px solid #BFCFFF;
	text-align: center;
}