Template:Infobox-Hypixel/styles.css

Revision as of 05:01, 16 December 2025 by Administrator (talk | contribs) (Created page with ".hypixel-infobox { width: 280px; background: #111; border: 2px solid #2b4cff; box-shadow: inset 0 0 0 2px #0a1c3a; padding: 12px; margin: 0 0 1em 0; color: #fff; font-family: Minecraft, Arial, sans-serif; } .hypixel-infobox-title { text-align: center; font-size: 18px; font-weight: bold; margin-bottom: 10px; } .hypixel-infobox-image { text-align: center; margin-bottom: 10px; } .hypixel-infobox-row { display: flex; justify-content: space-...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.hypixel-infobox {
  width: 280px;
  background: #111;
  border: 2px solid #2b4cff;
  box-shadow: inset 0 0 0 2px #0a1c3a;
  padding: 12px;
  margin: 0 0 1em 0;
  color: #fff;
  font-family: Minecraft, Arial, sans-serif;
}

.hypixel-infobox-title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.hypixel-infobox-image {
  text-align: center;
  margin-bottom: 10px;
}

.hypixel-infobox-row {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  padding-top: 6px;
  border-top: 1px solid #333;
}

.hypixel-infobox-row .label {
  color: #aaa;
}

.hypixel-infobox-row .value a {
  color: #4da6ff;
  text-decoration: none;
}