style.css
913 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
53
54
55
56
57
58
59
60
61
62
63
64
65
img {
border: 0px;
box-shadow: 0 0 0px;
}
html, body {
height: 100%;
overflow: hidden;
}
#header_wrap {
height: 100px;
}
.outer {
top: 50px;
left: 0;
right: 0;
bottom: 0;
position: absolute;
width: auto;
height: auto;
}
#map {
height: 100%;
}
body {
margin:0;
padding:0px;
font:14px "Lucida Grande", Helvetica, Arial, sans-serif;
}
a {
color:#00B7FF;
}
#leg, #leg_title {
position:absolute;
top:50px;
right:10px;
width:100px;
padding:10px;
background:rgba(34,34,34,1);
color:#999;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
line-height:18px;
border-radius:3px;
max-height:80%;
overflow:auto;
}
#leg_title {
top:10px;
}
#leg_items {
position:relative;
margin-left:5px;
top:-1px
}
#project_title {
margin-top: -30px;
}
#nf_div {
z-index: 100;
position: absolute;
left: 10px;
bottom: 46px;
height: 48px;
width: 48px;
}