static/style.css

changeset 93
53ee9e945673
parent 92
16a5c37e4e67
child 98
c07a77c8a070
equal deleted inserted replaced
92:16a5c37e4e67 93:53ee9e945673
30 background: #ffd90f; 30 background: #ffd90f;
31 border: 1px solid gray; 31 border: 1px solid gray;
32 box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); 32 box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
33 } 33 }
34 34
35 .aikataulu.service-ferry
36 {
37 background: #0090fe;
38 }
39
40 .aikataulu.service-ferry thead
41 {
42 color: white;
43 }
44
35 .aikataulu tr:first-child th:first-child 45 .aikataulu tr:first-child th:first-child
36 { 46 {
37 border-top-left-radius: 30px; 47 border-top-left-radius: 30px;
38 } 48 }
39 49
81 background-color: rgba(0, 0, 0, 0.08); 91 background-color: rgba(0, 0, 0, 0.08);
82 } 92 }
83 93
84 .aikataulu tr.yö td 94 .aikataulu tr.yö td
85 { 95 {
86 /*
87 background-color: #115;
88 color: #dde;
89 border-top: 1px solid #338;
90 */
91 background-color: #2f271a; 96 background-color: #2f271a;
92 color: #eae4db; 97 color: #eae4db;
93 border-top: 1px solid #4a3d28; 98 border-top: 1px solid #4a3d28;
99 }
100
101 .aikataulu.service-ferry tr.yö td
102 {
103 background-color: #1a2a2f;
104 color: #dbe6ea;
105 border-top: 1px solid #28424a;
94 } 106 }
95 107
96 #pysäkki-info 108 #pysäkki-info
97 { 109 {
98 text-align: center 110 text-align: center
164 } 176 }
165 177
166 .yö .imminent-leave 178 .yö .imminent-leave
167 { 179 {
168 color: inherit; 180 color: inherit;
181 }
182
183 .service-ferry .imminent-leave
184 {
185 color: #0b93c0;
169 } 186 }
170 187
171 @keyframes blinking 188 @keyframes blinking
172 { 189 {
173 from, 24.9% 190 from, 24.9%
230 font-weight: normal; 247 font-weight: normal;
231 background: #ffe766; 248 background: #ffe766;
232 box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.5); 249 box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.5);
233 } 250 }
234 251
252 .service-ferry .actions a
253 {
254 background: #00ade6;
255 }
256
235 .actions a:hover 257 .actions a:hover
236 { 258 {
237 background: #fff3b3; 259 background: #fff3b3;
238 text-decoration: none; 260 text-decoration: none;
239 } 261 }
240 262
263 .service-ferry .actions a:hover
264 {
265 background: #00c0fe;
266 }
267
241 .route-suffix 268 .route-suffix
242 { 269 {
243 font-size: 75%; 270 font-size: 75%;
244 } 271 }

mercurial