-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmystyle.css
More file actions
65 lines (52 loc) · 1.12 KB
/
Copy pathmystyle.css
File metadata and controls
65 lines (52 loc) · 1.12 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
#holder { border: 3px dashed #ccc; width: 80%; height: 100px; margin: 20px auto; white-space: pre; }
#mapid { height: 800px; }
#meteortable {height: 300px; }
#data-url {width: 600px; }
body {
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
background: rgb(38,38,38);
color: white;
}
a {
color: white;
}
select {
font-size: 120%;
}
.marker-cluster {
background-clip: padding-box;
border-radius: 20px;
background-color: rgba(181, 226, 140, 0.6);
}
.marker-cluster div {
width: 30px;
height: 30px;
margin-left: 5px;
margin-top: 5px;
background-color: rgba(181, 226, 140, 0.6);
text-align: center;
border-radius: 15px;
font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.marker-cluster span {
line-height: 30px;
}
.unselected-meteor {
stroke: url(#GradientUnselected);
stroke-width: 3px;
}
.selected-meteor {
stroke: url(#GradientSelected);
stroke-width: 3px;
}
.filteredout-meteor {
stroke: url(#GradientFilteredOut);
stroke-width: 1.5px;
}
#loading {
margin-left: 10em;
float: left;
}
#gmnform {
float: left;
}