-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathweather.css
More file actions
52 lines (45 loc) · 792 Bytes
/
weather.css
File metadata and controls
52 lines (45 loc) · 792 Bytes
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
input[type=checkbox] {
visibility: hidden;
}
#timemenu {
margin-bottom: 5px;
border: 2px solid #000080;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px 6px 6px 6px;
background-color: #FFF;
padding: 2px;
}
#timemenu h2 {
margin: 0;
padding: 4px;
font-size: 16px;
text-align: center;
}
#timemenu ul {
margin: 0 10px 0 0;
padding: 0;
}
#timemenu ul li {
list-style: none;
display: block;
text-align: right;
}
#timemenu ul li:hover {
background-color: #ADD8E6;
cursor:pointer
}
#timemenu img {
text-decoration: none;
padding: 0 5px 0 5px;
color: #000;
}
#comment {
margin-bottom: 5px;
border: 2px solid #000080;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px 6px 6px 6px;
background-color: #FFF;
padding: 2px;
}