Difference between revisions of "MediaWiki:Common.css"
| Line 6: | Line 6: | ||
#mw_content a[href*=".PDF?"],  | #mw_content a[href*=".PDF?"],  | ||
#mw_content a[href*=".PDF#"] {  | #mw_content a[href*=".PDF#"] {  | ||
| − | 	background: url("http://ifi-wikis.com/IFI-OpioidCrisis/images/e/e5/Small-icon-pdf.png")no-repeat right; /* @noflip */ padding-right: 30px;   | + | 	background: url("http://ifi-wikis.com/IFI-OpioidCrisis/images/e/e5/Small-icon-pdf.png")no-repeat right; /* @noflip */ padding-right: 30px; background-size: 250px 100px; color: yellow; display: block;  | 
}  | }  | ||
Revision as of 06:56, 22 November 2018
/* Change the link icon to an Adobe icon for all PDF files */
#mw_content a[href$=".pdf"],
#mw_content a[href*=".pdf?"],
#mw_content a[href*=".pdf#"],
#mw_content a[href$=".PDF"],
#mw_content a[href*=".PDF?"],
#mw_content a[href*=".PDF#"] {
	background: url("http://ifi-wikis.com/IFI-OpioidCrisis/images/e/e5/Small-icon-pdf.png")no-repeat right; /* @noflip */ padding-right: 30px; background-size: 250px 100px; color: yellow; display: block;
}