MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 17: | Line 17: | ||
margin-left: 2em; | margin-left: 2em; | ||
font-size: .70em; | font-size: .70em; | ||
list-style-image: none; | ul-list-style-image: none; | ||
list-style-type: none; | ul-list-style-type: none; | ||
} | } | ||
Revision as of 12:20, 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: .70em; ul-list-style-image: none; ul-list-style-type: none; } .tocnumber { display: none; }