MediaWiki:Monobook.css

From translatewiki.net

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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/************************************************
 * MONOBOOK SKIN SPECIFIC CSS
 *
 * Please think carefully about whether any CSS
 * you plan on adding to this page would be more
 * suitable in [[MediaWiki:Common.css]]. Thanks.
 ************************************************/
/* Remove background image. */
body {
    background-image: none;
}

/* Position the archive link in the top right corner of the page content area, just above the main heading bottom border. */
.archivelink {
    z-index:      10;
    top:          2em;
    right:        20px;
}