✨
This commit is contained in:
@@ -16,8 +16,13 @@
|
|||||||
height: 100px;
|
height: 100px;
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
|
justify-content: flex-start;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
.charInfo {
|
||||||
|
width: 500px
|
||||||
|
}
|
||||||
|
|
||||||
.inputText {
|
.inputText {
|
||||||
background-color: #30da0c;
|
background-color: #30da0c;
|
||||||
color: black;
|
color: black;
|
||||||
@@ -58,9 +63,14 @@
|
|||||||
width: 60%;
|
width: 60%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.advancementBox {
|
||||||
|
margin-left: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
.lvlBox {
|
.lvlBox {
|
||||||
width: 50px;
|
width: 60px;
|
||||||
height: 50px;
|
height: 60px;
|
||||||
|
background-color: #30da0c;
|
||||||
color: black;
|
color: black;
|
||||||
border: black;
|
border: black;
|
||||||
|
|
||||||
@@ -73,12 +83,22 @@
|
|||||||
-webkit-border-radius: 10px;
|
-webkit-border-radius: 10px;
|
||||||
-moz-border-radius: 10px;
|
-moz-border-radius: 10px;
|
||||||
-o-border-radius: 10px;
|
-o-border-radius: 10px;
|
||||||
|
|
||||||
|
margin-bottom: 10px;
|
||||||
|
padding: 5px;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: space-around;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.expBox {
|
.expBox {
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 50px;
|
justify-content: flex-start;
|
||||||
|
align-items: center;
|
||||||
|
width: 60px;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
|
background-color: #30da0c;
|
||||||
color: black;
|
color: black;
|
||||||
border: black;
|
border: black;
|
||||||
|
|
||||||
|
|||||||
23
pokemon.css
23
pokemon.css
@@ -17,6 +17,10 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100px;
|
height: 100px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
justify-content: flex-start;
|
||||||
|
}
|
||||||
|
.pokemon.sheet.characterSheet .charInfo {
|
||||||
|
width: 500px;
|
||||||
}
|
}
|
||||||
.pokemon.sheet.characterSheet .inputText {
|
.pokemon.sheet.characterSheet .inputText {
|
||||||
background-color: #30da0c;
|
background-color: #30da0c;
|
||||||
@@ -49,9 +53,13 @@
|
|||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
width: 60%;
|
width: 60%;
|
||||||
}
|
}
|
||||||
|
.pokemon.sheet.characterSheet .advancementBox {
|
||||||
|
margin-left: 20px;
|
||||||
|
}
|
||||||
.pokemon.sheet.characterSheet .lvlBox {
|
.pokemon.sheet.characterSheet .lvlBox {
|
||||||
width: 50px;
|
width: 60px;
|
||||||
height: 50px;
|
height: 60px;
|
||||||
|
background-color: #30da0c;
|
||||||
color: black;
|
color: black;
|
||||||
border: black;
|
border: black;
|
||||||
box-shadow: 0 0 20px #003300 inset;
|
box-shadow: 0 0 20px #003300 inset;
|
||||||
@@ -62,11 +70,20 @@
|
|||||||
-webkit-border-radius: 10px;
|
-webkit-border-radius: 10px;
|
||||||
-moz-border-radius: 10px;
|
-moz-border-radius: 10px;
|
||||||
-o-border-radius: 10px;
|
-o-border-radius: 10px;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
padding: 5px;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: space-around;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
.pokemon.sheet.characterSheet .expBox {
|
.pokemon.sheet.characterSheet .expBox {
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 50px;
|
justify-content: flex-start;
|
||||||
|
align-items: center;
|
||||||
|
width: 60px;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
|
background-color: #30da0c;
|
||||||
color: black;
|
color: black;
|
||||||
border: black;
|
border: black;
|
||||||
box-shadow: 0 0 20px #003300 inset;
|
box-shadow: 0 0 20px #003300 inset;
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "0.0.14",
|
"version": "0.0.15",
|
||||||
"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,7 +1,7 @@
|
|||||||
<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="{{actor.species}}">
|
<input class="inputText smallInputText" type="text" name="species" value="{{system.species}}">
|
||||||
</div>
|
</div>
|
||||||
<div class="advancementBox">
|
<div class="advancementBox">
|
||||||
<div class="lvlBox">
|
<div class="lvlBox">
|
||||||
|
|||||||
Reference in New Issue
Block a user