This commit is contained in:
2025-08-03 14:04:06 +02:00
parent b18286ac5a
commit 7fc5eaeb3d
5 changed files with 31 additions and 19 deletions

View File

@@ -158,6 +158,10 @@
-webkit-border-radius: 15px; -webkit-border-radius: 15px;
-moz-border-radius: 15px; -moz-border-radius: 15px;
-o-border-radius: 15px; -o-border-radius: 15px;
position: absolute;
bottom: 0;
left: 0;
} }
.imgBox:after { .imgBox:after {
@@ -168,17 +172,11 @@
float: left; float: left;
position: absolute; position: absolute;
left: 20px; left: 20px;
position: absolute;
bottom: 0;
left: 0;
} }
.charImg { .screen {
max-height: 95px; height: 95px;
max-width: 174px; width: 174px;
height: auto;
width: auto;
margin-top: 20px; margin-top: 20px;
margin-bottom: 9px; margin-bottom: 9px;
@@ -191,4 +189,11 @@
-moz-border-radius: 15px; -moz-border-radius: 15px;
-o-border-radius: 15px; -o-border-radius: 15px;
} }
.charImg {
max-height: 95px;
max-width: 174px;
height: auto;
width: auto;
}
} }

View File

@@ -134,6 +134,9 @@
-webkit-border-radius: 15px; -webkit-border-radius: 15px;
-moz-border-radius: 15px; -moz-border-radius: 15px;
-o-border-radius: 15px; -o-border-radius: 15px;
position: absolute;
bottom: 0;
left: 0;
} }
.pokemon.sheet.characterSheet .imgBox:after { .pokemon.sheet.characterSheet .imgBox:after {
content: ""; content: "";
@@ -141,16 +144,12 @@
border-left: 40px solid #c00d0d; border-left: 40px solid #c00d0d;
height: 0; height: 0;
float: left; float: left;
left: 20px;
position: absolute; position: absolute;
bottom: 0; left: 20px;
left: 0;
} }
.pokemon.sheet.characterSheet .charImg { .pokemon.sheet.characterSheet .screen {
max-height: 95px; height: 95px;
max-width: 174px; width: 174px;
height: auto;
width: auto;
margin-top: 20px; margin-top: 20px;
margin-bottom: 9px; margin-bottom: 9px;
background-color: #fff; background-color: #fff;
@@ -161,3 +160,9 @@
-moz-border-radius: 15px; -moz-border-radius: 15px;
-o-border-radius: 15px; -o-border-radius: 15px;
} }
.pokemon.sheet.characterSheet .charImg {
max-height: 95px;
max-width: 174px;
height: auto;
width: auto;
}

View File

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

View File

@@ -6,7 +6,9 @@
<div class="buttontopPicture"></div> <div class="buttontopPicture"></div>
<div class="buttontopPicture"></div> <div class="buttontopPicture"></div>
</div> </div>
<div class="screen">
<img class="charImg" src="{{actor.img}}" data-edit="img" data-action="editImage" title="{{actor.name}}" > <img class="charImg" src="{{actor.img}}" data-edit="img" data-action="editImage" title="{{actor.name}}" >
</div>
<div class="buttonbottomPicture"></div> <div class="buttonbottomPicture"></div>
<div class="speakers"> <div class="speakers">
<div class="sp"></div> <div class="sp"></div>