This commit is contained in:
2025-08-03 16:19:38 +02:00
parent 789407988b
commit e322d382fc
5 changed files with 36 additions and 1 deletions

View File

@@ -379,4 +379,21 @@
border-radius: 10px; border-radius: 10px;
} }
.bgCurve1 {
position: absolute;
background-color: #5e0000;
width: 126px;
height: 100px;
left: 216px;
top: 186px;
}
.bgCurve2 {
position: absolute;
background-color: #5e0000;
width: 100px;
height: 60px;
left: 342px;
top: 126px;
}
} }

View File

@@ -315,3 +315,19 @@
background-color: #0006; background-color: #0006;
border-radius: 10px; border-radius: 10px;
} }
.pokemon.sheet.characterSheet .bgCurve1 {
position: absolute;
background-color: #5e0000;
width: 126px;
height: 100px;
left: 216px;
top: 186px;
}
.pokemon.sheet.characterSheet .bgCurve2 {
position: absolute;
background-color: #5e0000;
width: 100px;
height: 60px;
left: 342px;
top: 126px;
}

View File

@@ -1,5 +1,5 @@
{ {
"version": "0.0.34", "version": "0.0.35",
"id": "pokemon", "id": "pokemon",
"title": "Pokémon TTRPG", "title": "Pokémon TTRPG",
"description": "A Pokémon TTRPG", "description": "A Pokémon TTRPG",

Binary file not shown.

View File

@@ -63,4 +63,6 @@
<div class="horLine"></div> <div class="horLine"></div>
<div class="bgCurve1"></div> <div class="bgCurve1"></div>
<div class="bgCurve2"></div> <div class="bgCurve2"></div>
<div class="curve1"></div>
<div class="curve2"></div>
</div> </div>