static/style.css

changeset 38
d0ae1996abdd
parent 37
5da3315058a2
child 39
42a6276cf6d1
equal deleted inserted replaced
37:5da3315058a2 38:d0ae1996abdd
58 .aikataulu th:last-child 58 .aikataulu th:last-child
59 { 59 {
60 border-radius: 0 30px 0 0; 60 border-radius: 0 30px 0 0;
61 } 61 }
62 62
63 .sarake-aika, .sarake-linja 63 .sarake-linja
64 { 64 {
65 text-align: center; 65 text-align: center;
66 }
67
68 .sarake-aika
69 {
70 text-align: right;
66 } 71 }
67 72
68 td, th, body 73 td, th, body
69 { 74 {
70 font-size: 24pt; 75 font-size: 24pt;
170 { 175 {
171 width: 100%; 176 width: 100%;
172 border: 1px solid gray; 177 border: 1px solid gray;
173 box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5); 178 box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
174 } 179 }
180
181 .imminent-leave
182 {
183 color: #C0660B;
184 vertical-align: middle;
185 animation: blinker steps(1) 500ms infinite alternate;
186 opacity: 0;
187 animation: blinking 2s linear infinite;
188 }
189
190 @keyframes blinking
191 {
192 from, 24.9%
193 {
194 opacity: 0;
195 }
196 25%, to {
197 opacity: 1;
198 }
199 }

mercurial