Template:Infobox person/styles.css

From colourlabs wiki
Revision as of 18:30, 25 November 2025 by Rgb (talk | contribs) (Created page with ".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; }")
(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;
}