-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmapStyle.css
62 lines (56 loc) · 947 Bytes
/
mapStyle.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
60
61
62
.mapTexts {
position: absolute;
top: 1.25in;
left: 0.17in;
color: black;
font-family: "Ubuntu";
font-size: 10px;
font-weight: bold;
}
#mapText2 {
top: 1.15in;
left: 0.28in;
}
#mapText3 {
top: 1.15in;
left: -0.01in;
margin-left: 0.09in;
text-align: center;
}
.timesBubbles {
position: absolute;
width: 0.9in;
top: 0.23in;
left: 0.11in;
text-align: center;
font-size: 14px;
line-height: 15px;
background-color: #fff;
border: 1px solid #202020;
border-radius: 15px;
padding: 45px 15px 30px 15px;
font-family: "Ubuntu";
z-index: 10;
opacity: 0.9;
}
#bubbleName {
position: absolute;
width: 0.9in;
top: 0.5in;
left: 0.11in;
text-align: center;
font-weight: bold;
visibility: hidden;
z-index: 12;
}
#bubble1 {
visibility: hidden;
}
#cross1 {
position: absolute;
width: 0.2in;
left: 0.78in;
top: 0.27in;
visibility: hidden;
z-index: 13;
}