diff --git a/less/character-sheet.less b/less/character-sheet.less index 7cfa824..b1d0683 100644 --- a/less/character-sheet.less +++ b/less/character-sheet.less @@ -200,4 +200,14 @@ height: auto; width: auto; } + + .vertLine { + height: 100%; + width: 5px; + background-color: #5e0000; + } + + .menuBox { + background-color: #5e0000; + } } \ No newline at end of file diff --git a/pokemon.css b/pokemon.css index 943c58f..f305a63 100644 --- a/pokemon.css +++ b/pokemon.css @@ -169,3 +169,11 @@ height: auto; width: auto; } +.pokemon.sheet.characterSheet .vertLine { + height: 100%; + width: 5px; + background-color: #5e0000; +} +.pokemon.sheet.characterSheet .menuBox { + background-color: #5e0000; +} diff --git a/system.json b/system.json index fe2efdd..0604ef2 100644 --- a/system.json +++ b/system.json @@ -1,5 +1,5 @@ { - "version": "0.0.23", + "version": "0.0.24", "id": "pokemon", "title": "Pokémon TTRPG", "description": "A Pokémon TTRPG", diff --git a/system.zip b/system.zip index 6566d5e..a9721b9 100644 Binary files a/system.zip and b/system.zip differ diff --git a/templates/sheets/character/sidebar.hbs b/templates/sheets/character/sidebar.hbs index f0116e2..acacc69 100644 --- a/templates/sheets/character/sidebar.hbs +++ b/templates/sheets/character/sidebar.hbs @@ -18,12 +18,16 @@ -
HP
{{system.hp.current}}
-
Max
{{system.hp.max}}
-
{{localize "POKEMON.System.ArmorClass"}}
{{system.armorClass}}
-
{{localize "POKEMON.System.Speed"}}
{{system.speed}}
+
+
HP
{{system.hp.current}}
+
Max
{{system.hp.max}}
+
{{localize "POKEMON.System.ArmorClass"}}
{{system.armorClass}}
+
{{localize "POKEMON.System.Speed"}}
{{system.speed}}
+
+
+