MediaWiki:Gadget-underlinePedia.css

From Wikinews, the free news source you can write!
Jump to navigation Jump to search

Note: After saving, you may have to bypass your browser's cache to see the changes. Mozilla / Firefox / Safari: hold down Shift while clicking Reload, or press Ctrl-Shift-R (Cmd-Shift-R on Apple Mac); IE: hold Ctrl while clicking Refresh, or press Ctrl-F5; Konqueror: simply click the Reload button, or press F5; Opera users may need to completely clear their cache in Tools→Preferences. — More skins

/* Stolen from ptwikinews */
#bodyContent a.extiw[href*="meta.wikimedia.org/w"] {
        border-bottom: 1px dotted #999;
	color: black;
}
 
#bodyContent a.extiw[href*="commons.wikimedia.org/w"] {
        border-bottom: 1px dotted #999;
	color: #800000;
}
 
#bodyContent a.extiw[href*=".wikipedia.org/w"] {
	color: green;
}
 
#bodyContent a.extiw[href*=".wiktionary.org/w"] {
	color: #9400D3;
}
 
#bodyContent a.extiw[href*=".wikiquote.org/w"] {
	color: #FF00FF;
}
 
#bodyContent a.extiw[href*=".wikisource.org/w"] {
	color: #00008B;
}
 
#bodyContent a.extiw[href*=".wikibooks.org/w"] {
	color: #8B0000;
}
 
#bodyContent a.extiw[href*=".wikiversity.org/w"] {
	color: #FF8C00;
}
 
#bodyContent a.extiw[href*="species.wikimedia.org/w"] {
        border-bottom: 1px dotted #999;
	color: #F08080;
}
 
#bodyContent a.extiw[href*="incubator.wikimedia.org/w"] {
        border-bottom: 1px dotted #999;
	color: red;
}
 
#bodyContent a.extiw[href*="www.mediawiki.org/w"] {
        border-bottom: 1px dotted #999;
	color: orange;
}
#bodyContent a.extiw[href*=".wikivoyage.org/w"] {
        border-bottom: 1px dotted #999; 
	color: #E4D00A; /* "citrine" (yellowy-brown) */
}
#bodyContent a.extiw[href*="www.wikidata.org/w"] {
        border-bottom: 1px dotted #999;
	color: #E0B0FF; /* "mauve" (light purple) */
}