-
Notifications
You must be signed in to change notification settings - Fork 81
/
style.css
117 lines (100 loc) · 1.42 KB
/
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
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
/*
body
{
color: black;
background-color: white;
font-family: Helvetica, Arial, sans-serif;
margin: 2em;
}
*/
body>p, body>ul.links, body>ul.coast
{
width: 630px;
margin-bottom: 1em;
}
ul
{
margin-top: 0;
margin-bottom: 0;
width: 100%;
padding: 0;
}
li.group,
li.link
{
margin-right: .5em;
list-style-type: none;
display: inline;
}
li.group
{
color: gray;
display: block !important;
margin-top: .5em;
}
li.group,
li.link
{
white-space: nowrap;
}
ul.coast li
{
margin-left: 1em;
margin-bottom: 1em;
}
li.city
{
width: 320px;
height: 320px;
list-style: none;
margin: 0;
padding: 0;
float: left;
}
h2 { clear: left; }
ul li.city a img
{
border: none;
height: 200px;
}
li.city h3, li.city ul
{
margin: 0.5em 0 0 .2em;
}
li.city h3
{
margin-top: -1.35em;
}
li.file
{
list-style-type: none;
}
#mapzen-note
{
background-color: #67301D;
border: 1px solid #fff;
padding: .5em;
border-radius: 3px;
}
#mapzen-note, #mapzen-note a { color: #fff }
#archive-note
{
background-color: #ffd652;
border: 1px solid #ffb933;
padding: .5em;
border-radius: 3px;
}
#bbMap
{
width: 100%;
height: 400px;
margin: 1em 0;
background-color: #CCE9FE;
}
.leaflet-popup-content-wrapper {
-webkit-border-radius: 5px;
border-radius: 5px;
}
.leaflet-popup-content-wrapper a {
text-decoration: none;
}