-
Notifications
You must be signed in to change notification settings - Fork 1
/
MMM-EskomSePush.css
104 lines (87 loc) · 1.53 KB
/
MMM-EskomSePush.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
102
103
104
.esp-container {
width: 100%;
height: 20vh;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
}
.esp-text-div {
width: 100%;
margin-bottom: 20px;
}
.esp-container .esp-text-div .esp-text-span {
color: white;
font-size: 30px;
}
.esp-no-shedding {
font-size: 30px;
color: rgb(41, 246, 5);
}
.esp-data-error {
font-size: 30px;
color: red;
}
.esp-columns,
.esp-times {
height: 50px;
width: 100%;
}
.esp-columns:after,
.esp-times:after {
content: "";
display: table;
}
.column {
float: left;
width: 1.85%;
height: 75%;
background-color: #ff4500;
border: 1px solid silver;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
}
.time {
float: left;
width: 4.2%;
height: 25%;
color: white;
}
.time-s {
float: left;
width: 1.85%;
height: 100%;
}
.col0000 {
border-top-left-radius: 100px;
border-bottom-left-radius: 100px;
}
.col2330 {
border-top-right-radius: 100px;
border-bottom-right-radius: 100px;
}
.gray {
background-color: gray;
}
.shedding {
background-color: #FFAA33;
}
.upcoming {
background-color: orangered;
}
.current {
background-color: white;
}
.hide {
visibility: hidden;
}
.show {
visibility: visible;
}