diff --git a/less/character-sheet.less b/less/character-sheet.less index 8bc11a3..44ca956 100644 --- a/less/character-sheet.less +++ b/less/character-sheet.less @@ -1,5 +1,5 @@ // main: ./pokemon.less -.pokemon.sheet.charactersheet { +.pokemon.sheet.characterSheet { .window-content { background: #c00d0d; color: white; diff --git a/pokemon.css b/pokemon.css index 78b9053..684ec9c 100644 --- a/pokemon.css +++ b/pokemon.css @@ -1,16 +1,16 @@ -.pokemon.sheet.charactersheet .window-content { +.pokemon.sheet.characterSheet .window-content { background: #c00d0d; color: white; width: 100%; height: 100%; font-family: Arial, Helvetica, sans-serif; } -.pokemon.sheet.charactersheet .headerBox { +.pokemon.sheet.characterSheet .headerBox { float: left; width: 100%; height: 80px; } -.pokemon.sheet.charactersheet .inputText { +.pokemon.sheet.characterSheet .inputText { background-color: #30da0c; color: black; border: black; @@ -23,7 +23,7 @@ -moz-border-radius: 10px; -o-border-radius: 10px; } -.pokemon.sheet.charactersheet .bigInputText { +.pokemon.sheet.characterSheet .bigInputText { font-size: 21px; padding-left: 10px; padding-right: 10px; @@ -31,7 +31,7 @@ padding-bottom: 20px; margin-bottom: 5px; } -.pokemon.sheet.charactersheet .smallInputText { +.pokemon.sheet.characterSheet .smallInputText { font-size: 18px; padding-left: 10px; padding-right: 10px; @@ -39,6 +39,6 @@ padding-bottom: 20px; margin-top: 5px; } -.pokemon.sheet.charactersheet .sideBarBox { +.pokemon.sheet.characterSheet .sideBarBox { visibility: hidden; } diff --git a/system.json b/system.json index 6e7335e..4998d78 100644 --- a/system.json +++ b/system.json @@ -1,5 +1,5 @@ { - "version": "0.0.12", + "version": "0.0.13", "id": "pokemon", "title": "Pokémon TTRPG", "description": "A Pokémon TTRPG", diff --git a/system.zip b/system.zip index 0ccb49d..3ae4071 100644 Binary files a/system.zip and b/system.zip differ