Snippets/Link?.css

How to use Snippets
List of Snippets
Link?.css
Language(s): CSS Category:Snippets with CSS#Link%3F.css
Compatible with: MediaWiki 1.20+ (all)
Category:All snippets#Link%3F.css

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;
}
Category:All snippets Category:Snippets with CSS