Vector-2022.css – MediaWiki
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.
.mw-content-container,
#wikiPreview {
max-width: unset !important;
}
#p-navigation {
margin-top: 0 !important;
}
/* mobile */
@media screen and (max-width:999px) {
.mw-table-of-contents-container {
height: unset;
}
}
/* MiniTOC */
@media screen {
.toc {
display: table;
padding: 7px;
}
.toc {
border: 1px solid #A2A9B1;
background-color: #F8F9FA;
}
.toc .toctitle {
direction: ltr;
text-align: center;
}
}
.toc ul {
text-align: left;
}
.toc ul {
list-style: none;
margin: 0.3em 0;
padding: 0;
}
.toc ol {
margin: 0;
}
.toc ol > li {
margin: 0 0 0.3em 2em;
}