Template:Move Infobox/styles.css

From Pixelrus
Revision as of 04:27, 25 May 2025 by NewAdmin (talk | contribs) (Created page with "→‎───────────────────────── Move infobox ─────────────────────────: table.pkmn-infobox.move-infobox { width: 240px; border-width: 4px; border-style: solid; border-radius: 10px; background: #fefefe; border-collapse: separate; float: right; →‎mirrors the Pokémon infobox behaviour: clear: right; } →‎title bar: table.pkmn-infobox.move-infobox th...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
/* ───────────────────────── Move infobox ───────────────────────── */
table.pkmn-infobox.move-infobox {
  width: 240px;
  border-width: 4px;
  border-style: solid;
  border-radius: 10px;
  background: #fefefe;
  border-collapse: separate;
  float: right;      /* mirrors the Pokémon infobox behaviour */
  clear: right;
}

/* title bar */
table.pkmn-infobox.move-infobox th.header-main {
  color: #fff;
  font-size: 140%;
  text-align: center;
  padding: 6px 0;
}

/* left-hand label cells */
table.pkmn-infobox.move-infobox th[scope="row"] {
  background: #f0f0f0;
  width: 110px;
  text-align: left;
  padding: 4px 6px;
}

/* value cells */
table.pkmn-infobox.move-infobox td {
  padding: 4px 6px;
  text-align: center;
}