view luk.css @ 102:bf7a9f63bd82

Add some comments to the update script.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 10 Apr 2013 06:35:48 +0300
parents c77a48f6ad75
children 38e9772901f1
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;
}

#controls a.mobile {
	color: white;
	background: red;
}