MediaWiki:Vector.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 492: | Line 492: | ||
#content.mw-body #bodyContent .mw-heading2 { | #content.mw-body #bodyContent .mw-heading2 { | ||
height: 30px; | |||
margin-top: 21px; | |||
margin-bottom: 5px; | |||
border-bottom: 1px solid var(--wiz-content-border); | border-bottom: 1px solid var(--wiz-content-border); | ||
} | |||
#content.mw-body #bodyContent .mw-heading3 { | |||
height: 28px; | |||
margin-top: 5px; | |||
margin-bottom: 10px; | |||
padding-top: 8px; | |||
} | |||
#content.mw-body #bodyContent .mw-heading4 { | |||
height: 23px; | |||
margin-top: 4px; | |||
margin-bottom: 10px; | |||
padding-top: 7px; | |||
} | } | ||
| Line 522: | Line 539: | ||
#content.mw-body #bodyContent .toc-page > h2:not(.center) { | #content.mw-body #bodyContent .toc-page > h2:not(.center) { | ||
box-sizing: border-box; | box-sizing: border-box; | ||
margin: | height: 30px; | ||
margin: 21px 0 5px; | |||
padding: 0; | padding: 0; | ||
border-bottom: 1px solid var(--wiz-content-border); | border-bottom: 1px solid var(--wiz-content-border); | ||
| Line 547: | Line 565: | ||
text-align: left; | text-align: left; | ||
text-decoration: none; | text-decoration: none; | ||
} | |||
#content.mw-body #bodyContent > h3:not(.center), | |||
#content.mw-body #bodyContent .toc-page > h3:not(.center) { | |||
height: 28px; | |||
margin-top: 5px; | |||
padding-top: 8px; | |||
} | |||
#content.mw-body #bodyContent > h4:not(.center), | |||
#content.mw-body #bodyContent .toc-page > h4:not(.center) { | |||
height: 23px; | |||
margin-top: 4px; | |||
padding-top: 7px; | |||
} | } | ||