Template:Infobox L2L stage/styles.css

From The Largs to Largs Grand Tour
Jump to navigation Jump to search
/* L2L Stage Infobox */

.infobox {
  float: right;           /* (1) Wikipedia-like float */
  clear: right;
  margin: 0 0 1em 1em;
  width: 22em;            /* typical Wikipedia infobox width */
  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-subheader {
  text-align: center;     /* (5) phase line centred */
  font-weight: bold;
  background: #f1f3f5;
}

.infobox-header {
  background: #e2e6ea;
  text-align: center;     /* (3) headings centred */
  font-weight: bold;
}

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

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

.infobox-image {
  text-align: center;
}

.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;
}