-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
68 lines (57 loc) · 1.09 KB
/
style.css
File metadata and controls
68 lines (57 loc) · 1.09 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
body,
* {
margin: 0;
padding: 0;
}
#mapcontent,
#map {
height: 100vh;
width: 100vw;
}
.leaflet-popup-content tr:first-child td{
padding-top: 1em;
}
.leaflet-tooltip {
padding: 0;
border: 0;
background-color: transparent;
box-shadow: none;
text-shadow: 1px 1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff,
-1px -1px 0 #fff, 1px 0px 0 #fff, 0px 1px 0 #fff, -1px 0px 0 #fff,
0px -1px 0 #fff;
}
.leaflet-tooltip-bottom::before {
border: 0;
}
.buildingstooltip {
/* background: green; */
font-size: 2em;
text-shadow: 2px 2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff,
-2px -2px 0 #fff, 2px 0px 0 #fff, 0px 2px 0 #fff, -2px 0px 0 #fff,
0px -2px 0 #fff;
}
.buildingstooltip.b12 {
padding: 0 80px 80px 0;
}
.buildingstooltip.b16b {
padding: 30px 0 0 30px;
}
.buildingstooltip.b18,
.buildingstooltip.b25f {
padding: 60px 0 0 0;
}
.buildingstooltip.b25d {
padding: 50px 0 0 50px;
}
.buildingstooltip.bFrontdesk {
padding: 0 0 50px 0;
}
.legend {
position: absolute;
top: 0.5em;
left: 2em;
width: 20vw;
max-width: 300px;
min-width: 3cm;
z-index: 100;
}