Template:Outfits/styles.css

From JoJo's Bizarre Encyclopedia - JoJo Wiki
< Template:Outfits
Revision as of 07:31, 8 December 2022 by Vish (talk | contribs)
Jump to navigation Jump to search
.outfit-source {
  height: 65px;
  border-bottom: 1px solid #aaa;
  text-align:center;
  font-size:75%;
  background-color:white;
}

.outfitbox {
  width: 200px !important;
}

.outfit-image {
  height: 230px;
  text-align:center;
  vertical-align:middle;
  border: 1px solid #aaa;
  border-style:ridge;
  display: table-cell;
}

.outfit-image img {
  height: 180px;
  width: auto;
}