Stadionzeitung: Live-Seiten (Tabellen, Ergebnisse, Vorschau, Termine, News, Kontakt, Historie, Sportheim, Partner, Momente, Impressum), automatisches Cover, Swipe-Viewer mit Vollbildmodus und die Druckfassung als Falt-Heft. Anzeigen kommen jetzt aus dem Bestand und werden gleichmäßig verteilt, nie mehr als zwei hintereinander (vorher vier Blöcke à fünf). Die Doppelseiten-Regel rechnet das Skript selbst, statt sie von Hand zu prüfen. Veranstaltungen: Bereich /veranstaltungen mit Detailseite pro Fest, Lebenszyklus über das Datum (Ankündigung vor dem Fest, Rückblick danach), Galerie mit Lightbox. veranstaltungen.json ist dritte Termin-Quelle, damit ein Fest nie doppelt gepflegt wird. News-Artikel als dritte dynamische Prefix-Route, gemeinsamer detail-head. Behobene Fehler: - Wappen-Kontexte setzten Zeilen-Layout auf .crest statt auf die Zeile; das Wappen wurde zum Grid, Vereinsname und Tore rutschten darunter zusammen (Ergebnis-Rückblick, Vorschau, Cover). - --header-h (60px) unterschätzt die Kopfleiste um 32px (Logo 72px + 20px Versatz): neues abgeleitetes --header-space, sonst klebten Zurück-Links unter dem Logo. - base_url in der Produktions-Config ohne www, während .htaccess auf www umleitet; preflight prüft das jetzt. - .lightbox brauchte display:none mit (0,2,0), sonst lag das Overlay offen. Neue Werkzeuge: bin/anzeige-add.php (Anzeigen-Bestand), bin/veranstaltung-bilder.php (Plakate und Galerien, Alt-Texte folgen der Quelldatei), bin/qr.php (Druck-QR mit Warnung, wenn base_url nicht auf die echte Domain zeigt). Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01NzeVVgMCrzCDJAKeLEdKr7
40 lines
1.9 KiB
CSS
40 lines
1.9 KiB
CSS
/*
|
|
|
|
Name: gruvbox-dark
|
|
Author: kRkk (https://github.com/krkk)
|
|
|
|
Original gruvbox color scheme by Pavel Pertsev (https://github.com/morhetz/gruvbox)
|
|
|
|
*/
|
|
|
|
.cm-s-gruvbox-dark.CodeMirror, .cm-s-gruvbox-dark .CodeMirror-gutters { background-color: #282828; color: #bdae93; }
|
|
.cm-s-gruvbox-dark .CodeMirror-gutters {background: #282828; border-right: 0px;}
|
|
.cm-s-gruvbox-dark .CodeMirror-linenumber {color: #7c6f64;}
|
|
.cm-s-gruvbox-dark .CodeMirror-cursor { border-left: 1px solid #ebdbb2; }
|
|
.cm-s-gruvbox-dark.cm-fat-cursor .CodeMirror-cursor { background-color: #8e8d8875 !important; }
|
|
.cm-s-gruvbox-dark .cm-animate-fat-cursor { background-color: #8e8d8875 !important; }
|
|
.cm-s-gruvbox-dark div.CodeMirror-selected { background: #928374; }
|
|
.cm-s-gruvbox-dark span.cm-meta { color: #83a598; }
|
|
|
|
.cm-s-gruvbox-dark span.cm-comment { color: #928374; }
|
|
.cm-s-gruvbox-dark span.cm-number, span.cm-atom { color: #d3869b; }
|
|
.cm-s-gruvbox-dark span.cm-keyword { color: #f84934; }
|
|
|
|
.cm-s-gruvbox-dark span.cm-variable { color: #ebdbb2; }
|
|
.cm-s-gruvbox-dark span.cm-variable-2 { color: #ebdbb2; }
|
|
.cm-s-gruvbox-dark span.cm-variable-3, .cm-s-gruvbox-dark span.cm-type { color: #fabd2f; }
|
|
.cm-s-gruvbox-dark span.cm-operator { color: #ebdbb2; }
|
|
.cm-s-gruvbox-dark span.cm-callee { color: #ebdbb2; }
|
|
.cm-s-gruvbox-dark span.cm-def { color: #ebdbb2; }
|
|
.cm-s-gruvbox-dark span.cm-property { color: #ebdbb2; }
|
|
.cm-s-gruvbox-dark span.cm-string { color: #b8bb26; }
|
|
.cm-s-gruvbox-dark span.cm-string-2 { color: #8ec07c; }
|
|
.cm-s-gruvbox-dark span.cm-qualifier { color: #8ec07c; }
|
|
.cm-s-gruvbox-dark span.cm-attribute { color: #8ec07c; }
|
|
|
|
.cm-s-gruvbox-dark .CodeMirror-activeline-background { background: #3c3836; }
|
|
.cm-s-gruvbox-dark .CodeMirror-matchingbracket { background: #928374; color:#282828 !important; }
|
|
|
|
.cm-s-gruvbox-dark span.cm-builtin { color: #fe8019; }
|
|
.cm-s-gruvbox-dark span.cm-tag { color: #fe8019; }
|