change Nahkampfwaffe to Bewaffnung and add Parierwaffe/Schild/Fernkampfwaffe

This commit is contained in:
Sven Balzer
2024-10-08 01:12:48 +02:00
parent 0df8a4e89d
commit 948dba6032
7 changed files with 436 additions and 155 deletions
+27
View File
@@ -10,6 +10,10 @@
flex: 1;
}
.noflex {
flex: 0;
}
.wrap {
flex-wrap: wrap;
}
@@ -36,6 +40,9 @@
.placeholder {
font-size: 0.8em;
border-top: 1px solid;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
@@ -82,4 +89,24 @@
border: none;
background: none;
table-layout: fixed;
}
.item-sheet .tabs {
padding: 6px;
margin-top: 6px;
border-top: 1px solid;
border-bottom: 1px solid;
}
.item-sheet .tabs a {
line-height: 18px;
}
.item-sheet .tabs a.active {
text-decoration: underline;
}
.item-sheet .tabs input[type="checkbox"] {
width: 12px;
height: 12px;
}