-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathalerts.css
More file actions
62 lines (56 loc) · 938 Bytes
/
alerts.css
File metadata and controls
62 lines (56 loc) · 938 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
.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;
}
.timesBubbles {
position: absolute;
width: 0.9in;
top: 0.25in;
left: 0.07in;
text-align: center;
font-size: 14px;
font-family: "Ubuntu";
line-height: 15px;
background-color: #fff;
border: 1px solid #202020;
border-radius: 15px;
padding: 20px 15px;
z-index: 10;
opacity: 0.9;
}
.timesBubbles1 {
position: absolute;
width: 0.9in;
top: 0.25in;
left: 0.07in;
text-align: center;
font-size: 14px;
font-family: "Ubuntu";
line-height: 15px;
background-color: #fff;
border: 1px solid #202020;
border-radius: 15px;
padding: 20px 5px;
z-index: 10;
opacity: 0.9;
}
#bubble1 {
visibility: hidden;
}
#cross1 {
position: absolute;
width: 0.2in;
left: 0.74in;
top: 0.29in;
visibility: hidden;
z-index: 13;
}