MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
} | } | ||
a:visited:not(#footer-places), .mw-parser-output a.extiw:visited { | a:visited | ||
:not(#footer-places-about) | |||
:not(#footer-places-disclaimer) | |||
:not(#footer-places-legalnotices), | |||
.mw-parser-output a.extiw:visited { | |||
color: rgb(160, 140, 200); | color: rgb(160, 140, 200); | ||
} | } |
Revision as of 16:17, 19 June 2024
/* CSS placed here will be applied to all skins */
#pagehistory li.selected {
color: #b9b7b5 !important;
}
a:link, .mw-parser-output a.extiw {
color: rgb(100, 140, 200);
}
a:visited
:not(#footer-places-about)
:not(#footer-places-disclaimer)
:not(#footer-places-legalnotices),
.mw-parser-output a.extiw:visited {
color: rgb(160, 140, 200);
}
a:active, .mw-parser-output a.extiw:active {
color: rgb(220, 140, 200);
}