Snippets/Link?.css

(Redirected from Link?.css)
How to use Snippets
List of Snippets
Link?.css
Language(s): CSS
Compatible with: MediaWiki 1.20+ (all)

Description edit

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;
}