-
Notifications
You must be signed in to change notification settings - Fork 0
/
beijing_air_quality.css
84 lines (83 loc) · 1.28 KB
/
beijing_air_quality.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
body {
height: 120px;
width: 130px;
background-color: #4F4F4F;
font-family: calibre, arial, sans-serif;
color: white;
margin: 0;
padding: 0;
border: 1px solid #B4B4B4;
}
#title {
width: 130px;
text-align: center;
font-size: 0.7em;
font-weight: bold;
padding: 5px;
color: #FFE25F;
}
#main-content {
font-size: 0.7em;
width: 130px;
height: 110px;
}
#aq-summary-link {
display: block;
/*width: 112px;
height: 40px;*/
text-decoration: none;
text-align: center;
vertical-align: middle;
color: black;
font-size: 1.2em;
width: 122px;
/*height: 40px;*/
margin: 0 3px 5px 3px;
border: 1px solid #1F1F1F;
padding: 10px 0;
}
#ppm25-wrapper {
}
#ppm25-label {
float: left;
width: 65px;
height: 20px;
padding: 5px 10px;
}
#ppm25-value {
float: left;
width: 65px;
height: 20px;
padding: 5px 10px;
}
#ozone-wrapper {
}
#ozone-label {
display: none;
position: absolute;
left: 0px;
top: 70px;
width: 65px;
height: 20px;
padding: 5px 10px;
}
#ozone-value {
display: none;
position: absolute;
left: 60px;
top: 70px;
width: 65px;
height: 20px;
padding: 5px 10px;
}
#source-data {
display: none;
}
#title.chinese {
font-size: 0.8em;
font-weight: normal;
}
#aq-summary-link.chinese {
font-size: 1.3em;
font-weight: bold;
}