Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Vector.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 524: Line 524:
#content.mw-body #bodyContent .mw-parser-output li::marker {
#content.mw-body #bodyContent .mw-parser-output li::marker {
color: var(--wiz-text);
color: var(--wiz-text);
}
/* The generated TOC sits inside .mw-parser-output, so undo article list rules there. */
#content.mw-body #bodyContent .toc-page #toc ul,
#content.mw-body #bodyContent .toc-page .toc ul {
margin: 0;
padding: 0;
list-style: none;
}
#content.mw-body #bodyContent .toc-page #toc li,
#content.mw-body #bodyContent .toc-page .toc li {
display: block;
list-style: none;
}
#content.mw-body #bodyContent .toc-page #toc li::marker,
#content.mw-body #bodyContent .toc-page .toc li::marker {
content: "";
}
#content.mw-body #bodyContent .toc-page #toc li li,
#content.mw-body #bodyContent .toc-page .toc li li {
margin-left: 12px;
padding: 2px 0 2px 10px;
}
}