✨
This commit is contained in:
29
pokemon.css
29
pokemon.css
@@ -533,10 +533,35 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.pokemon.sheet.characterSheet .defenseBox {
|
||||
position: absolute;
|
||||
bottom: 5px;
|
||||
right: 10px;
|
||||
}
|
||||
.pokemon.sheet.characterSheet .defenseTable {
|
||||
border-radius: 10px;
|
||||
border-radius: 5px;
|
||||
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: 5px;
|
||||
padding: 3.5px;
|
||||
padding-right: 4.5px;
|
||||
font-size: 12px;
|
||||
}
|
||||
.pokemon.sheet.characterSheet .effectiveness0 {
|
||||
background-color: black;
|
||||
color: yellow;
|
||||
}
|
||||
.pokemon.sheet.characterSheet .effectiveness½ {
|
||||
background-color: red;
|
||||
color: yellow;
|
||||
}
|
||||
.pokemon.sheet.characterSheet .effectiveness1 {
|
||||
background-color: white;
|
||||
color: white;
|
||||
text-shadow: none;
|
||||
}
|
||||
.pokemon.sheet.characterSheet .effectiveness½ {
|
||||
background-color: green;
|
||||
color: yellow;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user