mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-09-22 11:35:33 -05:00
Move hotspots to separate service
This commit is contained in:
@@ -38,6 +38,11 @@ body {
|
||||
font-family: "Roboto Condensed", sans-serif;
|
||||
}
|
||||
|
||||
#fullIframe {
|
||||
width:100vw;
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
#menu {
|
||||
height: 2rem;
|
||||
display: none;
|
||||
|
||||
@@ -1,40 +0,0 @@
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
#map {
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
html, body, #map {
|
||||
height: 100%;
|
||||
width: 100vw;
|
||||
}
|
||||
|
||||
.leaflet-layer,
|
||||
.leaflet-control-zoom-in,
|
||||
.leaflet-control-zoom-out,
|
||||
.leaflet-control-attribution {
|
||||
filter: brightness(500%) contrast(130%);
|
||||
}
|
||||
|
||||
.leaflet-tile-pane {
|
||||
filter: brightness(50%);
|
||||
}
|
||||
|
||||
.legend {
|
||||
border: solid #999999 3px;
|
||||
color: #eee;
|
||||
background-color: rgba(44, 44, 44, .8);
|
||||
padding: 1em;
|
||||
border-radius: 1em;
|
||||
}
|
||||
|
||||
#legendOccGrad {
|
||||
background-image: linear-gradient(to right, transparent, red);
|
||||
padding: 0 2em;
|
||||
text-align: center;
|
||||
text-shadow: black .2em .2em;
|
||||
}
|
||||
Reference in New Issue
Block a user