-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmap.css
133 lines (102 loc) · 1.48 KB
/
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
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
path {
fill: none;
stroke: #000;
stroke-width: .15px;
}
.counties {
fill:none;
}
.states {
fill: none;
stroke: #fff;
stroke-linejoin: round;
}
.q0-9 { fill:rgb(247,251,255);}
.q1-9 { fill:rgb(222,235,247); }
.q2-9 { fill:rgb(198,219,239); }
.q3-9 { fill:rgb(158,202,225); }
.q4-9 { fill:rgb(107,174,214); }
.q5-9 { fill:rgb(66,146,198); }
.q6-9 { fill:rgb(33,113,181); }
.q7-9 { fill:rgb(8,81,156); }
.q8-9 { fill:rgb(8,48,107); }
html, body {
margin: 0;
padding: 0;
width: 100%;
overflow: hidden;
}
.content {
position: relative;
overflow: auto;
z-index: 0;
}
.background {
position: absolute;
z-index: -1;
top: 0;
bottom: 0;
margin: 0;
padding: 0;
}
.top_block {
width: 100%;
display: block;
}
.bottom_block {
position: absolute;
width: 100%;
display: block;
bottom: 0;
}
.left_block {
display: block;
float: left;
height: 100%;
}
.right_block {
display: block;
float: right;
}
.center_block {
display: block;
width: auto;
}
.background.wrapper {
padding-bottom: 0;
left: 0;
right: 0;
background-color: #9966ff;
}
.wrapper {
width: auto;
padding-bottom: 0px;
}
.background.Side {
padding-bottom: 0;
left: 0;
width: 20%;
background-color: #000000;
}
.Side {
height: auto;
width: 20%;
padding-bottom: 0px;
}
.background.Page {
padding-bottom: 0;
right: 0;
width: 80%;
background-color: #FFFFFF;
}
.Page {
width: 80%;
padding-bottom: 0px;
}
.background {
fill: none;
pointer-events: all;
}
.sphere {
fill: #fff;
}