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