✨
This commit is contained in:
61
pokemon.css
61
pokemon.css
@@ -46,11 +46,11 @@
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
.pokemon.sheet.characterSheet .smallInputText {
|
||||
font-size: 14px;
|
||||
font-size: 16px;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
padding-top: 8px;
|
||||
padding-bottom: 8px;
|
||||
margin-top: 5px;
|
||||
width: 60%;
|
||||
}
|
||||
@@ -141,8 +141,8 @@
|
||||
}
|
||||
.pokemon.sheet.characterSheet .imgBox:after {
|
||||
content: "";
|
||||
border-top: 40px solid #b0b0b0;
|
||||
border-left: 40px solid #c00d0d;
|
||||
border-top: 30px solid #b0b0b0;
|
||||
border-left: 30px solid #c00d0d;
|
||||
height: 0;
|
||||
float: left;
|
||||
position: absolute;
|
||||
@@ -165,30 +165,11 @@
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.pokemon.sheet.characterSheet .topPicture {
|
||||
margin: 6px auto;
|
||||
width: 40px;
|
||||
}
|
||||
.pokemon.sheet.characterSheet .buttontopPicture1,
|
||||
.pokemon.sheet.characterSheet .buttontopPicture2 {
|
||||
height: 8px;
|
||||
width: 8px;
|
||||
background-color: #c00d0d;
|
||||
border: 1px solid #000;
|
||||
float: left;
|
||||
border-radius: 15px;
|
||||
-webkit-border-radius: 15px;
|
||||
-moz-border-radius: 15px;
|
||||
-o-border-radius: 15px;
|
||||
}
|
||||
.pokemon.sheet.characterSheet .buttontopPicture1 {
|
||||
margin-right: 20px;
|
||||
}
|
||||
.pokemon.sheet.characterSheet .buttonbottomPicture {
|
||||
height: 26px;
|
||||
width: 26px;
|
||||
background-color: #c00d0d;
|
||||
margin-left: 35px;
|
||||
margin-left: 20px;
|
||||
float: left;
|
||||
border-radius: 30px;
|
||||
-webkit-border-radius: 30px;
|
||||
@@ -208,6 +189,9 @@
|
||||
width: 75px;
|
||||
height: 25px;
|
||||
margin-right: 20px;
|
||||
right: 0px;
|
||||
bottom: 7px;
|
||||
position: absolute;
|
||||
}
|
||||
.pokemon.sheet.characterSheet .sp {
|
||||
height: 3px;
|
||||
@@ -236,6 +220,33 @@
|
||||
.pokemon.sheet.characterSheet .calcStatBox {
|
||||
margin-top: 200px;
|
||||
}
|
||||
.pokemon.sheet.characterSheet .hitPointBox {
|
||||
display: flex;
|
||||
}
|
||||
.pokemon.sheet.characterSheet .row {
|
||||
display: flex;
|
||||
}
|
||||
.pokemon.sheet.characterSheet .charHex {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
background-color: #30da0c;
|
||||
color: black;
|
||||
border: black;
|
||||
box-shadow: 0 0 20px #003300 inset;
|
||||
-webkit-box-shadow: 0 0 20px #003300 inset;
|
||||
-moz-box-shadow: 0 0 20px #003300 inset;
|
||||
-o-box-shadow: 0 0 20px #003300 inset;
|
||||
border-radius: 10px;
|
||||
-webkit-border-radius: 10px;
|
||||
-moz-border-radius: 10px;
|
||||
-o-border-radius: 10px;
|
||||
padding: 5px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-around;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
}
|
||||
.pokemon.sheet.characterSheet .menuBox {
|
||||
background-color: #5e0000;
|
||||
border: none;
|
||||
|
||||
Reference in New Issue
Block a user