MediaWiki:Gadget-LinkColors.css

De Viquinotícies

Nota: Després de desar, heu de posar al dia la memòria cau del vostre navegador per veure els canvis. Mozilla / Firefox / Safari: Premeu Shift mentre cliqueu Actualitza (Reload), o premeu Ctrl+Shift+R (Cmd+Shift+R en un Mac Apple); Internet Explorer: premeu Ctrl mentre cliqueu Actualtiza (Refresh), o premeu Ctrl+F5; Konqueror:: simplement cliqueu el botó Recarregar (Reload), o premeu F5; Opera haureu d'esborrar completament la vostra memòria cau (caché) a Tools→Preferences.

/* Diferents colors per als enllaços d'altres projectes */
 
#bodyContent a.extiw[href*="meta.wikimedia.org/w"] {
        border-bottom: 1px dotted #999;
	color: black;
}
 
#bodyContent a.extiw[href*="commons.wikimedia.org/w"] {
    color: #4D9;
}
 
#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: #4AE;
}
 
#bodyContent a.extiw[href*=".wikiversity.org/w"] {
	color: #FF8C00;
}
 
#bodyContent a.extiw[href*="species.wikimedia.org/w"] {
    color: #F08080;
}
 
#bodyContent a.extiw[href*="incubator.wikimedia.org/w"] {
    color: #808000;
}
 
#bodyContent a.extiw[href*="www.mediawiki.org/w"] {
    color: orange;
}

#bodyContent a.extiw[href*="www.wikidata.org/w"] {
    color: #00CED1;
}