Jump to content

Template:InfoboxVehicle/styles.css

From Out of Ore Wiki
Revision as of 03:47, 13 May 2025 by Ylcxzar (talk | contribs) (Created page with ".infobox-vehicle { width: 320px; background-color: #1a1a1a; color: #f0f0f0; border: 1px solid #999; font-family: sans-serif; font-size: 0.9em; } .infobox-vehicle th, .infobox-vehicle td { padding: 6px; border-bottom: 1px solid #333; vertical-align: top; } .infobox-vehicle .header { background-color: #d4af37; color: #000; font-size: 1.4em; text-align: center; font-weight: bold; } .infobox-vehicle .subheader { background-color: #b08d32; c...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.infobox-vehicle {
  width: 320px;
  background-color: #1a1a1a;
  color: #f0f0f0;
  border: 1px solid #999;
  font-family: sans-serif;
  font-size: 0.9em;
}

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

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

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

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

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

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