Roll and styles update
Some checks failed
Release Creation / build (release) Failing after 1m17s

This commit is contained in:
2026-04-15 02:16:51 +02:00
parent b3cf0b0aa1
commit 49996104ce
35 changed files with 498 additions and 197 deletions

View File

@@ -16,6 +16,7 @@
--cel-border: #7a5c20; // bordure dorée
--cel-accent: #6b1e28; // bordeaux profond (échecs, accents)
--cel-text: #2f2413; // texte de corps sur fond clair (parchemin)
--cel-shadow: rgba(10,15,10,0.5);

View File

@@ -30,7 +30,7 @@
.roll-actor {
font-family: var(--cel-font-title, "CopaseticNF", serif);
color: var(--cel-orange-light, #ddb84a);
font-size: 0.78em;
font-size: 0.82em;
letter-spacing: 0.07em;
text-transform: uppercase;
opacity: 0.9;
@@ -38,7 +38,7 @@
.roll-skill-line {
font-family: var(--cel-font-title, "CopaseticNF", serif);
font-size: 1.25em;
font-size: 1.31em;
color: var(--cel-cream, #f0e8d4);
margin-top: 2px;
@@ -58,24 +58,24 @@
justify-content: center;
flex-wrap: wrap;
gap: 4px;
font-size: 0.82em;
font-size: 0.86em;
color: var(--cel-cream, #f0e8d4);
.dval, .nb-dice {
font-family: var(--cel-font-title, "CopaseticNF", serif);
font-size: 1.7em;
font-size: 1.78em;
color: var(--cel-orange, #e07b00);
font-weight: bold;
line-height: 1;
}
.dlabel { font-size: 0.78em; text-transform: uppercase; letter-spacing: 0.04em; opacity: 0.75; }
.dlabel { font-size: 0.82em; text-transform: uppercase; letter-spacing: 0.04em; opacity: 0.75; }
.dminus { color: #f0a0a0; font-weight: bold; }
.deq { opacity: 0.55; }
.ddice { color: var(--cel-orange, #e07b00); }
}
.wound-info {
font-size: 0.73em;
font-size: 0.77em;
color: #f0a0a0;
margin-top: 3px;
}
@@ -117,17 +117,17 @@
display: flex;
align-items: center;
justify-content: center;
font-size: 0.65em;
font-size: 0.68em;
color: white;
}
}
}
.moon-icon { font-size: 1.2em; flex-shrink: 0; }
.moon-icon { font-size: 1.26em; flex-shrink: 0; }
.moon-text {
font-family: var(--cel-font-title, "CopaseticNF", serif);
font-size: 0.88em;
font-size: 0.92em;
color: var(--cel-green, #0c4c0c);
}
}
@@ -152,7 +152,7 @@
label {
flex: 0 0 110px;
font-size: 0.78em;
font-size: 0.82em;
text-transform: uppercase;
letter-spacing: 0.04em;
color: var(--cel-border, #7a5c20);
@@ -165,8 +165,8 @@
padding: 3px 7px;
background: rgba(255,255,255,0.85);
font-family: inherit;
font-size: 0.85em;
color: #333;
font-size: 0.89em;
color: var(--cel-text, #2f2413);
&:focus { outline: 1px solid var(--cel-orange, #e07b00); }
}
@@ -233,7 +233,7 @@
display: flex;
align-items: center;
justify-content: center;
font-size: 0.65em;
font-size: 0.68em;
color: white;
}
}
@@ -242,7 +242,7 @@
}
.destin-icon {
font-size: 1.1em;
font-size: 1.16em;
color: var(--cel-orange, #e07b00);
flex-shrink: 0;
}
@@ -252,20 +252,20 @@
.destin-main {
font-family: var(--cel-font-title, "CopaseticNF", serif);
font-size: 0.9em;
font-size: 0.95em;
color: var(--cel-green, #0c4c0c);
display: block;
}
.destin-bonus {
font-size: 0.72em;
font-size: 0.76em;
color: var(--cel-border, #7a5c20);
font-style: italic;
}
}
.destin-count {
font-size: 0.75em;
font-size: 0.79em;
font-weight: bold;
color: var(--cel-green, #0c4c0c);
background: rgba(196,154,26,0.2);
@@ -275,7 +275,7 @@
white-space: nowrap;
&.no-destin {
color: #888;
color: rgba(0,0,0,0.45);
background: rgba(0,0,0,0.05);
border-color: rgba(0,0,0,0.1);
}
@@ -283,7 +283,7 @@
}
}
.form-visibility label { color: #888; }
.form-visibility label { color: rgba(0,0,0,0.45); }
.form-faction-aspect select {
font-weight: bold;
@@ -326,7 +326,7 @@
display: flex;
align-items: center;
justify-content: center;
font-size: 0.75em;
font-size: 0.79em;
color: white;
}
}
@@ -338,19 +338,19 @@
flex: 1;
.puiser-main {
font-family: var(--cel-font-title, "CopaseticNF", serif);
font-size: 0.9em;
font-size: 0.95em;
color: var(--cel-accent, #6b1e28);
display: block;
}
.puiser-sub {
font-size: 0.7em;
color: #888;
font-size: 0.73em;
color: rgba(0,0,0,0.45);
font-style: italic;
}
}
.puiser-cost {
font-size: 0.8em;
font-size: 0.84em;
font-weight: bold;
color: var(--cel-accent, #6b1e28);
background: rgba(107,30,40,0.1);
@@ -398,14 +398,14 @@
display: flex;
align-items: center;
justify-content: center;
font-size: 0.6em;
font-size: 0.63em;
color: white;
}
}
}
.fortune-icon {
font-size: 1.1em;
font-size: 1.16em;
color: var(--cel-green, #0c4c0c);
flex-shrink: 0;
}
@@ -414,19 +414,19 @@
flex: 1;
.fortune-main {
font-family: var(--cel-font-title, "CopaseticNF", serif);
font-size: 0.9em;
font-size: 0.95em;
color: var(--cel-green, #0c4c0c);
display: block;
}
.fortune-bonus {
font-size: 0.72em;
font-size: 0.76em;
color: var(--cel-border, #7a5c20);
font-style: italic;
}
}
.fortune-badge {
font-size: 0.8em;
font-size: 0.84em;
font-weight: bold;
color: var(--cel-green, #0c4c0c);
background: rgba(12,76,12,0.12);
@@ -450,7 +450,7 @@
gap: 10px;
.preview-label {
font-size: 0.7em;
font-size: 0.73em;
text-transform: uppercase;
letter-spacing: 0.07em;
color: var(--cel-border, #7a5c20);
@@ -459,7 +459,7 @@
.preview-formula {
font-family: var(--cel-font-title, "CopaseticNF", serif);
font-size: 1.6em;
font-size: 1.68em;
color: var(--cel-orange, #e07b00);
font-weight: bold;
letter-spacing: 0.04em;
@@ -469,6 +469,90 @@
// ─── Chat message ─────────────────────────────────────────────────────────────
// ── Contreparties dé de lune (partagé : chat-roll + moon-standalone-card) ──
.celestopol.chat-roll,
.celestopol-roll.moon-standalone-card {
.moon-effect-actions {
padding: 6px 10px 8px;
border-top: 2px solid rgba(122,92,32,0.18);
background: rgba(12,76,12,0.04);
border-radius: 0 0 3px 3px;
.moon-effect-label {
display: block;
font-family: var(--cel-font-title);
font-size: 0.76em;
font-weight: bold;
color: var(--cel-border, #7a5c20);
text-transform: uppercase;
letter-spacing: 0.07em;
margin-bottom: 6px;
}
.moon-effect-buttons {
display: flex;
flex-wrap: wrap;
gap: 5px;
align-items: center;
}
.moon-effect-btn {
font-family: var(--cel-font-title);
font-size: 0.82em;
font-weight: bold;
padding: 4px 11px;
border-radius: 4px;
cursor: pointer;
transition: filter 0.12s, opacity 0.12s;
line-height: 1.4;
letter-spacing: 0.02em;
// Positif par défaut : vert jade / or
background: var(--cel-green, #1b3828);
color: var(--cel-orange-light, #ddb84a);
border: 1px solid rgba(196,154,26,0.35);
&:hover:not(:disabled) { filter: brightness(1.18); }
&:disabled { opacity: 0.55; cursor: not-allowed; }
&.moon-effect-negative {
background: var(--cel-accent, #6b1e28);
color: var(--cel-cream, #f0e8d4);
border-color: rgba(139,30,46,0.4);
&:hover:not(:disabled) { filter: brightness(1.12); }
}
}
.moon-effect-narrative {
font-size: 0.76em;
color: var(--cel-border, #7a5c20);
font-style: italic;
align-self: center;
padding-left: 2px;
}
.moon-effect-applied-status {
display: inline-flex;
align-items: center;
gap: 4px;
margin-top: 6px;
font-size: 0.8em;
font-family: var(--cel-font-title);
font-style: italic;
padding: 3px 9px;
border-radius: 3px;
color: var(--cel-green, #1b3828);
background: rgba(12,76,12,0.09);
border: 1px solid rgba(12,76,12,0.22);
&.is-negative {
color: var(--cel-accent, #6b1e28);
background: rgba(107,30,40,0.09);
border-color: rgba(107,30,40,0.25);
}
}
}
}
.celestopol.chat-roll {
border: 1px solid var(--cel-border, #7a5c20);
border-radius: 3px;
@@ -506,16 +590,16 @@
color: var(--cel-orange, #e07b00);
font-weight: bold;
letter-spacing: 0.05em;
font-size: 0.92em;
font-size: 0.97em;
}
.skill-info {
color: var(--cel-cream, #f0e8d4);
font-size: 0.77em;
font-size: 0.81em;
font-style: italic;
.stat-lbl { color: var(--cel-orange-light, #ddb84a); }
.sep { margin: 0 2px; opacity: 0.5; }
}
.wound-info { font-size: 0.7em; color: #f0a0a0; }
.wound-info { font-size: 0.73em; color: #f0a0a0; }
}
.moon-badge { display: none; }
@@ -540,10 +624,10 @@
border-radius: 4px;
background: white;
font-weight: bold;
font-size: 1.05em;
font-size: 1.1em;
font-family: var(--cel-font-title, "CopaseticNF", serif);
box-shadow: 1px 1px 2px rgba(0,0,0,0.12);
color: #222;
color: var(--cel-text, #2f2413);
&.max {
background: var(--cel-green, #0c4c0c);
@@ -569,15 +653,15 @@
padding: 5px 10px 4px;
background: var(--cel-cream, #f0e8d4);
border-top: 1px solid rgba(122,92,32,0.2);
font-size: 0.83em;
font-size: 0.87em;
color: #555;
.fl-label { color: #999; font-size: 0.88em; text-transform: uppercase; letter-spacing: 0.04em; margin-right: 2px; }
.fl-label { color: rgba(0,0,0,0.4); font-size: 0.92em; text-transform: uppercase; letter-spacing: 0.04em; margin-right: 2px; }
.fl-ndice { color: var(--cel-green, #0c4c0c); font-weight: bold; }
.fl-sum { font-weight: bold; color: #333; }
.fl-sum { font-weight: bold; color: var(--cel-text, #2f2413); }
.fl-total {
font-family: var(--cel-font-title, "CopaseticNF", serif);
font-size: 1.5em;
font-size: 1.58em;
color: var(--cel-orange, #e07b00);
font-weight: bold;
line-height: 1;
@@ -588,8 +672,8 @@
.fl-asp { color: var(--cel-orange, #e07b00); font-weight: bold; }
.fl-faction { color: var(--cel-green, #0c4c0c); font-weight: bold; }
.fl-sep { font-weight: bold; color: var(--cel-border, #7a5c20); margin: 0 2px; }
.fl-eq { color: #aaa; }
.fl-op { color: #aaa; }
.fl-eq { color: rgba(0,0,0,0.35); }
.fl-op { color: rgba(0,0,0,0.35); }
}
// ── Seuil et marge ──
@@ -600,22 +684,22 @@
padding: 5px 12px 6px;
background: var(--cel-cream, #f0e8d4);
border-top: 1px solid rgba(122,92,32,0.2);
font-size: 0.82em;
font-size: 0.86em;
.vs-wrap {
display: flex;
align-items: baseline;
gap: 5px;
}
.vs-label { color: #aaa; text-transform: uppercase; font-size: 0.8em; }
.vs-label { color: rgba(0,0,0,0.35); text-transform: uppercase; font-size: 0.84em; }
.diff-label{ font-style: italic; color: var(--cel-green, #0c4c0c); }
.diff-val { color: #888; }
.diff-val { color: rgba(0,0,0,0.45); }
.margin-badge {
padding: 2px 10px;
border-radius: 12px;
font-weight: bold;
font-size: 1.05em;
font-size: 1.1em;
font-family: var(--cel-font-title, "CopaseticNF", serif);
letter-spacing: 0.05em;
@@ -635,7 +719,7 @@
// ── Destin utilisé ──
.used-info {
text-align: center;
font-size: 0.77em;
font-size: 0.81em;
color: var(--cel-orange, #e07b00);
padding: 3px 8px;
background: rgba(196,154,26,0.1);
@@ -673,7 +757,7 @@
}
.damage-header {
font-size: 0.72em;
font-size: 0.76em;
text-transform: uppercase;
letter-spacing: 0.08em;
color: var(--cel-border, #7a5c20);
@@ -690,13 +774,13 @@
.damage-value {
font-family: var(--cel-font-title, "CopaseticNF", serif);
font-size: 1.9em;
font-size: 1.99em;
line-height: 1;
color: var(--cel-orange, #e07b00);
}
.damage-unit {
font-size: 0.82em;
font-size: 0.86em;
color: var(--cel-green, #0c4c0c);
font-weight: bold;
}
@@ -704,7 +788,7 @@
.damage-breakdown,
.damage-note {
margin-top: 6px;
font-size: 0.76em;
font-size: 0.8em;
line-height: 1.4;
color: #5c4630;
}
@@ -730,7 +814,7 @@
background: var(--cel-green, #0c4c0c);
color: var(--cel-orange-light, #ddb84a);
padding: 4px 10px;
font-size: 0.78em;
font-size: 0.82em;
font-weight: bold;
cursor: pointer;
@@ -745,7 +829,7 @@
margin-top: 8px;
padding: 6px 8px;
border-radius: 4px;
font-size: 0.76em;
font-size: 0.8em;
line-height: 1.4;
&.is-applied {
@@ -774,7 +858,7 @@
background: rgba(12,76,12,0.1);
color: var(--cel-green, #0c4c0c);
font-weight: bold;
font-size: 0.9em;
font-size: 0.95em;
}
// ── Résultat dé de lune ──
@@ -787,7 +871,7 @@
font-family: var(--cel-font-body, serif);
.moon-die-face {
font-size: 1.8em;
font-size: 1.89em;
line-height: 1;
flex-shrink: 0;
}
@@ -800,7 +884,7 @@
}
.moon-die-phase {
font-size: 0.72em;
font-size: 0.76em;
opacity: 0.75;
text-transform: uppercase;
letter-spacing: 0.05em;
@@ -815,7 +899,7 @@
}
.moon-die-desc {
font-size: 0.72em;
font-size: 0.76em;
font-style: italic;
opacity: 0.85;
line-height: 1.3;
@@ -852,13 +936,13 @@
border-top: 2px solid rgba(0,0,0,0.1);
.result-icon {
font-size: 0.85em;
font-size: 0.89em;
opacity: 0.85;
letter-spacing: 0.15em;
}
.result-label { font-size: 1.2em; line-height: 1.2; }
.result-label { font-size: 1.26em; line-height: 1.2; }
.result-desc {
font-size: 0.65em;
font-size: 0.68em;
letter-spacing: 0.08em;
margin-top: 2px;
opacity: 0.8;
@@ -919,22 +1003,22 @@
.welcome-mark {
color: var(--cel-orange, #e07b00);
font-size: 1.05em;
font-size: 1.1em;
line-height: 1;
}
.welcome-title {
font-family: var(--cel-font-title, "CopaseticNF", serif);
color: var(--cel-orange, #e07b00);
font-size: 0.98em;
font-size: 1.03em;
letter-spacing: 0.05em;
text-transform: uppercase;
}
.welcome-body {
padding: 9px 11px 10px;
color: #3f3623;
font-size: 0.84em;
color: var(--cel-text, #2f2413);
font-size: 0.88em;
line-height: 1.45;
p {
@@ -954,7 +1038,7 @@
display: block;
margin-bottom: 2px;
color: var(--cel-border, #7a5c20);
font-size: 0.72em;
font-size: 0.76em;
font-weight: bold;
letter-spacing: 0.05em;
text-transform: uppercase;
@@ -997,27 +1081,27 @@
.portrait-message-mark {
color: var(--cel-orange, #e07b00);
font-size: 1.05em;
font-size: 1.1em;
line-height: 1;
}
.portrait-message-title {
font-family: var(--cel-font-title, "CopaseticNF", serif);
color: var(--cel-orange, #e07b00);
font-size: 0.98em;
font-size: 1.03em;
letter-spacing: 0.05em;
text-transform: uppercase;
}
.portrait-message-body {
padding: 9px 11px 10px;
color: #3f3623;
color: var(--cel-text, #2f2413);
}
.portrait-message-name {
margin-bottom: 8px;
color: var(--cel-green, #0c4c0c);
font-size: 0.84em;
font-size: 0.88em;
font-weight: bold;
letter-spacing: 0.04em;
text-transform: uppercase;
@@ -1100,7 +1184,7 @@
&:hover {
border-color: var(--cel-orange, #e07b00);
background: linear-gradient(180deg, rgba(224,123,0,0.18), rgba(224,123,0,0.06));
color: #7a3e00;
color: var(--cel-border, #7a5c20);
}
}
}
@@ -1124,7 +1208,7 @@
font-family: var(--cel-font-title, "CopaseticNF", serif);
text-transform: uppercase;
letter-spacing: 0.05em;
font-size: 0.88em;
font-size: 0.92em;
}
.faction-aspect-points {
@@ -1132,7 +1216,7 @@
flex-wrap: wrap;
gap: 5px;
margin-bottom: 4px;
font-size: 0.8em;
font-size: 0.84em;
}
.faction-aspect-point-card {
@@ -1146,7 +1230,7 @@
border: 1px solid rgba(122,92,32,0.18);
strong {
font-size: 0.72em;
font-size: 0.76em;
text-transform: uppercase;
letter-spacing: 0.04em;
color: var(--cel-border, #7a5c20);
@@ -1155,14 +1239,14 @@
em {
font-style: normal;
font-family: var(--cel-font-title, "CopaseticNF", serif);
font-size: 1.05em;
font-size: 1.1em;
color: var(--cel-orange, #e07b00);
line-height: 1;
}
}
.faction-aspect-source-line {
font-size: 0.78em;
font-size: 0.82em;
color: var(--cel-border, #7a5c20);
}
@@ -1171,8 +1255,8 @@
border-left: 3px solid #b84a2e;
border-radius: 4px;
background: rgba(184, 74, 46, 0.08);
color: #8b3e2b;
font-size: 0.8em;
color: var(--cel-accent, #6b1e28);
font-size: 0.84em;
}
.faction-aspect-tag-list,
@@ -1190,7 +1274,7 @@
background: rgba(12, 76, 12, 0.08);
border: 1px solid rgba(12, 76, 12, 0.18);
color: var(--cel-green, #0c4c0c);
font-size: 0.72em;
font-size: 0.76em;
font-weight: bold;
}
@@ -1204,7 +1288,7 @@
label {
display: block;
margin-bottom: 2px;
font-size: 0.68em;
font-size: 0.71em;
text-transform: uppercase;
letter-spacing: 0.04em;
color: var(--cel-border, #7a5c20);
@@ -1219,13 +1303,13 @@
border-radius: 3px;
padding: 2px 6px;
background: rgba(255,255,255,0.9);
font-size: 0.78em;
color: #2f2413;
font-size: 0.82em;
color: var(--cel-text, #2f2413);
box-sizing: border-box;
}
select option {
color: #2f2413;
color: var(--cel-text, #2f2413);
background: #fffaf0;
}
}
@@ -1251,7 +1335,7 @@
background: rgba(224,123,0,0.12);
color: var(--cel-orange, #e07b00);
font-family: var(--cel-font-title, "CopaseticNF", serif);
font-size: 0.72em;
font-size: 0.76em;
line-height: 1;
cursor: help;
vertical-align: middle;
@@ -1273,7 +1357,7 @@
color: var(--cel-orange, #e07b00);
font-family: var(--cel-font-title, "CopaseticNF", serif);
margin-bottom: 4px;
font-size: 0.82em;
font-size: 0.86em;
}
}
@@ -1281,7 +1365,7 @@
display: flex;
align-items: center;
gap: 4px;
font-size: 0.74em;
font-size: 0.78em;
}
.faction-aspect-active-list {
@@ -1298,8 +1382,8 @@
padding: 3px 6px;
border-radius: 4px;
background: rgba(255,255,255,0.7);
color: #2f2413;
font-size: 0.76em;
color: var(--cel-text, #2f2413);
font-size: 0.8em;
&.is-relevant {
border-left: 3px solid var(--cel-green, #0c4c0c);
@@ -1307,20 +1391,20 @@
}
.faction-aspect-active-name {
color: #2f2413;
color: var(--cel-text, #2f2413);
font-weight: 600;
}
.faction-aspect-active-value {
color: var(--cel-orange, #e07b00);
font-family: var(--cel-font-title, "CopaseticNF", serif);
font-size: 0.92em;
font-size: 0.97em;
}
.faction-aspect-empty {
color: #666;
color: rgba(0,0,0,0.5);
font-style: italic;
font-size: 0.74em;
font-size: 0.78em;
}
.faction-aspect-remove-block {
@@ -1349,7 +1433,7 @@
border-left: 3px solid #c0392b;
border-radius: 4px;
color: #f0c0c0;
font-size: 0.85em;
font-size: 0.89em;
.wound-icon { font-size: 1em; }
}
}
@@ -1358,7 +1442,7 @@
.celestopol.chat-roll {
.roll-result-banner.tie {
background: #3a2e1a;
color: #d4b870;
color: var(--cel-orange-light, #ddb84a);
border-top: 2px solid #7a6230;
border-bottom: 2px solid #7a6230;
text-shadow: 0 1px 2px rgba(0,0,0,0.6);
@@ -1369,12 +1453,12 @@
align-items: center;
gap: 0.3em;
margin-bottom: 1px;
font-size: 0.85em;
font-size: 0.89em;
color: var(--cel-orange, #e07b00);
.weapon-icon-small { font-size: 0.9em; }
.weapon-icon-small { font-size: 0.95em; }
.weapon-degats-small {
font-weight: bold;
color: #f0c060;
color: var(--cel-border, #7a5c20);
}
}
}
@@ -1386,20 +1470,20 @@
align-items: center;
gap: 0.4em;
margin-bottom: 2px;
font-size: 0.9em;
font-size: 0.95em;
color: var(--cel-orange, #e07b00);
.weapon-icon { font-size: 1em; }
.weapon-degats {
font-weight: bold;
color: #f0c060;
font-size: 0.85em;
color: var(--cel-border, #7a5c20);
font-size: 0.89em;
}
}
.form-corps-pnj {
.corps-pnj-input {
width: 70px;
font-size: 1.1em;
font-size: 1.16em;
font-weight: bold;
text-align: center;
font-family: var(--cel-font-title, "CopaseticNF", serif);
@@ -1420,7 +1504,7 @@
label {
color: var(--cel-orange, #e07b00);
font-weight: bold;
font-size: 0.85em;
font-size: 0.89em;
display: flex;
align-items: center;
gap: 5px;
@@ -1435,7 +1519,7 @@
border: 1px solid rgba(196, 154, 26, 0.5);
border-radius: 3px;
padding: 2px 4px;
font-size: 0.85em;
font-size: 0.89em;
max-width: 200px;
}
}
@@ -1451,7 +1535,7 @@
align-items: center;
gap: 6px;
color: var(--cel-orange, #e07b00);
font-size: 0.88em;
font-size: 0.92em;
font-style: italic;
i { opacity: 0.8; }
@@ -1465,14 +1549,14 @@
padding: 4px 8px;
label {
color: #e08060;
font-size: 0.85em;
color: var(--cel-accent, #6b1e28);
font-size: 0.89em;
font-weight: bold;
display: flex;
align-items: center;
gap: 5px;
i { color: #e08060; }
i { color: var(--cel-accent, #6b1e28); }
}
select {
@@ -1482,13 +1566,13 @@
border: 1px solid rgba(200, 100, 60, 0.4);
border-radius: 3px;
padding: 2px 4px;
font-size: 0.85em;
font-size: 0.89em;
}
}
.form-threshold-fixed {
.threshold-value {
font-size: 1.2em;
font-size: 1.26em;
font-weight: bold;
font-family: var(--cel-font-title, "CopaseticNF", serif);
color: var(--cel-orange, #e07b00);
@@ -1514,7 +1598,7 @@
input[type="checkbox"] { flex-shrink: 0; }
.opposition-icon {
font-size: 1.2em;
font-size: 1.26em;
color: var(--cel-orange, #e07b00);
}
@@ -1525,13 +1609,13 @@
.opposition-main {
font-weight: bold;
font-size: 0.9em;
font-size: 0.95em;
font-family: var(--cel-font-title, "CopaseticNF", serif);
color: var(--cel-orange, #e07b00);
}
.opposition-sub {
font-size: 0.75em;
font-size: 0.79em;
opacity: 0.7;
font-style: italic;
}
@@ -1575,7 +1659,7 @@
}
.moon-standalone-actor {
font-size: 0.85em;
font-size: 0.89em;
color: var(--cel-text, #333);
font-style: italic;
}
@@ -1604,21 +1688,21 @@
.moon-standalone-phase {
font-family: var(--cel-font-title);
font-size: 0.95em;
font-size: 1.0em;
font-weight: bold;
color: var(--cel-text, #333);
}
.moon-standalone-value {
font-size: 0.8em;
font-size: 0.84em;
color: var(--cel-text-light, #666);
font-style: italic;
}
&.moon-triomphe { border-left-color: var(--cel-green, #0c4c0c); }
&.moon-brio { border-left-color: var(--cel-border, #7a5c20); }
&.moon-contrecoup { border-left-color: #c07800; }
&.moon-catastrophe{ border-left-color: #8b1e2e; }
&.moon-contrecoup { border-left-color: var(--cel-orange, #c49a1a); }
&.moon-catastrophe{ border-left-color: var(--cel-accent, #6b1e28); }
}
.moon-interpret-row {
@@ -1627,15 +1711,15 @@
gap: 8px;
.moon-interpret-label {
font-size: 0.72em;
font-size: 0.76em;
text-transform: uppercase;
letter-spacing: 0.07em;
color: #888;
color: rgba(0,0,0,0.45);
white-space: nowrap;
}
.moon-fortune {
font-size: 0.85em;
font-size: 0.89em;
font-weight: bold;
border-radius: 3px;
padding: 1px 8px;
@@ -1648,7 +1732,7 @@
&.mauvaise-fortune {
background: rgba(139, 30, 46, 0.1);
color: #8b1e2e;
color: var(--cel-accent, #6b1e28);
border: 1px solid rgba(139,30,46,0.3);
}
}
@@ -1659,6 +1743,7 @@
margin-top: 2px;
padding: 6px 8px;
}
}
// ── Message d'initiative ──────────────────────────────────────────────────────
@@ -1698,11 +1783,11 @@
color: var(--cel-orange, #e07b00);
font-weight: bold;
letter-spacing: 0.05em;
font-size: 0.92em;
font-size: 0.97em;
}
.skill-info {
color: var(--cel-cream, #f0e8d4);
font-size: 0.77em;
font-size: 0.81em;
font-style: italic;
}
}
@@ -1730,19 +1815,19 @@
}
.initiative-icon {
font-size: 1.1em;
font-size: 1.16em;
opacity: 0.9;
font-style: normal;
}
.initiative-score {
font-size: 2.4em;
font-size: 2.52em;
font-weight: bold;
line-height: 1;
}
.initiative-detail {
font-size: 0.65em;
font-size: 0.68em;
opacity: 0.75;
font-style: italic;
font-family: var(--cel-font-body, serif);