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 941: Line 941:
   Specific list styling for the external/useful links block.
   Specific list styling for the external/useful links block.
   ========================================================================== */
   ========================================================================== */
.wizlords-useful-links {
.wizlords-useful-links,
.wizlords-mainpage-link-list {
margin: 8px 0 0 20px;
margin: 8px 0 0 20px;
padding-left: 20px;
padding-left: 20px;
Line 948: Line 949:
}
}


.wizlords-useful-links li {
.wizlords-useful-links li,
.wizlords-mainpage-link-list li {
margin-bottom: 6px;
margin-bottom: 6px;
display: list-item;
display: list-item;
Line 954: Line 956:
}
}


.wizlords-useful-links li::marker {
.wizlords-useful-links li::marker,
.wizlords-mainpage-link-list li::marker {
color: var(--wiz-text);
color: var(--wiz-text);
}
}