MediaWiki:Common.css: Difference between revisions

From Step Mods | Change The Game
No edit summary
No edit summary
Line 5: Line 5:
/* Changes logo parameters */
/* Changes logo parameters */
/* img.a{width:142px;height:625px;} */
/* img.a{width:142px;height:625px;} */
/* #p-logo a,
/* */
#p-logo a,
#p-logo a:hover {
#p-logo a:hover {
         display: block;
         display: block;
Line 14: Line 15:
         text-decoration: none;
         text-decoration: none;
}
}
*/
 
#p-logo {
#p-logo {
         z-index: 3;
         z-index: 3;

Revision as of 21:31, 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: 800;
        left: 30;
        height: 625px;
        width: 10em;
        overflow: visible;
}