-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
61 lines (52 loc) · 865 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
54
55
56
57
58
59
60
61
.background {
// fill: black;
fill: #e0e4cc;
}
.way {
stroke: #888;
// stroke: #000;
fill: none;
stroke-linejoin: round;
stroke-linecap: round;
}
.way.xl {stroke-width: 0.00012;}
.way.l {stroke-width: 0.00010;}
.way.m {stroke-width: 0.00008;}
.way.s {stroke-width: 0.00006;}
.way.xs {stroke-width: 0.00004;}
.border {
fill: none;
// stroke: #BBB;
stroke: black;
stroke-width: 5;
}
.title {
# fill: #BBB;
fill: black;
stroke: black;
font-family: DejaVu Sans;
font-weight: 100;
}
.park {
fill: #262;
stroke: black;
stroke-width: 0.00002;
}
.farmland {
fill: #a88535;
stroke: black;
stroke-width: 0.00002;
}
.industrial {
fill: #ccc;
stroke: black;
stroke-width: 0.00002;
}
.waterway {
stroke: #88f;
fill: none;
stroke-width: 0.0005;
}
.water {
fill: #88f;
}