view luk.css @ 109:f4756a8665aa

Adjust stylesheets.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 11 Dec 2013 16:38:59 +0200
parents 38e9772901f1
children 1e44468dbbd8
line wrap: on
line source

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

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

h1 {
	font-size: 1.5em;
}

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

div.advert {
	text-align: center;
	padding: 5pt;
}

div.advert a {
	text-decoration: none;
	padding: 5pt;
	background: red;
	-moz-border-radius: 5pt;
	border-radius: 5pt;
	box-shadow: 0px 0px 6px rgba(0,0,0,0.7);
}