view luk.css @ 99:c77a48f6ad75

Highlight the mobile version link.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 22 Dec 2012 14:58:22 +0200
parents eea1ab9aff46
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;
}