Update README.md, colors.txt, config.sh, and 10 more files for alpha v0.3

This commit is contained in:
Rainer 2025-06-22 02:50:07 +02:00
parent a08a86dc40
commit 6d9651b4ff
13 changed files with 449 additions and 109 deletions

View file

@ -94,13 +94,14 @@ a.world-preview:hover {
.world-preview-text p { color: #ccc !important; margin-top: 0; text-decoration: none !important; }
.world-preview-footer { font-size: 0.85em; color: #aaa; border-top: 1px solid #666; margin-top: 10px; padding-top: 10px; }
.online-status-badge { font-size: 0.8em; padding: 3px 8px; border-radius: 10px; color: white !important; margin-left: 10px; }
.online-status-badge.online { background-color: #3E8E41; } .online-status-badge.offline { background-color: #C0392B; }
.online-status-badge.online { background-color: #3E8E41; }
.online-status-badge.offline { background-color: #C0392B; }
.online-status-badge.unknown { background-color: #808080; } /* HINZUGEFÜGT */
/* Welt-Detailseite */
.page-nav-buttons { text-align: right; margin-top: 10px; margin-bottom: 15px; }
.page-nav-buttons .button { background-color: #555; color: #FFA500; border: 1px solid #666; padding: 5px 10px; margin-left: 5px; margin-bottom: 5px; border-radius: 3px; text-decoration: none; font-size: 0.9em; display: inline-block; }
.page-nav-buttons .button:hover { background-color: #666; color: #FFC500; }
/* KORREKTUR: Klasse umbenannt von .leaflet-map zu .map-view-container */
.map-view-container {
width: 100%;
height: 600px;
@ -467,10 +468,9 @@ a.read-more-link {
margin: 5px;
width: auto;
}
.player-box { width: calc((100% - 15px) / 2); } /* 2 Spalten auf Tablets */
.player-box { width: calc((100% - 15px) / 2); }
.page-nav-buttons .button { margin-top: 5px;}
/* Responsive Stile für Welt-Vorschau */
.world-preview .world-preview-content {
flex-direction: column;
}
@ -481,15 +481,15 @@ a.read-more-link {
margin-right: 0;
margin-bottom: 15px;
}
.map-view-container { /* KORREKTUR: Klasse umbenannt */
.map-view-container {
height: auto;
aspect-ratio: 4 / 3;
max-height: 70vh;
}
}
@media (max-width: 480px) {
.player-box { width: 100%; } /* 1 Spalte auf Handys */
.admin-box { flex-basis: 100%; } /* 1 Spalte auf Handys */
.player-box { width: 100%; }
.admin-box { flex-basis: 100%; }
}
/* Stile für OpenLayers Popups (Leaflet-Look-and-Feel) */