view luk.css @ 103:38e9772901f1

Add in hdd.fi advertisement.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 03 May 2013 21:55:22 +0300
parents c77a48f6ad75
children f4756a8665aa
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;
}

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