MediaWiki:Common.css

From Step Mods | Change The Game
Revision as of 04:48, June 21, 2012 by Farlo (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 be applied to all skins */

/* Hides the Main Page's title */
body.page-Main_Page h1.firstHeading { display:none; }

/* Changes logo parameters */
/* img.a{width:142px;height:625px;} */
/* 
#p-logo a,
#p-logo a:hover {
        display: block;
        height: 100px;
        width: 10em;
        background-repeat: no-repeat;
        background-position: 50% 65% !important;
        text-decoration: none;
}

#p-logo {
        z-index: 3;
        position: absolute; /*needed to use z-index */
        top: 0;
        left: 10;
        height: 100px;
        width: 10em;
        overflow: visible;
}
*/