Réparation thèmes + sélecteur

This commit is contained in:
Johnnybegood90
2026-03-10 09:32:56 +01:00
parent 76e46a48a0
commit 99d01be1b3
4 changed files with 68 additions and 137 deletions
+16 -38
View File
@@ -1,48 +1,26 @@
/*
* GridTV Theme — Magazine (Vieux TV Guide années 60)
* Papier jauni, machine à écrire, bordures doubles.
* Papier jauni, encre rouge et bleue, machine à écrire.
*/
@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;
--bg: #f2e8c8;
--surface: #ede0b0;
--surface2: #e4d49a;
--border: #b8a070;
--border-bright: #8a7040;
--accent: #b01020;
--accent2: #1a4a8a;
--accent-live: #b01020;
--text: #1a0e06;
--text-dim: #6a4a20;
--text-bright: #0a0602;
--prog-bg: #ede0b0;
--prog-border: #b8a070;
--prog-live-bg: #fff0e0;
--prog-live-border: #b01020;
--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); }