forked from YR/MMM-YrNow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmmm-yrnow.css
48 lines (39 loc) · 802 Bytes
/
mmm-yrnow.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
.MMM-YrNow {
display: inline-block;
}
.MMM-YrNow .precipText {
margin: 0px;
white-space: nowrap;
}
.MMM-YrNow .animation {
vertical-align: middle;
}
.MMM-YrNow img.umbrella {
width: 90px;
margin-bottom: 10px;
}
.MMM-YrNow img, .MMM-YrNow span {
position: relative;
display: inline-block;
padding-right: 20px;
vertical-align: middle;
}
.MMM-YrNow img.weatherSymbol {
width: 150px;
}
.MMM-YrNow .forecast {
display: inline-block;
}
.MMM-YrNow .temperature {
display: inline-block;
vertical-align: middle;
}
.MMM-YrNow #rain {
height: 70px;
width: 90px;
margin-bottom: -20px;
}
.MMM-YrNow #rain--1, .MMM-YrNow #rain--2, .MMM-YrNow #rain--3 {
fill: #00B9F1;
-webkit-transition: opacity 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}