MediaWiki:Common.css
Jump to navigation
Jump to search
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* Limit TOC to two levels */
.toc ul ul ul {
display: none;
}
/* Quiet TOC — Hyphen style */
.toc {
background: transparent;
border: none;
padding: 0;
font-size: 0.95em;
}
/* remove big "Contents" weight */
.toctitle h2 {
font-size: 1em;
font-weight: normal;
letter-spacing: 0.02em;
}
/* tighter spacing like an index */
.toc ul {
margin: 0.2em 0 0.2em 1em;
}
.toc li {
margin: 0.15em 0;
}