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 492: Line 492:
#content.mw-body #bodyContent .mw-parser-output > ul,
#content.mw-body #bodyContent .mw-parser-output > ul,
#content.mw-body #bodyContent .toc-page > ul {
#content.mw-body #bodyContent .toc-page > ul {
list-style: disc outside;
}
#content.mw-body #bodyContent .toc-page ul {
list-style: disc outside;
list-style: disc outside;
}
}


#content.mw-body #bodyContent .mw-parser-output ul ul,
#content.mw-body #bodyContent .mw-parser-output ul ul,
#content.mw-body #bodyContent .toc-page ul ul {
#content.mw-body #bodyContent .toc-page > ul ul {
margin: 4px 0 6px 22px;
margin: 4px 0 6px 22px;
padding-left: 18px;
padding-left: 18px;
Line 520: Line 516:


#content.mw-body #bodyContent .mw-parser-output ul ul > li,
#content.mw-body #bodyContent .mw-parser-output ul ul > li,
#content.mw-body #bodyContent .toc-page ul ul > li {
#content.mw-body #bodyContent .toc-page > ul ul > li {
display: list-item;
display: list-item;
margin-bottom: 3px;
margin-bottom: 3px;
Line 528: 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);
}
/* Keep the floating page contents box free of normal article bullet markers. */
#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;
margin: 0;
list-style: none;
}
}