diff --git a/less/character-sheet.less b/less/character-sheet.less index 71c865c..0e8f1ff 100644 --- a/less/character-sheet.less +++ b/less/character-sheet.less @@ -13,7 +13,7 @@ .headerBox { float: left; width: 100%; - height: 100px; + height: 110px; display: flex; justify-content: flex-start; @@ -261,7 +261,7 @@ } .calcStatBox { - margin-top: 200px; + margin-top: 180px; } .hitPointBox { @@ -294,7 +294,7 @@ margin: 15px 10px; display: flex; flex-direction: column; - justify-content: space-around; + justify-content: space-evenly; align-items: center; text-align: center; } @@ -330,7 +330,39 @@ padding: 0px 10px; } + .horLine { + width: 400px; + position: absolute; + right: 0px; + height: 5px; + bottom: 411px; + background-color: #5e0000; + } + nav { border: none; } -} \ No newline at end of file + + .menuIcon { + height: 35px; + width : 45px; + background-color: #003300; + float: left; + margin-right: 7px; + + border-radius: 10px; + -webkit-border-radius: 10px; + -moz-border-radius: 10px; + -o-border-radius: 10px; + + background: linear-gradient(top, #307bfb 0%, #0530e5 80%); + background: -webkit-linear-gradient(top, #307bfb 0%, #0530e5 80%); + background: -moz-linear-gradient(top, #307bfb 0%, #0530e5 80%); + background: -o-linear-gradient(top, #307bfb 0%, #0530e5 80%); + + box-shadow: -1px 2px #001c91; + -webkit-box-shadow: -1px 2px #001c91; + -moz-box-shadow: -1px 2px #001c91; + -o-box-shadow: -1px 2px #001c91; + } +} diff --git a/pokemon.css b/pokemon.css index 21aab67..9ead626 100644 --- a/pokemon.css +++ b/pokemon.css @@ -15,7 +15,7 @@ .pokemon.sheet.characterSheet .headerBox { float: left; width: 100%; - height: 100px; + height: 110px; display: flex; justify-content: flex-start; border-bottom: #5e0000; @@ -218,7 +218,7 @@ background-color: #5e0000; } .pokemon.sheet.characterSheet .calcStatBox { - margin-top: 200px; + margin-top: 180px; } .pokemon.sheet.characterSheet .hitPointBox { display: flex; @@ -245,7 +245,7 @@ margin: 15px 10px; display: flex; flex-direction: column; - justify-content: space-around; + justify-content: space-evenly; align-items: center; text-align: center; } @@ -273,6 +273,33 @@ border: none; padding: 0px 10px; } +.pokemon.sheet.characterSheet .horLine { + width: 400px; + position: absolute; + right: 0px; + height: 5px; + bottom: 411px; + background-color: #5e0000; +} .pokemon.sheet.characterSheet nav { border: none; } +.pokemon.sheet.characterSheet .menuIcon { + height: 35px; + width: 45px; + background-color: #003300; + float: left; + margin-right: 7px; + border-radius: 10px; + -webkit-border-radius: 10px; + -moz-border-radius: 10px; + -o-border-radius: 10px; + background: linear-gradient(top, #307bfb 0%, #0530e5 80%); + background: -webkit-linear-gradient(top, #307bfb 0%, #0530e5 80%); + background: -moz-linear-gradient(top, #307bfb 0%, #0530e5 80%); + background: -o-linear-gradient(top, #307bfb 0%, #0530e5 80%); + box-shadow: -1px 2px #001c91; + -webkit-box-shadow: -1px 2px #001c91; + -moz-box-shadow: -1px 2px #001c91; + -o-box-shadow: -1px 2px #001c91; +} diff --git a/system.json b/system.json index 030030c..1db6478 100644 --- a/system.json +++ b/system.json @@ -1,5 +1,5 @@ { - "version": "0.0.30", + "version": "0.0.31", "id": "pokemon", "title": "Pokémon TTRPG", "description": "A Pokémon TTRPG", diff --git a/system.zip b/system.zip index 3787320..4607b48 100644 Binary files a/system.zip and b/system.zip differ