v0.3, 16-10-2025 pupicon added

This commit is contained in:
2025-10-16 21:32:19 +01:00
parent fcba00eb3e
commit 95029dfe49
1097 changed files with 5244 additions and 78 deletions

View File

@@ -0,0 +1,26 @@
/* Pupmap style.css */
body, html {
margin: 0;
padding: 0;
height: 100%;
}
#map {
width: 100%;
height: 100%;
}
#searchBox {
position: absolute;
top: 10px;
left: 10px;
z-index: 999;
width: 220px;
padding: 6px;
border-radius: 4px;
border: 1px solid #ccc;
background: #fff;
font-size: 14px;
}