This commit is contained in:
2025-08-03 15:49:44 +02:00
parent 7a480398f9
commit c1e30e117e
4 changed files with 67 additions and 8 deletions

View File

@@ -13,7 +13,7 @@
.headerBox { .headerBox {
float: left; float: left;
width: 100%; width: 100%;
height: 100px; height: 110px;
display: flex; display: flex;
justify-content: flex-start; justify-content: flex-start;
@@ -261,7 +261,7 @@
} }
.calcStatBox { .calcStatBox {
margin-top: 200px; margin-top: 180px;
} }
.hitPointBox { .hitPointBox {
@@ -294,7 +294,7 @@
margin: 15px 10px; margin: 15px 10px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: space-around; justify-content: space-evenly;
align-items: center; align-items: center;
text-align: center; text-align: center;
} }
@@ -330,7 +330,39 @@
padding: 0px 10px; padding: 0px 10px;
} }
.horLine {
width: 400px;
position: absolute;
right: 0px;
height: 5px;
bottom: 411px;
background-color: #5e0000;
}
nav { nav {
border: none; border: none;
} }
}
.menuIcon {
height: 35px;
width : 45px;
background-color: #003300;
float: left;
margin-right: 7px;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-o-border-radius: 10px;
background: linear-gradient(top, #307bfb 0%, #0530e5 80%);
background: -webkit-linear-gradient(top, #307bfb 0%, #0530e5 80%);
background: -moz-linear-gradient(top, #307bfb 0%, #0530e5 80%);
background: -o-linear-gradient(top, #307bfb 0%, #0530e5 80%);
box-shadow: -1px 2px #001c91;
-webkit-box-shadow: -1px 2px #001c91;
-moz-box-shadow: -1px 2px #001c91;
-o-box-shadow: -1px 2px #001c91;
}
}

View File

@@ -15,7 +15,7 @@
.pokemon.sheet.characterSheet .headerBox { .pokemon.sheet.characterSheet .headerBox {
float: left; float: left;
width: 100%; width: 100%;
height: 100px; height: 110px;
display: flex; display: flex;
justify-content: flex-start; justify-content: flex-start;
border-bottom: #5e0000; border-bottom: #5e0000;
@@ -218,7 +218,7 @@
background-color: #5e0000; background-color: #5e0000;
} }
.pokemon.sheet.characterSheet .calcStatBox { .pokemon.sheet.characterSheet .calcStatBox {
margin-top: 200px; margin-top: 180px;
} }
.pokemon.sheet.characterSheet .hitPointBox { .pokemon.sheet.characterSheet .hitPointBox {
display: flex; display: flex;
@@ -245,7 +245,7 @@
margin: 15px 10px; margin: 15px 10px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: space-around; justify-content: space-evenly;
align-items: center; align-items: center;
text-align: center; text-align: center;
} }
@@ -273,6 +273,33 @@
border: none; border: none;
padding: 0px 10px; padding: 0px 10px;
} }
.pokemon.sheet.characterSheet .horLine {
width: 400px;
position: absolute;
right: 0px;
height: 5px;
bottom: 411px;
background-color: #5e0000;
}
.pokemon.sheet.characterSheet nav { .pokemon.sheet.characterSheet nav {
border: none; border: none;
} }
.pokemon.sheet.characterSheet .menuIcon {
height: 35px;
width: 45px;
background-color: #003300;
float: left;
margin-right: 7px;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-o-border-radius: 10px;
background: linear-gradient(top, #307bfb 0%, #0530e5 80%);
background: -webkit-linear-gradient(top, #307bfb 0%, #0530e5 80%);
background: -moz-linear-gradient(top, #307bfb 0%, #0530e5 80%);
background: -o-linear-gradient(top, #307bfb 0%, #0530e5 80%);
box-shadow: -1px 2px #001c91;
-webkit-box-shadow: -1px 2px #001c91;
-moz-box-shadow: -1px 2px #001c91;
-o-box-shadow: -1px 2px #001c91;
}

View File

@@ -1,5 +1,5 @@
{ {
"version": "0.0.30", "version": "0.0.31",
"id": "pokemon", "id": "pokemon",
"title": "Pokémon TTRPG", "title": "Pokémon TTRPG",
"description": "A Pokémon TTRPG", "description": "A Pokémon TTRPG",

Binary file not shown.