MediaWiki:Monobook.css

Revision as of 19:21, 6 December 2008 by Eran Hodis (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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will affect users of the Monobook skin */

/* Don't display some stuff on the main page */
body.page-Main_Page h1.firstHeading {
    display: none !important;
}

/* Don't display some stuff on the development main page */
body.page-Proteopedia:Main_page_develop h1.firstHeading {
    display: none !important;
}

/* Bold 'edit this page' link to encourage newcomers */
#ca-edit a { font-weight: bold !important; }

.editButtons { display: block;}

/* Makes the background of a framed image white instead of gray. */
/* Only visible with transparent images. */
div.thumb div a img {
    background-color: #fff;
}