✨
This commit is contained in:
@@ -92,6 +92,10 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.lvlValue {
|
||||||
|
font-size: 25px;
|
||||||
|
}
|
||||||
|
|
||||||
.expBox {
|
.expBox {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
@@ -111,6 +115,9 @@
|
|||||||
-webkit-border-radius: 10px;
|
-webkit-border-radius: 10px;
|
||||||
-moz-border-radius: 10px;
|
-moz-border-radius: 10px;
|
||||||
-o-border-radius: 10px;
|
-o-border-radius: 10px;
|
||||||
|
|
||||||
|
padding-left: 5px;
|
||||||
|
padding-right: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sideBarBox {
|
.sideBarBox {
|
||||||
|
|||||||
@@ -77,6 +77,9 @@
|
|||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
.pokemon.sheet.characterSheet .lvlValue {
|
||||||
|
font-size: 25px;
|
||||||
|
}
|
||||||
.pokemon.sheet.characterSheet .expBox {
|
.pokemon.sheet.characterSheet .expBox {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
@@ -94,6 +97,8 @@
|
|||||||
-webkit-border-radius: 10px;
|
-webkit-border-radius: 10px;
|
||||||
-moz-border-radius: 10px;
|
-moz-border-radius: 10px;
|
||||||
-o-border-radius: 10px;
|
-o-border-radius: 10px;
|
||||||
|
padding-left: 5px;
|
||||||
|
padding-right: 5px;
|
||||||
}
|
}
|
||||||
.pokemon.sheet.characterSheet .sideBarBox {
|
.pokemon.sheet.characterSheet .sideBarBox {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "0.0.15",
|
"version": "0.0.16",
|
||||||
"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.
@@ -1,12 +1,12 @@
|
|||||||
<div class="headerBox">
|
<div class="headerBox">
|
||||||
<div class="charInfo">
|
<div class="charInfo">
|
||||||
<input class="inputText bigInputText" type="text" name="name" value="{{actor.name}}">
|
<input class="inputText bigInputText" type="text" name="name" value="{{actor.name}}">
|
||||||
<input class="inputText smallInputText" type="text" name="species" value="{{system.species}}">
|
<input class="inputText smallInputText" type="text" name="system.species" value="{{data.species}}">
|
||||||
</div>
|
</div>
|
||||||
<div class="advancementBox">
|
<div class="advancementBox">
|
||||||
<div class="lvlBox">
|
<div class="lvlBox">
|
||||||
<div class="lvlLabel">{{localize "POKEMON.System.LevelShort"}}</div>
|
<div class="lvlLabel">{{localize "POKEMON.System.LevelShort"}}</div>
|
||||||
<div class="lvlValue">{{system.experience.level}}</div>
|
<input class="invisibleInput" type="number" name="system.experience.level" value="{{data.experience.level}}">
|
||||||
</div>
|
</div>
|
||||||
<div class="expBox">
|
<div class="expBox">
|
||||||
<div class="expLabel">{{localize "POKEMON.System.ExperienceShort"}}:</div>
|
<div class="expLabel">{{localize "POKEMON.System.ExperienceShort"}}:</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user