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...')
 
 
Line 1: Line 1:
 
/* CSS placed here will affect users of the Monobook skin */
 
/* 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;
 
}
 

Latest revision as of 22:23, 2 February 2012

/* CSS placed here will affect users of the Monobook skin */