MediaWiki:Vector.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 485: | Line 485: | ||
margin: 20px 0 10px; | margin: 20px 0 10px; | ||
padding: 0; | padding: 0; | ||
border-bottom: | border-bottom: 0; | ||
color: var(--wiz-heading); | color: var(--wiz-heading); | ||
text-align: left; | text-align: left; | ||
text-decoration: none; | text-decoration: none; | ||
} | |||
#content.mw-body #bodyContent .mw-heading2 { | |||
border-bottom: 1px solid var(--wiz-content-border); | |||
} | } | ||
| Line 499: | Line 503: | ||
padding: 0; | padding: 0; | ||
border-bottom: 0; | border-bottom: 0; | ||
color: var(--wiz-heading); | |||
text-align: left; | |||
text-decoration: none; | |||
} | |||
#content.mw-body #bodyContent .mw-heading h2 { | |||
font-weight: normal; | |||
} | |||
#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 { | |||
font-weight: bold; | |||
} | |||
#content.mw-body #bodyContent > h2:not(.center), | |||
#content.mw-body #bodyContent .toc-page > h2:not(.center) { | |||
box-sizing: border-box; | |||
margin: 20px 0 10px; | |||
padding: 0; | |||
border-bottom: 1px solid var(--wiz-content-border); | |||
color: var(--wiz-heading); | color: var(--wiz-heading); | ||
font-weight: normal; | font-weight: normal; | ||
| Line 505: | Line 531: | ||
} | } | ||
#content.mw-body #bodyContent > h3:not(.center), | #content.mw-body #bodyContent > h3:not(.center), | ||
#content.mw-body #bodyContent > h4:not(.center), | #content.mw-body #bodyContent > h4:not(.center), | ||
#content.mw-body #bodyContent > h5:not(.center), | #content.mw-body #bodyContent > h5:not(.center), | ||
#content.mw-body #bodyContent > h6:not(.center), | #content.mw-body #bodyContent > h6:not(.center), | ||
#content.mw-body #bodyContent .toc-page > h3: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 > h4:not(.center), | ||
| Line 518: | Line 542: | ||
margin: 20px 0 10px; | margin: 20px 0 10px; | ||
padding: 0; | padding: 0; | ||
border-bottom: | border-bottom: 0; | ||
color: var(--wiz-heading); | color: var(--wiz-heading); | ||
font-weight: | font-weight: bold; | ||
text-align: left; | text-align: left; | ||
text-decoration: none; | text-decoration: none; | ||