✨
This commit is contained in:
@@ -92,6 +92,10 @@
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.lvlValue {
|
||||
font-size: 25px;
|
||||
}
|
||||
|
||||
.expBox {
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
@@ -111,6 +115,9 @@
|
||||
-webkit-border-radius: 10px;
|
||||
-moz-border-radius: 10px;
|
||||
-o-border-radius: 10px;
|
||||
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
.sideBarBox {
|
||||
|
||||
@@ -77,6 +77,9 @@
|
||||
justify-content: space-around;
|
||||
align-items: center;
|
||||
}
|
||||
.pokemon.sheet.characterSheet .lvlValue {
|
||||
font-size: 25px;
|
||||
}
|
||||
.pokemon.sheet.characterSheet .expBox {
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
@@ -94,6 +97,8 @@
|
||||
-webkit-border-radius: 10px;
|
||||
-moz-border-radius: 10px;
|
||||
-o-border-radius: 10px;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
}
|
||||
.pokemon.sheet.characterSheet .sideBarBox {
|
||||
visibility: hidden;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "0.0.15",
|
||||
"version": "0.0.16",
|
||||
"id": "pokemon",
|
||||
"title": "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="charInfo">
|
||||
<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 class="advancementBox">
|
||||
<div class="lvlBox">
|
||||
<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 class="expBox">
|
||||
<div class="expLabel">{{localize "POKEMON.System.ExperienceShort"}}:</div>
|
||||
|
||||
Reference in New Issue
Block a user