MediaWiki:Common.css: Difference between revisions

Add a Wiktionary link icon
(add blockquote background color)
(Add a Wiktionary link icon)
Line 51:
}
 
/* Add an icon to Wiktionary interwiki links */
div#content a[href*="wiktionary.org/"].extiw,
div#mw_content a[href*="wiktionary.org/"].extiw {
/* Host this image locally? */
background: url(https://upload.wikimedia.org/wikipedia/commons/2/26/Small_icon_wiktionary.PNG) no-repeat right;
/* @noflip */
padding-right: 16px;
}