2020-04-29 22:51:09 +03:00
|
|
|
|
|
|
|
html {
|
|
|
|
height: 100%;
|
|
|
|
margin: 0;
|
|
|
|
}
|
2019-01-29 20:00:00 +03:00
|
|
|
body {
|
2019-12-01 22:00:51 +03:00
|
|
|
height: 100%;
|
2019-03-24 06:10:30 +03:00
|
|
|
margin: 0;
|
2019-01-29 20:00:00 +03:00
|
|
|
}
|
|
|
|
|
2019-08-26 11:17:08 +03:00
|
|
|
#app {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
2020-04-29 22:51:09 +03:00
|
|
|
#title {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2019-08-26 11:17:08 +03:00
|
|
|
.full-screen {
|
2019-01-29 20:00:00 +03:00
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.leaflet-custom-display {
|
|
|
|
background: #fff;
|
|
|
|
padding: 5px;
|
|
|
|
}
|
2019-04-14 20:17:43 +03:00
|
|
|
|
2019-06-09 19:31:05 +03:00
|
|
|
.mapserver-label-icon {
|
|
|
|
margin-left: -100px !important;
|
|
|
|
margin-top: -100px !important;
|
|
|
|
}
|
2022-12-16 10:07:47 +03:00
|
|
|
|
|
|
|
.player-popup {
|
|
|
|
display: grid;
|
|
|
|
grid-template-columns: 64px auto;
|
|
|
|
grid-template-areas: 'img info';
|
|
|
|
grid-column-gap: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.player-popup img.portrait {
|
|
|
|
grid-area: img;
|
|
|
|
height: 128px;
|
|
|
|
width: 64px;
|
|
|
|
image-rendering: pixelated;
|
|
|
|
}
|
|
|
|
|
|
|
|
.player-popup div.info {
|
|
|
|
grid-area: info;
|
|
|
|
}
|
2024-06-28 17:32:59 +03:00
|
|
|
|
|
|
|
.poi_image {
|
|
|
|
width: 100%;
|
|
|
|
height: auto;
|
|
|
|
}
|