This commit is contained in:
Nikolaj
2025-08-05 09:21:28 +02:00
parent 60f5bd3e9a
commit a4a235d39f
5 changed files with 37 additions and 22 deletions

View File

@@ -383,14 +383,12 @@
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;
width: 80px;
height: 20px;
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-o-border-radius: 20px;
padding: 5px;
margin: 15px 10px;
display: flex;
@@ -417,7 +415,7 @@
left: 0;
height: 20px;
width: 36px;
background-color: #30da0c;
background-color: transparent;
border-radius: 5px;
margin-right: 8px;
box-shadow: 0 0 10px #003300 inset;
@@ -471,3 +469,17 @@
.pokemon.sheet.characterSheet .moveName {
width: 150px;
}
.pokemon.sheet.characterSheet .typeSelectBox {
display: flex;
margin-top: 5px;
margin-left: 10px;
}
.pokemon.sheet.characterSheet .normal {
background-color: #A8A77A;
}
.pokemon.sheet.characterSheet .fire {
background-color: #EE8130;
}
.pokemon.sheet.characterSheet .water {
background-color: #6390f0;
}