This commit is contained in:
Nikolaj
2025-08-05 11:56:35 +02:00
parent 90a9a7047d
commit 7c8f1425cc
5 changed files with 47 additions and 27 deletions

View File

@@ -345,7 +345,7 @@
}
.pokemon.sheet.characterSheet .curve1 {
position: absolute;
background-color: #c00d0d;
background-color: #900607;
width: 100px;
height: 55px;
left: 342px;
@@ -354,7 +354,7 @@
}
.pokemon.sheet.characterSheet .curve2 {
position: absolute;
background-color: #c00d0d;
background-color: #900607;
width: 121px;
height: 100px;
left: 221px;
@@ -384,7 +384,7 @@
.pokemon.sheet.characterSheet select {
background-color: transparent;
color: black;
border: black;
border: 2px solid black;
width: 80px;
height: 20px;
border-radius: 20px;
@@ -544,22 +544,21 @@
text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.pokemon.sheet.characterSheet .defenseTable th {
border: 2px black;
padding: 3.5px;
padding-right: 4.5px;
font-size: 12px;
}
.pokemon.sheet.characterSheet .effectiveness0 {
background-color: black;
color: yellow;
color: #ffdd57;
}
.pokemon.sheet.characterSheet .effectiveness¼ {
background-color: red;
color: yellow;
background-color: #a40000;
color: #ffdd57;
}
.pokemon.sheet.characterSheet .effectiveness½ {
background-color: red;
color: yellow;
background-color: #a40000;
color: #ffdd57;
}
.pokemon.sheet.characterSheet .effectiveness1 {
background-color: #fff8;
@@ -567,14 +566,24 @@
text-shadow: none;
}
.pokemon.sheet.characterSheet .effectiveness2 {
background-color: green;
color: yellow;
background-color: #4e9a06;
color: #ffdd57;
}
.pokemon.sheet.characterSheet .effectiveness4 {
background-color: lime;
color: yellow;
background-color: #73d216;
color: #ffdd57;
}
.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;
}
.pokemon.sheet.characterSheet .contentBackground {
position: absolute;
width: 430px;
height: 512px;
background-color: #900607;
z-index: -1;
bottom: 0px;
right: 0px;
border-top-left-radius: 20px;
}