Difference between revisions of "MediaWiki:Monobook.css"

From ThinkWiki
Jump to: navigation, search
(←Created page with 'CSS placed here will affect users of the Monobook skin: #p-logo { top: 0; left: 0; position: absolute; needed to use z-index: z...')
(No difference)

Revision as of 22:23, 2 February 2012

/* CSS placed here will affect users of the Monobook skin */
#p-logo {
        top: 0;
        left: 0;
        position: absolute; /*needed to use z-index */
        z-index: 3;  
        height: 100px;
        width: 12em;
        overflow: visible; 
}