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

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