This commit is contained in:
Nikolaj
2025-08-05 14:04:52 +02:00
parent ffe0815802
commit b69fb94cbb
4 changed files with 25 additions and 25 deletions

View File

@@ -1,7 +1,7 @@
// main: ./pokemon.less
.pokemon.sheet.characterSheet {
.window-content {
background: #c00d0d;
background: #ac1a1a;
color: white;
width: 100%;
height: 100%;
@@ -26,7 +26,7 @@
}
.inputText {
background-color: #30da0c;
background-color: #41c43a;
color: black;
border: black;
@@ -83,7 +83,7 @@
.lvlBox {
width: 60px;
height: 60px;
background-color: #30da0c;
background-color: #41c43a;
color: black;
border: black;
@@ -116,7 +116,7 @@
align-items: center;
width: 80px;
height: 30px;
background-color: #30da0c;
background-color: #41c43a;
color: black;
border: black;
@@ -169,7 +169,7 @@
.imgBox:after {
content: "";
border-top: 30px solid #b0b0b0;
border-left: 30px solid #c00d0d;
border-left: 30px solid #ac1a1a;
height: 0;
float: left;
position: absolute;
@@ -201,7 +201,7 @@
{
height: 26px;
width: 26px;
background-color: #c00d0d;
background-color: #ac1a1a;
margin-left: 20px;
float: left;
@@ -215,10 +215,10 @@
-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%);
}
.speakers
@@ -279,7 +279,7 @@
.charHex {
width: 65px;
height: 65px;
background-color: #30da0c;
background-color: #41c43a;
color: black;
border: black;
@@ -514,7 +514,7 @@
/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
background-color: #30da0c;
background-color: #41c43a;
}
/* Create the indicator (the dot/circle - hidden when not checked) */