Item ehnance, fixes on acto sheet

This commit is contained in:
2026-03-08 10:42:36 +01:00
parent 8f7f0169e4
commit e9abefd90d
22 changed files with 508 additions and 68 deletions

View File

@@ -238,12 +238,71 @@
width: 4rem;
text-align: center;
}
.oathhammer .identity-lineage-class {
gap: 8px;
margin-bottom: 8px;
}
.oathhammer .identity-lineage-class .item-slot {
flex: 1;
display: flex;
align-items: center;
gap: 6px;
padding: 6px 8px;
border: 2px solid #c8a84b;
border-radius: 4px;
background: rgba(212, 160, 23, 0.08);
min-height: 40px;
}
.oathhammer .identity-lineage-class .item-slot.empty {
border-style: dashed;
opacity: 0.7;
cursor: default;
}
.oathhammer .identity-lineage-class .item-slot.empty .slot-icon {
font-size: 1.2rem;
color: #c8a84b;
}
.oathhammer .identity-lineage-class .item-slot.empty .slot-placeholder {
font-family: "Calibri", "Segoe UI", sans-serif;
font-style: italic;
color: #c8a84b;
font-size: 0.9rem;
}
.oathhammer .identity-lineage-class .item-slot .item-img {
width: 32px;
height: 32px;
-o-object-fit: contain;
object-fit: contain;
border: none;
flex-shrink: 0;
}
.oathhammer .identity-lineage-class .item-slot .item-name {
flex: 1;
font-family: "Sherwood", "Palatino Linotype", serif;
font-size: 1rem;
color: #2a1a0a;
}
.oathhammer .identity-lineage-class .item-slot a[data-action] {
color: #c8a84b;
}
.oathhammer .identity-lineage-class .item-slot a[data-action]:hover {
color: #084a74;
}
.oathhammer .biodata-col {
flex: 1;
display: flex;
flex-direction: column;
gap: 2px;
}
.oathhammer .character-arcane-stress .flexrow {
align-items: center;
gap: 4px;
}
.oathhammer .character-arcane-stress input {
min-width: 3rem;
max-width: 3rem;
text-align: center;
}
.oathhammer .defense-display {
min-width: 3rem;
max-width: 3rem;