1 /* required styles */
\r
5 .leaflet-marker-icon,
\r
6 .leaflet-marker-shadow,
\r
7 .leaflet-tile-container,
\r
9 .leaflet-pane > canvas,
\r
11 .leaflet-image-layer,
\r
17 .leaflet-container {
\r
21 .leaflet-marker-icon,
\r
22 .leaflet-marker-shadow {
\r
23 -webkit-user-select: none;
\r
24 -moz-user-select: none;
\r
26 -webkit-user-drag: none;
\r
28 /* Prevents IE11 from highlighting tiles in blue */
\r
29 .leaflet-tile::selection {
\r
30 background: transparent;
\r
32 /* Safari renders non-retina tile on retina better with this, but Chrome is worse */
\r
33 .leaflet-safari .leaflet-tile {
\r
34 image-rendering: -webkit-optimize-contrast;
\r
36 /* hack that prevents hw layers "stretching" when loading new tiles */
\r
37 .leaflet-safari .leaflet-tile-container {
\r
40 -webkit-transform-origin: 0 0;
\r
42 .leaflet-marker-icon,
\r
43 .leaflet-marker-shadow {
\r
46 /* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
\r
47 /* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
\r
48 .leaflet-container .leaflet-overlay-pane svg,
\r
49 .leaflet-container .leaflet-marker-pane img,
\r
50 .leaflet-container .leaflet-shadow-pane img,
\r
51 .leaflet-container .leaflet-tile-pane img,
\r
52 .leaflet-container img.leaflet-image-layer,
\r
53 .leaflet-container .leaflet-tile {
\r
54 max-width: none !important;
\r
55 max-height: none !important;
\r
58 .leaflet-container.leaflet-touch-zoom {
\r
59 -ms-touch-action: pan-x pan-y;
\r
60 touch-action: pan-x pan-y;
\r
62 .leaflet-container.leaflet-touch-drag {
\r
63 -ms-touch-action: pinch-zoom;
\r
64 /* Fallback for FF which doesn't support pinch-zoom */
\r
66 touch-action: pinch-zoom;
\r
68 .leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
\r
69 -ms-touch-action: none;
\r
72 .leaflet-container {
\r
73 -webkit-tap-highlight-color: transparent;
\r
75 .leaflet-container a {
\r
76 -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
\r
82 .leaflet-tile-loaded {
\r
83 visibility: inherit;
\r
88 -moz-box-sizing: border-box;
\r
89 box-sizing: border-box;
\r
92 /* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
\r
93 .leaflet-overlay-pane svg {
\r
94 -moz-user-select: none;
\r
97 .leaflet-pane { z-index: 400; }
\r
99 .leaflet-tile-pane { z-index: 200; }
\r
100 .leaflet-overlay-pane { z-index: 400; }
\r
101 .leaflet-shadow-pane { z-index: 500; }
\r
102 .leaflet-marker-pane { z-index: 600; }
\r
103 .leaflet-tooltip-pane { z-index: 650; }
\r
104 .leaflet-popup-pane { z-index: 700; }
\r
106 .leaflet-map-pane canvas { z-index: 100; }
\r
107 .leaflet-map-pane svg { z-index: 200; }
\r
109 .leaflet-vml-shape {
\r
114 behavior: url(#default#VML);
\r
115 display: inline-block;
\r
116 position: absolute;
\r
120 /* control positioning */
\r
123 position: relative;
\r
125 pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
\r
126 pointer-events: auto;
\r
130 position: absolute;
\r
132 pointer-events: none;
\r
150 .leaflet-right .leaflet-control {
\r
153 .leaflet-top .leaflet-control {
\r
156 .leaflet-bottom .leaflet-control {
\r
157 margin-bottom: 10px;
\r
159 .leaflet-left .leaflet-control {
\r
162 .leaflet-right .leaflet-control {
\r
163 margin-right: 10px;
\r
167 /* zoom and fade animations */
\r
169 .leaflet-fade-anim .leaflet-tile {
\r
170 will-change: opacity;
\r
172 .leaflet-fade-anim .leaflet-popup {
\r
174 -webkit-transition: opacity 0.2s linear;
\r
175 -moz-transition: opacity 0.2s linear;
\r
176 transition: opacity 0.2s linear;
\r
178 .leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
\r
181 .leaflet-zoom-animated {
\r
182 -webkit-transform-origin: 0 0;
\r
183 -ms-transform-origin: 0 0;
\r
184 transform-origin: 0 0;
\r
186 .leaflet-zoom-anim .leaflet-zoom-animated {
\r
187 will-change: transform;
\r
189 .leaflet-zoom-anim .leaflet-zoom-animated {
\r
190 -webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
\r
191 -moz-transition: -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
\r
192 transition: transform 0.25s cubic-bezier(0,0,0.25,1);
\r
194 .leaflet-zoom-anim .leaflet-tile,
\r
195 .leaflet-pan-anim .leaflet-tile {
\r
196 -webkit-transition: none;
\r
197 -moz-transition: none;
\r
201 .leaflet-zoom-anim .leaflet-zoom-hide {
\r
202 visibility: hidden;
\r
208 .leaflet-interactive {
\r
212 cursor: -webkit-grab;
\r
216 .leaflet-crosshair,
\r
217 .leaflet-crosshair .leaflet-interactive {
\r
220 .leaflet-popup-pane,
\r
224 .leaflet-dragging .leaflet-grab,
\r
225 .leaflet-dragging .leaflet-grab .leaflet-interactive,
\r
226 .leaflet-dragging .leaflet-marker-draggable {
\r
228 cursor: -webkit-grabbing;
\r
229 cursor: -moz-grabbing;
\r
233 /* marker & overlays interactivity */
\r
234 .leaflet-marker-icon,
\r
235 .leaflet-marker-shadow,
\r
236 .leaflet-image-layer,
\r
237 .leaflet-pane > svg path,
\r
238 .leaflet-tile-container {
\r
239 pointer-events: none;
\r
242 .leaflet-marker-icon.leaflet-interactive,
\r
243 .leaflet-image-layer.leaflet-interactive,
\r
244 .leaflet-pane > svg path.leaflet-interactive,
\r
245 svg.leaflet-image-layer.leaflet-interactive path {
\r
246 pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
\r
247 pointer-events: auto;
\r
250 /* visual tweaks */
\r
252 .leaflet-container {
\r
256 .leaflet-container a {
\r
259 .leaflet-container a.leaflet-active {
\r
260 outline: 2px solid orange;
\r
262 .leaflet-zoom-box {
\r
263 border: 2px dotted #38f;
\r
264 background: rgba(255,255,255,0.5);
\r
268 /* general typography */
\r
269 .leaflet-container {
\r
270 font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
\r
274 /* general toolbar styles */
\r
277 box-shadow: 0 1px 5px rgba(0,0,0,0.65);
\r
278 border-radius: 4px;
\r
281 .leaflet-bar a:hover {
\r
282 background-color: #fff;
\r
283 border-bottom: 1px solid #ccc;
\r
288 text-align: center;
\r
289 text-decoration: none;
\r
293 .leaflet-control-layers-toggle {
\r
294 background-position: 50% 50%;
\r
295 background-repeat: no-repeat;
\r
298 .leaflet-bar a:hover {
\r
299 background-color: #f4f4f4;
\r
301 .leaflet-bar a:first-child {
\r
302 border-top-left-radius: 4px;
\r
303 border-top-right-radius: 4px;
\r
305 .leaflet-bar a:last-child {
\r
306 border-bottom-left-radius: 4px;
\r
307 border-bottom-right-radius: 4px;
\r
308 border-bottom: none;
\r
310 .leaflet-bar a.leaflet-disabled {
\r
312 background-color: #f4f4f4;
\r
316 .leaflet-touch .leaflet-bar a {
\r
321 .leaflet-touch .leaflet-bar a:first-child {
\r
322 border-top-left-radius: 2px;
\r
323 border-top-right-radius: 2px;
\r
325 .leaflet-touch .leaflet-bar a:last-child {
\r
326 border-bottom-left-radius: 2px;
\r
327 border-bottom-right-radius: 2px;
\r
332 .leaflet-control-zoom-in,
\r
333 .leaflet-control-zoom-out {
\r
334 font: bold 18px 'Lucida Console', Monaco, monospace;
\r
338 .leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
\r
343 /* layers control */
\r
345 .leaflet-control-layers {
\r
346 box-shadow: 0 1px 5px rgba(0,0,0,0.4);
\r
348 border-radius: 5px;
\r
350 .leaflet-control-layers-toggle {
\r
351 background-image: url(images/layers.png);
\r
355 .leaflet-retina .leaflet-control-layers-toggle {
\r
356 background-image: url(images/layers-2x.png);
\r
357 background-size: 26px 26px;
\r
359 .leaflet-touch .leaflet-control-layers-toggle {
\r
363 .leaflet-control-layers .leaflet-control-layers-list,
\r
364 .leaflet-control-layers-expanded .leaflet-control-layers-toggle {
\r
367 .leaflet-control-layers-expanded .leaflet-control-layers-list {
\r
369 position: relative;
\r
371 .leaflet-control-layers-expanded {
\r
372 padding: 6px 10px 6px 6px;
\r
376 .leaflet-control-layers-scrollbar {
\r
377 overflow-y: scroll;
\r
378 overflow-x: hidden;
\r
379 padding-right: 5px;
\r
381 .leaflet-control-layers-selector {
\r
383 position: relative;
\r
386 .leaflet-control-layers label {
\r
389 .leaflet-control-layers-separator {
\r
391 border-top: 1px solid #ddd;
\r
392 margin: 5px -10px 5px -6px;
\r
395 /* Default icon URLs */
\r
396 .leaflet-default-icon-path {
\r
397 background-image: url(images/marker-icon.png);
\r
401 /* attribution and scale controls */
\r
403 .leaflet-container .leaflet-control-attribution {
\r
405 background: rgba(255, 255, 255, 0.7);
\r
408 .leaflet-control-attribution,
\r
409 .leaflet-control-scale-line {
\r
413 .leaflet-control-attribution a {
\r
414 text-decoration: none;
\r
416 .leaflet-control-attribution a:hover {
\r
417 text-decoration: underline;
\r
419 .leaflet-container .leaflet-control-attribution,
\r
420 .leaflet-container .leaflet-control-scale {
\r
423 .leaflet-left .leaflet-control-scale {
\r
426 .leaflet-bottom .leaflet-control-scale {
\r
427 margin-bottom: 5px;
\r
429 .leaflet-control-scale-line {
\r
430 border: 2px solid #777;
\r
433 padding: 2px 5px 1px;
\r
435 white-space: nowrap;
\r
437 -moz-box-sizing: border-box;
\r
438 box-sizing: border-box;
\r
441 background: rgba(255, 255, 255, 0.5);
\r
443 .leaflet-control-scale-line:not(:first-child) {
\r
444 border-top: 2px solid #777;
\r
445 border-bottom: none;
\r
448 .leaflet-control-scale-line:not(:first-child):not(:last-child) {
\r
449 border-bottom: 2px solid #777;
\r
452 .leaflet-touch .leaflet-control-attribution,
\r
453 .leaflet-touch .leaflet-control-layers,
\r
454 .leaflet-touch .leaflet-bar {
\r
457 .leaflet-touch .leaflet-control-layers,
\r
458 .leaflet-touch .leaflet-bar {
\r
459 border: 2px solid rgba(0,0,0,0.2);
\r
460 background-clip: padding-box;
\r
467 position: absolute;
\r
468 text-align: center;
\r
469 margin-bottom: 20px;
\r
471 .leaflet-popup-content-wrapper {
\r
474 border-radius: 12px;
\r
476 .leaflet-popup-content {
\r
480 .leaflet-popup-content p {
\r
483 .leaflet-popup-tip-container {
\r
486 position: absolute;
\r
488 margin-left: -20px;
\r
490 pointer-events: none;
\r
492 .leaflet-popup-tip {
\r
497 margin: -10px auto 0;
\r
499 -webkit-transform: rotate(45deg);
\r
500 -moz-transform: rotate(45deg);
\r
501 -ms-transform: rotate(45deg);
\r
502 transform: rotate(45deg);
\r
504 .leaflet-popup-content-wrapper,
\r
505 .leaflet-popup-tip {
\r
508 box-shadow: 0 3px 14px rgba(0,0,0,0.4);
\r
510 .leaflet-container a.leaflet-popup-close-button {
\r
511 position: absolute;
\r
514 padding: 4px 4px 0 0;
\r
516 text-align: center;
\r
519 font: 16px/14px Tahoma, Verdana, sans-serif;
\r
521 text-decoration: none;
\r
523 background: transparent;
\r
525 .leaflet-container a.leaflet-popup-close-button:hover {
\r
528 .leaflet-popup-scrolled {
\r
530 border-bottom: 1px solid #ddd;
\r
531 border-top: 1px solid #ddd;
\r
534 .leaflet-oldie .leaflet-popup-content-wrapper {
\r
537 .leaflet-oldie .leaflet-popup-tip {
\r
541 -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
\r
542 filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
\r
544 .leaflet-oldie .leaflet-popup-tip-container {
\r
548 .leaflet-oldie .leaflet-control-zoom,
\r
549 .leaflet-oldie .leaflet-control-layers,
\r
550 .leaflet-oldie .leaflet-popup-content-wrapper,
\r
551 .leaflet-oldie .leaflet-popup-tip {
\r
552 border: 1px solid #999;
\r
558 .leaflet-div-icon {
\r
560 border: 1px solid #666;
\r
565 /* Base styles for the element that has a tooltip */
\r
567 position: absolute;
\r
569 background-color: #fff;
\r
570 border: 1px solid #fff;
\r
571 border-radius: 3px;
\r
573 white-space: nowrap;
\r
574 -webkit-user-select: none;
\r
575 -moz-user-select: none;
\r
576 -ms-user-select: none;
\r
578 pointer-events: none;
\r
579 box-shadow: 0 1px 3px rgba(0,0,0,0.4);
\r
581 .leaflet-tooltip.leaflet-clickable {
\r
583 pointer-events: auto;
\r
585 .leaflet-tooltip-top:before,
\r
586 .leaflet-tooltip-bottom:before,
\r
587 .leaflet-tooltip-left:before,
\r
588 .leaflet-tooltip-right:before {
\r
589 position: absolute;
\r
590 pointer-events: none;
\r
591 border: 6px solid transparent;
\r
592 background: transparent;
\r
598 .leaflet-tooltip-bottom {
\r
601 .leaflet-tooltip-top {
\r
604 .leaflet-tooltip-bottom:before,
\r
605 .leaflet-tooltip-top:before {
\r
609 .leaflet-tooltip-top:before {
\r
611 margin-bottom: -12px;
\r
612 border-top-color: #fff;
\r
614 .leaflet-tooltip-bottom:before {
\r
618 border-bottom-color: #fff;
\r
620 .leaflet-tooltip-left {
\r
623 .leaflet-tooltip-right {
\r
626 .leaflet-tooltip-left:before,
\r
627 .leaflet-tooltip-right:before {
\r
631 .leaflet-tooltip-left:before {
\r
633 margin-right: -12px;
\r
634 border-left-color: #fff;
\r
636 .leaflet-tooltip-right:before {
\r
638 margin-left: -12px;
\r
639 border-right-color: #fff;
\r