-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
53 lines (44 loc) · 818 Bytes
/
style.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
body {
padding: 0;
margin: 0;
}
html, body, #map {
height: 100%;
}
.marker {
border-radius: 100%;
width: 4px;
height: 4px;
text-align: center;
line-height: 20px;
color: white;
background: #3ca0d3;
}
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
#info {
position: absolute;
top: 15px;
right: 15px;
color: white;
font-family: 'Open Sans', sans-serif;
padding: 3px;
font-size: 10px;
text-align: right;
}
#info a {
color: white;
text-align: right;
right: 0px;
padding: 2px;
font-family: 'Open Sans', sans-serif;
padding: 3px;
font-size: 10px;
text-align: right;
}
#info h1 {
font-size: 12px;
font-style: inherit;
background-color: white;
color: black;
padding: 3px;
}