* Regenerate sheet files

This commit is contained in:
Kreuvf
2024-10-02 16:48:17 +02:00
parent 53f15f8aef
commit 4ac03f6ddd
2 changed files with 1114 additions and 653 deletions
@@ -482,6 +482,14 @@ The solution: convert the <input>s to type="text" and make them look like normal
}
/*----------------------------------------------Combat--------------------------------------*/
.charsheet p {
font-family: serif;
font-size: 1em;
}
.charsheet .not-implemented {
font-style: italic;
}
.charsheet table.table-armour-zones td {
text-align: left;
}
@@ -528,13 +536,16 @@ The solution: convert the <input>s to type="text" and make them look like normal
display: none;
}
.charsheet table.hideable-melee-weapons input[type="text"]:disabled.stat-immutable,
.charsheet table.hideable-melee-weapons td,
.charsheet table.hideable-ranged-weapons input[type="text"]:disabled.stat-immutable,
.charsheet table.hideable-ranged-weapons td {
text-align: center;
}
.charsheet .active-melee input.be-at-mod-hint:checked ~ div span.be-at-mod-hint,
.charsheet .active-melee input.be-pa-mod-hint:checked ~ div span.be-pa-mod-hint {
display: inline;
}
.charsheet input.input-weapon-name,
.charsheet input[type="text"]:disabled.input-weapon-name {
width: 11em;
@@ -802,11 +813,14 @@ The solution: convert the <input>s to type="text" and make them look like normal
.charsheet .verstecke-myranor:checked ~ table tr.myranor,
.charsheet .verstecke-myranor:checked ~ input.myranor,
.charsheet .verstecke-myranor:checked ~ div.myranor,
.charsheet .verstecke-myranor:checked ~ span.myranor {
.charsheet .verstecke-myranor:checked ~ span.myranor,
.charsheet .verstecke-myranor:checked ~ select > option.myranor {
display: none;
}
.charsheet .verstecke-myranor:not(:checked) ~ div.myranor-hide {
.charsheet .verstecke-myranor:not(:checked) ~ div.myranor-hide,
.charsheet .verstecke-myranor:not(:checked) ~ table tr.myranor-hide,
.charsheet .verstecke-myranor:not(:checked) ~ select > option.myranor-hide {
display: none;
}
File diff suppressed because it is too large Load Diff