Files
pokemon-foundry/pokemon.css
2025-08-03 11:48:22 +02:00

45 lines
1.0 KiB
CSS

.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;
}