MediaWiki:Gadget-RainbowLinks.css

Frae Wikipedia, the free beuk o knawledge

Tak tent: Efter hainin, ye micht hae tae bypass yer brouser's cache for tae see the chynges. Mozilla / Firefox / Safari: haud doun Shift while dabbin on Reload, or press Ctrl-Shift-R (Cmd-Shift-R on Apple Mac); IE: haud doun Ctrl while dabbin on Refresh, or press Ctrl-F5; Konqueror: juist dab on the Reload button, or press F5; Opera users micht hae tae haillie dicht thair cache in Tools→Preferences.

/* Rainbow Links. */
/* by [[uiser:MJL]] */
/* Based on [[en:MediaWiki:Gadget-DisambiguationLinks.css]] an [[en:User:BrandonXLF/GreenRedirects.css]] */

a.mw-redirect { 
	color: #006600!important; /* Make redirects green */
}

a.mw-disambig {
	color: #ff8921!important; /* Make disambiguation pages orange. */
}

a.mw-redirect.mw-disambig {
	color: #807711!important; /* If both, make gold */
}