MediaWiki:Common.css: Difference between revisions

adding .m4a to list of files that get sound icon in addition to .mp3 and .wav; attempting to unify the three file types into a single rule
(replacing raster icon for movie links with vector one)
(adding .m4a to list of files that get sound icon in addition to .mp3 and .wav; attempting to unify the three file types into a single rule)
Line 1,054: Line 1,054:
}
}


/* Show sound icon for links to .mp3 files */
/* Show sound icon for links to audio files that typically play in-browser: .wav, .mp3, .m4a */
div#content a.external[href$=".mp3"]
div#content a.external[href$=".wav"], a.external[href$=".mp3"], a.external[href$=".m4a"]
{
background-image:url(/w/images/5/52/Link_icon_-_sound_file.svg);
background-position:top right;
background-repeat:no-repeat;
padding-right:14px;
}
 
/* Show sound icon for links to .wav files */
div#content a.external[href$=".wav"]
{
{
  background-image:url(/w/images/5/52/Link_icon_-_sound_file.svg);
  background-image:url(/w/images/5/52/Link_icon_-_sound_file.svg);