-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmapper.css
More file actions
100 lines (85 loc) · 1.37 KB
/
Copy pathmapper.css
File metadata and controls
100 lines (85 loc) · 1.37 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
96
97
98
99
100
body{
font-family: Arial, Verdana, Helvetica, sans-serif!important;
font-size: 12px;
margin:0px;
margin-top:2px;
padding:0;
background:url(mapbg.png);
}
h2{
text-align:center;
margin:0;
height: 1.4em;
}
#d3mapper{
hheight: 600px;
width: 1253px;
margin-left: auto;
margin-right: auto;
}
svg {
overflow: hidden;
font: 10px sans-serif;
}
#legend{font-weight: bold; z-index:9999;}
#countries path {
fill: #F2EFDF;
stroke: #fff;
opacity: 1;
stroke-width:1;
}
#countries path:hover{
ffill: #FFF!important;
opacity: 1;
}
#countries path.highlighted{
fill:#8FE002;
}
#container{
width:100%;
height:100%;
margin:0px;
}
#controls{
font-weight: bold;
top: 2px;
left: 0;
color: #444;
padding: 4px;
margin-top: 2px;
background: #eee;
bborder: 1px solid black;
}
#controls a{
padding: 3px;
margin: 2px;
border: 1px solid grey;
text-decoration: none;
color: #444;
background: #eee;
}
#controls a:hover{
background: #fff;
}
#error{
color: red;
font-weight: bold;
text-align: center;
font-size: 1.5em;
margin-top: 10px;
}
#countries rect{
stroke: #666;
stroke-width: 0.5;
}
/* legend */
#legend2 path {
display: none;
}
#legend2 line {
stroke: #000;
shape-rendering: crispEdges;
}
#legend2 .caption {
font-weight: bold;
}