MediaWiki:Common.css: Difference between revisions

From Taioaan Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: →‎Change the external link icon to an Adobe icon for all PDF files: div#content a[href$=".pdf"].external, div#content a[...")
 
No edit summary
 
Line 18: Line 18:
padding-right: 18px;
padding-right: 18px;
}
}
#ca-history { display:none!important; }

Latest revision as of 17:59, 29 August 2019

/* CSS placed here will be applied to all skins */

/* Change the external link icon to an Adobe icon for all PDF files */
div#content a[href$=".pdf"].external,
div#content a[href*=".pdf?"].external,
div#content a[href*=".pdf#"].external,
div#content a[href$=".PDF"].external,
div#content a[href*=".PDF?"].external,
div#content a[href*=".PDF#"].external,
div#mw_content a[href$=".pdf"].external,
div#mw_content a[href*=".pdf?"].external,
div#mw_content a[href*=".pdf#"].external,
div#mw_content a[href$=".PDF"].external,
div#mw_content a[href*=".PDF?"].external,
div#mw_content a[href*=".PDF#"].external {
	background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right;
	/* @noflip */
	padding-right: 18px;
}

#ca-history { display:none!important; }