htdocs/style.css
author Anders Bergh <anders1@gmail.com>
Fri, 21 Dec 2007 22:32:34 +0000
changeset 12 faa5eb587542
parent 5 f29a43ca4760
permissions -rw-r--r--
new versions

body {
	font-family: Arial, Helvetica, sans-serif;
}

.term,.file {
	background: #EFEFEF;
	color: gray;
	padding: 5px;
	border: 1px solid #808080;
}

.term,.file a {
	color: gray;
}

.term,.file a:hover {
	color: black;
}

.pkg,.path {
	font-family: monospace;
	background: #EFEFEF;
}