Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > 413e0bdb3c48563b2d8d9038d07d5533 > files > 1872

grass-6.3.0-15.fc13.i686.rpm

/* GRASS documentation site style sheet
 * (copied by 'tools/build_html_index.sh')
 *
 * send improvements to weblist@grass.itc.it
 * 
 *  (eg how to reach the same result on netscape, mozilla konqueror?)
 *
 * Fonts:
 *	http://www.w3.org/TR/REC-CSS2/fonts.html
 * Tables:
 *	http://www.w3.org/TR/REC-CSS2/tables.html
 */

BODY{	background: white;
	color: black;
	font-family: arial,sans-serif;
}

H1{	background-color: white;
	color: rgb(25%, 60%, 25%);
	font-family: arial,sans-serif;
	font-weight: bold;
	font-size: x-large;
}

H2{	background-color: white;
	color: rgb(25%, 60%, 25%);
	font-family: arial,sans-serif;
	font-weight: bold;
	font-size: large;
}

H3{	background-color: white;
	color: rgb(25%, 60%, 25%);
	font-family: arial,sans-serif;
	font-weight: bold;
	font-size: large;
}

H4{	background-color: white;
	color: rgb(25%, 60%, 25%);
	font-family: arial,sans-serif;
	font-weight: bold;
	font-size: medium;
}

DIV.code{	width: 95%;
		color : black;
		background-color: rgb(90%, 90%, 90%);
		padding-left: 1em;
		padding-right: 1em;
}

.leftmenu {
	padding-left: 10px;
}