feat: refonte visuelle Art Déco — palette jade/or antique
Remplace le vert saturé rgb(12,76,12) par une palette Art Déco cohérente avec l'esthétique du jeu (nuit lunaire, Belle Époque 1922). Palette : - --cel-green : #1b3828 (jade profond désaturé) - --cel-orange : #c49a1a (or antique) - --cel-cream : #f0e8d4 (parchemin chaud) - --cel-border : #7a5c20 (bordure dorée) - --cel-cream-dark : #e0d4b8 (rangées alternées) - --cel-accent : #6b1e28 (bordeaux — échecs) Changements visuels : - Header : fond jade sombre + fond_cadrille (soft-light), cadre portrait doré - Tabs : style Art Déco (border-bottom or, pas de fond orange plein) - Section headers : couleur or + ::after gradient ornamental - Stat blocks : jade texturé, valeurs compétences en or, rangées alternées - Factions table : thead jade texturé, rangées alternées - Items sheets : header jade, tabs Art Déco, labels or - Chat : header jade texturé, bannière succès jade+or, échec bordeaux - Roll dialog : titre et labels en or Assets copiés depuis celestopol1922 : - fond_cadrille2.jpg, cercle-vert/jaune-checked/unchecked.png, logo_jeu.png Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -59,11 +59,14 @@
|
||||
|
||||
.stat-header {
|
||||
background: var(--cel-green);
|
||||
background-image: url("../assets/ui/fond_cadrille.jpg");
|
||||
background-blend-mode: soft-light;
|
||||
color: var(--cel-orange);
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
padding: 4px 8px;
|
||||
padding: 5px 8px;
|
||||
border-bottom: 1px solid rgba(196,154,26,0.4);
|
||||
|
||||
.stat-name {
|
||||
font-family: var(--cel-font-title);
|
||||
@@ -98,9 +101,12 @@
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
padding: 3px 8px;
|
||||
border-bottom: 1px solid rgba(139,115,85,0.2);
|
||||
border-bottom: 1px solid rgba(122,92,32,0.18);
|
||||
font-size: 0.85em;
|
||||
|
||||
// Alternating cream-dark rows for legibility
|
||||
&:nth-child(even) { background: var(--cel-cream-dark); }
|
||||
|
||||
&.rollable { .cel-rollable(); }
|
||||
|
||||
.skill-name { flex: 1; }
|
||||
@@ -108,7 +114,7 @@
|
||||
font-weight: bold;
|
||||
min-width: 24px;
|
||||
text-align: center;
|
||||
color: var(--cel-green);
|
||||
color: var(--cel-orange); // gold instead of vivid green
|
||||
}
|
||||
.skill-value-input {
|
||||
width: 36px;
|
||||
@@ -149,11 +155,14 @@
|
||||
|
||||
.track-header {
|
||||
background: var(--cel-green);
|
||||
background-image: url("../assets/ui/fond_cadrille.jpg");
|
||||
background-blend-mode: soft-light;
|
||||
color: var(--cel-orange);
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
padding: 4px 8px;
|
||||
padding: 5px 8px;
|
||||
border-bottom: 1px solid rgba(196,154,26,0.4);
|
||||
|
||||
.track-title {
|
||||
font-family: var(--cel-font-title);
|
||||
@@ -176,7 +185,7 @@
|
||||
align-items: center;
|
||||
gap: 2px;
|
||||
|
||||
input[type="checkbox"] { .cel-box(); }
|
||||
input[type="checkbox"] { .cel-box(); accent-color: var(--cel-orange); }
|
||||
.box-label {
|
||||
font-size: 0.65em;
|
||||
color: var(--cel-border);
|
||||
@@ -208,13 +217,16 @@
|
||||
|
||||
thead tr {
|
||||
background: var(--cel-green);
|
||||
background-image: url("../assets/ui/fond_cadrille.jpg");
|
||||
background-blend-mode: soft-light;
|
||||
color: var(--cel-orange);
|
||||
th { padding: 4px 8px; font-family: var(--cel-font-title); }
|
||||
th { padding: 5px 8px; font-family: var(--cel-font-title); letter-spacing: 0.06em; }
|
||||
}
|
||||
|
||||
.faction-row {
|
||||
&:nth-child(odd) td { background: rgba(139,115,85,0.08); }
|
||||
td { padding: 4px 8px; border-bottom: 1px solid rgba(139,115,85,0.2); }
|
||||
&:nth-child(odd) td { background: rgba(122,92,32,0.06); }
|
||||
&:nth-child(even) td { background: var(--cel-cream-dark); }
|
||||
td { padding: 4px 8px; border-bottom: 1px solid rgba(122,92,32,0.2); }
|
||||
&.custom td { font-style: italic; color: #666; }
|
||||
|
||||
.faction-value input[type="number"] {
|
||||
|
||||
Reference in New Issue
Block a user