Jump to content

Template:InfoboxProduction/styles.css

From Out of Ore Wiki
.infobox-production {
  width: 320px;
  background-color: #1a1a1a;
  color: #f0f0f0;
  border: 1px solid #999;
  font-family: sans-serif;
  font-size: 0.9em;
}

.infobox-production th,
.infobox-production td {
  padding: 6px;
  border-bottom: 1px solid #333;
  vertical-align: top;
}

.infobox-production .header {
  background-color: #d4af37;
  color: #000;
  font-size: 1.4em;
  text-align: center;
  font-weight: bold;
}

.infobox-production .subheader {
  background-color: #b08d32;
  color: #000;
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
}

.infobox-production .desc-image-cell {
  padding: 0;
  background-color: #111;
}

.infobox-production .desc-image {
  text-align: center;
  padding: 8px;
}

.infobox-production .description {
  font-style: italic;
  font-size: 0.95em;
  margin-top: 6px;
  color: #ccc;
}

.infobox-production .io {
  font-family: monospace;
  white-space: pre-wrap;
}