MediaWiki:Common.css

From MoiWiki
Revision as of 03:45, 15 November 2007 by Michael Gibson (talk | contribs)
Jump to navigationJump to search

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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/** CSS placed here will be applied to all skins */

/* Disable "Main page" h1 element. */
body.page-Main_Page h1.firstHeading { display:none; }

/* Disable footer. */
#footer { display:none; }

/* Increase height and center upper-left logo. */
#p-logo, #p-logo a, #p-logo a:hover { height:230px; }
#p-logo { left:12px; }
#column-one { padding-top:235px; padding-left:5px; }

/* Disable external link marker. */
#bodyContent a.external { background:none; padding:0px; }

/* Disable IP address and "user talk" link in upper right corner */
#pt-anonuserpage a, #pt-anontalk a { display:none; }