diff --git a/less/character-sheet.less b/less/character-sheet.less index 2376d23..0cd001b 100644 --- a/less/character-sheet.less +++ b/less/character-sheet.less @@ -446,16 +446,13 @@ background-color: #30da0c; color: black; border: black; + width: 80px; + height: 20px; - box-shadow: 0 0 20px #003300 inset; - -webkit-box-shadow: 0 0 20px #003300 inset; - -moz-box-shadow: 0 0 20px #003300 inset; - -o-box-shadow: 0 0 20px #003300 inset; - - border-radius: 10px; - -webkit-border-radius: 10px; - -moz-border-radius: 10px; - -o-border-radius: 10px; + border-radius: 20px; + -webkit-border-radius: 20px; + -moz-border-radius: 20px; + -o-border-radius: 20px; padding: 5px; margin: 15px 10px; @@ -487,7 +484,7 @@ left: 0; height: 20px; width: 36px; - background-color: #30da0c; + background-color: transparent; border-radius: 5px; margin-right: 8px; @@ -557,6 +554,12 @@ width: 150px; } + .typeSelectBox { + display: flex; + margin-top: 5px; + margin-left: 10px; + } + .normal { background-color: #A8A77A; } diff --git a/pokemon.css b/pokemon.css index 808ee1f..e4b9a81 100644 --- a/pokemon.css +++ b/pokemon.css @@ -383,14 +383,12 @@ background-color: #30da0c; color: black; border: black; - box-shadow: 0 0 20px #003300 inset; - -webkit-box-shadow: 0 0 20px #003300 inset; - -moz-box-shadow: 0 0 20px #003300 inset; - -o-box-shadow: 0 0 20px #003300 inset; - border-radius: 10px; - -webkit-border-radius: 10px; - -moz-border-radius: 10px; - -o-border-radius: 10px; + width: 80px; + height: 20px; + border-radius: 20px; + -webkit-border-radius: 20px; + -moz-border-radius: 20px; + -o-border-radius: 20px; padding: 5px; margin: 15px 10px; display: flex; @@ -417,7 +415,7 @@ left: 0; height: 20px; width: 36px; - background-color: #30da0c; + background-color: transparent; border-radius: 5px; margin-right: 8px; box-shadow: 0 0 10px #003300 inset; @@ -471,3 +469,17 @@ .pokemon.sheet.characterSheet .moveName { width: 150px; } +.pokemon.sheet.characterSheet .typeSelectBox { + display: flex; + margin-top: 5px; + margin-left: 10px; +} +.pokemon.sheet.characterSheet .normal { + background-color: #A8A77A; +} +.pokemon.sheet.characterSheet .fire { + background-color: #EE8130; +} +.pokemon.sheet.characterSheet .water { + background-color: #6390f0; +} diff --git a/system.json b/system.json index 5073ff6..eacda75 100644 --- a/system.json +++ b/system.json @@ -1,5 +1,5 @@ { - "version": "0.1.1", + "version": "0.1.2", "id": "pokemon", "title": "Pokémon TTRPG", "description": "A Pokémon TTRPG", diff --git a/system.zip b/system.zip index cc32b5c..c6e2132 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 39d8bb8..db7460b 100644 --- a/templates/sheets/character/header.hbs +++ b/templates/sheets/character/header.hbs @@ -6,13 +6,13 @@