-
Notifications
You must be signed in to change notification settings - Fork 4
/
MMM-WindyV2.css
75 lines (64 loc) · 1.46 KB
/
MMM-WindyV2.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
body {
pointer-events: none;
background: rgba(0, 0, 0, 0);
}
.region.fullscreen.above .container,
.region.fullscreen.above .container .module,
.region.fullscreen.above .container .module .module-content,
.region.fullscreen.above .container .module .module-content div,
.module-content #windy {
height: 100%;
}
.region.fullscreen.above .container .module {
margin-bottom: 0;
}
.region.fullscreen.above {
z-index: -1;
}
#windy #embed-zoom .zoom-ctrl {
display: none;
}
#windy #bottom div {
margin-right: 320px;
height: 20px;
}
#windy #bottom #progress-bar #playpause {
display:none;
}
#windy #bottom.shy.left-border.right-border .metric-legend {
position:absolute;
left: 70%;
width:30%;
height: 20px;
display:inline-block;
line-height:1.5;
background-color:#7c7c7c;
white-space:nowrap;
font-size:12px;
box-shadow:4px 4px 14px 0 black;
border-radius: 20px;
bottom: 20px;
}
#windy #bottom.shy.left-border.right-border #progress-bar {
position:absolute;
display:inline-block;
height: 66px;
width: 100%;
border-radius: 6px;
left: 0px;
}
#windy #bottom.shy.left-border #progress-bar #calendar {
display: inline-block;
box-sizing: border-box;
text-align: left;
padding: 6px 0 0 8px;
font-size: 12px;
line-height: 1;
height: 26px;
white-space: nowrap;
overflow: hidden;
}
#windy .uiyellow {
text-shadow: 0 0 4px black;
color: #fff3e1;
}