-
Notifications
You must be signed in to change notification settings - Fork 305
Expand file tree
/
Copy pathpolymaps.css
More file actions
95 lines (82 loc) · 1.13 KB
/
polymaps.css
File metadata and controls
95 lines (82 loc) · 1.13 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
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
svg
{
width: 100%;
height: 100%;
}
#copy
{
position: absolute;
left: 0;
bottom: 4px;
padding-left: 5px;
font: 9px sans-serif;
color: #fff;
cursor: default;
}
#copy a
{
color: #fff;
}
.compass .back
{
fill: #eee;
fill-opacity: .8;
}
.compass .fore
{
stroke: #999;
stroke-width: 1.5px;
}
.compass rect.back.fore
{
fill: #999;
fill-opacity: .3;
stroke: #eee;
stroke-width: 1px;
shape-rendering: crispEdges;
}
.compass .direction
{
fill: none;
}
.compass .chevron
{
fill: none;
stroke: #999;
stroke-width: 5px;
}
.compass .zoom .chevron
{
stroke-width: 4px;
}
.compass .active .chevron, .compass .chevron.active
{
stroke: #fff;
}
.compass.active .active .direction
{
fill: #999;
}
.grid
{
stroke: white;
stroke-opacity: .4;
shape-rendering: crispEdges;
}
.line
{
fill: none;
stroke: rgb(180,0,0);
stroke-width: 1px;
vector-effect: non-scaling-stroke;
stroke-opacity: 0.8;
}
.poly
{
fill: rgb(0,0,180);
opacity: 0.6;
stroke: #fff;
stroke-width: 1px;
vector-effect: non-scaling-stroke;
stroke-opacity: 0.8;
}