-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
89 lines (78 loc) · 1.45 KB
/
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
#mapid { height: 600px;
margin: 2px;
z-index: 1;
}
#tooltip {
z-index: 2;
position: absolute;
width: 275px;
padding: 10px;
background-color: white;
border-radius: 10px;
box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
opacity: 0.8;
}
#tooltip.hidden {
display: none;
}
#tooltip p {
margin: 0;
font-family: sans-serif;
font-size: 12px;
line-height: 14px;
}
.legend {
text-align: left;
line-height: 28px;
font-size: 105%;
height: 98px;
}
.icon {
display: inline-block;
}
.info {
padding: 8px 8px;
background: white;
background: rgba(255,255,255,1);
box-shadow: 0 0 15px rgba(0,0,0,0.2);
border-radius: 5px;
}
.magnitude {
margin-left: 35px;
}
.info h4 {
margin: 0 0 5px;
color: #777;
}
.legend i {
margin-top: 8px;
width: 12px;
height: 12px;
float: left;
margin-right: 8px;
opacity: 1;
border-radius: 50%;
display: inline-block;
margin-left: 50px;
}
.legend iq {
margin-top: 8px;
width: 12px;
height: 12px;
float: left;
margin-right: 8px;
opacity: 1;
border-radius: 50%;
display: inline-block;
margin-left: 45px;
}
.legend is {
margin-top: 8px;
width: 15px;
height: 15px;
float: left;
margin-right: 8px;
opacity: 1;
border-radius: 50%;
margin-left: 45px;
}