MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
font-family: Tahoma, System sans-serif; | font-family: Tahoma, System sans-serif; | ||
} | } | ||
/*Body styling*/ | /*Body styling*/ | ||
Line 9: | Line 10: | ||
} | } | ||
/* Heading styles*/ | |||
/* Heading and section styles*/ | |||
h2 { | h2 { | ||
overflow: auto; | overflow: auto; | ||
} | } | ||
h3 { | |||
padding-left: 0.5em; | |||
overflow: auto; | |||
} | } | ||
h4, h5, h6 { | |||
font-weight: normal; | |||
padding-left: 0.5em; | padding-left: 0.5em; | ||
overflow: auto; | overflow: auto; | ||
} | |||
.mw-body-content h2 { | |||
line-height:1.85; | |||
} | } | ||
Line 28: | Line 36: | ||
.vector-body h3 { | .vector-body h3 { | ||
margin-top: 1em; | |||
font-weight:normal; | margin-bottom: 0; | ||
margin-left: .75em; | |||
line-height: 1.25; | |||
font-weight:normal; | |||
font-size: 1.15em; | font-size: 1.15em; | ||
padding-bottom: .5em; | padding-bottom: .5em; | ||
Line 36: | Line 47: | ||
.vector-body h4 { | .vector-body h4 { | ||
margin-top: 1em; | margin-top: 1em; | ||
font-weight:normal; | margin-bottom: 0; | ||
} | line-height: 1.25; | ||
font-weight:normal; | |||
margin-left: 1.10em; | |||
} | |||
.vector-body h5, .vector-body h6 { | |||
margin-top: 0.3em; | |||
margin-bottom: 0; | |||
line-height: 1.25; | |||
margin-left: 1.10em; | |||
} | } | ||
/* Horizontal line styles*/ | |||
h2 { | h2 { | ||
border-bottom: 5px solid #66D09A; | border-bottom: 5px solid #66D09A; | ||
Line 69: | Line 85: | ||
} | } | ||
hr { | hr { | ||
border-top: 1px solid rgb(200,216,228); | border-top: 1px solid rgb(200,216,228); | ||
} | } | ||
/*TOC Styling*/ | /*TOC Styling*/ |
Revision as of 15:15, 11 January 2023
/*Paragraph style*/ * { font-family: Tahoma, System sans-serif; } /*Body styling*/ html { font-size: 125%; } /* Heading and section styles*/ h2 { overflow: auto; } h3 { padding-left: 0.5em; overflow: auto; } h4, h5, h6 { font-weight: normal; padding-left: 0.5em; overflow: auto; } .mw-body-content h2 { line-height:1.85; } .vector-body h2 { padding-left: 0.5em; } .vector-body h3 { margin-top: 1em; margin-bottom: 0; margin-left: .75em; line-height: 1.25; font-weight:normal; font-size: 1.15em; padding-bottom: .5em; } .vector-body h4 { margin-top: 1em; margin-bottom: 0; line-height: 1.25; font-weight:normal; margin-left: 1.10em; } .vector-body h5, .vector-body h6 { margin-top: 0.3em; margin-bottom: 0; line-height: 1.25; margin-left: 1.10em; } /* Horizontal line styles*/ h2 { border-bottom: 5px solid #66D09A; margin-left: .5em; } h3 { border-bottom: 4px solid #D5E6B1; margin-left: .75em; } h4 { border-bottom: 3px solid #F8A97A; margin-left: 1em; } h5 { border-bottom: 2px solid #F8A97A; margin-left: 1.10em; } h6 { border-bottom: 1px solid #F8A97A; margin-left: 1.10em; } hr { border-top: 1px 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-3 { 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; }