MediaWiki:Common.css: Difference between revisions

From ECGpedia
Jump to navigation Jump to search
m (New page: →‎* CSS placed here will be applied to all skins: →‎Change the external link icon to an Adobe icon for all PDF files: /* (in browsers that support these CSS selectors, like Mozilla a...)
 
m (Blanked the page)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
/** CSS placed here will be applied to all skins */


/* Change the external link icon to an Adobe icon for all PDF files */
/* (in browsers that support these CSS selectors, like Mozilla and Opera) */
#bodyContent a[href$=".pdf"].external,
#bodyContent a[href*=".pdf?"].external,
#bodyContent a[href*=".pdf#"].external,
#bodyContent a[href$=".PDF"].external,
#bodyContent a[href*=".PDF?"].external,
#bodyContent a[href*=".PDF#"].external {
    background: url(http://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif) center right no-repeat;
    padding-right: 16px;
}

Latest revision as of 18:44, 19 July 2012