-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.css
145 lines (122 loc) · 1.98 KB
/
index.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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
body {
background-color: ghostwhite;
}
#basic-map {
position: relative;
width: 90%;
height: 80%;
margin: 0% 5% 1% 5%;
border: 5px solid black;
background-color: ghostwhite;
}
.hoverinfo {
display: flex;
flex-direction: column;
}
h1, h2, dt {
font-family: 'Lato', sans-serif;
}
header {
height: 10%;
width: 100%;
background-color: #171D40;
display: flex;
flex-direction: row;
justify-content: space-between;
align-content: center;
}
.icons {
display: flex;
width: 10%;
justify-content: space-around;
align-self: center;
margin-right: 5%;
}
.icons a i {
font-size: 36px;
color: white;
}
.icons a i:hover {
color: #A6E1FA;
}
h1 {
color: white;
font-size: 36px;
padding: 2% 3% 2% 5%;
}
.legend {
margin-left: 5%;
}
.legend h2 {
font-size: 20px;
text-decoration: underline;
margin: 2% 0% 1% 0%;
}
dl {
display: flex;
flex-flow: row wrap;
align-content: center;
align-items: space-between;
}
dd {
border: 1px black solid;
border-radius: 5px;
padding: 0px 10px 0px 10px;
margin: 0px 10px 0px 5px;
}
.map-options {
display: flex;
margin: 1% 0% 1% 0%;
align-content: center;
align-items: center;
justify-content: space-around;
flex-flow: row wrap;
width: 100%;
font-family: 'Lato', sans-serif;
}
label {
display: flex;
flex-flow: row nowrap;
}
input {
background-color: #A6E1FA;
border: none;
font-family: 'Lato', sans-serif;
margin-left: 2px;
}
input:hover {
background-color: #0E6BA8;
color: white;
}
input:active {
background-color: #0A2472;
}
input:focus {
outline:0;
}
p {
margin: 2% 5% 2% 5%;
font-family: 'Cormorant Garamond', serif;
font-size: 20px;
}
footer {
height: 40px;
background-color: #A6E1FA;
width: 100%;
margin-top: 5%;
display: flex;
justify-content: center;
align-items: center;
bottom: 0;
}
.accessibility-text {
position: absolute;
left: -9999999px;
}
/*Palette: Dark to Light*/
/*Generated by coolors.co*/
/*#00072D
#001c55
#0A2472
#0E6BA8
#A6E1FA*/