1 /* required styles */
\r
5 .leaflet-marker-icon,
\r
6 .leaflet-marker-shadow,
\r
8 .leaflet-tile-container,
\r
9 .leaflet-overlay-pane,
\r
10 .leaflet-shadow-pane,
\r
11 .leaflet-marker-pane,
\r
12 .leaflet-popup-pane,
\r
13 .leaflet-overlay-pane svg,
\r
15 .leaflet-image-layer,
\r
21 .leaflet-container {
\r
23 -ms-touch-action: none;
\r
27 .leaflet-marker-icon,
\r
28 .leaflet-marker-shadow {
\r
29 -webkit-user-select: none;
\r
30 -moz-user-select: none;
\r
32 -webkit-user-drag: none;
\r
34 .leaflet-marker-icon,
\r
35 .leaflet-marker-shadow {
\r
38 /* map is broken in FF if you have max-width: 100% on tiles */
\r
39 .leaflet-container img {
\r
40 max-width: none !important;
\r
42 /* stupid Android 2 doesn't understand "max-width: none" properly */
\r
43 .leaflet-container img.leaflet-image-layer {
\r
44 max-width: 15000px !important;
\r
50 .leaflet-tile-loaded {
\r
51 visibility: inherit;
\r
57 /* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
\r
58 .leaflet-overlay-pane svg {
\r
59 -moz-user-select: none;
\r
62 .leaflet-tile-pane { z-index: 2; }
\r
63 .leaflet-objects-pane { z-index: 3; }
\r
64 .leaflet-overlay-pane { z-index: 4; }
\r
65 .leaflet-shadow-pane { z-index: 5; }
\r
66 .leaflet-marker-pane { z-index: 6; }
\r
67 .leaflet-popup-pane { z-index: 7; }
\r
69 .leaflet-vml-shape {
\r
74 behavior: url(#default#VML);
\r
75 display: inline-block;
\r
80 /* control positioning */
\r
85 pointer-events: auto;
\r
91 pointer-events: none;
\r
109 .leaflet-right .leaflet-control {
\r
112 .leaflet-top .leaflet-control {
\r
115 .leaflet-bottom .leaflet-control {
\r
116 margin-bottom: 10px;
\r
118 .leaflet-left .leaflet-control {
\r
121 .leaflet-right .leaflet-control {
\r
122 margin-right: 10px;
\r
126 /* zoom and fade animations */
\r
128 .leaflet-fade-anim .leaflet-tile,
\r
129 .leaflet-fade-anim .leaflet-popup {
\r
131 -webkit-transition: opacity 0.2s linear;
\r
132 -moz-transition: opacity 0.2s linear;
\r
133 -o-transition: opacity 0.2s linear;
\r
134 transition: opacity 0.2s linear;
\r
136 .leaflet-fade-anim .leaflet-tile-loaded,
\r
137 .leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
\r
141 .leaflet-zoom-anim .leaflet-zoom-animated {
\r
142 -webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
\r
143 -moz-transition: -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
\r
144 -o-transition: -o-transform 0.25s cubic-bezier(0,0,0.25,1);
\r
145 transition: transform 0.25s cubic-bezier(0,0,0.25,1);
\r
147 .leaflet-zoom-anim .leaflet-tile,
\r
148 .leaflet-pan-anim .leaflet-tile,
\r
149 .leaflet-touching .leaflet-zoom-animated {
\r
150 -webkit-transition: none;
\r
151 -moz-transition: none;
\r
152 -o-transition: none;
\r
156 .leaflet-zoom-anim .leaflet-zoom-hide {
\r
157 visibility: hidden;
\r
163 .leaflet-clickable {
\r
166 .leaflet-container {
\r
167 cursor: -webkit-grab;
\r
170 .leaflet-popup-pane,
\r
174 .leaflet-dragging .leaflet-container,
\r
175 .leaflet-dragging .leaflet-clickable {
\r
177 cursor: -webkit-grabbing;
\r
178 cursor: -moz-grabbing;
\r
182 /* visual tweaks */
\r
184 .leaflet-container {
\r
188 .leaflet-container a {
\r
191 .leaflet-container a.leaflet-active {
\r
192 outline: 2px solid orange;
\r
194 .leaflet-zoom-box {
\r
195 border: 2px dotted #38f;
\r
196 background: rgba(255,255,255,0.5);
\r
200 /* general typography */
\r
201 .leaflet-container {
\r
202 font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
\r
206 /* general toolbar styles */
\r
209 box-shadow: 0 1px 5px rgba(0,0,0,0.65);
\r
210 border-radius: 4px;
\r
213 .leaflet-bar a:hover {
\r
214 background-color: #fff;
\r
215 border-bottom: 1px solid #ccc;
\r
220 text-align: center;
\r
221 text-decoration: none;
\r
225 .leaflet-control-layers-toggle {
\r
226 background-position: 50% 50%;
\r
227 background-repeat: no-repeat;
\r
230 .leaflet-bar a:hover {
\r
231 background-color: #f4f4f4;
\r
233 .leaflet-bar a:first-child {
\r
234 border-top-left-radius: 4px;
\r
235 border-top-right-radius: 4px;
\r
237 .leaflet-bar a:last-child {
\r
238 border-bottom-left-radius: 4px;
\r
239 border-bottom-right-radius: 4px;
\r
240 border-bottom: none;
\r
242 .leaflet-bar a.leaflet-disabled {
\r
244 background-color: #f4f4f4;
\r
248 .leaflet-touch .leaflet-bar a {
\r
257 .leaflet-control-zoom-in,
\r
258 .leaflet-control-zoom-out {
\r
259 font: bold 18px 'Lucida Console', Monaco, monospace;
\r
262 .leaflet-control-zoom-out {
\r
266 .leaflet-touch .leaflet-control-zoom-in {
\r
269 .leaflet-touch .leaflet-control-zoom-out {
\r
274 /* layers control */
\r
276 .leaflet-control-layers {
\r
277 box-shadow: 0 1px 5px rgba(0,0,0,0.4);
\r
279 border-radius: 5px;
\r
281 .leaflet-control-layers-toggle {
\r
282 background-image: url(images/layers.png);
\r
286 .leaflet-retina .leaflet-control-layers-toggle {
\r
287 background-image: url(images/layers-2x.png);
\r
288 background-size: 26px 26px;
\r
290 .leaflet-touch .leaflet-control-layers-toggle {
\r
294 .leaflet-control-layers .leaflet-control-layers-list,
\r
295 .leaflet-control-layers-expanded .leaflet-control-layers-toggle {
\r
298 .leaflet-control-layers-expanded .leaflet-control-layers-list {
\r
300 position: relative;
\r
302 .leaflet-control-layers-expanded {
\r
303 padding: 6px 10px 6px 6px;
\r
307 .leaflet-control-layers-selector {
\r
309 position: relative;
\r
312 .leaflet-control-layers label {
\r
315 .leaflet-control-layers-separator {
\r
317 border-top: 1px solid #ddd;
\r
318 margin: 5px -10px 5px -6px;
\r
322 /* attribution and scale controls */
\r
324 .leaflet-container .leaflet-control-attribution {
\r
326 background: rgba(255, 255, 255, 0.7);
\r
329 .leaflet-control-attribution,
\r
330 .leaflet-control-scale-line {
\r
334 .leaflet-control-attribution a {
\r
335 text-decoration: none;
\r
337 .leaflet-control-attribution a:hover {
\r
338 text-decoration: underline;
\r
340 .leaflet-container .leaflet-control-attribution,
\r
341 .leaflet-container .leaflet-control-scale {
\r
344 .leaflet-left .leaflet-control-scale {
\r
347 .leaflet-bottom .leaflet-control-scale {
\r
348 margin-bottom: 5px;
\r
350 .leaflet-control-scale-line {
\r
351 border: 2px solid #777;
\r
354 padding: 2px 5px 1px;
\r
356 white-space: nowrap;
\r
358 -moz-box-sizing: content-box;
\r
359 box-sizing: content-box;
\r
362 background: rgba(255, 255, 255, 0.5);
\r
364 .leaflet-control-scale-line:not(:first-child) {
\r
365 border-top: 2px solid #777;
\r
366 border-bottom: none;
\r
369 .leaflet-control-scale-line:not(:first-child):not(:last-child) {
\r
370 border-bottom: 2px solid #777;
\r
373 .leaflet-touch .leaflet-control-attribution,
\r
374 .leaflet-touch .leaflet-control-layers,
\r
375 .leaflet-touch .leaflet-bar {
\r
378 .leaflet-touch .leaflet-control-layers,
\r
379 .leaflet-touch .leaflet-bar {
\r
380 border: 2px solid rgba(0,0,0,0.2);
\r
381 background-clip: padding-box;
\r
388 position: absolute;
\r
389 text-align: center;
\r
391 .leaflet-popup-content-wrapper {
\r
394 border-radius: 12px;
\r
396 .leaflet-popup-content {
\r
400 .leaflet-popup-content p {
\r
403 .leaflet-popup-tip-container {
\r
407 position: relative;
\r
410 .leaflet-popup-tip {
\r
415 margin: -10px auto 0;
\r
417 -webkit-transform: rotate(45deg);
\r
418 -moz-transform: rotate(45deg);
\r
419 -ms-transform: rotate(45deg);
\r
420 -o-transform: rotate(45deg);
\r
421 transform: rotate(45deg);
\r
423 .leaflet-popup-content-wrapper,
\r
424 .leaflet-popup-tip {
\r
427 box-shadow: 0 3px 14px rgba(0,0,0,0.4);
\r
429 .leaflet-container a.leaflet-popup-close-button {
\r
430 position: absolute;
\r
433 padding: 4px 4px 0 0;
\r
434 text-align: center;
\r
437 font: 16px/14px Tahoma, Verdana, sans-serif;
\r
439 text-decoration: none;
\r
441 background: transparent;
\r
443 .leaflet-container a.leaflet-popup-close-button:hover {
\r
446 .leaflet-popup-scrolled {
\r
448 border-bottom: 1px solid #ddd;
\r
449 border-top: 1px solid #ddd;
\r
452 .leaflet-oldie .leaflet-popup-content-wrapper {
\r
455 .leaflet-oldie .leaflet-popup-tip {
\r
459 -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
\r
460 filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
\r
462 .leaflet-oldie .leaflet-popup-tip-container {
\r
466 .leaflet-oldie .leaflet-control-zoom,
\r
467 .leaflet-oldie .leaflet-control-layers,
\r
468 .leaflet-oldie .leaflet-popup-content-wrapper,
\r
469 .leaflet-oldie .leaflet-popup-tip {
\r
470 border: 1px solid #999;
\r
476 .leaflet-div-icon {
\r
478 border: 1px solid #666;
\r