MediaWiki:Common.css: Difference between revisions

Try to add icon to interwiki links. Maybe a bad idea?
(Try to add message box styling)
(Try to add icon to interwiki links. Maybe a bad idea?)
Line 39:
padding-right: 18px;
}
 
 
 
/* Add an icon to Wikipedia interwiki links */
div#content a[href*="wikipedia.org/"].extiw,
div#mw_content a[href*="wikipedia.org/"].extiw {
/* Host this image locally? */
background: url("http://upload.wikimedia.org/wikipedia/commons/b/b0/Wikipedia-favicon.png") no-repeat right;
/* @noflip */
padding-right: 18px;
}