MediaWiki:Common.css: Difference between revisions
No edit summary Tag: Manual revert |
No edit summary |
||
Line 34: | Line 34: | ||
.toclevel-2 { | .toclevel-2 { | ||
margin-left: | margin-left:5px; | ||
} | } | ||
.toclevel-3 { | .toclevel-3 { | ||
margin-left: | margin-left:10px; | ||
} | } | ||
Revision as of 12:44, 5 January 2023
/*Paragraph style*/ * { font-family: Tahoma, System sans-serif; } /*Body styling*/ html { font-size: 125% } /*TOC Styling*/ #toc { float: right; border-style: solid; border-width: 1px; padding: .5em; margin-left: 2em; font-size: .75em; } .tocnumber { display: none; } #toc ul { list-style-image: none; list-style-type: none; } #toc ul ul ul { list-style-image: none; list-style-type: none; } .toclevel-2 { margin-left:5px; } .toclevel-3 { margin-left:10px; } .toclevel-4 { display: none; }