MediaWiki talk:Gadget-underlinePedia.css

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

Documentation[edit]

Here is a list of the projects supported by the gadget. If you enable the gadget, these links will become colour-coded for your viewing pleasure.

New projects[edit]

{{edit protected}} This needs updating for the new projects, wikivoyage and wikidata . The following code sets fairly arbitrary colour choices; you're welcome to pick better colours :-). Code untested.

#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) */
}

Microchip08 (talk) 17:50, 5 April 2014 (UTC)[reply]

Done Microchip08 (talk) 13:48, 18 April 2014 (UTC)[reply]