MediaWiki:Modern.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.
/************************************************
 * MODERN 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.
 ************************************************/

/* Display the archive link in the very top-right hand corner of the page, in white. */
.archivelink a {
    position:    absolute;
    z-index:     100;
    right:       40px;
    top:         2px;
    font-size:   85%;
    font-weight: bold;
    color:       #fff;
}

/* Add margin to the top of the category links box, so it is away from any boxes on the page. */
div.catlinks { margin-top: 1em; }

/* Correct alignment of Lqt commands */
.lqt-command {
line-height:1em;
}