-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMMM-RNV.css
More file actions
67 lines (55 loc) · 990 Bytes
/
MMM-RNV.css
File metadata and controls
67 lines (55 loc) · 990 Bytes
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
/* Magic Mirror
* Module: MMM-RNV
*
* By jupadin
* MIT Licensed.
*/
.MMM-RNV.header.line {
text-align: center;
}
.MMM-RNV.header.direction {
text-align: center;
}
.MMM-RNV.header.platform {
text-align: right;
}
.MMM-RNV.header.delay {
padding-left: 10px;
text-align: left;
}
.MMM-RNV.data.departure {
text-align: left;
}
.MMM-RNV.data.delay {
padding-left: 10px;
padding-right: 10px;
}
.MMM-RNV.data.line {
width: 20px;
height: 20px;
padding: 1px;
}
.MMM-RNV.data.line.content {
text-align: center;
font-size: 16px;
padding: 2px;
color: #FFFFFF;
background-clip: padding-box;
}
.MMM-RNV.data.icon {
text-align: center;
padding-right: 10px;
padding-left: 10px;
}
.MMM-RNV.data.direction {
width: 50%;
text-align: center;
}
.MMM-RNV.data.platform {
text-align: right;
}
.MMM-RNV .footer {
text-align: right;
font-size: small;
border-top: 1px solid var(--color-text-dimmed);
}