[PLUGINS] ~gis v4.41.1 --> v4.43.1
[lhc/web/www.git] / www / plugins / gis / lib / leaflet / plugins / leaflet-plugins.css
1 /* L.Control.FullScreen */
2 .fullscreen-icon { background-image: url(images/icon-fullscreen.png); }
3 .leaflet-retina .fullscreen-icon { background-image: url(images/icon-fullscreen-2x.png); background-size: 26px 26px; }
4 /* one selector per rule as explained here : http://www.sitepoint.com/html5-full-screen-api/ */
5 .leaflet-container:-webkit-full-screen { width: 100% !important; height: 100% !important; z-index: 99999; }
6 .leaflet-container:-ms-fullscreen { width: 100% !important; height: 100% !important; z-index: 99999; }
7 .leaflet-container:full-screen { width: 100% !important; height: 100% !important; z-index: 99999; }
8 .leaflet-container:fullscreen { width: 100% !important; height: 100% !important; z-index: 99999; }
9 .leaflet-pseudo-fullscreen { position: fixed !important; width: 100% !important; height: 100% !important; top: 0px !important; left: 0px !important; z-index: 99999; }
10
11 /* MiniMap Plugin */
12 .leaflet-control-minimap { border: solid rgba(255,255,255,1) 4px; box-shadow: 0 1px 5px rgba(0,0,0,0.65); border-radius: 3px; background: #f8f8f9; transition: all .6s; }
13 .leaflet-control-minimap a { background-color: rgba(255,255,255,1); background-repeat: no-repeat; z-index: 99999; transition: all .6s; }
14 .leaflet-control-minimap a.minimized-bottomright { -webkit-transform: rotate(180deg); transform: rotate(180deg); border-radius: 0px; }
15 .leaflet-control-minimap a.minimized-topleft { -webkit-transform: rotate(0deg); transform: rotate(0deg); border-radius: 0px; }
16 .leaflet-control-minimap a.minimized-bottomleft { -webkit-transform: rotate(270deg); transform: rotate(270deg); border-radius: 0px; }
17 .leaflet-control-minimap a.minimized-topright { -webkit-transform: rotate(90deg); transform: rotate(90deg); border-radius: 0px; }
18 .leaflet-control-minimap-toggle-display { background-image: url("images/toggle.svg"); background-size: cover; position: absolute; border-radius: 3px 0px 0px 0px; }
19 .leaflet-oldie .leaflet-control-minimap-toggle-display { background-image: url("images/toggle.png"); }
20 .leaflet-control-minimap-toggle-display-bottomright { bottom: 0; right: 0; }
21 .leaflet-control-minimap-toggle-display-topleft { top: 0; left: 0; -webkit-transform: rotate(180deg); transform: rotate(180deg); }
22 .leaflet-control-minimap-toggle-display-bottomleft { bottom: 0; left: 0; -webkit-transform: rotate(90deg); transform: rotate(90deg); }
23 .leaflet-control-minimap-toggle-display-topright { top: 0; right: 0; -webkit-transform: rotate(270deg); transform: rotate(270deg); }
24
25 /* Old IE */
26 .leaflet-oldie .leaflet-control-minimap { border: 1px solid #999; }
27 .leaflet-oldie .leaflet-control-minimap a { background-color: #fff; }
28 .leaflet-oldie .leaflet-control-minimap a.minimized { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); }