htdocs/style.css
author Anders Bergh <anders1@gmail.com>
Tue, 15 Jan 2008 03:58:45 +0100
changeset 13 a52a8259d60f
parent 5 f29a43ca4760
permissions -rw-r--r--
Remove non-D related PKGBUILD's, will move them to a personal repository instead.

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;
}