This commit is contained in:
2025-08-03 11:45:57 +02:00
parent 4066dee30c
commit 09e19021a9
6 changed files with 140 additions and 10 deletions

View File

@@ -1,4 +1,44 @@
.pokemon.sheet.charactersheet .sheet {
width: 500px;
height: 500px;
.pokemon.sheet.charactersheet .window-content {
background: #c00d0d;
color: white;
width: 100%;
height: 100%;
font-family: Arial, Helvetica, sans-serif;
}
.pokemon.sheet.charactersheet .headerBox {
float: left;
width: 100%;
height: 80px;
}
.pokemon.sheet.charactersheet .inputText {
background-color: #30da0c;
color: black;
border: black;
box-shadow: 0 0 20px #003300 inset;
-webkit-box-shadow: 0 0 20px #003300 inset;
-moz-box-shadow: 0 0 20px #003300 inset;
-o-box-shadow: 0 0 20px #003300 inset;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-o-border-radius: 10px;
}
.pokemon.sheet.charactersheet .bigInputText {
font-size: 21px;
padding-left: 10px;
padding-right: 10px;
padding-top: 20px;
padding-bottom: 20px;
margin-bottom: 5px;
}
.pokemon.sheet.charactersheet .smallInputText {
font-size: 18px;
padding-left: 10px;
padding-right: 10px;
padding-top: 20px;
padding-bottom: 20px;
margin-top: 5px;
}
.pokemon.sheet.charactersheet .sideBarBox {
visibility: hidden;
}