Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css

MediaWiki interface page
Revision as of 12:28, 16 February 2026 by Abfielder (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 */

/* --- BBOG: remove Citizen "panel" styling ONLY around the featured images --- */
.bbog-featured-img,
.bbog-featured-img * {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Remove the extra padding/margins Citizen/thumb wrappers add */
.bbog-featured-img figure,
.bbog-featured-img .thumb,
.bbog-featured-img .thumbinner,
.bbog-featured-img .mw-file-element,
.bbog-featured-img a.image {
  padding: 0 !important;
  margin: 0 auto !important;
  border-radius: 0 !important;
}

/* Keep the image itself looking good */
.bbog-featured-img img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-width: 560px !important;
  margin: 0 auto !important;
  border-radius: 14px !important;
}