-
Notifications
You must be signed in to change notification settings - Fork 1
/
tube-status.css
101 lines (80 loc) · 1.27 KB
/
tube-status.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
.tflStatus {
font-size: 14px;
border-spacing: 0px;
border: 0px;
}
.lineName {
padding-top: 0px;
padding-bottom: 0px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}
.lineStatus {
padding-top: 0px;
padding-bottom: 0px;
padding-left: 10px;
padding-right: 10px;
text-align: left;
}
.goodStatus {
color: #384538;
}
.poorStatus {
color: #ffe680;
}
.badStatus {
color: hsl(2, 100%, 66%);
}
.allLines {
color: #000000;
background-color: #FFFFFF;
}
.bakerloo {
background-color: #B36305;
}
.elizabeth {
background-color: #6950A1;
}
.central {
background-color: #E32017;
}
.circle {
background-color: #FFD300;
color: #000000;
}
.district {
background-color: #00782A;
}
.hammersmith-city {
background-color: #F3A9BB;
color: #000000;
}
.jubilee {
background-color: #84888b;
}
.metropolitan {
background-color: #9B0056;
}
.northern {
background-color: #000000;
}
.piccadilly {
background-color: #003688;
}
.victoria {
background-color: #0098D4;
}
.waterloo-city {
background-color: #95CDBA;
color: #000000;
}
.dlr {
background-color: #00A4A7;
}
.london-overground {
background-color: #EE7C0E;
}
.tram {
background-color: #84B817;
}