MediaWiki:Common.css: Difference between revisions

From Phidgets Support
No edit summary
No edit summary
Line 5: Line 5:
}
}


/* When <div class="nonumtoc"> is used on the table of contents,
.tocnumber { display: none !important; }
  the ToC will display without numbers */
.nonumtoc .tocnumber { display: none; }
.nonumtoc #toc ul,
.nonumtoc .toc ul {
    line-height: 1.5em;
    list-style: none;
    margin: .3em 0 0;
    padding: 0;
}
.nonumtoc #toc ul ul,
.nonumtoc .toc ul ul {
    margin: 0 0 0 2em;
}

Revision as of 20:09, 21 December 2011

body.page-Main_Page_Mockup h1.firstHeading { display:none; }

h4{
font-style: italic;
}

.tocnumber { display: none !important; }