-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
executable file
·59 lines (59 loc) · 1.04 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
html,
body {
height: 100%;
width: 100%;
margin: 0;
}
#contain {
width: 100%;
height: 100%;
margin: 0;
}
#map {
margin: 0;
padding: 0;
}
#feedback {
position: absolute;
height: 300px;
width: 220px;
font-family: arial;
margin: 5px;
padding: 10px;
z-index: 40;
background-color: rgba(248, 248, 248, .8);
color: #444;
left: 30px;
top: 30px;
-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px #888;
box-shadow: 0 0 5px #888;
}
#legendWrapper {
padding: 0px 0 0 0;
}
#loading {
visibility: hidden;
width: 0px;
height: 0px;
margin: auto;
padding: 10px;
top: 0;
left: 0;
right: 0;
bottom: 0;
position: absolute;
z-index: 100;
opacity: 0.3;
}
#help {
position: absolute;
left: 0;
bottom: 0;
z-index: 100;
padding: 10px;
}
h3 {
margin: 0 0 5px 0;
border-bottom: 1px solid #444;
}