✨
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
"SystemName": "Pokémon TTRPG",
|
"SystemName": "Pokémon TTRPG",
|
||||||
"System": {
|
"System": {
|
||||||
"LevelShort": "LvL",
|
"LevelShort": "LvL",
|
||||||
|
"ExperienceShort": "EXP",
|
||||||
"ArmorClass": "Armor Class",
|
"ArmorClass": "Armor Class",
|
||||||
"Speed": "Speed"
|
"Speed": "Speed"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,13 +5,17 @@
|
|||||||
color: white;
|
color: white;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
|
||||||
|
@import url('https://fonts.googleapis.com/css2?family=VT323&display=swap');
|
||||||
|
font-family: "VT323", Arial, Helvetica, sans-serif;
|
||||||
};
|
};
|
||||||
|
|
||||||
.headerBox {
|
.headerBox {
|
||||||
float: left;
|
float: left;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 80px;
|
height: 100px;
|
||||||
|
|
||||||
|
display: flex;
|
||||||
};
|
};
|
||||||
|
|
||||||
.inputText {
|
.inputText {
|
||||||
@@ -32,6 +36,7 @@
|
|||||||
|
|
||||||
.bigInputText {
|
.bigInputText {
|
||||||
font-size: 21px;
|
font-size: 21px;
|
||||||
|
font-weight: 600;
|
||||||
|
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
@@ -42,14 +47,50 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.smallInputText {
|
.smallInputText {
|
||||||
font-size: 18px;
|
font-size: 14px;
|
||||||
|
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
padding-top: 20px;
|
padding-top: 10px;
|
||||||
padding-bottom: 20px;
|
padding-bottom: 10px;
|
||||||
|
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
|
width: 60%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.lvlBox {
|
||||||
|
width: 50px;
|
||||||
|
height: 50px;
|
||||||
|
color: black;
|
||||||
|
border: black;
|
||||||
|
|
||||||
|
box-shadow: 0 0 20px #003300 inset;
|
||||||
|
-webkit-box-shadow: 0 0 20px #003300 inset;
|
||||||
|
-moz-box-shadow: 0 0 20px #003300 inset;
|
||||||
|
-o-box-shadow: 0 0 20px #003300 inset;
|
||||||
|
|
||||||
|
border-radius: 10px;
|
||||||
|
-webkit-border-radius: 10px;
|
||||||
|
-moz-border-radius: 10px;
|
||||||
|
-o-border-radius: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.expBox {
|
||||||
|
display: flex;
|
||||||
|
width: 50px;
|
||||||
|
height: 30px;
|
||||||
|
color: black;
|
||||||
|
border: black;
|
||||||
|
|
||||||
|
box-shadow: 0 0 20px #003300 inset;
|
||||||
|
-webkit-box-shadow: 0 0 20px #003300 inset;
|
||||||
|
-moz-box-shadow: 0 0 20px #003300 inset;
|
||||||
|
-o-box-shadow: 0 0 20px #003300 inset;
|
||||||
|
|
||||||
|
border-radius: 10px;
|
||||||
|
-webkit-border-radius: 10px;
|
||||||
|
-moz-border-radius: 10px;
|
||||||
|
-o-border-radius: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sideBarBox {
|
.sideBarBox {
|
||||||
|
|||||||
49
pokemon.css
49
pokemon.css
@@ -3,12 +3,20 @@
|
|||||||
color: white;
|
color: white;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
font-family: "VT323", Arial, Helvetica, sans-serif;
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: 'VT323';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
font-display: swap;
|
||||||
|
src: url(https://fonts.gstatic.com/s/vt323/v17/pxiKyp0ihIEF2hsY.ttf) format('truetype');
|
||||||
}
|
}
|
||||||
.pokemon.sheet.characterSheet .headerBox {
|
.pokemon.sheet.characterSheet .headerBox {
|
||||||
float: left;
|
float: left;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 80px;
|
height: 100px;
|
||||||
|
display: flex;
|
||||||
}
|
}
|
||||||
.pokemon.sheet.characterSheet .inputText {
|
.pokemon.sheet.characterSheet .inputText {
|
||||||
background-color: #30da0c;
|
background-color: #30da0c;
|
||||||
@@ -25,6 +33,7 @@
|
|||||||
}
|
}
|
||||||
.pokemon.sheet.characterSheet .bigInputText {
|
.pokemon.sheet.characterSheet .bigInputText {
|
||||||
font-size: 21px;
|
font-size: 21px;
|
||||||
|
font-weight: 600;
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
@@ -32,12 +41,42 @@
|
|||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
.pokemon.sheet.characterSheet .smallInputText {
|
.pokemon.sheet.characterSheet .smallInputText {
|
||||||
font-size: 18px;
|
font-size: 14px;
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
padding-top: 20px;
|
padding-top: 10px;
|
||||||
padding-bottom: 20px;
|
padding-bottom: 10px;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
|
width: 60%;
|
||||||
|
}
|
||||||
|
.pokemon.sheet.characterSheet .lvlBox {
|
||||||
|
width: 50px;
|
||||||
|
height: 50px;
|
||||||
|
color: black;
|
||||||
|
border: black;
|
||||||
|
box-shadow: 0 0 20px #003300 inset;
|
||||||
|
-webkit-box-shadow: 0 0 20px #003300 inset;
|
||||||
|
-moz-box-shadow: 0 0 20px #003300 inset;
|
||||||
|
-o-box-shadow: 0 0 20px #003300 inset;
|
||||||
|
border-radius: 10px;
|
||||||
|
-webkit-border-radius: 10px;
|
||||||
|
-moz-border-radius: 10px;
|
||||||
|
-o-border-radius: 10px;
|
||||||
|
}
|
||||||
|
.pokemon.sheet.characterSheet .expBox {
|
||||||
|
display: flex;
|
||||||
|
width: 50px;
|
||||||
|
height: 30px;
|
||||||
|
color: black;
|
||||||
|
border: black;
|
||||||
|
box-shadow: 0 0 20px #003300 inset;
|
||||||
|
-webkit-box-shadow: 0 0 20px #003300 inset;
|
||||||
|
-moz-box-shadow: 0 0 20px #003300 inset;
|
||||||
|
-o-box-shadow: 0 0 20px #003300 inset;
|
||||||
|
border-radius: 10px;
|
||||||
|
-webkit-border-radius: 10px;
|
||||||
|
-moz-border-radius: 10px;
|
||||||
|
-o-border-radius: 10px;
|
||||||
}
|
}
|
||||||
.pokemon.sheet.characterSheet .sideBarBox {
|
.pokemon.sheet.characterSheet .sideBarBox {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "0.0.13",
|
"version": "0.0.14",
|
||||||
"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,20 +1,16 @@
|
|||||||
<div class="headerBox">
|
<div class="headerBox">
|
||||||
|
|
||||||
{{!-- <div class="logoBox">
|
|
||||||
<div class="logoImg"><div class="logoText">{{localize "POKEMON.SystemName"}}</div></div>
|
|
||||||
</div> --}}
|
|
||||||
|
|
||||||
<div class="charInfoBox">
|
|
||||||
<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="{{actor.species}}">
|
<input class="inputText smallInputText" type="text" name="species" value="{{actor.species}}">
|
||||||
</div>
|
</div>
|
||||||
|
<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>
|
<div class="lvlValue">{{system.experience.level}}</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="expBox">
|
<div class="expBox">
|
||||||
<div class="expValue">{{system.experience.EXP}} EXP</div>
|
<div class="expLabel">{{localize "POKEMON.System.ExperienceShort"}}:</div>
|
||||||
|
<div class="expValue">{{system.experience.EXP}}</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
Reference in New Issue
Block a user