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 {
Line 25: Line 25:
         overflow: visible;
         overflow: visible;
}
}
*/

Revision as of 21:35, 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: 100px;
        width: 10em;
        overflow: visible;
}
*/