Bereinigen und Entfernen von nicht mehr benötigten TinyMCE-Dateien und -Plugins; Aktualisierung der Internationalisierung für Deutsch und Englisch in den Falukant- und Navigationsmodulen; Verbesserung der Statusleiste und Router-Implementierung.

This commit is contained in:
Torsten Schulz (local)
2025-08-21 16:10:21 +02:00
parent 53c748a074
commit 3eb7ae4e93
170 changed files with 3850 additions and 7924 deletions

View File

@@ -0,0 +1,21 @@
<svg width="64" height="64" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="gameGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#FF6B6B;stop-opacity:1" />
<stop offset="100%" style="stop-color:#4ECDC4;stop-opacity:1" />
</linearGradient>
</defs>
<!-- Hintergrund -->
<rect width="64" height="64" rx="12" fill="url(#gameGradient)"/>
<!-- Spielsteine -->
<circle cx="20" cy="20" r="6" fill="#FFD93D" stroke="#FFF" stroke-width="2"/>
<circle cx="44" cy="20" r="6" fill="#FF8E8E" stroke="#FFF" stroke-width="2"/>
<circle cx="20" cy="44" r="6" fill="#4ECDC4" stroke="#FFF" stroke-width="2"/>
<circle cx="44" cy="44" r="6" fill="#95E1D3" stroke="#FFF" stroke-width="2"/>
<!-- Zentrum -->
<circle cx="32" cy="32" r="8" fill="#FFF" stroke="#333" stroke-width="2"/>
<text x="32" y="36" text-anchor="middle" font-family="Arial" font-size="12" font-weight="bold" fill="#333">G</text>
</svg>

After

Width:  |  Height:  |  Size: 1003 B