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
+6 -6
View File
@@ -398,7 +398,7 @@
}
&.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;
@@ -866,14 +866,14 @@
}
&.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;
&:hover {
background: rgba(20, 10, 0, 0.5);
background: rgba(20, 10, 0, 0.7);
}
h3 {
@@ -990,7 +990,7 @@
.predilection-text {
font-size: 0.67rem;
font-style: italic;
color: #9a7a50 !important;
color: #6a4a20 !important;
text-shadow: none;
line-height: 1.2;
overflow: hidden;
@@ -1001,7 +1001,7 @@
// Defence value label
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);
}
@@ -1011,7 +1011,7 @@
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;
}
+17 -1
View File
@@ -240,7 +240,7 @@
display: inline-block;
white-space: nowrap;
font-weight: 700;
color: #464331c4;
color: #2a2515;
font-size: 0.9rem;
font-family: "CentaurMT", serif;
margin: 0;
@@ -296,4 +296,20 @@
color: #000;
}
}
/* Section headings in item sheet tabs */
.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;
}
}
+29 -5
View File
@@ -36,7 +36,7 @@
--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;
@@ -972,13 +972,13 @@
}
.message-content .roll-success {
color: rgb(52, 238, 52);
color: rgb(20, 120, 20);
font-weight: bold;
font-family: Charlemagne;
}
.message-content .roll-failure {
color: rgb(224, 133, 13);
color: rgb(180, 90, 0);
font-weight: bold;
font-family: Charlemagne;
}
@@ -1897,11 +1897,35 @@
}
.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 {