Template:Infobox L2L stage/styles.css

From The Largs to Largs Grand Tour
Revision as of 22:29, 17 January 2026 by Peter (talk | contribs) (Created page with "L2L Stage Infobox: .infobox { border: 1px solid #aaa; background: #f8f9fa; font-size: 90%; } .infobox-title { font-weight: bold; font-size: 110%; text-align: center; } .infobox-above { font-style: italic; text-align: center; background: #eef1f4; } .infobox-header { background: #e2e6ea; text-align: left; font-weight: bold; } .infobox-label { width: 35%; vertical-align: top; } .infobox-data { vertical-align: top; } .infobox-image i...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
/* L2L Stage Infobox */

.infobox {
  border: 1px solid #aaa;
  background: #f8f9fa;
  font-size: 90%;
}

.infobox-title {
  font-weight: bold;
  font-size: 110%;
  text-align: center;
}

.infobox-above {
  font-style: italic;
  text-align: center;
  background: #eef1f4;
}

.infobox-header {
  background: #e2e6ea;
  text-align: left;
  font-weight: bold;
}

.infobox-label {
  width: 35%;
  vertical-align: top;
}

.infobox-data {
  vertical-align: top;
}

.infobox-image img {
  max-width: 100%;
  height: auto;
}

.infobox-caption {
  font-size: 85%;
  text-align: center;
  color: #555;
}

.infobox-below {
  font-size: 85%;
  font-style: italic;
  background: #f1f3f5;
  text-align: center;
}