-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmain.css
129 lines (109 loc) · 2.42 KB
/
main.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
body {
background:#faf7f0;
}
h1 {
font: bold 2em/1em "Arial Black", "MS Serif", "New York", serif;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
margin: 0;
padding: 0;
color: #053E5C;
border-top: solid #000000 medium;
text-align: center;
}
h2 {
font: bold 2em/1em "Arial Black", "MS Serif", "New York", serif;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
margin: 0;
padding: 0;
color: #065985;
border-top: solid #000000 medium;
border-bottom: dotted #2F4F4F thin;
text-align: center;
}
h3 {
font: 1em/1em "Arial Black", "MS Serif", "New York", serif;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
margin: 0;
padding: 0;
color: #065985;
border-top: solid #000000 medium;
border-bottom: dotted #2F4F4F thin;
text-align: center;
}
@import url('http://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css');
select {
-webkit-appearance: none;
appearance: none;
font: 400 6px/1.3 "Arial Black", "MS Serif", "New York", serif;
border: 1px solid #3b5998;
line-height: 1;
outline: 0;
color: #3b5998;
border-color: #3b5998;
padding: 0.65em 0.55em 0.55em 0.55em;
border-radius: 3px;
background-position: right 10px center, right bottom, right bottom, right bottom;
}
footer {
bottom:0;
left:0;
color: #3b5998;
font: 400 10px/1.3 "Impact", "MS Serif", "New York", serif;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
width:100%;
position:fixed;
text-align: center;
}
button {
background-color: #3b5998; /* Green */
font: 400 6px/1.3 "Arial Black", "MS Serif", "New York", serif;
border: none;
color: white;
padding: 6px 6px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 6px;
}
label{
display: block;
font: 400 12px/1.3 "Segoe UI", "Tahoma", "Geneva", "Verdana", sans-serif;
color: #3b5998;
}
svg {
margin: 0 auto;
display: block;
background: #f2f0f0;
width: 740px;
height: 480px;
text-align: center;
position: absolute;
left: 0px;
top: 20px;
}
.land {
fill: #000000;
}
.boundry {
fill: none;
stroke: #006994;
stroke-linejoin: round;
stroke-linecap: round;
vector-effect: non-scaling-stroke;
}
.overlay {
fill: none;
pointer-events: all;
}
.legend-mag-text {
font-size: 9px;
fill: white;
font-weight: bold;
}
.legend-box {
fill: white;
stroke: white;
stroke-width: 0.75px;
rx: 10;
ry: 10;
}