Correction sur talent et monnaies
Release Creation / build (release) Successful in 9m16s

This commit is contained in:
2026-06-23 21:19:43 +02:00
parent dd0276e7e1
commit 5eeffd5e24
85 changed files with 685 additions and 245 deletions
+122
View File
@@ -2167,6 +2167,104 @@ li {
.mournblade-post-item .post-item-description i {
color: #5a2d00;
}
.mournblade-post-item .post-item-price {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 6px;
padding: 5px 10px;
background: rgba(139, 69, 19, 0.06);
border-bottom: 1px solid rgba(139, 69, 19, 0.3);
font-size: 0.85rem;
}
.mournblade-post-item .post-item-price .post-price-label {
font-weight: bold;
color: #5a2d00;
font-size: 0.75rem;
text-transform: uppercase;
margin-right: 2px;
}
.mournblade-post-item .post-item-price .post-price {
background: rgba(255, 255, 255, 0.7);
border: 1px solid rgba(139, 69, 19, 0.3);
border-radius: 3px;
padding: 1px 6px;
color: #2a1400;
}
.mournblade-post-item .post-item-price .post-price.post-price-rarete {
background: rgba(255, 215, 0, 0.15);
border-color: rgba(255, 215, 0, 0.4);
color: #8b6914;
}
.mournblade-post-item .post-stat-bool {
background: rgba(76, 175, 80, 0.12) !important;
border-color: rgba(76, 175, 80, 0.4) !important;
}
.mournblade-post-item .post-stat-bool .stat-value {
color: #2e7d32;
}
.mournblade-post-item .post-stat-used {
background: rgba(198, 40, 40, 0.12) !important;
border-color: rgba(198, 40, 40, 0.4) !important;
}
.mournblade-post-item .post-stat-used .stat-value {
color: #c62828;
}
.mournblade-post-item .post-item-predilections {
padding: 6px 10px;
background: rgba(255, 255, 255, 0.5);
border-bottom: 1px solid rgba(139, 69, 19, 0.3);
}
.mournblade-post-item .post-item-predilections h4 {
margin: 0 0 4px 0;
color: #5a2d00;
font-size: 0.85rem;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.mournblade-post-item .post-item-predilections ul {
margin: 0;
padding: 0;
list-style: none;
}
.mournblade-post-item .post-item-predilections ul li {
padding: 2px 0;
font-size: 0.85rem;
color: #2a1400;
border-bottom: 1px solid rgba(139, 69, 19, 0.1);
}
.mournblade-post-item .post-item-predilections ul li:last-child {
border-bottom: none;
}
.mournblade-post-item .post-item-predilections .pred-name {
color: #2a1400;
font-weight: bold;
}
.mournblade-post-item .post-item-predilections .pred-desc {
color: #5a2d00;
}
.mournblade-post-item .post-item-predilections .pred-badge {
display: inline-block;
font-size: 0.7rem;
padding: 0 4px;
border-radius: 2px;
margin-left: 3px;
}
.mournblade-post-item .post-item-predilections .pred-maitrise {
color: #1565c0;
background: rgba(21, 101, 192, 0.1);
border: 1px solid rgba(21, 101, 192, 0.3);
}
.mournblade-post-item .post-item-predilections .pred-acquise {
color: #2e7d32;
background: rgba(46, 125, 50, 0.1);
border: 1px solid rgba(46, 125, 50, 0.3);
}
.mournblade-post-item .post-item-predilections .pred-used {
color: #c62828;
background: rgba(198, 40, 40, 0.1);
border: 1px solid rgba(198, 40, 40, 0.3);
}
/* -------------------------------------------- */
.mournblade-welcome-message {
background: linear-gradient(135deg, rgba(139, 69, 19, 0.15) 0%, rgba(42, 20, 0, 0.2) 100%);
@@ -2312,6 +2410,9 @@ li {
/* Field labels */
/* Editor fields */
/* Section headings in item sheet tabs */
/* Section title headings inside sheet-box (Profil, etc.) */
/* Suppress formInput label when heading already provides it */
/* ProseMirror editor in sheet-box — ensure readable background */
}
.fvtt-mournblade-cyd-2-0.item .window-content {
padding: 0;
@@ -2564,6 +2665,27 @@ li {
border-radius: 3px;
flex: 1;
}
.fvtt-mournblade-cyd-2-0.item .tab .sheet-box h3,
.fvtt-mournblade-cyd-2-0.item .tab .sheet-box .items-title-text {
font-family: "CentaurMT", "Palatino Linotype", serif;
font-size: 0.85rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
color: #f0dfc0 !important;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
margin: 0.25rem 0;
padding: 0.2rem 0;
}
.fvtt-mournblade-cyd-2-0.item .tab .sheet-box .form-group > label {
display: none;
}
.fvtt-mournblade-cyd-2-0.item .tab .sheet-box .editor {
min-height: 4rem;
background: rgba(255, 250, 240, 0.9);
border: 1px solid rgba(139, 69, 19, 0.35);
border-radius: 3px;
}
/* ==================== Actor Sheet Styles ==================== */
.fvtt-mournblade-cyd-2-0.actor {
background: url("../assets/ui/pc_sheet_bg.webp") repeat;