diff --git a/less/character-sheet.less b/less/character-sheet.less index aaffadf..f0b281d 100644 --- a/less/character-sheet.less +++ b/less/character-sheet.less @@ -67,6 +67,8 @@ background: transparent; color: inherit; text-align: inherit; + font-size: inherit; + padding: 0px; } .advancementBox { @@ -107,7 +109,7 @@ display: flex; justify-content: flex-start; align-items: center; - width: 60px; + width: 80px; height: 30px; background-color: #30da0c; color: black; @@ -127,23 +129,35 @@ padding-right: 5px; } - .sideBarBox { - visibility: hidden; + .expValue { + text-align: center; } - // .sideBarBox { - // float: left; - // width: 185px; - // min-height: 500px; - // border-image: url(assets/img/banner.png); - // border-image-slice: 21 18 52 fill; - // border-left-width: 18px; - // border-right-width: 18px; - // border-top-width: 21px; - // border-bottom-width: 52px; - // border-style: solid; - // margin-top: 3px; - // }; + + .sideBarBox { + float: left; + width: 185px; + min-height: 500px; + border-left-width: 18px; + border-right-width: 18px; + border-top-width: 21px; + border-bottom-width: 52px; + border-style: solid; + margin-top: 3px; + }; + + .menuBox { + float: left; + width: 400px; + height: 26px; + position: relative; + }; + + .contentBox { + float: left; + width: 430px; + min-height: 500px; + }; // .imgBox { // float: left; diff --git a/pokemon.css b/pokemon.css index c172906..c60e9a8 100644 --- a/pokemon.css +++ b/pokemon.css @@ -57,6 +57,8 @@ background: transparent; color: inherit; text-align: inherit; + font-size: inherit; + padding: 0px; } .pokemon.sheet.characterSheet .advancementBox { margin-left: 20px; @@ -90,7 +92,7 @@ display: flex; justify-content: flex-start; align-items: center; - width: 60px; + width: 80px; height: 30px; background-color: #30da0c; color: black; @@ -106,6 +108,28 @@ padding-left: 5px; padding-right: 5px; } -.pokemon.sheet.characterSheet .sideBarBox { - visibility: hidden; +.pokemon.sheet.characterSheet .expValue { + text-align: center; +} +.pokemon.sheet.characterSheet .sideBarBox { + float: left; + width: 185px; + min-height: 500px; + border-left-width: 18px; + border-right-width: 18px; + border-top-width: 21px; + border-bottom-width: 52px; + border-style: solid; + margin-top: 3px; +} +.pokemon.sheet.characterSheet .menuBox { + float: left; + width: 400px; + height: 26px; + position: relative; +} +.pokemon.sheet.characterSheet .contentBox { + float: left; + width: 430px; + min-height: 500px; } diff --git a/system.json b/system.json index d6a4ba6..2f81a02 100644 --- a/system.json +++ b/system.json @@ -1,5 +1,5 @@ { - "version": "0.0.18", + "version": "0.0.19", "id": "pokemon", "title": "Pokémon TTRPG", "description": "A Pokémon TTRPG", diff --git a/system.zip b/system.zip index 8a0da9a..5498b09 100644 Binary files a/system.zip and b/system.zip differ diff --git a/templates/sheets/character/header.hbs b/templates/sheets/character/header.hbs index 88186ce..65eb7cb 100644 --- a/templates/sheets/character/header.hbs +++ b/templates/sheets/character/header.hbs @@ -6,11 +6,11 @@
{{localize "POKEMON.System.LevelShort"}}
- +
{{localize "POKEMON.System.ExperienceShort"}}:
- +
\ No newline at end of file