display stats

This commit is contained in:
Tykayn 2024-12-11 17:32:48 +01:00 committed by tykayn
parent 9f7209e652
commit 8289b47f89
4 changed files with 359 additions and 73 deletions

View file

@ -77,28 +77,12 @@ h2 {
box-shadow: 0 0 15rem darkred;
}
/*img.leaflet-marker-icon {*/
/* background: #fff;*/
/* -webkit-border-radius: 100%;*/
/* -moz-border-radius: 100%;*/
/* border-radius: 100%;*/
/* padding: 0.25rem;*/
/* border: solid 1px #ccc;*/
/* margin-left: -20px;*/
/* margin-top: -20px;*/
/* box-shadow: 0 0 0.05em green;*/
/*}*/
img.leaflet-marker-icon.tag-socket\:type2_yes {
box-shadow: 0 0 0.5em cornflowerblue;
border-color: cornflowerblue;
border-width: 3px;
}
/*img.leaflet-marker-icon.diet--vegetarian_yes {*/
/* border: solid 3px green;*/
/*}*/
#query-button,
.edit-button {
background: #497cd3;
@ -180,7 +164,8 @@ a {
word-break: break-all;
word-wrap: break-word;
}
.popup-content{
.popup-content {
overflow: auto;
min-width: 10rem;
max-width: 20rem;
@ -192,12 +177,14 @@ a {
min-width: 6rem;
display: inline-block;
}
.popup-value{
.popup-value {
min-width: 10rem;
max-width: 49%;
text-align: right;
display: inline-block;
}
.bottom-content {
padding: 0 2rem 4rem;
}
@ -217,7 +204,7 @@ a {
top: -2rem;
color: white;
text-shadow: 0 0 0.5rem #222;
clear:right;
clear: right;
}
.no-data {
@ -230,3 +217,45 @@ a {
.no-data a {
color: dodgerblue;
}
/**
marqueurs
*/
.marker-demo {
margin-right: 3rem;
}
.map-marker-circle-demo {
border-radius: 100%;
display: inline-block;
width: 1rem;
height: 1rem;
background: #fff;
}
.color-unknown{
background: #c0b1b1;
}
.map-marker-circle-demo.color-1 {
background: #36423d;
}
.map-marker-circle-demo.color-2 {
background: #4e8a8d;
}
.map-marker-circle-demo.color-3 {
background: #2999b3;
}
.map-marker-circle-demo.color-4 {
background: #1782dd;
}
.map-marker-circle-demo.color-5 {
background: #2900ff;
}
.map-marker-circle-demo.color-6 {
background: #8000ff;
}
button{
cursor: pointer;
padding: 0.5rem;
}