User:Lojbanist/common.css

From Meta, a Wikimedia project coordination wiki

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* Different colors for links to other projects */
 
#bodyContent a.extiw[href*="www.mediawiki.org/w"] {
    border-bottom: 1px dotted #999;
	color: black;
}
 
#bodyContent a.extiw[href*="commons.wikimedia.org/w"] {
    color: #800000;
}
 
#bodyContent a.extiw[href*=".wikipedia.org/w"] {
	color: ForestGreen;
}
 
#bodyContent a.extiw[href*=".wiktionary.org/w"] {
	color: CornflowerBlue;
}
 
#bodyContent a.extiw[href*=".wikiquote.org/w"] {
	color: DarkMagenta;
}
 
#bodyContent a.extiw[href*=".wikisource.org/w"] {
	color: DarkBlue;
}
 
#bodyContent a.extiw[href*=".wikinews.org/w"] {
	color: #8B0000;
}
 
#bodyContent a.extiw[href*=".wikiversity.org/w"] {
	color: CadetBlue;
}
 
#bodyContent a.extiw[href*="species.wikimedia.org/w"] {
    color: #F08080;
}
 
#bodyContent a.extiw[href*="incubator.wikimedia.org/w"] {
    color: Crimson;
}
 
#bodyContent a.extiw[href*="wikibooks.org/w"] {
    color: DarkOrchid;
}

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

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