✨
This commit is contained in:
30
pokemon.css
30
pokemon.css
@@ -57,6 +57,8 @@
|
||||
background: transparent;
|
||||
color: inherit;
|
||||
text-align: inherit;
|
||||
font-size: inherit;
|
||||
padding: 0px;
|
||||
}
|
||||
.pokemon.sheet.characterSheet .advancementBox {
|
||||
margin-left: 20px;
|
||||
@@ -90,7 +92,7 @@
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
width: 60px;
|
||||
width: 80px;
|
||||
height: 30px;
|
||||
background-color: #30da0c;
|
||||
color: black;
|
||||
@@ -106,6 +108,28 @@
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
}
|
||||
.pokemon.sheet.characterSheet .sideBarBox {
|
||||
visibility: hidden;
|
||||
.pokemon.sheet.characterSheet .expValue {
|
||||
text-align: center;
|
||||
}
|
||||
.pokemon.sheet.characterSheet .sideBarBox {
|
||||
float: left;
|
||||
width: 185px;
|
||||
min-height: 500px;
|
||||
border-left-width: 18px;
|
||||
border-right-width: 18px;
|
||||
border-top-width: 21px;
|
||||
border-bottom-width: 52px;
|
||||
border-style: solid;
|
||||
margin-top: 3px;
|
||||
}
|
||||
.pokemon.sheet.characterSheet .menuBox {
|
||||
float: left;
|
||||
width: 400px;
|
||||
height: 26px;
|
||||
position: relative;
|
||||
}
|
||||
.pokemon.sheet.characterSheet .contentBox {
|
||||
float: left;
|
||||
width: 430px;
|
||||
min-height: 500px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user