✨
This commit is contained in:
@@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
16
pokemon.css
16
pokemon.css
@@ -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;
|
||||||
|
}
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
BIN
system.zip
BIN
system.zip
Binary file not shown.
@@ -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>
|
||||||
Reference in New Issue
Block a user