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
33 lines
2.1 KiB
CSS
33 lines
2.1 KiB
CSS
.cm-s-twilight.CodeMirror { background: #141414; color: #f7f7f7; } /**/
|
|
.cm-s-twilight div.CodeMirror-selected { background: #323232; } /**/
|
|
.cm-s-twilight .CodeMirror-line::selection, .cm-s-twilight .CodeMirror-line > span::selection, .cm-s-twilight .CodeMirror-line > span > span::selection { background: rgba(50, 50, 50, 0.99); }
|
|
.cm-s-twilight .CodeMirror-line::-moz-selection, .cm-s-twilight .CodeMirror-line > span::-moz-selection, .cm-s-twilight .CodeMirror-line > span > span::-moz-selection { background: rgba(50, 50, 50, 0.99); }
|
|
|
|
.cm-s-twilight .CodeMirror-gutters { background: #222; border-right: 1px solid #aaa; }
|
|
.cm-s-twilight .CodeMirror-guttermarker { color: white; }
|
|
.cm-s-twilight .CodeMirror-guttermarker-subtle { color: #aaa; }
|
|
.cm-s-twilight .CodeMirror-linenumber { color: #aaa; }
|
|
.cm-s-twilight .CodeMirror-cursor { border-left: 1px solid white; }
|
|
|
|
.cm-s-twilight .cm-keyword { color: #f9ee98; } /**/
|
|
.cm-s-twilight .cm-atom { color: #FC0; }
|
|
.cm-s-twilight .cm-number { color: #ca7841; } /**/
|
|
.cm-s-twilight .cm-def { color: #8DA6CE; }
|
|
.cm-s-twilight span.cm-variable-2, .cm-s-twilight span.cm-tag { color: #607392; } /**/
|
|
.cm-s-twilight span.cm-variable-3, .cm-s-twilight span.cm-def, .cm-s-twilight span.cm-type { color: #607392; } /**/
|
|
.cm-s-twilight .cm-operator { color: #cda869; } /**/
|
|
.cm-s-twilight .cm-comment { color:#777; font-style:italic; font-weight:normal; } /**/
|
|
.cm-s-twilight .cm-string { color:#8f9d6a; font-style:italic; } /**/
|
|
.cm-s-twilight .cm-string-2 { color:#bd6b18; } /*?*/
|
|
.cm-s-twilight .cm-meta { background-color:#141414; color:#f7f7f7; } /*?*/
|
|
.cm-s-twilight .cm-builtin { color: #cda869; } /*?*/
|
|
.cm-s-twilight .cm-tag { color: #997643; } /**/
|
|
.cm-s-twilight .cm-attribute { color: #d6bb6d; } /*?*/
|
|
.cm-s-twilight .cm-header { color: #FF6400; }
|
|
.cm-s-twilight .cm-hr { color: #AEAEAE; }
|
|
.cm-s-twilight .cm-link { color:#ad9361; font-style:italic; text-decoration:none; } /**/
|
|
.cm-s-twilight .cm-error { border-bottom: 1px solid red; }
|
|
|
|
.cm-s-twilight .CodeMirror-activeline-background { background: #27282E; }
|
|
.cm-s-twilight .CodeMirror-matchingbracket { outline:1px solid grey; color:white !important; }
|