Jump to content

MediaWiki:Common.css

From WNN Polka Archive
Revision as of 21:37, 7 January 2026 by Willtubby2005 (talk | contribs)

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 */


.infobox {
  float: right;
  clear: right;
  margin: 0 0 1em 1em;
  padding: 0.2em;
  border: 1px solid #a2a9b1;
  background-color: #f8f9fa;
  font-size: 88%;
  line-height: 1.4em;
  width: 22em;
}

.infobox th {
  background-color: #eaecf0;
  text-align: left;
  padding: 0.2em 0.4em;
  vertical-align: top;
}

.infobox td {
  padding: 0.2em 0.4em;
  vertical-align: top;
}

.infobox caption,
.infobox-title {
  font-weight: bold;
  text-align: center;
  background-color: #eaecf0;
}

.infobox.guest-infobox th {
  background-color: #eaf3ff;
}