MediaWiki:Common.css: Difference between revisions

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

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