MediaWiki:Gadget-underlinePedia.css

Nga Wikilajme, burimi i lirë i lajmeve që ju mund të shkruani!

Shënim: Pas botimit, mund t’ju duhet të anashkaloni fshehtinën e shfletuesit tuaj, që të shihni ndryshimet.

  • Firefox / Safari: Mbani të shtypur tastin Shift teksa klikoni mbi Ringarkoje, ose shtypni një nga kombinimet Ctrl-F5 ose Ctrl-R (⌘-R në Mac)
  • Google Chrome: Shtypni Ctrl-Shift-R (⌘-Shift-R në Mac)
  • Internet Explorer / Edge: Mbani të shtypur Ctrl teksa klikoni mbi Refresh, ose shtypni Ctrl-F5
  • Opera: Shtypni Ctrl-F5.
/* 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;
}