comparison luk3.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
59 border: 0px; 59 border: 0px;
60 padding: 0px; 60 padding: 0px;
61 margin: 0px; 61 margin: 0px;
62 } 62 }
63 63
64 table.timetable th { 64 #timeTable th {
65 padding: 2px; 65 padding: 2px;
66 margin: 2px; 66 margin: 2px;
67 text-align: center; 67 text-align: center;
68 68
69 background: rgba(100,50,80,0.6); 69 background: rgba(100,50,80,0.6);
78 color: #ccc; 78 color: #ccc;
79 -moz-border-radius: 5pt; 79 -moz-border-radius: 5pt;
80 border-radius: 5pt; 80 border-radius: 5pt;
81 } 81 }
82 82
83 table.timetable { 83 #timeTable {
84 font-size: 10pt; 84 font-size: 10pt;
85 } 85 }
86 86
87 table.timetable td > a, table.timetable td > a:visited, table.timetable td > a:active { 87 #timeTable td > a, table.timetable td > a:visited, table.timetable td > a:active {
88 text-decoration: none; 88 text-decoration: none;
89 text-shadow: 2px 2px 2px #000; 89 text-shadow: 2px 2px 2px #000;
90 color: #fff; 90 color: #fff;
91 } 91 }
92 92
93 table.timetable td > a:hover { 93 #timeTable td > a:hover {
94 color: yellow; 94 color: yellow;
95 } 95 }
96 96
97 97
98 th.hours { 98 th.hours {
99 white-space: nowrap; 99 white-space: nowrap;
100 } 100 }
101 101
102 table.timetable * table { 102 #timeTable * table {
103 width: 100%; 103 width: 100%;
104 height: 100%; 104 height: 100%;
105 } 105 }
106 106
107 table.timetable tr:hover th { 107 #timeTable tr:hover th {
108 color: red; 108 color: red;
109 } 109 }
110 110
111 td.clgrouped, td.clgrouped * td { 111 td.clgrouped, td.clgrouped * td {
112 background: rgb(60,10,30); 112 background: rgb(60,10,30);