Ajout nouveaux thèmes
This commit is contained in:
@@ -0,0 +1,48 @@
|
||||
/*
|
||||
* GridTV Theme — Magazine (Vieux TV Guide années 60)
|
||||
* Papier jauni, machine à écrire, bordures doubles.
|
||||
*/
|
||||
|
||||
@import url('https://fonts.googleapis.com/css2?family=Special+Elite&display=swap');
|
||||
|
||||
:root {
|
||||
--bg: #f0e8d0;
|
||||
--surface: #e8dfc0;
|
||||
--surface2: #ddd4b0;
|
||||
--border: #c8b890;
|
||||
--border-bright: #a89870;
|
||||
--accent: #c0392b;
|
||||
--accent2: #2471a3;
|
||||
--accent-live: #c0392b;
|
||||
--text: #2c1810;
|
||||
--text-dim: #7a6040;
|
||||
--text-bright: #1a0c08;
|
||||
--prog-bg: #ede4ca;
|
||||
--prog-border: #c8b890;
|
||||
--prog-live-bg: #fdf0e8;
|
||||
--prog-live-border: #c0392b;
|
||||
--font-ui: 'Special Elite', serif;
|
||||
--font-mono: 'Special Elite', serif;
|
||||
}
|
||||
|
||||
/* Topbar papier texturé avec double bordure */
|
||||
.topbar {
|
||||
border-bottom: 3px double var(--border-bright);
|
||||
background: repeating-linear-gradient(
|
||||
-45deg, transparent, transparent 2px,
|
||||
rgba(0,0,0,0.03) 2px, rgba(0,0,0,0.03) 4px
|
||||
), var(--surface);
|
||||
}
|
||||
|
||||
.logo { text-transform: uppercase; letter-spacing: 0.15em; }
|
||||
|
||||
/* Colonne chaînes avec double bordure */
|
||||
.channels-col { border-right: 3px double var(--border-bright); }
|
||||
.channel-cell { border-bottom: 1px dashed var(--border); }
|
||||
|
||||
/* Grille */
|
||||
.program-block { border-radius: 0; }
|
||||
.time-ruler { border-bottom: 3px double var(--border-bright); }
|
||||
|
||||
/* Scrollbar */
|
||||
.timeline-area::-webkit-scrollbar-thumb { background: var(--border-bright); }
|
||||
Reference in New Issue
Block a user