MediaWiki:Gadget-Coloredlinks.css

Dari Wikipedia bahasa Indonesia, ensiklopedia bebas

Catatan: Setelah menyimpan, Anda harus memintas tembolok (cache) peramban Anda untuk melihat perubahannya. Google Chrome, Firefox, Microsoft Edge dan Safari: Tahan tombol Shift dan klik Muat ulang (Reload) di tombol bilah alat. Untuk detail dan instruksi tentang peramban lain, lihat halaman menghapus singgahan (Inggris).

/* Different colors for links to other projects */
 
#bodyContent a.extiw[href*="www.mediawiki.org/w"] {
    color: indianred;
}
 
#bodyContent a.extiw[href*="commons.wikimedia.org/w"] {
    color: salmon;
}
 
#bodyContent a.extiw[href*=".wiki-indonesia.club/w"] {
	color: crimson;
}
 
#bodyContent a.extiw[href*=".wiktionary.org/w"] {
	color: deeppink;
}
 
#bodyContent a.extiw[href*=".wikiquote.org/w"] {
	color: coral;
}
 
#bodyContent a.extiw[href*=".wikisource.org/w"] {
	color: tomato;
}
 
#bodyContent a.extiw[href*=".wikinews.org/w"] {
	color: khaki;
}
 
#bodyContent a.extiw[href*=".wikiversity.org/w"] {
	color: darkkhaki;
}
 
#bodyContent a.extiw[href*="species.wikimedia.org/w"] {
    color: plum;
}
 
#bodyContent a.extiw[href*="incubator.wikimedia.org/w"] {
    color: violet;
}
 
#bodyContent a.extiw[href*="wikibooks.org/w"] {
    color: blueviolet;
}

#bodyContent a.extiw[href*=".wikivoyage.org/w"] {
    color: greenyellow;
}

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

#bodyContent a.extiw[href*="wikitech.wikimedia.org/w"] {
    color: olivedrab;
}

#bodyContent a.extiw[href*="translatewiki.net/w"] {
    color: darkseagreen;
}