Jump to content

Template:Infobox Player/styles.css: Difference between revisions

From VeraciaWiki
No edit summary
Tag: Manual revert
No edit summary
Line 18: Line 18:
}
}


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

Revision as of 16:57, 4 April 2024

.infobox {
  background: #aaaaaa;
  border: 1px solid #000000;
  margin: 0 0 0.5em 0.5em;
  padding: 0.5em;
  width: auto;
  float: right;
}

.infobox th, .infobox td {
  padding: 0.25em;
}

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

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

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