MediaWiki:Common.css: Difference between revisions

From Step Mods | Change The Game
No edit summary
No edit summary
Line 19: Line 19:
         z-index: 3;
         z-index: 3;
         position: absolute; /*needed to use z-index */
         position: absolute; /*needed to use z-index */
         top: 500;
         top: 0;
         left: 500;
         left: 0;
         height: 625px;
         height: 625px;
         width: 10em;
         width: 10em;
         overflow: visible;
         overflow: visible;
}
}

Revision as of 21:34, May 7, 2012

/* CSS placed here will be applied to all skins */



/* Changes logo parameters */
/* img.a{width:142px;height:625px;} */
/* */
#p-logo a,
#p-logo a:hover {
        display: block;
        height: 1400px;
        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: 0;
        height: 625px;
        width: 10em;
        overflow: visible;
}