MediaWiki:Vector.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 942: | Line 942: | ||
========================================================================== */ | ========================================================================== */ | ||
.wizlords-useful-links, | .wizlords-useful-links, | ||
.wizlords-mainpage-link-list { | .wizlords-mainpage-link-list, | ||
.wizlords-mainpage-whatislarp-list { | |||
margin: 8px 0 0 20px; | margin: 8px 0 0 20px; | ||
padding-left: 20px; | padding-left: 20px; | ||
| Line 950: | Line 951: | ||
.wizlords-useful-links li, | .wizlords-useful-links li, | ||
.wizlords-mainpage-link-list li { | .wizlords-mainpage-link-list li, | ||
.wizlords-mainpage-whatislarp-list li { | |||
margin-bottom: 6px; | margin-bottom: 6px; | ||
display: list-item; | display: list-item; | ||
| Line 957: | Line 959: | ||
.wizlords-useful-links li::marker, | .wizlords-useful-links li::marker, | ||
.wizlords-mainpage-link-list li::marker { | .wizlords-mainpage-link-list li::marker, | ||
.wizlords-mainpage-whatislarp-list li::marker { | |||
color: var(--wiz-text); | color: var(--wiz-text); | ||
} | } | ||
| Line 965: | Line 968: | ||
#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, | ||
#content.mw-body .wizlords-mainpage-link-list a.external { | #content.mw-body .wizlords-mainpage-link-list a.external, | ||
#content.mw-body .wizlords-mainpage-whatislarp-list a, | |||
#content.mw-body .wizlords-mainpage-whatislarp-list a:visited, | |||
#content.mw-body .wizlords-mainpage-whatislarp-list a.external { | |||
color: var(--wiz-link); | color: var(--wiz-link); | ||
font-weight: normal; | font-weight: normal; | ||
| Line 972: | Line 978: | ||
#content.mw-body .wizlords-mainpage-link-list a:hover, | #content.mw-body .wizlords-mainpage-link-list a:hover, | ||
#content.mw-body .wizlords-mainpage-link-list a.external:hover { | #content.mw-body .wizlords-mainpage-link-list a.external:hover, | ||
#content.mw-body .wizlords-mainpage-whatislarp-list a:hover, | |||
#content.mw-body .wizlords-mainpage-whatislarp-list a.external:hover { | |||
color: #ffd37a; | color: #ffd37a; | ||
text-decoration: none; | text-decoration: none; | ||
| Line 979: | Line 987: | ||
/* Vector's external-link indicator is a separate blue background SVG, so it | /* Vector's external-link indicator is a separate blue background SVG, so it | ||
must be recoloured independently from the anchor text. */ | must be recoloured independently from the anchor text. */ | ||
#content.mw-body .wizlords-mainpage-link-list a.external { | #content.mw-body .wizlords-mainpage-link-list a.external, | ||
#content.mw-body .wizlords-mainpage-whatislarp-list a.external { | |||
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath fill='%23ff942d' d='M6 1h3v3H8V2.71L4.35 6.35l-.7-.7L7.29 2H6V1z'/%3E%3Cpath fill='%23ff942d' d='M2 2h3v1H3v4h4V5h1v3H2V2z'/%3E%3C/svg%3E"); | background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath fill='%23ff942d' d='M6 1h3v3H8V2.71L4.35 6.35l-.7-.7L7.29 2H6V1z'/%3E%3Cpath fill='%23ff942d' d='M2 2h3v1H3v4h4V5h1v3H2V2z'/%3E%3C/svg%3E"); | ||
} | } | ||
#content.mw-body .wizlords-mainpage-link-list a.external:hover { | #content.mw-body .wizlords-mainpage-link-list a.external:hover, | ||
#content.mw-body .wizlords-mainpage-whatislarp-list a.external:hover { | |||
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath fill='%23ffd37a' d='M6 1h3v3H8V2.71L4.35 6.35l-.7-.7L7.29 2H6V1z'/%3E%3Cpath fill='%23ffd37a' d='M2 2h3v1H3v4h4V5h1v3H2V2z'/%3E%3C/svg%3E"); | background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath fill='%23ffd37a' d='M6 1h3v3H8V2.71L4.35 6.35l-.7-.7L7.29 2H6V1z'/%3E%3Cpath fill='%23ffd37a' d='M2 2h3v1H3v4h4V5h1v3H2V2z'/%3E%3C/svg%3E"); | ||
} | } | ||