-
Notifications
You must be signed in to change notification settings - Fork 0
/
county_map.css
executable file
·97 lines (80 loc) · 1.25 KB
/
county_map.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
#title {
text-align: center;
}
.d3-tip {
line-height: 1.5;
padding: 8px;
background: rgba(0, 0, 0, 0.8);
color: #fff;
border-radius: 0px;
text-align: center;
}
/* body {
font-family: 'Open Sans', sans-serif;
font-size: 12px;
font-weight: 400;
background-color: #fff;
width: 960px;
height: 800px;
margin-top: 10px;
} */
/*#charts{
float: left;
}*/
.chart {
height: 100px;
margin-bottom: 20px;
}
.reset {
padding-left: 1em;
font-size: smaller;
color: blue;
}
.background.bar {
fill: #ccc;
}
.foreground.bar {
fill: black;
}
.axis path, .axis line {
fill: none;
stroke: #000;
shape-rendering: crispEdges;
}
.axis text {
font: 10px sans-serif;
}
.brush rect.extent {
fill: steelblue;
fill-opacity: .125;
}
.brush .resize path {
fill: #eee;
stroke: #666;
}
#chart path {
stroke: #fff;
}
#chart path.highlighted {
cursor: pointer;
}
.counties {
fill: none;
stroke: #C0C0C0;
stroke-linejoin: round;
}
.q0-9 { fill:#a26e3f; }
.q1-9 { fill:#b9926f; }
.q2-9 { fill:#d0b69f; }
.q3-9 { fill:#e7dacf; }
.q4-9 { fill:#ffffff; }
.q5-9 { fill:#c3f8bf; }
.q6-9 { fill:#88f27f; }
.q7-9 { fill:#4deb3f; }
.q8-9 { fill:#12e500; }
#map {
float: right;
}*
#map-legend{
text-align: center;
}