✨
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
// main: ./pokemon.less
|
// main: ./pokemon.less
|
||||||
.pokemon.sheet.charactersheet {
|
.pokemon.sheet.characterSheet {
|
||||||
.window-content {
|
.window-content {
|
||||||
background: #c00d0d;
|
background: #c00d0d;
|
||||||
color: white;
|
color: white;
|
||||||
|
|||||||
12
pokemon.css
12
pokemon.css
@@ -1,16 +1,16 @@
|
|||||||
.pokemon.sheet.charactersheet .window-content {
|
.pokemon.sheet.characterSheet .window-content {
|
||||||
background: #c00d0d;
|
background: #c00d0d;
|
||||||
color: white;
|
color: white;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
}
|
}
|
||||||
.pokemon.sheet.charactersheet .headerBox {
|
.pokemon.sheet.characterSheet .headerBox {
|
||||||
float: left;
|
float: left;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 80px;
|
height: 80px;
|
||||||
}
|
}
|
||||||
.pokemon.sheet.charactersheet .inputText {
|
.pokemon.sheet.characterSheet .inputText {
|
||||||
background-color: #30da0c;
|
background-color: #30da0c;
|
||||||
color: black;
|
color: black;
|
||||||
border: black;
|
border: black;
|
||||||
@@ -23,7 +23,7 @@
|
|||||||
-moz-border-radius: 10px;
|
-moz-border-radius: 10px;
|
||||||
-o-border-radius: 10px;
|
-o-border-radius: 10px;
|
||||||
}
|
}
|
||||||
.pokemon.sheet.charactersheet .bigInputText {
|
.pokemon.sheet.characterSheet .bigInputText {
|
||||||
font-size: 21px;
|
font-size: 21px;
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
@@ -31,7 +31,7 @@
|
|||||||
padding-bottom: 20px;
|
padding-bottom: 20px;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
.pokemon.sheet.charactersheet .smallInputText {
|
.pokemon.sheet.characterSheet .smallInputText {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
@@ -39,6 +39,6 @@
|
|||||||
padding-bottom: 20px;
|
padding-bottom: 20px;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
}
|
}
|
||||||
.pokemon.sheet.charactersheet .sideBarBox {
|
.pokemon.sheet.characterSheet .sideBarBox {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "0.0.12",
|
"version": "0.0.13",
|
||||||
"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