-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmap.css
229 lines (196 loc) · 6.39 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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
body {
color: #000;
font-family: Arial, sans-serif;
font-size: 14px;
padding: 0px;
margin: 0px;
background-image: none;
background-color: #fff;
}
a.marker:link,a.marker:visited {
display: block;
margin: 2px 0;
padding: 0;
}
a.goog:link,a.goog:visited {
text-decoration: none;
color: #000;
}
a:link,a:visited {
color: #00c;
}
#topButtons {
float: right;
margin: -36px 10px;
z-index: 99;
}
h1 {
margin: 0;
font-weight: normal;
font-family: Arial, Arial, Helvetica, sans-serif;
text-transform: none;
padding: 7px 10px 5px 10px;
float: none;
font-size: 16px;
height: 32px;
line-height: 32px;
border-width: 0 0 1px 0;
border-style: solid;
border-color: #aaa;
background-color: transparent;
}
#description {
text-align: left;
padding: 9px;
margin: auto;
font-size: 12px;
z-index; 99;
max-width: 720px;
color: #fff;
}
#descriptionWrap {
filter: alpha(opacity=80);
position: relative;
top: 45px;
background-color: #333; /*original 000*/
opacity:.8;
}
#legWrap {
width: 100%;
background-color: #333;
color: #fff;
position: relative;
clear: both;
filter: alpha(opacity=80);
opacity:.8;
}
#legDiv {
display: none;
background-color: #eee;
color: #000;
font-size: 12px;
line-height: 29px;
width: 100%;
text-align: center;
margin: 2px auto;
border: 1px solid #aaa;
}
#legDiv {
margin:0 auto;
padding: 0;
border-width: 0 0 0 0;
border-style: solid;
border-color: #aaa;
background-color: #333; /*original 000*/
color: #fff;
text-align: center;
}
#legDiv span {
margin: 0 4px;
display: inline;
background-repeat: no-repeat;
background-position: left top;
padding: 2px 2px 2px 15px ;
cursor: pointer;
height: 20px;
white-space: nowrap;
}
#mapBorder { position: relative; top:44px; margin:0; border-width: 0 0 1px 0; border-style: solid; border-color: #aaa; }
#titleDiv {
white-space: nowrap;
text-overflow: ellipsis-word;
overflow: hidden
}
#mapWrap {
overflow: hidden;
position: relative;
background-color: #eee;
}
#topBar, #topBG { position: absolute; z-index; 99; width: 100%; }
#topBG { background-color: #eee; filter: alpha(opacity=80); opacity:.8; }
a.header:link,a.header:visited {
text-decoration: none;
color: #000;
}
a img { border: 0; }
.hide {
display: none;
}
/* Interaction states
----------------------------------*/
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; text-decoration: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #c77405; text-decoration: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; text-decoration: none; }
.ui-widget :active { outline: none; }
/*
Buttons
*/
.button {
display: inline-block;
padding: 8px 18px;
margin-right: 15px;
margin-bottom: 5px;
-moz-border-radius:4px;-webkit-border-radius:4px;-khtml-border-radius:4px;border-radius:4px;
-moz-box-shadow:inset 1px 1px 0 rgba(255,255,255,0.3); -webkit-box-shadow:inset 1px 1px 0 rgba(255,255,255,0.3); box-shadow:inset 1px 1px 0 rgba(255,255,255,0.3);
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 16px;
font-weight: bold;
text-align: center;
text-decoration: none;
cursor: pointer;
outline: none !important;
overflow: visible;
}
.button:hover, .button:focus {
text-decoration:none;
}
.button-green {
color: #fff;
background: #a5bd24; /* Old browsers */
background: -moz-linear-gradient(top, #a5bd24 0%, #7dac38 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5bd24), color-stop(100%,#7dac38)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #a5bd24 0%,#7dac38 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #a5bd24 0%,#7dac38 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #a5bd24 0%,#7dac38 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5bd24', endColorstr='#7DAC38',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #a5bd24 0%,#7dac38 100%); /* W3C */
text-shadow: 0 1px 1px rgba(0,0,0,0.25);
border: 1px solid #781;
}
.button-green:hover,.button-green:focus {
color: #fff;
background: #5c8825; /* Old browsers */
background: -moz-linear-gradient(top, #8fbb44 0%, #5c8825 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fbb44), color-stop(100%,#5c8825)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #8fbb44 0%,#5c8825 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #8fbb44 0%,#5c8825 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #8fbb44 0%,#5c8825 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fbb44', endColorstr='#5c8825',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #8fbb44 0%,#5c8825 100%); /* W3C */
border: 1px solid #670;
}
.button-blue {
color: #fff;
background: #39aad4; /* Old browsers */
background: -moz-linear-gradient(top, #41c4f4 0%, #39aad4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#41c4f4), color-stop(100%,#39aad4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #41c4f4 0%,#39aad4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #41c4f4 0%,#39aad4 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #41c4f4 0%,#39aad4 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41c4f4', endColorstr='#39aad4',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #41c4f4 0%,#3a8fb6 100%); /* W3C */
text-shadow: 0 1px 1px rgba(0,0,0,0.25);
border: 1px solid #3a8fb6;
}
.button-blue:hover,.button-blue:focus {
color: #fff;
background: #0189bc; /* Old browsers */
background: -moz-linear-gradient(top, #14bcfb 0%, #0189bc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#14bcfb), color-stop(100%,#0189bc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #14bcfb 0%,#0189bc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #14bcfb 0%,#0189bc 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #14bcfb 0%,#0189bc 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14bcfb', endColorstr='#0189bc',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #14bcfb 0%,#0189bc 100%); /* W3C */
border: 1px solid #0370A2;
}