MediaWiki:Vector.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 481: | Line 481: | ||
/* Article section headings generated by == through ====== wikitext. */ | /* Article section headings generated by == through ====== wikitext. */ | ||
#content.mw-body #bodyContent h2:not(.center), | #content.mw-body #bodyContent .mw-heading { | ||
#content.mw-body #bodyContent h3:not(.center), | box-sizing: border-box; | ||
#content.mw-body #bodyContent h4:not(.center), | margin: 20px 0 10px; | ||
#content.mw-body #bodyContent h5:not(.center), | padding: 0; | ||
#content.mw-body #bodyContent h6:not(.center) { | border-bottom: 1px solid var(--wiz-content-border); | ||
color: var(--wiz-heading); | |||
text-align: left; | |||
text-decoration: none; | |||
} | |||
#content.mw-body #bodyContent .mw-heading h2, | |||
#content.mw-body #bodyContent .mw-heading h3, | |||
#content.mw-body #bodyContent .mw-heading h4, | |||
#content.mw-body #bodyContent .mw-heading h5, | |||
#content.mw-body #bodyContent .mw-heading h6 { | |||
margin: 0; | |||
padding: 0; | |||
border-bottom: 0; | |||
color: var(--wiz-heading); | |||
font-weight: normal; | |||
text-align: left; | |||
text-decoration: none; | |||
} | |||
#content.mw-body #bodyContent > h2:not(.center), | |||
#content.mw-body #bodyContent > h3:not(.center), | |||
#content.mw-body #bodyContent > h4:not(.center), | |||
#content.mw-body #bodyContent > h5:not(.center), | |||
#content.mw-body #bodyContent > h6:not(.center), | |||
#content.mw-body #bodyContent .toc-page > h2:not(.center), | |||
#content.mw-body #bodyContent .toc-page > h3:not(.center), | |||
#content.mw-body #bodyContent .toc-page > h4:not(.center), | |||
#content.mw-body #bodyContent .toc-page > h5:not(.center), | |||
#content.mw-body #bodyContent .toc-page > h6:not(.center) { | |||
box-sizing: border-box; | box-sizing: border-box; | ||
margin: 20px 0 10px; | margin: 20px 0 10px; | ||
| Line 496: | Line 525: | ||
} | } | ||
#content.mw-body #bodyContent h2:not(.center) { | #content.mw-body #bodyContent .mw-heading h2, | ||
#content.mw-body #bodyContent > h2:not(.center), | |||
#content.mw-body #bodyContent .toc-page > h2:not(.center) { | |||
font-size: 24px; | font-size: 24px; | ||
line-height: 30px; | line-height: 30px; | ||
} | } | ||
#content.mw-body #bodyContent h3:not(.center) { | #content.mw-body #bodyContent .mw-heading h3, | ||
#content.mw-body #bodyContent > h3:not(.center), | |||
#content.mw-body #bodyContent .toc-page > h3:not(.center) { | |||
font-size: 20px; | font-size: 20px; | ||
line-height: 26px; | line-height: 26px; | ||
} | } | ||
#content.mw-body #bodyContent h4:not(.center) { | #content.mw-body #bodyContent .mw-heading h4, | ||
#content.mw-body #bodyContent > h4:not(.center), | |||
#content.mw-body #bodyContent .toc-page > h4:not(.center) { | |||
font-size: 17px; | font-size: 17px; | ||
line-height: 23px; | line-height: 23px; | ||
} | } | ||
#content.mw-body #bodyContent h5:not(.center), | #content.mw-body #bodyContent .mw-heading h5, | ||
#content.mw-body #bodyContent h6:not(.center) { | #content.mw-body #bodyContent .mw-heading h6, | ||
#content.mw-body #bodyContent > h5:not(.center), | |||
#content.mw-body #bodyContent > h6:not(.center), | |||
#content.mw-body #bodyContent .toc-page > h5:not(.center), | |||
#content.mw-body #bodyContent .toc-page > h6:not(.center) { | |||
font-size: 15px; | font-size: 15px; | ||
line-height: 21px; | line-height: 21px; | ||
} | } | ||
#content.mw-body #bodyContent h2:not(.center) .mw-headline, | #content.mw-body #bodyContent .mw-heading .mw-headline, | ||
#content.mw-body #bodyContent h3:not(.center) .mw-headline, | #content.mw-body #bodyContent > h2:not(.center) .mw-headline, | ||
#content.mw-body #bodyContent h4:not(.center) .mw-headline, | #content.mw-body #bodyContent > h3:not(.center) .mw-headline, | ||
#content.mw-body #bodyContent h5:not(.center) .mw-headline, | #content.mw-body #bodyContent > h4:not(.center) .mw-headline, | ||
#content.mw-body #bodyContent h6:not(.center) .mw-headline, | #content.mw-body #bodyContent > h5:not(.center) .mw-headline, | ||
#content.mw-body #bodyContent h2:not(.center) a, | #content.mw-body #bodyContent > h6:not(.center) .mw-headline, | ||
#content.mw-body #bodyContent h3:not(.center) a, | #content.mw-body #bodyContent .toc-page > h2:not(.center) .mw-headline, | ||
#content.mw-body #bodyContent h4:not(.center) a, | #content.mw-body #bodyContent .toc-page > h3:not(.center) .mw-headline, | ||
#content.mw-body #bodyContent h5:not(.center) a, | #content.mw-body #bodyContent .toc-page > h4:not(.center) .mw-headline, | ||
#content.mw-body #bodyContent h6:not(.center) a { | #content.mw-body #bodyContent .toc-page > h5:not(.center) .mw-headline, | ||
#content.mw-body #bodyContent .toc-page > h6:not(.center) .mw-headline, | |||
#content.mw-body #bodyContent .mw-heading a, | |||
#content.mw-body #bodyContent > h2:not(.center) a, | |||
#content.mw-body #bodyContent > h3:not(.center) a, | |||
#content.mw-body #bodyContent > h4:not(.center) a, | |||
#content.mw-body #bodyContent > h5:not(.center) a, | |||
#content.mw-body #bodyContent > h6:not(.center) a, | |||
#content.mw-body #bodyContent .toc-page > h2:not(.center) a, | |||
#content.mw-body #bodyContent .toc-page > h3:not(.center) a, | |||
#content.mw-body #bodyContent .toc-page > h4:not(.center) a, | |||
#content.mw-body #bodyContent .toc-page > h5:not(.center) a, | |||
#content.mw-body #bodyContent .toc-page > h6:not(.center) a { | |||
border-bottom: 0; | border-bottom: 0; | ||
color: var(--wiz-heading); | color: var(--wiz-heading); | ||
| Line 532: | Line 583: | ||
} | } | ||
#content.mw-body #bodyContent | #content.mw-body #bodyContent .mw-heading .mw-editsection { | ||
color: var(--wiz-link); | color: var(--wiz-link); | ||
font-size: 12px; | font-size: 12px; | ||
| Line 543: | Line 590: | ||
} | } | ||
#content.mw-body #bodyContent | #content.mw-body #bodyContent .mw-heading .mw-editsection a { | ||
color: var(--wiz-link); | color: var(--wiz-link); | ||
text-decoration: none; | text-decoration: none; | ||