view luk.css @ 25:a076d8d22422

Fix string parsing in the HTML parser.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 27 Mar 2011 01:14:40 +0200
parents e0f1a5861f28
children d8a1e85b8dda
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%;
}

table.timetable tr:hover th {
	color: red;
}

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