Potions et élémentaires

This commit is contained in:
2026-05-02 08:26:28 +02:00
parent a234ba5d14
commit d6b5891519
248 changed files with 7020 additions and 350 deletions
+45
View File
@@ -872,3 +872,48 @@
}
}
}
/* ==================== Sortilège Launch Button ==================== */
.fvtt-mournblade.sheet {
.header-actions {
display: flex;
align-items: center;
gap: 6px;
flex-wrap: wrap;
padding: 4px 0;
.chat-card-button {
display: inline-flex;
align-items: center;
gap: 6px;
padding: 5px 12px;
background: linear-gradient(135deg, #6b1a1a 0%, #8b2222 50%, #6b1a1a 100%);
border: 1px solid #c0392b;
border-radius: 4px;
color: #f5e6d3;
font-family: CentaurMT, serif;
font-size: 0.9rem;
cursor: pointer;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.1);
transition: all 0.2s ease;
white-space: nowrap;
i { color: #d4af37; }
&:hover {
background: linear-gradient(135deg, #8b2222 0%, #a52a2a 50%, #8b2222 100%);
border-color: #d4af37;
color: #fff;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.15);
i { color: #ffd700; }
}
&:active {
background: linear-gradient(135deg, #5a1010 0%, #6b1a1a 50%, #5a1010 100%);
transform: translateY(1px);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
}
}
}