✨
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
// main: ./pokemon.less
|
// main: ./pokemon.less
|
||||||
.pokemon.sheet.characterSheet {
|
.pokemon.sheet.characterSheet {
|
||||||
.window-content {
|
.window-content {
|
||||||
background: #c00d0d;
|
background: #ac1a1a;
|
||||||
color: white;
|
color: white;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
@@ -26,7 +26,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.inputText {
|
.inputText {
|
||||||
background-color: #30da0c;
|
background-color: #41c43a;
|
||||||
color: black;
|
color: black;
|
||||||
border: black;
|
border: black;
|
||||||
|
|
||||||
@@ -83,7 +83,7 @@
|
|||||||
.lvlBox {
|
.lvlBox {
|
||||||
width: 60px;
|
width: 60px;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
background-color: #30da0c;
|
background-color: #41c43a;
|
||||||
color: black;
|
color: black;
|
||||||
border: black;
|
border: black;
|
||||||
|
|
||||||
@@ -116,7 +116,7 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
width: 80px;
|
width: 80px;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
background-color: #30da0c;
|
background-color: #41c43a;
|
||||||
color: black;
|
color: black;
|
||||||
border: black;
|
border: black;
|
||||||
|
|
||||||
@@ -169,7 +169,7 @@
|
|||||||
.imgBox:after {
|
.imgBox:after {
|
||||||
content: "";
|
content: "";
|
||||||
border-top: 30px solid #b0b0b0;
|
border-top: 30px solid #b0b0b0;
|
||||||
border-left: 30px solid #c00d0d;
|
border-left: 30px solid #ac1a1a;
|
||||||
height: 0;
|
height: 0;
|
||||||
float: left;
|
float: left;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@@ -201,7 +201,7 @@
|
|||||||
{
|
{
|
||||||
height: 26px;
|
height: 26px;
|
||||||
width: 26px;
|
width: 26px;
|
||||||
background-color: #c00d0d;
|
background-color: #ac1a1a;
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
float: left;
|
float: left;
|
||||||
|
|
||||||
@@ -215,10 +215,10 @@
|
|||||||
-moz-box-shadow: -2px 1px #5e0000;
|
-moz-box-shadow: -2px 1px #5e0000;
|
||||||
-o-box-shadow: -2px 1px #5e0000;
|
-o-box-shadow: -2px 1px #5e0000;
|
||||||
|
|
||||||
background: linear-gradient(top, #c00d0d 0%, #8b0000 80%);
|
background: linear-gradient(top, #ac1a1a 0%, #8b0000 80%);
|
||||||
background: -webkit-linear-gradient(top, #c00d0d 0%, #8b0000 80%);
|
background: -webkit-linear-gradient(top, #ac1a1a 0%, #8b0000 80%);
|
||||||
background: -moz-linear-gradient(top, #c00d0d 0%, #8b0000 80%);
|
background: -moz-linear-gradient(top, #ac1a1a 0%, #8b0000 80%);
|
||||||
background: -o-linear-gradient(top, #c00d0d 0%, #8b0000 80%);
|
background: -o-linear-gradient(top, #ac1a1a 0%, #8b0000 80%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.speakers
|
.speakers
|
||||||
@@ -279,7 +279,7 @@
|
|||||||
.charHex {
|
.charHex {
|
||||||
width: 65px;
|
width: 65px;
|
||||||
height: 65px;
|
height: 65px;
|
||||||
background-color: #30da0c;
|
background-color: #41c43a;
|
||||||
color: black;
|
color: black;
|
||||||
border: black;
|
border: black;
|
||||||
|
|
||||||
@@ -514,7 +514,7 @@
|
|||||||
|
|
||||||
/* When the radio button is checked, add a blue background */
|
/* When the radio button is checked, add a blue background */
|
||||||
.container input:checked ~ .checkmark {
|
.container input:checked ~ .checkmark {
|
||||||
background-color: #30da0c;
|
background-color: #41c43a;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Create the indicator (the dot/circle - hidden when not checked) */
|
/* Create the indicator (the dot/circle - hidden when not checked) */
|
||||||
|
|||||||
24
pokemon.css
24
pokemon.css
@@ -7,7 +7,7 @@
|
|||||||
/* Style the indicator (dot/circle) */
|
/* Style the indicator (dot/circle) */
|
||||||
}
|
}
|
||||||
.pokemon.sheet.characterSheet .window-content {
|
.pokemon.sheet.characterSheet .window-content {
|
||||||
background: #c00d0d;
|
background: #ac1a1a;
|
||||||
color: white;
|
color: white;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
@@ -32,7 +32,7 @@
|
|||||||
width: 500px;
|
width: 500px;
|
||||||
}
|
}
|
||||||
.pokemon.sheet.characterSheet .inputText {
|
.pokemon.sheet.characterSheet .inputText {
|
||||||
background-color: #30da0c;
|
background-color: #41c43a;
|
||||||
color: black;
|
color: black;
|
||||||
border: black;
|
border: black;
|
||||||
box-shadow: 0 0 20px #003300 inset;
|
box-shadow: 0 0 20px #003300 inset;
|
||||||
@@ -78,7 +78,7 @@
|
|||||||
.pokemon.sheet.characterSheet .lvlBox {
|
.pokemon.sheet.characterSheet .lvlBox {
|
||||||
width: 60px;
|
width: 60px;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
background-color: #30da0c;
|
background-color: #41c43a;
|
||||||
color: black;
|
color: black;
|
||||||
border: black;
|
border: black;
|
||||||
box-shadow: 0 0 20px #003300 inset;
|
box-shadow: 0 0 20px #003300 inset;
|
||||||
@@ -106,7 +106,7 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
width: 80px;
|
width: 80px;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
background-color: #30da0c;
|
background-color: #41c43a;
|
||||||
color: black;
|
color: black;
|
||||||
border: black;
|
border: black;
|
||||||
box-shadow: 0 0 20px #003300 inset;
|
box-shadow: 0 0 20px #003300 inset;
|
||||||
@@ -150,7 +150,7 @@
|
|||||||
.pokemon.sheet.characterSheet .imgBox:after {
|
.pokemon.sheet.characterSheet .imgBox:after {
|
||||||
content: "";
|
content: "";
|
||||||
border-top: 30px solid #b0b0b0;
|
border-top: 30px solid #b0b0b0;
|
||||||
border-left: 30px solid #c00d0d;
|
border-left: 30px solid #ac1a1a;
|
||||||
height: 0;
|
height: 0;
|
||||||
float: left;
|
float: left;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@@ -176,7 +176,7 @@
|
|||||||
.pokemon.sheet.characterSheet .buttonbottomPicture {
|
.pokemon.sheet.characterSheet .buttonbottomPicture {
|
||||||
height: 26px;
|
height: 26px;
|
||||||
width: 26px;
|
width: 26px;
|
||||||
background-color: #c00d0d;
|
background-color: #ac1a1a;
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
float: left;
|
float: left;
|
||||||
border-radius: 30px;
|
border-radius: 30px;
|
||||||
@@ -187,10 +187,10 @@
|
|||||||
-webkit-box-shadow: -2px 1px #5e0000;
|
-webkit-box-shadow: -2px 1px #5e0000;
|
||||||
-moz-box-shadow: -2px 1px #5e0000;
|
-moz-box-shadow: -2px 1px #5e0000;
|
||||||
-o-box-shadow: -2px 1px #5e0000;
|
-o-box-shadow: -2px 1px #5e0000;
|
||||||
background: linear-gradient(top, #c00d0d 0%, #8b0000 80%);
|
background: linear-gradient(top, #ac1a1a 0%, #8b0000 80%);
|
||||||
background: -webkit-linear-gradient(top, #c00d0d 0%, #8b0000 80%);
|
background: -webkit-linear-gradient(top, #ac1a1a 0%, #8b0000 80%);
|
||||||
background: -moz-linear-gradient(top, #c00d0d 0%, #8b0000 80%);
|
background: -moz-linear-gradient(top, #ac1a1a 0%, #8b0000 80%);
|
||||||
background: -o-linear-gradient(top, #c00d0d 0%, #8b0000 80%);
|
background: -o-linear-gradient(top, #ac1a1a 0%, #8b0000 80%);
|
||||||
}
|
}
|
||||||
.pokemon.sheet.characterSheet .speakers {
|
.pokemon.sheet.characterSheet .speakers {
|
||||||
float: right;
|
float: right;
|
||||||
@@ -240,7 +240,7 @@
|
|||||||
.pokemon.sheet.characterSheet .charHex {
|
.pokemon.sheet.characterSheet .charHex {
|
||||||
width: 65px;
|
width: 65px;
|
||||||
height: 65px;
|
height: 65px;
|
||||||
background-color: #30da0c;
|
background-color: #41c43a;
|
||||||
color: black;
|
color: black;
|
||||||
border: black;
|
border: black;
|
||||||
box-shadow: 0 0 20px #003300 inset;
|
box-shadow: 0 0 20px #003300 inset;
|
||||||
@@ -437,7 +437,7 @@
|
|||||||
background-color: #434343;
|
background-color: #434343;
|
||||||
}
|
}
|
||||||
.pokemon.sheet.characterSheet .container input:checked ~ .checkmark {
|
.pokemon.sheet.characterSheet .container input:checked ~ .checkmark {
|
||||||
background-color: #30da0c;
|
background-color: #41c43a;
|
||||||
}
|
}
|
||||||
.pokemon.sheet.characterSheet .combatBox {
|
.pokemon.sheet.characterSheet .combatBox {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "0.1.22",
|
"version": "0.1.23",
|
||||||
"id": "pokemon",
|
"id": "pokemon",
|
||||||
"title": "Pokémon TTRPG",
|
"title": "Pokémon TTRPG",
|
||||||
"description": "A Pokémon TTRPG",
|
"description": "A Pokémon TTRPG",
|
||||||
|
|||||||
BIN
system.zip
BIN
system.zip
Binary file not shown.
Reference in New Issue
Block a user