comparison luk1.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
60 border: 0px; 60 border: 0px;
61 padding: 0px; 61 padding: 0px;
62 margin: 0px; 62 margin: 0px;
63 } 63 }
64 64
65 table.timetable th { 65 #timeTable th {
66 padding: 2px; 66 padding: 2px;
67 margin: 2px; 67 margin: 2px;
68 text-align: center; 68 text-align: center;
69 69
70 background: rgba(10,114,133,0.6); 70 background: rgba(10,114,133,0.6);
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(55,94,103); 113 background: rgb(55,94,103);