diff --git a/less/character-sheet.less b/less/character-sheet.less index 4a5eec3..e3bc26d 100644 --- a/less/character-sheet.less +++ b/less/character-sheet.less @@ -382,9 +382,9 @@ .bgCurve1 { position: absolute; background-color: #5e0000; - width: 126px; + width: 121px; height: 100px; - left: 216px; + left: 221px; top: 186px; } @@ -392,8 +392,28 @@ position: absolute; background-color: #5e0000; width: 100px; - height: 60px; + height: 55px; left: 342px; - top: 126px; + top: 131px; + } + + .curve1 { + position: absolute; + background-color: rgb(192, 13, 13); + width: 100px; + height: 55px; + left: 342px; + top: 131px; + border-top-left-radius: 60px 35px; + } + + .curve2 { + position: absolute; + background-color: #c00d0d; + width: 121px; + height: 100px; + left: 221px; + top: 186px; + border-top-left-radius: 101px 60px; } } diff --git a/pokemon.css b/pokemon.css index 8de2ced..dd51b49 100644 --- a/pokemon.css +++ b/pokemon.css @@ -318,16 +318,34 @@ .pokemon.sheet.characterSheet .bgCurve1 { position: absolute; background-color: #5e0000; - width: 126px; + width: 121px; height: 100px; - left: 216px; + left: 221px; top: 186px; } .pokemon.sheet.characterSheet .bgCurve2 { position: absolute; background-color: #5e0000; width: 100px; - height: 60px; + height: 55px; left: 342px; - top: 126px; + top: 131px; +} +.pokemon.sheet.characterSheet .curve1 { + position: absolute; + background-color: #c00d0d; + width: 100px; + height: 55px; + left: 342px; + top: 131px; + border-top-left-radius: 60px 35px; +} +.pokemon.sheet.characterSheet .curve2 { + position: absolute; + background-color: #c00d0d; + width: 121px; + height: 100px; + left: 221px; + top: 186px; + border-top-left-radius: 101px 60px; } diff --git a/pokemon.js b/pokemon.js index b78a8e2..a97c4e1 100644 --- a/pokemon.js +++ b/pokemon.js @@ -43,7 +43,7 @@ function preloadHandlebarsTemplates() { const templatePaths = [ "systems/pokemon/templates/partials/character-sheet-character.hbs", - "systems/pokemon/templates/partials/character-sheet-background.hbs" + "systems/pokemon/templates/partials/character-sheet-combat.hbs" ]; diff --git a/system.zip b/system.zip index d63b705..c1fdce1 100644 Binary files a/system.zip and b/system.zip differ diff --git a/templates/partials/character-sheet-background.hbs b/templates/partials/character-sheet-combat.hbs similarity index 100% rename from templates/partials/character-sheet-background.hbs rename to templates/partials/character-sheet-combat.hbs diff --git a/templates/sheets/character/sidebar.hbs b/templates/sheets/character/sidebar.hbs index 8e4446e..066749a 100644 --- a/templates/sheets/character/sidebar.hbs +++ b/templates/sheets/character/sidebar.hbs @@ -42,7 +42,7 @@ @@ -55,7 +55,7 @@
- {{> "systems/pokemon/templates/partials/character-sheet-background.hbs"}} + {{> "systems/pokemon/templates/partials/character-sheet-combat.hbs"}}