comparison 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
comparison
equal deleted inserted replaced
143:d70c899b0571 144:f64a46fa7961
42 border: 0px; 42 border: 0px;
43 padding: 0px; 43 padding: 0px;
44 margin: 0px; 44 margin: 0px;
45 } 45 }
46 46
47 table.timetable th { 47 #timeTable th {
48 padding: 2px; 48 padding: 2px;
49 margin: 2px; 49 margin: 2px;
50 background: #444; 50 background: #444;
51 text-align: center; 51 text-align: center;
52 } 52 }
56 margin: 2px; 56 margin: 2px;
57 // background: #555; 57 // background: #555;
58 color: #ccc; 58 color: #ccc;
59 } 59 }
60 60
61 table.timetable { 61 #timeTable {
62 font-size: 10pt; 62 font-size: 10pt;
63 background: #222; 63 background: #222;
64 } 64 }
65 65
66 table.timetable td > a, table.timetable td > a:visited, table.timetable td > a:active { 66 #timeTable td > a, table.timetable td > a:visited, table.timetable td > a:active {
67 text-decoration: none; 67 text-decoration: none;
68 text-shadow: 2px 2px 2px #000; 68 text-shadow: 2px 2px 2px #000;
69 color: #fff; 69 color: #fff;
70 } 70 }
71 71
72 table.timetable td > a:hover { 72 #timeTable td > a:hover {
73 color: yellow; 73 color: yellow;
74 } 74 }
75 75
76 76
77 th.hours { 77 th.hours {
78 white-space: nowrap; 78 white-space: nowrap;
79 } 79 }
80 80
81 table.timetable * table { 81 #timeTable * table {
82 width: 100%; 82 width: 100%;
83 height: 100%; 83 height: 100%;
84 } 84 }
85 85
86 table.timetable tr:hover th { 86 #timeTable tr:hover th {
87 color: red; 87 color: red;
88 } 88 }
89 89
90 td.clgrouped, td.clgrouped * td { 90 td.clgrouped, td.clgrouped * td {
91 background: #454; 91 background: #454;