MediaWiki:Vector.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 962: | Line 962: | ||
.wizlords-mainpage-whatislarp-list li::marker { | .wizlords-mainpage-whatislarp-list li::marker { | ||
color: var(--wiz-text); | color: var(--wiz-text); | ||
} | |||
/* What is LARP includes longer explanatory list items. Align its bullet edge | |||
with the paragraph above instead of using the narrower Useful Links inset. */ | |||
.wizlords-mainpage-whatislarp-list { | |||
box-sizing: border-box; | |||
width: 100%; | |||
margin: 8px 0 0; | |||
padding-left: 18px; | |||
list-style: disc outside; | |||
text-align: left; | |||
} | |||
.wizlords-mainpage-whatislarp-list li { | |||
list-style: disc outside; | |||
} | } | ||
/* Vector assigns separate colours to external and visited links. Keep the | /* Vector assigns separate colours to external and visited links. Keep the | ||
shared homepage navigation-list component consistently orange | shared homepage navigation-list component consistently orange. */ | ||
#content.mw-body .wizlords-mainpage-link-list a, | #content.mw-body .wizlords-mainpage-link-list a, | ||
#content.mw-body .wizlords-mainpage-link-list a:visited, | #content.mw-body .wizlords-mainpage-link-list a:visited, | ||