diff --git a/D&Z-Apocalypse/DZ-Apocalypse.css b/D&Z-Apocalypse/DZ-Apocalypse.css index 27ccd78ddc..df107b5f35 100644 --- a/D&Z-Apocalypse/DZ-Apocalypse.css +++ b/D&Z-Apocalypse/DZ-Apocalypse.css @@ -436,6 +436,7 @@ input[type="checkbox"]::before { font-size: 24px; align-items: center; justify-content: center; + color: var(--secondary-color); } .sheet-rolltemplate-dzapocalypse-description .sheet-description3 .inlinerollresult, @@ -2318,6 +2319,13 @@ height: 30px !important; font-size: 14px !important; } +.sheet-main-menu input:checked + label, +.sheet-main-header-blank input:checked + label { + border-color: var(--secondary-color) !important; + background-color: var(--main-color) !important; + color: white !important; +} + .sheet-main-header-blank label { font-size: 10px !important; } @@ -2326,12 +2334,7 @@ height: 30px !important; background-color: #e7a820 !important; } -.sheet-main-menu input:checked + label, -.sheet-main-header-blank input:checked + label { - border-color: var(--secondary-color) !important; - background-color: var(--main-color) !important; - color: white !important; -} + .sheet-statistics input.sheet-inputchar2 { font-size: 12px !important; diff --git a/D&Z-Apocalypse/DZ-Apocalypse.html b/D&Z-Apocalypse/DZ-Apocalypse.html index bf9a2469c2..9dbf651403 100644 --- a/D&Z-Apocalypse/DZ-Apocalypse.html +++ b/D&Z-Apocalypse/DZ-Apocalypse.html @@ -235,6 +235,29 @@ + +
@@ -291,29 +314,6 @@ y
- -
@@ -1273,7 +1273,7 @@ "clothing-hands-armorclass", "clothing-belt-armorclass", "clothing-legs-armorclass", - "clothing-feet-armorclass" + "clothing-feets-armorclass" ], function(values) { const base = 5; const dex = parseInt(values["dex"], 10) || 0; @@ -1287,7 +1287,7 @@ "clothing-hands-armorclass", "clothing-belt-armorclass", "clothing-legs-armorclass", - "clothing-feet-armorclass" + "clothing-feets-armorclass" ]; const armorTotal = armorPieces.reduce((total, attr) => { @@ -1431,6 +1431,18 @@
+ + +
@@ -2037,7 +2049,7 @@
- + diff --git a/D&Z-Apocalypse/sheet.json b/D&Z-Apocalypse/sheet.json index 7b7b0c4904..e84b3dd197 100644 --- a/D&Z-Apocalypse/sheet.json +++ b/D&Z-Apocalypse/sheet.json @@ -6,4 +6,4 @@ "preview": "preview.png", "instructions": "D&Z is a role-playing game inspired by The Last of Us, Left for Dead and other games of the same genre, it is a zombie version of D&D powered by an active community.", "legacy": false - } + } \ No newline at end of file