comparison mluk3.css @ 144:f64a46fa7961

Rename some CSS elements.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 09 Sep 2014 11:21:32 +0300
parents 661e5e9f37ef
children
comparison
equal deleted inserted replaced
143:d70c899b0571 144:f64a46fa7961
46 border: 0px; 46 border: 0px;
47 padding: 0px; 47 padding: 0px;
48 margin: 0px; 48 margin: 0px;
49 } 49 }
50 50
51 table.timetable th { 51 #timeTable th {
52 padding: 2px; 52 padding: 2px;
53 margin: 2px; 53 margin: 2px;
54 text-align: center; 54 text-align: center;
55 55
56 background: rgba(100,50,80,0.6); 56 background: rgba(100,50,80,0.6);
69 color: #ccc; 69 color: #ccc;
70 -moz-border-radius: 5pt; 70 -moz-border-radius: 5pt;
71 border-radius: 5pt; 71 border-radius: 5pt;
72 } 72 }
73 73
74 table.timetable { 74 #timeTable {
75 font-size: 10pt; 75 font-size: 10pt;
76 } 76 }
77 77
78 table.timetable td > a, table.timetable td > a:visited, table.timetable td > a:active { 78 #timeTable td > a, table.timetable td > a:visited, table.timetable td > a:active {
79 text-decoration: none; 79 text-decoration: none;
80 text-shadow: 2px 2px 2px #000; 80 text-shadow: 2px 2px 2px #000;
81 color: #fff; 81 color: #fff;
82 } 82 }
83 83
84 table.timetable td > a:hover { 84 #timeTable td > a:hover {
85 color: yellow; 85 color: yellow;
86 } 86 }
87 87
88 88
89 th.hours { 89 th.hours {
90 white-space: nowrap; 90 white-space: nowrap;
91 } 91 }
92 92
93 table.timetable * table { 93 #timeTable * table {
94 width: 100%; 94 width: 100%;
95 height: 100%; 95 height: 100%;
96 } 96 }
97 97
98 table.timetable tr:hover th.hours { 98 #timeTable tr:hover th.hours {
99 color: red; 99 color: red;
100 } 100 }
101 101
102 td.clgrouped, td.clgrouped * td { 102 td.clgrouped, td.clgrouped * td {
103 background: rgb(60,10,30); 103 background: rgb(60,10,30);