Leaflet/dist/leaflet.css

380 lines
8.1 KiB
CSS
Raw Normal View History

2010-09-16 21:08:56 +08:00
/* required styles */
2011-01-12 22:51:00 +08:00
.leaflet-map-pane,
.leaflet-tile,
.leaflet-marker-icon,
2011-03-22 01:09:43 +08:00
.leaflet-marker-shadow,
.leaflet-tile-pane,
2011-03-22 01:09:43 +08:00
.leaflet-overlay-pane,
.leaflet-shadow-pane,
.leaflet-marker-pane,
.leaflet-popup-pane,
.leaflet-overlay-pane svg,
2011-03-22 01:46:25 +08:00
.leaflet-zoom-box,
2012-07-27 10:12:40 +08:00
.leaflet-image-layer,
.leaflet-layer { /* TODO optimize classes */
2011-01-12 22:51:00 +08:00
position: absolute;
}
2010-09-16 21:08:56 +08:00
.leaflet-container {
overflow: hidden;
outline: 0;
-ms-touch-action: none;
2010-09-27 22:45:48 +08:00
}
.leaflet-tile,
.leaflet-marker-icon,
2011-01-12 22:51:00 +08:00
.leaflet-marker-shadow {
2010-09-16 21:08:56 +08:00
-moz-user-select: none;
2010-09-16 21:59:14 +08:00
-webkit-user-select: none;
2011-06-16 20:02:42 +08:00
user-select: none;
2011-01-12 22:51:00 +08:00
}
.leaflet-marker-icon,
2011-01-12 22:51:00 +08:00
.leaflet-marker-shadow {
2010-12-15 23:14:15 +08:00
display: block;
}
.leaflet-clickable {
cursor: pointer;
}
2012-06-26 16:48:43 +08:00
.leaflet-dragging, .leaflet-dragging .leaflet-clickable {
cursor: move;
}
.leaflet-container img {
2012-06-26 16:48:43 +08:00
/* map is broken in FF if you have max-width: 100% on tiles */
max-width: none !important;
}
2012-06-26 16:48:43 +08:00
.leaflet-container img.leaflet-image-layer {
/* stupid Android 2 doesn't understand "max-width: none" properly */
max-width: 15000px !important;
}
2010-09-16 21:08:56 +08:00
.leaflet-tile-pane { z-index: 2; }
.leaflet-objects-pane { z-index: 3; }
.leaflet-overlay-pane { z-index: 4; }
.leaflet-shadow-pane { z-index: 5; }
.leaflet-marker-pane { z-index: 6; }
.leaflet-popup-pane { z-index: 7; }
2011-04-14 21:32:36 +08:00
.leaflet-tile {
2012-06-18 17:30:39 +08:00
filter: inherit;
visibility: hidden;
2011-04-14 21:32:36 +08:00
}
.leaflet-tile-loaded {
visibility: inherit;
}
2012-06-26 16:48:43 +08:00
.leaflet-zoom-box {
width: 0;
height: 0;
}
2011-01-12 22:51:00 +08:00
/* Leaflet controls */
2011-04-15 17:26:22 +08:00
.leaflet-control {
position: relative;
z-index: 7;
pointer-events: auto;
2011-04-15 17:26:22 +08:00
}
.leaflet-top,
.leaflet-bottom {
position: absolute;
z-index: 1000;
pointer-events: none;
}
.leaflet-top {
top: 0;
}
.leaflet-right {
right: 0;
}
.leaflet-bottom {
bottom: 0;
}
.leaflet-left {
left: 0;
}
.leaflet-control {
float: left;
clear: both;
}
.leaflet-right .leaflet-control {
float: right;
}
.leaflet-top .leaflet-control {
margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
margin-left: 10px;
}
.leaflet-right .leaflet-control {
margin-right: 10px;
}
.leaflet-control-zoom {
2011-04-11 20:52:52 +08:00
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
2011-06-16 20:02:42 +08:00
border-radius: 7px;
}
2011-07-13 01:19:29 +08:00
.leaflet-control-zoom {
padding: 5px;
background: rgba(0, 0, 0, 0.25);
}
.leaflet-control-zoom a {
2011-07-13 01:19:29 +08:00
background-color: rgba(255, 255, 255, 0.75);
}
.leaflet-control-zoom a, .leaflet-control-layers-toggle {
background-position: 50% 50%;
background-repeat: no-repeat;
2011-07-13 01:19:29 +08:00
display: block;
}
.leaflet-control-zoom a {
2011-04-11 20:52:52 +08:00
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
2011-06-16 20:02:42 +08:00
border-radius: 4px;
2011-07-13 01:19:29 +08:00
width: 19px;
height: 19px;
}
2011-04-15 21:06:46 +08:00
.leaflet-control-zoom a:hover {
background-color: #fff;
}
2012-02-15 23:05:55 +08:00
.leaflet-touch .leaflet-control-zoom a {
width: 27px;
height: 27px;
}
.leaflet-control-zoom-in {
background-image: url(images/zoom-in.png);
margin-bottom: 5px;
}
.leaflet-control-zoom-out {
background-image: url(images/zoom-out.png);
}
2011-07-13 01:19:29 +08:00
.leaflet-control-layers {
2012-02-25 23:04:27 +08:00
box-shadow: 0 1px 7px #999;
2011-07-13 19:38:46 +08:00
background: #f8f8f9;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
2011-07-13 01:19:29 +08:00
}
.leaflet-control-layers-toggle {
2011-07-13 01:19:29 +08:00
background-image: url(images/layers.png);
width: 36px;
height: 36px;
}
.leaflet-touch .leaflet-control-layers-toggle {
2011-07-13 01:19:29 +08:00
width: 44px;
height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
display: block;
position: relative;
}
.leaflet-control-layers-expanded {
padding: 6px 10px 6px 6px;
font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
color: #333;
2011-07-13 19:38:46 +08:00
background: #fff;
2011-07-13 01:19:29 +08:00
}
.leaflet-control-layers-selector {
2011-07-13 01:19:29 +08:00
margin-top: 2px;
position: relative;
top: 1px;
}
.leaflet-control-layers label {
display: block;
}
.leaflet-control-layers-separator {
height: 0;
border-top: 1px solid #ddd;
margin: 5px -10px 5px -6px;
}
.leaflet-container .leaflet-control-attribution {
2012-02-25 23:04:27 +08:00
background-color: rgba(255, 255, 255, 0.7);
box-shadow: 0 0 5px #bbb;
margin: 0;
2012-06-26 16:48:43 +08:00
}
2012-02-25 23:04:27 +08:00
.leaflet-control-attribution,
.leaflet-control-scale-line {
padding: 0 5px;
2012-02-25 23:04:27 +08:00
color: #333;
}
2012-02-25 23:04:27 +08:00
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
2011-06-16 20:45:37 +08:00
font: 11px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
2012-02-25 23:04:27 +08:00
}
2012-02-25 23:04:27 +08:00
.leaflet-left .leaflet-control-scale {
margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
margin-bottom: 5px;
}
2012-02-25 23:04:27 +08:00
.leaflet-control-scale-line {
border: 2px solid #777;
border-top: none;
color: black;
2012-02-25 23:53:26 +08:00
line-height: 1;
font-size: 10px;
padding-bottom: 2px;
2012-02-25 23:04:27 +08:00
text-shadow: 1px 1px 1px #fff;
background-color: rgba(255, 255, 255, 0.5);
}
.leaflet-control-scale-line:not(:first-child) {
2012-02-25 23:04:27 +08:00
border-top: 2px solid #777;
2012-02-25 23:53:26 +08:00
padding-top: 1px;
2012-02-25 23:04:27 +08:00
border-bottom: none;
margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution, .leaflet-touch .leaflet-control-layers {
box-shadow: none;
2012-02-25 23:04:27 +08:00
}
.leaflet-touch .leaflet-control-layers {
border: 5px solid #bbb;
2012-02-25 23:04:27 +08:00
}
2012-06-26 16:48:43 +08:00
/* Zoom and fade animations */
.leaflet-fade-anim .leaflet-tile, .leaflet-fade-anim .leaflet-popup {
2011-04-08 16:55:32 +08:00
opacity: 0;
2011-04-08 16:55:32 +08:00
-webkit-transition: opacity 0.2s linear;
-moz-transition: opacity 0.2s linear;
-o-transition: opacity 0.2s linear;
transition: opacity 0.2s linear;
2011-06-16 20:02:42 +08:00
}
.leaflet-fade-anim .leaflet-tile-loaded, .leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
2011-04-08 16:55:32 +08:00
opacity: 1;
2011-06-16 20:02:42 +08:00
}
2011-04-08 16:55:32 +08:00
.leaflet-zoom-anim .leaflet-zoom-animated {
-webkit-transition: -webkit-transform 0.25s cubic-bezier(0.25,0.1,0.25,0.75);
-moz-transition: -moz-transform 0.25s cubic-bezier(0.25,0.1,0.25,0.75);
-o-transition: -o-transform 0.25s cubic-bezier(0.25,0.1,0.25,0.75);
transition: transform 0.25s cubic-bezier(0.25,0.1,0.25,0.75);
}
2012-06-26 16:48:43 +08:00
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile,
.leaflet-touching .leaflet-zoom-animated {
2012-06-26 16:48:43 +08:00
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
transition: none;
}
2011-04-08 16:55:32 +08:00
.leaflet-zoom-anim .leaflet-zoom-hide {
visibility: hidden;
}
2012-06-26 16:48:43 +08:00
2011-01-10 19:05:14 +08:00
/* Popup layout */
2010-12-16 01:55:57 +08:00
.leaflet-popup {
2011-01-10 19:05:14 +08:00
position: absolute;
2010-12-16 01:55:57 +08:00
text-align: center;
}
2011-01-12 23:15:18 +08:00
.leaflet-popup-content-wrapper {
padding: 1px;
2010-12-16 01:55:57 +08:00
text-align: left;
}
2011-01-12 23:15:18 +08:00
.leaflet-popup-content {
margin: 14px 20px;
2011-01-12 23:15:18 +08:00
}
2010-12-16 01:55:57 +08:00
.leaflet-popup-tip-container {
margin: 0 auto;
2011-01-10 19:05:14 +08:00
width: 40px;
height: 20px;
2010-12-16 01:55:57 +08:00
position: relative;
overflow: hidden;
}
.leaflet-popup-tip {
width: 15px;
height: 15px;
padding: 1px;
margin: -8px auto 0;
-moz-transform: rotate(45deg);
2011-01-12 22:51:00 +08:00
-webkit-transform: rotate(45deg);
2011-02-26 23:42:23 +08:00
-ms-transform: rotate(45deg);
2011-05-20 21:34:45 +08:00
-o-transform: rotate(45deg);
2011-06-16 20:02:42 +08:00
transform: rotate(45deg);
2010-12-16 01:55:57 +08:00
}
.leaflet-container a.leaflet-popup-close-button {
position: absolute;
2012-07-13 21:47:25 +08:00
top: 0;
right: 0;
padding: 4px 5px 0 0;
text-align: center;
2012-07-13 21:47:25 +08:00
width: 18px;
height: 14px;
font: 16px/14px Tahoma, Verdana, sans-serif;
color: #c3c3c3;
text-decoration: none;
font-weight: bold;
}
.leaflet-container a.leaflet-popup-close-button:hover {
color: #999;
}
.leaflet-popup-content p {
margin: 18px 0;
}
.leaflet-popup-scrolled {
overflow: auto;
border-bottom: 1px solid #ddd;
border-top: 1px solid #ddd;
}
/* Visual appearance */
2011-01-12 22:51:00 +08:00
.leaflet-container {
background: #ddd;
}
.leaflet-container a {
color: #0078A8;
}
2012-06-26 16:48:43 +08:00
.leaflet-container a.leaflet-active {
outline: 2px solid orange;
}
2011-03-22 01:09:43 +08:00
.leaflet-zoom-box {
border: 2px dotted #05f;
background: white;
opacity: 0.5;
}
2012-06-26 16:48:43 +08:00
.leaflet-div-icon {
background: #fff;
border: 1px solid #666;
}
.leaflet-editing-icon {
border-radius: 2px;
}
2011-01-12 23:15:18 +08:00
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
2011-01-10 19:05:14 +08:00
background: white;
2012-08-11 06:25:35 +08:00
box-shadow: 0 3px 14px rgba(0,0,0,0.35);
-webkit-box-shadow: 0 3px 18px rgba(0,0,0,0.33);
2011-01-10 19:05:14 +08:00
}
2011-01-12 23:15:18 +08:00
.leaflet-popup-content-wrapper {
-moz-border-radius: 20px;
2011-01-11 00:30:09 +08:00
-webkit-border-radius: 20px;
border-radius: 20px;
2011-01-12 22:51:00 +08:00
}
.leaflet-popup-content {
2011-06-16 20:45:37 +08:00
font: 12px/1.4 "Helvetica Neue", Arial, Helvetica, sans-serif;
}