2024-08-31 23:50:22 +00:00
|
|
|
body, html {
|
2024-08-17 19:05:28 +00:00
|
|
|
font-family: Arial, sans-serif;
|
|
|
|
|
margin: 0;
|
2024-08-21 19:38:01 +00:00
|
|
|
padding: 0px;
|
|
|
|
|
overflow: hidden;
|
2024-08-31 23:50:22 +00:00
|
|
|
height: 100%;
|
2024-08-17 19:05:28 +00:00
|
|
|
}
|
|
|
|
|
|
2024-09-05 03:22:51 +00:00
|
|
|
html {
|
|
|
|
|
font-size:130%;
|
|
|
|
|
}
|
|
|
|
|
|
2024-08-17 19:05:28 +00:00
|
|
|
h1 {
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
2024-08-31 23:50:22 +00:00
|
|
|
div#pinner-modal form {
|
2024-08-17 19:05:28 +00:00
|
|
|
max-width: 400px;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
padding: 20px;
|
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
|
border-radius: 5px;
|
2024-08-31 23:50:22 +00:00
|
|
|
background-color: rgb(205, 243, 148, 0.7);
|
2024-09-05 03:22:51 +00:00
|
|
|
font-size: 135%;
|
2024-08-17 19:05:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
form p {
|
|
|
|
|
margin: 10px 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#map {
|
|
|
|
|
width: 100%;
|
2024-08-21 19:38:01 +00:00
|
|
|
height: 100vh;
|
|
|
|
|
margin: 0 0;
|
2024-08-31 23:50:22 +00:00
|
|
|
position: relative;
|
2024-09-05 03:22:51 +00:00
|
|
|
font-size: 120%;
|
2024-08-21 19:38:01 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
main {
|
|
|
|
|
margin:0;
|
|
|
|
|
padding:0;
|
2024-09-01 00:06:03 +00:00
|
|
|
position: relative;
|
2024-08-21 19:38:01 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.leaflet-popup-content {
|
|
|
|
|
width: 400px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.pinner-modal {
|
|
|
|
|
position: absolute;
|
|
|
|
|
|
|
|
|
|
top: 10vh;
|
|
|
|
|
left: 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
background-color: #007BFF;
|
|
|
|
|
color: white;
|
|
|
|
|
padding: 1rem;
|
|
|
|
|
text-align: center;
|
|
|
|
|
transition: bottom 0.5s ease;
|
|
|
|
|
box-shadow: 0px -4px 15px rgba(0, 0, 0, 0.2);
|
|
|
|
|
z-index: 999;
|
2024-08-17 19:05:28 +00:00
|
|
|
}
|
2024-08-21 19:38:01 +00:00
|
|
|
|
|
|
|
|
div.pinner-modal.active {
|
|
|
|
|
bottom: 0;
|
2024-09-05 03:22:51 +00:00
|
|
|
background-color: rgba(202, 216, 3, 0.7);
|
2024-08-31 23:50:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.pinner-modal form {
|
2024-09-05 03:22:51 +00:00
|
|
|
background-color: rgba(202, 216, 3, 0.7);
|
2024-08-31 23:50:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
nav {
|
|
|
|
|
position:absolute;
|
|
|
|
|
top:0;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
2024-09-05 03:22:51 +00:00
|
|
|
background-color: rgba(202, 216, 3, 0.7);
|
2024-08-31 23:50:22 +00:00
|
|
|
padding: 5px;
|
|
|
|
|
z-index: 1000;
|
2024-09-05 03:22:51 +00:00
|
|
|
font-size: 120%;
|
2024-08-31 23:50:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.leaflet-marker-icon {
|
|
|
|
|
background-color: transparent !important;
|
|
|
|
|
border: rgba(0, 0, 0, 0);
|
2024-09-01 22:04:31 +00:00
|
|
|
padding: 0;
|
|
|
|
|
margin: 0;
|
2024-08-31 23:50:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fa, .far, .fas {
|
2024-09-05 03:22:51 +00:00
|
|
|
color:black;
|
2024-08-31 23:50:22 +00:00
|
|
|
text-shadow: -1px 0 rgb(255, 136, 0), 0 1px rgb(255, 136, 0), 1px 0 rgb(255, 136, 0), 0 -1px rgb(255, 136, 0);
|
2024-09-01 22:04:31 +00:00
|
|
|
margin-left: -10px;
|
|
|
|
|
margin-top: -10px;
|
2024-09-05 03:22:51 +00:00
|
|
|
font-size: 2rem;
|
|
|
|
|
filter:drop-shadow(0 0 0.2rem orange);
|
2024-09-01 01:23:49 +00:00
|
|
|
}
|
2024-09-05 03:22:51 +00:00
|
|
|
|
|
|
|
|
path-derping {
|
|
|
|
|
fill:orangered;
|
|
|
|
|
stroke: orangered;
|
|
|
|
|
stroke-width:1px;
|
|
|
|
|
stroke-dasharray: 2,2;
|
|
|
|
|
stroke-linejoin: round;
|
2024-09-01 01:23:49 +00:00
|
|
|
}
|
|
|
|
|
|
2024-09-05 03:22:51 +00:00
|
|
|
flashes {
|
|
|
|
|
position: relative;
|
|
|
|
|
z-index: 1001;
|
|
|
|
|
border-radius: 20px;
|
|
|
|
|
background-color: rgba(0,150,0,0.8);
|
|
|
|
|
top: 8%;
|
|
|
|
|
}
|