Jump to content

MediaWiki:Common.css

From Encyclopædia Mundus
Revision as of 06:01, 28 October 2025 by Lukile (talk | contribs) (Created page with "CSS placed here will be applied to all skins: Character infobox (global look): table.infobox.infobox-character { border: 1px solid #a2a9b1; background: #f8f9fa; width: 300px; float: right; margin: 0 0 1em 1em; font-size: 90%; } .infobox-title { background: #eaf3ff; text-align: center; font-weight: 700; font-size: 120%; padding: .4em .6em; } .infobox-image { text-align: center; background: #fff; } .infobox.infobox-character th { text-align:...")
(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.
/* CSS placed here will be applied to all skins */
/* Character infobox (global look) */
table.infobox.infobox-character {
  border: 1px solid #a2a9b1;
  background: #f8f9fa;
  width: 300px;
  float: right;
  margin: 0 0 1em 1em;
  font-size: 90%;
}
.infobox-title {
  background: #eaf3ff;
  text-align: center;
  font-weight: 700;
  font-size: 120%;
  padding: .4em .6em;
}
.infobox-image { text-align: center; background: #fff; }
.infobox.infobox-character th { text-align: left; width: 38%; padding: .35em .5em; }
.infobox.infobox-character td { padding: .35em .5em; }