view luk.css @ 193:16ce445c499a v3 tip

Import v3 branch.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 22 Jan 2017 02:31:10 +0200
parents 6c6c69d14bea
children
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;
}


#infobox a {
	padding: 2pt;
	color: #ccc;
	text-decoration: none;
}

#infobox a:hover {
	text-decoration: underline;
}

#ctitle {
	text-align: right;
	font-size: 8pt;
}


#clang {
	text-align: right;
}


#clang .selected {
	font-weight: bold;
	text-decoration: underline;
}

#csssel .selected {
	font-weight: bold;
	text-decoration: underline;
}