This commit is contained in:
2025-08-03 11:48:22 +02:00
parent 09e19021a9
commit b16fa64f8d
4 changed files with 8 additions and 8 deletions

View File

@@ -1,16 +1,16 @@
.pokemon.sheet.charactersheet .window-content {
.pokemon.sheet.characterSheet .window-content {
background: #c00d0d;
color: white;
width: 100%;
height: 100%;
font-family: Arial, Helvetica, sans-serif;
}
.pokemon.sheet.charactersheet .headerBox {
.pokemon.sheet.characterSheet .headerBox {
float: left;
width: 100%;
height: 80px;
}
.pokemon.sheet.charactersheet .inputText {
.pokemon.sheet.characterSheet .inputText {
background-color: #30da0c;
color: black;
border: black;
@@ -23,7 +23,7 @@
-moz-border-radius: 10px;
-o-border-radius: 10px;
}
.pokemon.sheet.charactersheet .bigInputText {
.pokemon.sheet.characterSheet .bigInputText {
font-size: 21px;
padding-left: 10px;
padding-right: 10px;
@@ -31,7 +31,7 @@
padding-bottom: 20px;
margin-bottom: 5px;
}
.pokemon.sheet.charactersheet .smallInputText {
.pokemon.sheet.characterSheet .smallInputText {
font-size: 18px;
padding-left: 10px;
padding-right: 10px;
@@ -39,6 +39,6 @@
padding-bottom: 20px;
margin-top: 5px;
}
.pokemon.sheet.charactersheet .sideBarBox {
.pokemon.sheet.characterSheet .sideBarBox {
visibility: hidden;
}