-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
executable file
·97 lines (80 loc) · 1.7 KB
/
style.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
.degree_symbol:not(:empty)::after {
content: "°"
}
img{
max-width: 100%;
max-height: 100%;
}
.owm-legend-item{
display: none;
}
#map {
width: 600px;
height: 600px;
}
.icon_01d{
background-image: url("/img/01d.png");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.icon_02d{
background-image: url("/img/02d.png");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.icon_03d{
background-image: url("/img/03d.png");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.icon_04d{
background-image: url("/img/04d.png");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.icon_09d{
background-image: url("/img/09d.png");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.icon_10d{
background-image: url("/img/10d.png");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.icon_11d{
background-image: url("/img/11d.png");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.icon_13d{
background-image: url("/img/13d.png");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.icon_50d{
background-image: url("/img/50d.png");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.yellow{
background-color: yellow;
}
.red{
background-color: red;
}
.green{
background-color: green;
}
.blue{
background-color: blue;
}