Manage selective fire

This commit is contained in:
2025-06-15 00:30:24 +02:00
parent e0400793ff
commit 9e4d76298c
35 changed files with 654 additions and 122 deletions

View File

@@ -5,10 +5,11 @@
background-image: var(--background-image-base);
background-repeat: no-repeat;
background-size: 100% 100%;
--input-height: 1.4rem;
.sheet-tabs {
a {
color: rgba(32, 31, 31, 0.8);
color: rgba(32, 31, 31, 0.8);
}
}
@@ -62,7 +63,7 @@
legend {
font-family: var(--font-secondary);
font-size: calc(var(--font-size-standard) * 1.2);
font-size: calc(var(--font-size-standard) * 1.1);
font-weight: bold;
letter-spacing: 1px;
}
@@ -73,6 +74,38 @@
font-family: var(--font-secondary);
font-size: calc(var(--font-size-standard) * 1);
}
.hp-unconscious {
font-family: var(--font-secondary);
font-size: calc(var(--font-size-standard) * 1);
color: #b4710c;
}
.hp-dead {
font-family: var(--font-secondary);
font-size: calc(var(--font-size-standard) * 1);
color: #b40000;
}
.protagonist-luck {
display: flex;
min-width: 8rem;
max-width: 8rem;
.rollable:hover,
.rollable:focus {
text-shadow: 0 0 8px var(--color-shadow-primary);
cursor: pointer;
font-size: 0.9rem;
}
}
.damage-bonus {
display: flex;
label {
max-width: 5rem;
min-width: 5rem;
}
input {
max-width: 2rem;
min-width: 2rem;
}
}
}
.vehicle-sheet-common {
@@ -90,7 +123,6 @@
}
.item-sheet-common {
.form-fields {
padding-top: 4px;
}