< Snippets
![]() | |
---|---|
Language(s): | CSS |
Compatible with: | MediaWiki 1.20+ (all) |
Description
If you used to use the old preference (pre 1.20) to turn redlinks into links with question marks (i.e. Link?), you can still get this if you use the following CSS snippet in your user css:
a.new:after, #quickbar a.new:after {
color: #BA0000;
content: "?";
}
a.new, #quickbar a.new, a.stub, #quickbar a.stub {
color: inherit;
}
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.