v2.4.3 : caracteristiques iso solo/multi (CSS partagee)

Les regles #stats (flex label/valeur, .stat-val monospace aligne a
droite, .stat-hint) ne ciblaient que le solo -> etendues a #mp-stats.
Suppression du reliquat CSS #mp-effects .eq-line/.fx-empty qui
desalignait le message vide. Les deux fiches sont desormais identiques.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
perco
2026-06-13 11:24:16 +02:00
co-authored by Claude Opus 4.8
parent 6f6b6d5ed5
commit 0b29363ff4
3 changed files with 10 additions and 5 deletions
+3 -4
View File
@@ -188,9 +188,9 @@ header h1 { font-size: 1.3em; color: #FFFFCC; text-shadow: 1px 1px 2px #000; }
}
.fx-badge.hidden { display: none; }
#stats div { display: flex; justify-content: space-between; padding: 2px 0; }
#stats .stat-val { font-family: monospace; color: #000000; font-weight: bold; }
#stats .stat-hint { color: #666633; font-size: 0.82em; font-family: inherit; font-weight: normal; }
#stats div, #mp-stats div { display: flex; justify-content: space-between; padding: 2px 0; }
#stats .stat-val, #mp-stats .stat-val { font-family: monospace; color: #000000; font-weight: bold; }
#stats .stat-hint, #mp-stats .stat-hint { color: #666633; font-size: 0.82em; font-family: inherit; font-weight: normal; }
#effects-panel { margin-top: 4px; }
.fx-empty { color: #666633; font-style: italic; font-size: 0.88em; line-height: 1.4; }
@@ -549,7 +549,6 @@ header h1 { font-size: 1.3em; color: #FFFFCC; text-shadow: 1px 1px 2px #000; }
#mp-log .l-good, #mp-world-log .l-good { color: #008040; }
#mp-log .l-info, #mp-world-log .l-info { color: #666666; }
#mp-status { font-weight: bold; }
#mp-effects .eq-line, #mp-effects .fx-empty { font-size: .88em; color: #333300; }
#screen-mp #panel-center { overflow: auto; }
/* ---------- Trésors du Hall (potions, parchemins & équipement) ---------- */