forked from mudphone/LiveBus
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathbus.css
66 lines (54 loc) · 880 Bytes
/
bus.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
/* CSS declarations go here */
body {
background-color: black;
}
.info {
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
font-weight: 300;
color: white;
margin-left: 5px;
margin-top: 8px;
}
.info a:link,
.info a:visited,
.info a:active {
color: grey;
}
.info a:hover {
color: steelblue;
}
.path_defaults {
fill: black;
fill-opacity: 0;
}
.bus_routes {
stroke: orange;
stroke-width: 0.1px;
}
.rivers {
stroke: steelblue;
stroke-width: 0.4px;
}
.sewer_main {
stroke: brown;
stroke-width: 0.2px;
}
.sewer_lateral {
stroke: yellow;
stroke-width: 0.2px;
}
.sewer_offshore {
stroke: red;
stroke-width: 0.3px;
}
.streets {
stroke: white;
stroke-width: 0.4px;
}
.legend_rect {
stroke: white;
stroke-width: 1px;
}
.map circle.vehicle {
fill: white;
}