MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 172: | Line 172: | ||
.wizlords-collapsed-hint-section li::marker { | .wizlords-collapsed-hint-section li::marker { | ||
color: var(--wiz-text, #d2d2d2); | color: var(--wiz-text, #d2d2d2); | ||
} | |||
/* Keeps a real wiki heading available for the TOC without showing it on the page. */ | |||
.wizlords-toc-only-heading { | |||
height: 0; | |||
margin: 0; | |||
padding: 0; | |||
overflow: hidden; | |||
} | |||
.wizlords-toc-only-heading .mw-heading, | |||
.wizlords-toc-only-heading h2, | |||
.wizlords-toc-only-heading h3, | |||
.wizlords-toc-only-heading h4 { | |||
margin: 0; | |||
padding: 0; | |||
border: 0; | |||
} | |||
.wizlords-toc-only-heading .mw-editsection { | |||
display: none; | |||
} | } | ||