✨
This commit is contained in:
21
pokemon.css
21
pokemon.css
@@ -134,6 +134,9 @@
|
||||
-webkit-border-radius: 15px;
|
||||
-moz-border-radius: 15px;
|
||||
-o-border-radius: 15px;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
}
|
||||
.pokemon.sheet.characterSheet .imgBox:after {
|
||||
content: "";
|
||||
@@ -141,16 +144,12 @@
|
||||
border-left: 40px solid #c00d0d;
|
||||
height: 0;
|
||||
float: left;
|
||||
left: 20px;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
left: 20px;
|
||||
}
|
||||
.pokemon.sheet.characterSheet .charImg {
|
||||
max-height: 95px;
|
||||
max-width: 174px;
|
||||
height: auto;
|
||||
width: auto;
|
||||
.pokemon.sheet.characterSheet .screen {
|
||||
height: 95px;
|
||||
width: 174px;
|
||||
margin-top: 20px;
|
||||
margin-bottom: 9px;
|
||||
background-color: #fff;
|
||||
@@ -161,3 +160,9 @@
|
||||
-moz-border-radius: 15px;
|
||||
-o-border-radius: 15px;
|
||||
}
|
||||
.pokemon.sheet.characterSheet .charImg {
|
||||
max-height: 95px;
|
||||
max-width: 174px;
|
||||
height: auto;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user