-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
58 lines (52 loc) · 912 Bytes
/
index.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
#map {
width: 100%;
height: 100%;
}
div.leaflet-popup-content-wrapper {
max-height: 100px;
overflow: scroll;
}
#controls {
position: absolute;
left: 4em;
top: 1em;
z-index: 10;
}
#info {
/* position: absolute; */
/* left: 4em; */
/* top: 3em; */
z-index: 10;
color: #333333;
font-size: 1em;
text-shadow:
-1px -1px 0 #EEEEEE,
1px -1px 0 #EEEEEE,
-1px 1px 0 #EEEEEE,
1px 1px 0 #EEEEEE;
}
#help {
position: absolute;
width: 45%;
left: 25%;
top: 10em;
background: #FFFFFF;
padding-left: 2.5%;
padding-right: 2.5%;
}
#help-btn {
position: absolute;
right: 1em;
top: 1em;
z-index: 10;
color: #EEEEEE;
font-size: 2em;
text-shadow:
-1px -1px 0 #333333,
1px -1px 0 #333333,
-1px 1px 0 #333333,
1px 1px 0 #333333;
}
#clicktohide {
color: #AAAAAA;
}