ENhance and fix

This commit is contained in:
2026-05-10 23:12:21 +02:00
parent e200b5f7b0
commit 7542890232
43 changed files with 638 additions and 390 deletions
+11 -37
View File
@@ -31,7 +31,7 @@
.gauge-bar-wrapper {
flex: 0 0 100%;
height: 0.4rem;
height: 1rem;
background: linear-gradient(to right, $chi-lunar, rgba(128,128,128,0.3) 50%, $chi-solar);
border-radius: 0.25rem;
position: relative;
@@ -47,34 +47,6 @@
}
}
// ── État badges (character sheet header) ─────────────────────────────────
.etat-summary {
flex: 0 0 100%;
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 0.2rem;
padding: 0.1rem 0;
font-size: 0.8rem;
.etat-summary-label {
color: $l5r5e-label;
font-style: italic;
margin-right: 0.2rem;
}
.etat-badge {
display: inline-flex;
align-items: center;
gap: 0.2rem;
padding: 0.1rem 0.35rem;
border-radius: 0.2rem;
background: rgba($chi-title, 0.18);
border: 1px solid rgba($chi-title, 0.4);
color: $chi-title;
cursor: default;
&:hover { background: rgba($chi-title, 0.32); }
}
}
// ── Identity text blocks ──────────────────────────────────────────────────
.identity-text-wrapper {
@@ -478,16 +450,16 @@ article.tab.notes {
box-shadow: inset 0 1px 0 rgba($white, 0.07), 0 1px 3px rgba($l5r5e-black, 0.4);
&.die-low {
color: $l5r5e-red;
background: rgba($l5r5e-red, 0.14);
border-color: rgba($l5r5e-red, 0.5);
box-shadow: inset 0 1px 0 rgba($white, 0.05), 0 0 6px rgba($l5r5e-red, 0.15);
color: #ff6b6b;
background: rgba($l5r5e-red, 0.25);
border-color: rgba($l5r5e-red, 0.7);
box-shadow: inset 0 1px 0 rgba($white, 0.05), 0 0 6px rgba($l5r5e-red, 0.2);
}
&.die-high {
color: $chi-solar;
background: rgba($chi-solar, 0.14);
border-color: rgba($chi-solar, 0.5);
box-shadow: inset 0 1px 0 rgba($white, 0.1), 0 0 8px rgba($chi-solar, 0.2);
color: #ffd166;
background: rgba($chi-solar, 0.25);
border-color: rgba($chi-solar, 0.7);
box-shadow: inset 0 1px 0 rgba($white, 0.1), 0 0 8px rgba($chi-solar, 0.3);
}
.die-adj-icon {
position: absolute;
@@ -599,6 +571,7 @@ article.tab.notes {
.invocations-wrapper {
display: flex;
flex-direction: column;
flex: 1;
gap: 0.5rem;
.invocations-roll-header {
@@ -612,6 +585,7 @@ article.tab.notes {
font-size: 1rem;
font-weight: bold;
padding: 0.3rem 1.5rem;
width: fit-content;
}
}