Jump to content

Template:Infobox Player/styles.css

From VeraciaWiki
.infobox {
  background: #eee;
  border: 1px solid #aaa;
  margin: 0 0 0.5em 0.5em;
  padding: 0.5em;
  width: auto;  /* Removed fixed width */
}

.infobox th, .infobox td {
  padding: 0.25em;  /* Added padding for table cells */
}

.infobox-title {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}

.infobox-race-class {
  text-align: center;
}

.infobox-image {
  /* Removed since image is now inside a cell */
}

.infobox-image-quote {
  font-style: italic;
}

/* No changes needed for .infobox-table th and .infobox-table td  */