This commit is contained in:
Nikolaj
2025-08-05 11:32:58 +02:00
parent 72dc4a5005
commit c922666747
7 changed files with 51 additions and 10 deletions

View File

@@ -539,6 +539,7 @@
right: 10px;
}
.pokemon.sheet.characterSheet .defenseTable {
margin-top: 10px;
border-radius: 5px;
text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
@@ -552,16 +553,28 @@
background-color: black;
color: yellow;
}
.pokemon.sheet.characterSheet .effectiveness¼ {
background-color: red;
color: yellow;
}
.pokemon.sheet.characterSheet .effectiveness½ {
background-color: red;
color: yellow;
}
.pokemon.sheet.characterSheet .effectiveness1 {
background-color: white;
color: white;
background-color: #fff8;
color: transparent;
text-shadow: none;
}
.pokemon.sheet.characterSheet .effectiveness½ {
.pokemon.sheet.characterSheet .effectiveness2 {
background-color: green;
color: yellow;
}
.pokemon.sheet.characterSheet .effectiveness2 {
background-color: lime;
color: yellow;
}
.pokemon.sheet.characterSheet .header {
font-size: 25px;
text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000;
}