MediaWiki:Common.js: Unterschied zwischen den Versionen

Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 752: Zeile 752:


const ADOS_COLORS = {
const ADOS_COLORS = {
   'A Dream of Scotland':                    '#ef4444', // rot
   'A Dream of Scotland':                    '#C2410C', // warmes Kupferbraun
   'A Dream of Ireland':                    '#10b981', // grün
   'A Dream of Ireland':                    '#15803D', // kräftiges Flaschengrün
   'A Dream of... – Der Rest der Welt':      '#8b5cf6', // violett
   'A Dream of... – Der Rest der Welt':      '#1D4ED8', // klares Mittelblau
   'Friendly Mr. Z':                        '#0ea5e9', // blau
   'Friendly Mr. Z':                        '#9333EA', // kräftiges Violett
   'Die Whisky Elfen':                      '#14b8a6', // türkis
   'Die Whisky Elfen':                      '#0891B2', // frisches Türkis
   'The Fine Art of Whisky':                '#e11d48'  // pink-rot
   'The Fine Art of Whisky':                '#CA8A04'  // goldgelb / Honigton
};
};
const COLOR_CYCLE = ['#2563eb','#16a34a','#f97316','#dc2626','#a855f7','#0ea5e9','#f59e0b','#10b981'];
const COLOR_CYCLE = ['#2563eb','#16a34a','#f97316','#dc2626','#a855f7','#0ea5e9','#f59e0b','#10b981'];