✨
This commit is contained in:
24
pokemon.css
24
pokemon.css
@@ -7,7 +7,7 @@
|
||||
/* Style the indicator (dot/circle) */
|
||||
}
|
||||
.pokemon.sheet.characterSheet .window-content {
|
||||
background: #c00d0d;
|
||||
background: #ac1a1a;
|
||||
color: white;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
@@ -32,7 +32,7 @@
|
||||
width: 500px;
|
||||
}
|
||||
.pokemon.sheet.characterSheet .inputText {
|
||||
background-color: #30da0c;
|
||||
background-color: #41c43a;
|
||||
color: black;
|
||||
border: black;
|
||||
box-shadow: 0 0 20px #003300 inset;
|
||||
@@ -78,7 +78,7 @@
|
||||
.pokemon.sheet.characterSheet .lvlBox {
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
background-color: #30da0c;
|
||||
background-color: #41c43a;
|
||||
color: black;
|
||||
border: black;
|
||||
box-shadow: 0 0 20px #003300 inset;
|
||||
@@ -106,7 +106,7 @@
|
||||
align-items: center;
|
||||
width: 80px;
|
||||
height: 30px;
|
||||
background-color: #30da0c;
|
||||
background-color: #41c43a;
|
||||
color: black;
|
||||
border: black;
|
||||
box-shadow: 0 0 20px #003300 inset;
|
||||
@@ -150,7 +150,7 @@
|
||||
.pokemon.sheet.characterSheet .imgBox:after {
|
||||
content: "";
|
||||
border-top: 30px solid #b0b0b0;
|
||||
border-left: 30px solid #c00d0d;
|
||||
border-left: 30px solid #ac1a1a;
|
||||
height: 0;
|
||||
float: left;
|
||||
position: absolute;
|
||||
@@ -176,7 +176,7 @@
|
||||
.pokemon.sheet.characterSheet .buttonbottomPicture {
|
||||
height: 26px;
|
||||
width: 26px;
|
||||
background-color: #c00d0d;
|
||||
background-color: #ac1a1a;
|
||||
margin-left: 20px;
|
||||
float: left;
|
||||
border-radius: 30px;
|
||||
@@ -187,10 +187,10 @@
|
||||
-webkit-box-shadow: -2px 1px #5e0000;
|
||||
-moz-box-shadow: -2px 1px #5e0000;
|
||||
-o-box-shadow: -2px 1px #5e0000;
|
||||
background: linear-gradient(top, #c00d0d 0%, #8b0000 80%);
|
||||
background: -webkit-linear-gradient(top, #c00d0d 0%, #8b0000 80%);
|
||||
background: -moz-linear-gradient(top, #c00d0d 0%, #8b0000 80%);
|
||||
background: -o-linear-gradient(top, #c00d0d 0%, #8b0000 80%);
|
||||
background: linear-gradient(top, #ac1a1a 0%, #8b0000 80%);
|
||||
background: -webkit-linear-gradient(top, #ac1a1a 0%, #8b0000 80%);
|
||||
background: -moz-linear-gradient(top, #ac1a1a 0%, #8b0000 80%);
|
||||
background: -o-linear-gradient(top, #ac1a1a 0%, #8b0000 80%);
|
||||
}
|
||||
.pokemon.sheet.characterSheet .speakers {
|
||||
float: right;
|
||||
@@ -240,7 +240,7 @@
|
||||
.pokemon.sheet.characterSheet .charHex {
|
||||
width: 65px;
|
||||
height: 65px;
|
||||
background-color: #30da0c;
|
||||
background-color: #41c43a;
|
||||
color: black;
|
||||
border: black;
|
||||
box-shadow: 0 0 20px #003300 inset;
|
||||
@@ -437,7 +437,7 @@
|
||||
background-color: #434343;
|
||||
}
|
||||
.pokemon.sheet.characterSheet .container input:checked ~ .checkmark {
|
||||
background-color: #30da0c;
|
||||
background-color: #41c43a;
|
||||
}
|
||||
.pokemon.sheet.characterSheet .combatBox {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user