Cookies help us deliver our services. By using our services, you agree to our use of cookies. More information

MediaWiki:Common.css

From Bioblast
Revision as of 12:01, 13 October 2022 by Cocco Paolo (talk | contribs)

Note: After saving, 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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */

/* Hide the horizontal line below titles */
.mw-body .firstHeading {
border-bottom:0px;
margin-top: 0;
margin-bottom: 0;
}

/* Less place in the upper part */
.container, .container-sm, .container-md, .container-lg, .container-cmln, .container-xl {
  max-width: 80%;
}

.skin-chameleon .mw-indicator-smw-entity-examiner {
  margin-top: 0;
}