This commit is contained in:
2025-08-03 14:41:59 +02:00
parent 6c49f3bd36
commit 4f4c2402a0
4 changed files with 32 additions and 18 deletions

View File

@@ -196,13 +196,13 @@
justify-content: center; justify-content: center;
} }
div#topPicture .topPicture
{ {
margin: 6px auto; margin: 6px auto;
width: 40px; width: 40px;
} }
div#buttontopPicture1, div#buttontopPicture2 .buttontopPicture1, .buttontopPicture2
{ {
height: 8px; height: 8px;
width: 8px; width: 8px;
@@ -216,12 +216,12 @@
-o-border-radius: 15px; -o-border-radius: 15px;
} }
div#buttontopPicture1 .buttontopPicture1
{ {
margin-right: 20px; margin-right: 20px;
} }
div#buttonbottomPicture .buttonbottomPicture
{ {
height: 26px; height: 26px;
width: 26px; width: 26px;
@@ -245,7 +245,7 @@
background: -o-linear-gradient(top, #c00d0d 0%, #8b0000 80%); background: -o-linear-gradient(top, #c00d0d 0%, #8b0000 80%);
} }
div#speakers .speakers
{ {
float: right; float: right;
width: 75px; width: 75px;
@@ -253,7 +253,7 @@
margin-right: 20px; margin-right: 20px;
} }
div.sp .sp
{ {
height: 3px; height: 3px;
margin-bottom: 5px; margin-bottom: 5px;
@@ -274,17 +274,25 @@
.vertLine { .vertLine {
position: absolute; position: absolute;
height: 400px; height: 416px;
float: left; float: left;
left: 200px; left: 216px;
bottom: 0px; bottom: 0px;
width: 5px; width: 5px;
background-color: #5e0000; background-color: #5e0000;
} }
.calcStatBox {
margin-top: 200px;
}
.menuBox { .menuBox {
background-color: #5e0000; background-color: #5e0000;
border: none; border: none;
padding: 0px 10px; padding: 0px 10px;
} }
nav {
border: none;
}
} }

View File

@@ -165,12 +165,12 @@
align-items: center; align-items: center;
justify-content: center; justify-content: center;
} }
.pokemon.sheet.characterSheet div#topPicture { .pokemon.sheet.characterSheet .topPicture {
margin: 6px auto; margin: 6px auto;
width: 40px; width: 40px;
} }
.pokemon.sheet.characterSheet div#buttontopPicture1, .pokemon.sheet.characterSheet .buttontopPicture1,
.pokemon.sheet.characterSheet div#buttontopPicture2 { .pokemon.sheet.characterSheet .buttontopPicture2 {
height: 8px; height: 8px;
width: 8px; width: 8px;
background-color: #c00d0d; background-color: #c00d0d;
@@ -181,10 +181,10 @@
-moz-border-radius: 15px; -moz-border-radius: 15px;
-o-border-radius: 15px; -o-border-radius: 15px;
} }
.pokemon.sheet.characterSheet div#buttontopPicture1 { .pokemon.sheet.characterSheet .buttontopPicture1 {
margin-right: 20px; margin-right: 20px;
} }
.pokemon.sheet.characterSheet div#buttonbottomPicture { .pokemon.sheet.characterSheet .buttonbottomPicture {
height: 26px; height: 26px;
width: 26px; width: 26px;
background-color: #c00d0d; background-color: #c00d0d;
@@ -203,13 +203,13 @@
background: -moz-linear-gradient(top, #c00d0d 0%, #8b0000 80%); background: -moz-linear-gradient(top, #c00d0d 0%, #8b0000 80%);
background: -o-linear-gradient(top, #c00d0d 0%, #8b0000 80%); background: -o-linear-gradient(top, #c00d0d 0%, #8b0000 80%);
} }
.pokemon.sheet.characterSheet div#speakers { .pokemon.sheet.characterSheet .speakers {
float: right; float: right;
width: 75px; width: 75px;
height: 25px; height: 25px;
margin-right: 20px; margin-right: 20px;
} }
.pokemon.sheet.characterSheet div.sp { .pokemon.sheet.characterSheet .sp {
height: 3px; height: 3px;
margin-bottom: 5px; margin-bottom: 5px;
background-color: #494949; background-color: #494949;
@@ -226,15 +226,21 @@
} }
.pokemon.sheet.characterSheet .vertLine { .pokemon.sheet.characterSheet .vertLine {
position: absolute; position: absolute;
height: 400px; height: 416px;
float: left; float: left;
left: 200px; left: 216px;
bottom: 0px; bottom: 0px;
width: 5px; width: 5px;
background-color: #5e0000; background-color: #5e0000;
} }
.pokemon.sheet.characterSheet .calcStatBox {
margin-top: 200px;
}
.pokemon.sheet.characterSheet .menuBox { .pokemon.sheet.characterSheet .menuBox {
background-color: #5e0000; background-color: #5e0000;
border: none; border: none;
padding: 0px 10px; padding: 0px 10px;
} }
.pokemon.sheet.characterSheet nav {
border: none;
}

View File

@@ -1,5 +1,5 @@
{ {
"version": "0.0.25", "version": "0.0.26",
"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.