Corrections diverses pour CYD2.03

This commit is contained in:
2026-05-24 16:49:25 +02:00
parent 2e14c70a02
commit adc104b757
82 changed files with 226 additions and 147 deletions
+51 -12
View File
@@ -29,7 +29,7 @@
--actor-input-color: black;
--actor-label-font-size: 0.9rem;
--actor-label-font-weight: 700;
--actor-label-color: #464331c4;
--actor-label-color: #2a2515;
/* =================== 2. DEBUGGING HIGHLIGHTERS ============ */
--debug-background-color-red: #ff000054;
--debug-background-color-blue: #1d00ff54;
@@ -811,12 +811,12 @@ li {
font-family: CentaurMT;
}
.message-content .roll-success {
color: #34ee34;
color: #147814;
font-weight: bold;
font-family: Charlemagne;
}
.message-content .roll-failure {
color: #e0850d;
color: #b45a00;
font-weight: bold;
font-family: Charlemagne;
}
@@ -1606,11 +1606,35 @@ li {
background: rgba(255, 255, 255, 0.15);
}
.mournblade-cyd2-roll-dialog .checkbox-label input[type="checkbox"] {
width: auto;
width: 14px;
height: 14px;
min-width: 14px;
min-height: 14px;
margin: 0;
flex-shrink: 0;
padding: 0;
flex: 0 0 auto;
cursor: pointer;
accent-color: #8b4513;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
background: rgba(230, 215, 195, 0.5);
border: 1px solid #8a7a6a;
filter: none;
box-shadow: none;
font-size: 11px;
line-height: 1;
}
.mournblade-cyd2-roll-dialog .checkbox-label input[type="checkbox"]:checked {
background: rgba(180, 140, 80, 0.4);
border-color: #6a4a20;
}
.mournblade-cyd2-roll-dialog .checkbox-label input[type="checkbox"]::before {
width: 12px;
height: 12px;
font-size: 11px;
line-height: 12px;
color: #2a1a0a;
}
.mournblade-cyd2-roll-dialog .checkbox-label span {
color: #1a1a1a;
@@ -2287,6 +2311,7 @@ li {
/* Labels */
/* Field labels */
/* Editor fields */
/* Section headings in item sheet tabs */
}
.fvtt-mournblade-cyd-2-0.item .window-content {
padding: 0;
@@ -2479,7 +2504,7 @@ li {
display: inline-block;
white-space: nowrap;
font-weight: 700;
color: #464331c4;
color: #2a2515;
font-size: 0.9rem;
font-family: "CentaurMT", serif;
margin: 0;
@@ -2525,6 +2550,20 @@ li {
padding: 0.5rem;
color: #000;
}
.fvtt-mournblade-cyd-2-0.item .tab .item-list h3 {
font-family: "CentaurMT", "Palatino Linotype", serif;
font-size: 0.85rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
color: #f0dfc0 !important;
background: rgba(20, 10, 0, 0.65);
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
margin: 0.25rem 0;
padding: 0.2rem 0.4rem;
border-radius: 3px;
flex: 1;
}
/* ==================== Actor Sheet Styles ==================== */
.fvtt-mournblade-cyd-2-0.actor {
background: url("../assets/ui/pc_sheet_bg.webp") repeat;
@@ -2896,7 +2935,7 @@ li {
background: rgba(0, 0, 0, 0.15);
}
.fvtt-mournblade-cyd-2-0.actor .sheet-body .compact-list li.item.items-title-bg {
background: rgba(0, 0, 0, 0.3);
background: rgba(0, 0, 0, 0.55);
border-color: rgba(139, 69, 19, 0.5);
font-weight: 600;
margin-bottom: 0.3rem;
@@ -3295,14 +3334,14 @@ li {
background: rgba(0, 0, 0, 0.07);
}
.fvtt-mournblade-cyd-2-0.actor .sheet-body .item-list.alternate-list li.item.items-title-bg {
background: rgba(20, 10, 0, 0.45);
background: rgba(20, 10, 0, 0.65);
border: 1px solid rgba(139, 69, 19, 0.55);
border-radius: 3px 3px 0 0;
padding: 0.2rem 0.4rem;
margin-bottom: 0;
}
.fvtt-mournblade-cyd-2-0.actor .sheet-body .item-list.alternate-list li.item.items-title-bg:hover {
background: rgba(20, 10, 0, 0.5);
background: rgba(20, 10, 0, 0.7);
}
.fvtt-mournblade-cyd-2-0.actor .sheet-body .item-list.alternate-list li.item.items-title-bg h3 {
margin: 0;
@@ -3401,7 +3440,7 @@ li {
.fvtt-mournblade-cyd-2-0.actor .sheet-body .predilection-text {
font-size: 0.67rem;
font-style: italic;
color: #9a7a50 !important;
color: #6a4a20 !important;
text-shadow: none;
line-height: 1.2;
overflow: hidden;
@@ -3410,7 +3449,7 @@ li {
max-width: 100%;
}
.fvtt-mournblade-cyd-2-0.actor .sheet-body label.arme-defensif.defense-sheet {
color: #6090c0 !important;
color: #305080 !important;
font-weight: 600;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
@@ -3418,7 +3457,7 @@ li {
font-family: "CentaurMT", "Palatino Linotype", serif;
font-size: 0.9rem;
font-weight: 700;
color: #c0a060 !important;
color: #8a6a30 !important;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
letter-spacing: 0.3px;
}