MediaWiki:Common.css: Difference between revisions
(Blanked the page) Tags: Blanking Reverted |
No edit summary Tags: Manual revert Reverted |
||
Line 1: | Line 1: | ||
/*Paragraph style*/ | |||
* { | |||
font-family: Tahoma, System sans-serif; | |||
} | |||
/*Body styling*/ | |||
html { | |||
font-size: 125%; | |||
} | |||
/* Heading styles*/ | |||
h2 { | |||
background-color: #F8A97A; | |||
overflow: auto; | |||
} | |||
.mw-body-content h2 { | |||
line-height:1.85; | |||
} | |||
h3 { | |||
background-color: #D5E6B1; | |||
padding-left: 0.5em; | |||
overflow: auto; | |||
} | |||
.vector-body h2 { | |||
padding-left: 0.5em; | |||
} | |||
.vector-body h3 { | |||
font-weight:normal; | |||
font-size: 1.15em; | |||
padding-bottom: .5em; | |||
} | |||
.vector-body h4 { | |||
font-weight:normal; | |||
} | |||
h4, h5, h6 { | |||
font-family: System sans-serif; | |||
font-weight: normal; | |||
padding-left: 0.5em; | |||
overflow: auto; | |||
} | |||
h4 { | |||
border-bottom: 3px solid #66D09A; | |||
} | |||
h5 { | |||
border-bottom: 2px solid #66D09A; | |||
} | |||
h6 { | |||
border-bottom: 1px solid #66D09A; | |||
} | |||
.vector-body h3, .vector-body h4, .vector-body h5, .vector-body h6 { | |||
margin-top: 0.3em; | |||
margin-bottom: 0; | |||
line-height: 1.25; | |||
} | |||
/* Horizontal line style */ | |||
hr { | |||
border: 3.0px solid rgb(200,216,228); | |||
} | |||
/*TOC Styling*/ | |||
#toc { | |||
float: right; | |||
border-style: solid; | |||
border-color: #75A9D5; | |||
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:-10px; | |||
} | |||
.toclevel-3 { | |||
margin-left:-10px; | |||
} | |||
.toclevel-4 { | |||
display: none; | |||
} | |||
.toctitle h2 { | |||
visibility: hidden; | |||
} | |||
.toctitle h2:before { | |||
visibility: visible; | |||
color: #000; | |||
content: 'Table of Contents'; | |||
background-color: #FFF; | |||
font-weight: bold; | |||
border-bottom: 1px solid #D1E2F1; | |||
} | |||
.vector-body #toc ul { | |||
line-height: 1.10em; | |||
} |
Revision as of 14:01, 6 January 2023
/*Paragraph style*/ * { font-family: Tahoma, System sans-serif; } /*Body styling*/ html { font-size: 125%; } /* Heading styles*/ h2 { background-color: #F8A97A; overflow: auto; } .mw-body-content h2 { line-height:1.85; } h3 { background-color: #D5E6B1; padding-left: 0.5em; overflow: auto; } .vector-body h2 { padding-left: 0.5em; } .vector-body h3 { font-weight:normal; font-size: 1.15em; padding-bottom: .5em; } .vector-body h4 { font-weight:normal; } h4, h5, h6 { font-family: System sans-serif; font-weight: normal; padding-left: 0.5em; overflow: auto; } h4 { border-bottom: 3px solid #66D09A; } h5 { border-bottom: 2px solid #66D09A; } h6 { border-bottom: 1px solid #66D09A; } .vector-body h3, .vector-body h4, .vector-body h5, .vector-body h6 { margin-top: 0.3em; margin-bottom: 0; line-height: 1.25; } /* Horizontal line style */ hr { border: 3.0px solid rgb(200,216,228); } /*TOC Styling*/ #toc { float: right; border-style: solid; border-color: #75A9D5; 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:-10px; } .toclevel-3 { margin-left:-10px; } .toclevel-4 { display: none; } .toctitle h2 { visibility: hidden; } .toctitle h2:before { visibility: visible; color: #000; content: 'Table of Contents'; background-color: #FFF; font-weight: bold; border-bottom: 1px solid #D1E2F1; } .vector-body #toc ul { line-height: 1.10em; }