-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathweabot.css
More file actions
87 lines (79 loc) · 1.21 KB
/
weabot.css
File metadata and controls
87 lines (79 loc) · 1.21 KB
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
body {
min-width: 360px;
overflow-x: hidden;
font-size: 12px;
}
a {
text-decoration:none;
}
#header {
line-height: 28px;
margin-bottom: 2px;
width: 360px;
}
#header #city{
font-weight: bold;
font-size: 14px;
}
.today-box{
border: 1px solid #e5e5e5;
}
#sk {
float: left;
width: 100px;
height: 130px;
background: #fff url(http://www.weather.com.cn/m2/i/wenduji1.gif) no-repeat 30px 0px;
margin: 5px 0 0 7px;
display: none;
position: relative;
z-index: 0;
}
#wind-div{
float: right;
width: 100px;
height: 130px;
margin: 5px 7px 0 0;
position: relative;
display: inline;
text-align: center;
}
#wind-speed{
display: block;
margin-bottom: 45px;
margin-top: 40px;
}
#temp{
font-size: 16px;
display: block;
margin-left: 60px;
margin-bottom: 42px;
margin-top: 40px;
}
#sk-musk{
background: #99b0d6 no-repeat;
width: 8px;
position: absolute;
top: -10px;
left: 38px;
}
.numN{
position: absolute;
width: 32px;
font-size: 9px;
color: #000;
line-height: 12px;
text-align: right;
top: 12px;
font-family: Tahoma;
}
.more-border{
border: 1px solid #e5e5e5;
padding: 4px;
height: 40px;
vertical-align: middle;
}
.bordered {
border: 1px solid #e5e5e5;
vertical-align: middle;
text-align: center;
}