diff luk2.css @ 144:f64a46fa7961

Rename some CSS elements.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 09 Sep 2014 11:21:32 +0300
parents 1e44468dbbd8
children
line wrap: on
line diff
--- a/luk2.css	Sun Aug 31 01:10:35 2014 +0300
+++ b/luk2.css	Tue Sep 09 11:21:32 2014 +0300
@@ -44,7 +44,7 @@
 	margin: 0px;
 }
 
-table.timetable th {
+#timeTable th {
 	padding: 2px;
 	margin: 2px;
 	background: #444;
@@ -58,18 +58,18 @@
 	color: #ccc;
 }
 
-table.timetable {
+#timeTable {
 	font-size: 10pt;
 	background: #222;
 }
 
-table.timetable td > a, table.timetable td > a:visited, table.timetable td > a:active {
+#timeTable td > a, table.timetable td > a:visited, table.timetable td > a:active {
 	text-decoration: none;
 	text-shadow: 2px 2px 2px #000;
 	color: #fff;
 }
 
-table.timetable td > a:hover {
+#timeTable td > a:hover {
 	color: yellow;
 }
 
@@ -78,12 +78,12 @@
 	white-space: nowrap;
 }
 
-table.timetable * table {
+#timeTable * table {
 	width: 100%;
 	height: 100%;
 }
 
-table.timetable tr:hover th {
+#timeTable tr:hover th {
 	color: red;
 }