view luk.css @ 5:3d6a83eaa2ba

Improvements.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 11 Jan 2011 21:58:35 +0200
parents 21fde93375e9
children e0f1a5861f28
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;
}