-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.dev.css
More file actions
136 lines (136 loc) · 3.08 KB
/
Copy pathstyle.dev.css
File metadata and controls
136 lines (136 loc) · 3.08 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
#mapid {
height: 500px;
}
.leaflet-overlay-pane path {
fill-opacity: 0.4;
stroke: #fff;
stroke-width: 2;
}
.leaflet-overlay-pane path:hover {
fill-opacity: 0.8;
}
.legend {
line-height: 12px;
color: #555;
font-size: 10px;
text-align: center;
}
.legend i {
width: 15px;
height: 10px;
float: left;
opacity: 0.7;
}
.legend i p {
margin: -1px 0 0 0;
color: white;
font-size: 8px;
}
.legend i p.hundred {
margin-left: 0;
}
.legend p.lunchLabel {
margin: 0;
}
.legend p.lunchLabel:after,
.legend p.lunchLabel:before {
content: "";
position: absolute;
width: 18px;
height: 9px;
}
.legend p.lunchLabel:before {
background: url(assets/icons.svg) no-repeat -122px -4px transparent;
left: 0;
}
.legend p.lunchLabel:after {
background: url(assets/icons.svg) no-repeat -139px -4px transparent;
right: 0;
}
div.popupbox table {
border-collapse: collapse;
border-style: hidden;
}
div.popupbox table tr.row.district-name {
text-transform: uppercase;
text-align: center;
}
div.popupbox table tr.row td.label {
width: 100%;
padding-left: 5px;
}
div.popupbox table tr.row td.percent,
div.popupbox table tr.row td.label {
border: 1px solid #CCC;
}
div.popupbox table tr.row td.percent {
text-align: center;
}
div.popupbox table tr.row.graph {
height: 100px;
}
div.popupbox table tr.row.graph td {
position: relative;
width: 25%;
vertical-align: bottom;
padding: 0;
}
div.popupbox table tr.row.graph td div.containerGraph {
position: relative;
}
div.popupbox table tr.row.graph td div.containerGraph div.bar {
width: 25px;
left: 0;
right: 0;
margin-right: auto;
margin-left: auto;
position: absolute;
bottom: 15px;
}
div.popupbox table tr.row.graph td div.containerGraph div.bar p {
margin-top: -15px;
text-align: center;
}
div.popupbox table tr.row.graph td div.containerGraph p.tag {
text-align: center;
text-transform: uppercase;
font-size: 10px;
margin: 0;
border-bottom: 1px solid #CCC;
border-top: 1px solid #CCC;
}
div.popupbox table tr.row.graph td.asian div.containerGraph div.bar {
background-color: #b7a57a;
}
div.popupbox table tr.row.graph td.hispanic div.containerGraph div.bar {
background-color: #ae9c6b;
}
div.popupbox table tr.row.graph td.white div.containerGraph div.bar {
background-color: #a68f59;
}
div.popupbox table tr.row.graph td.african div.containerGraph div.bar {
background-color: #958150;
}
div.popupbox table tr.row.data td.label {
padding-left: 20px;
}
div.popupbox table tr.row.data td.label:after,
div.popupbox table tr.row.data td.label:before {
content: "";
position: absolute;
width: 14px;
height: 18px;
margin-left: -18px;
}
div.popupbox table tr.row.data.lunch td.label:before {
background: url(assets/icons.svg) no-repeat -73px transparent;
}
div.popupbox table tr.row.data.grad td.label:before {
background: url(assets/icons.svg) no-repeat -24px transparent;
}
div.popupbox table tr.row.data.esl td.label:before {
background: url(assets/icons.svg) no-repeat -42px transparent;
}
div.popupbox table tr.row.data.cand td.label:before {
background: url(assets/icons.svg) no-repeat -106px transparent;
}