✨
This commit is contained in:
@@ -341,6 +341,7 @@
|
|||||||
|
|
||||||
nav {
|
nav {
|
||||||
border: none;
|
border: none;
|
||||||
|
height: 60px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menuIcon {
|
.menuIcon {
|
||||||
@@ -349,6 +350,7 @@
|
|||||||
background-color: #003300;
|
background-color: #003300;
|
||||||
float: left;
|
float: left;
|
||||||
margin-right: 7px;
|
margin-right: 7px;
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
-webkit-border-radius: 10px;
|
-webkit-border-radius: 10px;
|
||||||
@@ -365,4 +367,15 @@
|
|||||||
-moz-box-shadow: -1px 2px #001c91;
|
-moz-box-shadow: -1px 2px #001c91;
|
||||||
-o-box-shadow: -1px 2px #001c91;
|
-o-box-shadow: -1px 2px #001c91;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a .active:after {
|
||||||
|
content: "";
|
||||||
|
border-top: 30px solid #b0b0b0;
|
||||||
|
border-left: 30px solid #c00d0d;
|
||||||
|
height: 0;
|
||||||
|
float: left;
|
||||||
|
position: absolute;
|
||||||
|
left: 0px;
|
||||||
|
bottom: 0px
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
12
pokemon.css
12
pokemon.css
@@ -283,6 +283,7 @@
|
|||||||
}
|
}
|
||||||
.pokemon.sheet.characterSheet nav {
|
.pokemon.sheet.characterSheet nav {
|
||||||
border: none;
|
border: none;
|
||||||
|
height: 60px;
|
||||||
}
|
}
|
||||||
.pokemon.sheet.characterSheet .menuIcon {
|
.pokemon.sheet.characterSheet .menuIcon {
|
||||||
height: 35px;
|
height: 35px;
|
||||||
@@ -290,6 +291,7 @@
|
|||||||
background-color: #003300;
|
background-color: #003300;
|
||||||
float: left;
|
float: left;
|
||||||
margin-right: 7px;
|
margin-right: 7px;
|
||||||
|
text-align: center;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
-webkit-border-radius: 10px;
|
-webkit-border-radius: 10px;
|
||||||
-moz-border-radius: 10px;
|
-moz-border-radius: 10px;
|
||||||
@@ -303,3 +305,13 @@
|
|||||||
-moz-box-shadow: -1px 2px #001c91;
|
-moz-box-shadow: -1px 2px #001c91;
|
||||||
-o-box-shadow: -1px 2px #001c91;
|
-o-box-shadow: -1px 2px #001c91;
|
||||||
}
|
}
|
||||||
|
.pokemon.sheet.characterSheet a .active:after {
|
||||||
|
content: "";
|
||||||
|
border-top: 30px solid #b0b0b0;
|
||||||
|
border-left: 30px solid #c00d0d;
|
||||||
|
height: 0;
|
||||||
|
float: left;
|
||||||
|
position: absolute;
|
||||||
|
left: 0px;
|
||||||
|
bottom: 0px;
|
||||||
|
}
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "0.0.31",
|
"version": "0.0.32",
|
||||||
"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