view luk.css @ 18:e0f1a5861f28

Fixes, cleanups.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 12 Jan 2011 02:54:52 +0200
parents 3d6a83eaa2ba
children a076d8d22422
line wrap: on
line source

table.timetable {
	font-size: 10pt;
}

td > a, td > a:visited, td > a:active {
	text-decoration: none;
	text-shadow: 2px 2px 2px #000;
	color: #fff;
}

td > a:hover {
	color: yellow;
}


th.hours {
	white-space: nowrap;
}

table.timetable * table {
	width: 100%;
	height: 100%;
}

td.clgrouped, td.clgrouped * td {
	background: #454;
}

td.clnothing {
	background: #222;
}

td.clnormal {
}

div.nhours {
	text-align: right;
}

div.nhours span {
	background: black;
	padding: 2pt;
	border: 1px solid gray;
}

#controls {
	padding: 0px;
	margin: 0px;
}

#controls table * {
	padding: 0px;
	margin: 0px;
}

#mini {
}