-
Notifications
You must be signed in to change notification settings - Fork 10
/
mvgmunich.css
61 lines (52 loc) · 1.08 KB
/
mvgmunich.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
/*
* MMM-mvgmunich
*
* By Simon Crnko
* MIT Licensed.
*
*/
.stationColumn {
padding-left: 10px;
padding-right: 10px;
min-width: 240px;
}
.mvgmunich tr.normal {
color: white;
}
.mvgmunich tr.gray {
color: dimgray;
}
.mvgmunich td.tram {
background: url(resources/tram.svg) no-repeat 0 0;
width: 30px;
padding-bottom: 5px;
background-size: 25px;
}
.mvgmunich td.sbahn {
background: url(resources/s-bahn.svg) no-repeat 0 0;
width: 30px;
padding-bottom: 5px;
background-size: 25px;
}
.mvgmunich td.bus, .mvgmunich td.regional_bus {
background: url(resources/bus.svg) no-repeat 0 0;
width: 30px;
padding-bottom: 5px;
background-size: 25px;
}
.mvgmunich td.ubahn {
background: url(resources/u-bahn.svg) no-repeat 0 0;
width: 30px;
padding-bottom: 5px;
background-size: 25px;
}
.mvgmunich td.empty {
color: dimgray;
font-size: 16px;
width: 30px;
padding-bottom: 5px;
background-size: 25px;
}
.mvgmunich td.timing {
text-align: right;
}