Difference between revisions of "MediaWiki:Common.css"

Jump to navigation Jump to search
Remove logo space
(Added nonumtoc option)
 
(Remove logo space)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* Remove logo space */
#p-logo a, #p-logo a:hover {
    display: none;
}


/* When <div class="nonumtoc"> is used on the table of contents,
/* When <div class="nonumtoc"> is used on the table of contents,
   the ToC will display without numbers */
   the ToC will display without numbers  
.nonumtoc .tocnumber { display: none; }
.nonumtoc .tocnumber { display: none; }
.nonumtoc #toc ul,
.nonumtoc #toc ul,
Line 15: Line 20:
     margin: 0 0 0 2em;  
     margin: 0 0 0 2em;  
}
}
*/

Navigation menu