MediaWiki:Common.css: Difference between revisions

apparently this is how you turn off case sensitivity for these pattern matches
(restored our custom external link icon)
(apparently this is how you turn off case sensitivity for these pattern matches)
Line 128: Line 128:


/* Show movie icon for links to movie files that typically play in-browser */
/* Show movie icon for links to movie files that typically play in-browser */
#content a[href$=".avi"].external
#content a[href$=".avi" i].external,
#content a[href$=".avi"].external,
#content a[href$=".mov" i].external,
#content a[href$=".mov"].external,
#content a[href$=".mp4" i].external,
#content a[href$=".mp4"].external,
#content a[href$=".wmv" i].external
#content a[href$=".wmv"].external
{
{
  background-image:url(/w/images/4/45/Link_icon_-_movie_file.svg);
  background-image:url(/w/images/4/45/Link_icon_-_movie_file.svg);
Line 142: Line 141:


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