MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 17: | Line 17: | ||
h3 { | h3 { | ||
font-family: System sans-serif; | font-family: System sans-serif; | ||
background-color: #D1E2F1; | background-color: #D1E2F1; | ||
overflow: auto; | overflow: auto; | ||
Line 23: | Line 23: | ||
h4, h5, h6 { | h4, h5, h6 { | ||
font-family: | font-family: System sans-serif; | ||
font-weight: bold; | font-weight: bold; | ||
overflow: auto; | overflow: auto; | ||
} | } |
Revision as of 15:47, 5 January 2023
/*Paragraph style*/ * { font-family: Tahoma, System sans-serif; } /*Body styling*/ html { font-size: 120% } /* Heading styles*/ h2 { font-family: System sans-serif; background-color: #75A9D5; overflow: auto; } h3 { font-family: System sans-serif; background-color: #D1E2F1; overflow: auto; } h4, h5, h6 { font-family: System sans-serif; font-weight: bold; overflow: auto; } /* Horizontal line style */ hr { border: 3.0px solid rgb(200,216,228); } /*TOC Styling*/ #toc { float: right; border-style: solid; border-color: #D5E6B1; 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; } .toctitle h2 { visibility: hidden; } .toctitle h2:before { visibility: visible; color: #444; content: 'Table of Contents'; background-color: #FFF; }