✨
This commit is contained in:
19
pokemon.css
19
pokemon.css
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user