✨
This commit is contained in:
@@ -368,13 +368,15 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.item.active:after {
|
.item.active:after {
|
||||||
content: "";
|
content: "";
|
||||||
border-top: 30px solid #b0b0b0;
|
height: 35px;
|
||||||
border-left: 30px solid #c00d0d;
|
|
||||||
height: 0;
|
|
||||||
float: left;
|
float: left;
|
||||||
position: absolute;
|
position: relative;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
bottom: 0px
|
top: -35px;
|
||||||
|
width: 45px;
|
||||||
|
background-color: #0006;
|
||||||
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
11
pokemon.css
11
pokemon.css
@@ -306,11 +306,12 @@
|
|||||||
}
|
}
|
||||||
.pokemon.sheet.characterSheet .item.active:after {
|
.pokemon.sheet.characterSheet .item.active:after {
|
||||||
content: "";
|
content: "";
|
||||||
border-top: 30px solid #b0b0b0;
|
height: 35px;
|
||||||
border-left: 30px solid #c00d0d;
|
|
||||||
height: 0;
|
|
||||||
float: left;
|
float: left;
|
||||||
position: absolute;
|
position: relative;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
bottom: 0px;
|
top: -35px;
|
||||||
|
width: 45px;
|
||||||
|
background-color: #0006;
|
||||||
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "0.0.33",
|
"version": "0.0.34",
|
||||||
"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.
@@ -61,4 +61,6 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="horLine"></div>
|
<div class="horLine"></div>
|
||||||
|
<div class="bgCurve1"></div>
|
||||||
|
<div class="bgCurve2"></div>
|
||||||
</div>
|
</div>
|
||||||
Reference in New Issue
Block a user