- Full Spanish interface (all UI text, popups, charts, tables) - Dark and light mode support - Disclaimer banner: no data logged, public European service - Footer: Servicio ofrecido por Cloud Host (cloudhost.es) - Docker: single container (Redis + DataServer + AttackMapServer) - Remote T-Pot support via ELASTICSEARCH_URL env var (direct or SSH tunnel) - Based on telekom-security/t-pot-attack-map (Apache 2.0) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
10 lines
999 B
CSS
10 lines
999 B
CSS
.fullscreen-icon { background-image: url(images/icon-fullscreen.svg); background-size:26px 52px; }
|
|
.fullscreen-icon.leaflet-fullscreen-on { background-position:0 -26px; }
|
|
.leaflet-touch .fullscreen-icon { background-position: 2px 2px; }
|
|
.leaflet-touch .fullscreen-icon.leaflet-fullscreen-on { background-position: 2px -24px; }
|
|
/* one selector per rule as explained here : http://www.sitepoint.com/html5-full-screen-api/ */
|
|
.leaflet-container:-webkit-full-screen { width: 100% !important; height: 100% !important; z-index: 99999; }
|
|
.leaflet-container:-ms-fullscreen { width: 100% !important; height: 100% !important; z-index: 99999; }
|
|
.leaflet-container:full-screen { width: 100% !important; height: 100% !important; z-index: 99999; }
|
|
.leaflet-container:fullscreen { width: 100% !important; height: 100% !important; z-index: 99999; }
|
|
.leaflet-pseudo-fullscreen { position: fixed !important; width: 100% !important; height: 100% !important; top: 0px !important; left: 0px !important; z-index: 99999; } |