Module:Infobox/styles.css

From The Sextant of Worlds
Jump to navigationJump to search
.infobox {
  border: 1px solid #aaa;
  background-color: #f9f9f9;
  color: black;
  margin: 0.5em 1em 1em 0;
  padding: 0.2em;
  float: right;
  clear: right;
  font-size: 90%;
  line-height: 1.5em;
  width: 22em;
}

.infobox caption {
  font-size: 125%;
  font-weight: bold;
  text-align: center;
}

.infobox td,
.infobox th {
  vertical-align: top;
  text-align: left;
}

.infobox.bordered {
  border-collapse: collapse;
}

.infobox.bordered td,
.infobox.bordered th {
  border: 1px solid #aaa;
}