view luk.css @ 81:8501f1b9bba3

Commonize some of the CSS.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 24 Oct 2012 12:00:53 +0300
parents
children 85068c8513b4
line wrap: on
line source

body {
	margin: 1em;
	background: black;
	color: white;

	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 10pt;
}

a:active {
	outline: none;
}

a:focus {
	-moz-outline-style: none;
}

a, a:visited, a:active {
	text-decoration: underline;
	color: white;
}

#footer {
	padding-top: 5pt;
	font-size: 6pt;
}

#controls {
	padding: 0px;
	margin: 0px;
}

#controls table * {
	padding: 0px;
	margin: 0px;
}