MediaWiki:Common.css: Difference between revisions

From Step Mods | Change The Game
No edit summary
No edit summary
Line 4: Line 4:


/* Changes logo parameters */
/* Changes logo parameters */
img.a{width:142px;height:625px;}
/* img.a{width:142px;height:625px;} */
#p-logo {
        z-index: 3;
        position: absolute; /*needed to use z-index */
        top: 0;
        left: 0;
        height: 155px;
        width: 12em;
        overflow: visible;
}

Revision as of 19:42, May 7, 2012

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



/* Changes logo parameters */
/* img.a{width:142px;height:625px;} */
#p-logo {
        z-index: 3;
        position: absolute; /*needed to use z-index */
        top: 0;
        left: 0;
        height: 155px;
        width: 12em;
        overflow: visible;
}