Jump to content

MediaWiki:Common.css

From The Aetherium Expanse Wiki
Revision as of 01:06, 21 June 2026 by Wikiadmin (talk | contribs) (Created page with "Paste into MediaWiki:Common.css on the wiki (Site admin → Common.css).: .infobox { font-size: 0.95em; line-height: 1.45; } .infobox small, .infobox .wikitable { font-size: inherit; } .infobox-image, .infobox img { display: block; max-width: 100%; height: auto; margin: 0 auto; } .infobox-belligerents th { font-weight: bold; font-size: inherit; } .infobox-belligerents td { font-size: inherit; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* Paste into MediaWiki:Common.css on the wiki (Site admin → Common.css). */

.infobox {
  font-size: 0.95em;
  line-height: 1.45;
}

.infobox small,
.infobox .wikitable {
  font-size: inherit;
}

.infobox-image,
.infobox img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.infobox-belligerents th {
  font-weight: bold;
  font-size: inherit;
}

.infobox-belligerents td {
  font-size: inherit;
}