view luk.css @ 84:adaad33f929c

Improve mobile mode.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 24 Oct 2012 14:15:43 +0300
parents 85068c8513b4
children eea1ab9aff46
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;
	overflow: hidden;
}

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

#contents {
	overflow: auto;
}