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...)
(No difference)

Revision as of 13:32, 17 May 2007

/** 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;
}