forked from Com-Lum/MMM-RMV
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MMM-RMV.css
62 lines (51 loc) · 942 Bytes
/
MMM-RMV.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
.MMM-RMV .table {
border-spacing: 0px 0px;
border-collapse: separate;
text-align: left;
}
.MMM-RMV .type {
font-weight: normal;
border-collapse: separate;
color: white;
}
.MMM-RMV .RowSp {
padding-bottom: 5px;
}
.MMM-RMV .destination {
font-weight: normal;
border-collapse: separate;
color: white;
}
.MMM-RMV .blocked {
text-transform: capitalize;
font-weight: normal;
}
.MMM-RMV .lines {
border-spacing: 10px 0px;
border-collapse: separate;
text-align: left;
color:white;
font-weight: normal;
}
.MMM-RMV .departure {
padding-left: 10px;
text-align: right;
font-weight: normal;
color: white;
}
.MMM-RMV .departureLate {
padding-left: 10px;
text-align: right;
font-weight: normal;
color: red;
}
.MMM-RMV .departureCancelled {
padding-left: 10px;
text-align: right;
font-weight: normal;
color: orange;
}
.MMM-RMV .NoConRow {
font-weight: normal;
color: white;
}