-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnative_map.css
102 lines (102 loc) · 1.64 KB
/
native_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
h1{
text-align: center;
font-size: 300%
}
h2{
text-align: center;
}
div.population_line{
position: fixed;
right:5%;
top: 14%;
}
div.years_buttons{
position: fixed;
top: 20%;
left: 1%;
}
div.years_buttons div{
background-color: BurlyWood;
opacity: .9;
border: 2px;
border-radius: 7px;
color: black;
padding: 5px;
margin: 15px;
font-weight: bold;
}
g.legend{
position: fixed;
top: 25%;
left: 14%;
}
.x_axis line{
fill: none;
stroke: black;
stroke-width: 1;
shape-rendering: auto;
}
.x_axis text{
font-family: sans-serif;
font-size: 12px;
}
.y_axis line{
fill: none;
stroke: black;
stroke-width: 1;
shape-rendering: auto;
}
.y_axis text{
font-family: sans-serif;
font-size: 12px;
}
#county_instruction{
opacity: .9;
position: fixed;
right:4%;
top: 25%;
background-color: BurlyWood;
border: 2px;
border-radius: 7px;
padding: 15px;
margin: 35px;
}
.county_info_buttons{
position: fixed;
top: 86%;
right: 8%;
}
.county_info_buttons div{
background-color: BurlyWood;
opacity: .9;
border: 2px;
border-radius: 7px;
float: left;
color: black;
padding: 5px;
margin: 15px;
font-weight: bold;
}
.county_info_buttons2{
position: fixed;
top: 92%;
right: 3%;
}
.county_info_buttons2 div{
background-color: BurlyWood;
opacity: .9;
border: 2px;
border-radius: 7px;
float: left;
color: black;
padding: 5px;
margin: 15px;
font-weight: bold;
}
.iltf_logo{
position: fixed;
top: 1%;
left: 1%;
width: 235px;
height: 50px;
}