Template:Infobox person/styles.css

From colourlabs wiki
Revision as of 19:04, 25 November 2025 by Rgb (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
.infobox-person {
  float: right;
  clear: right;
  width: 260px;
  background: #f8f9fa;
  border: 1px solid #a2a9b1;
  border-collapse: collapse;
  margin: 0 0 1em 1em;
  font-size: 90%;
}

.infobox-person th,
.infobox-person td {
  padding: 4px;
  border-top: 1px solid #a2a9b1;
}

.infobox-title {
  background: #eaecf0;
  font-weight: bold;
  font-size: 120%;
  text-align: center;
  padding: 8px;
}

.infobox-image {
  text-align: center;
  padding: 6px;
}

.infobox-image p {
    margin: 0;
    line-height: 0;
}

.infobox-image br {
    display: none;
}