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