19,659
edits
(oops, is this right?) |
(do the same rule unification for movie files) |
||
Line 1,018: | Line 1,018: | ||
} | } | ||
/* Show movie icon for links to | /* Show movie icon for links to movie files that typically play in-browser */ | ||
div#content a.external[href$=". | div#content a.external[href$=".avi"], | ||
div#content a.external[href$=".mov"], | |||
div#content a.external[href$=".mp4"], | |||
div#content a.external[href$=". | |||
div#content a.external[href$=". | |||
div#content a.external[href$=".wmv"] | div#content a.external[href$=".wmv"] | ||
{ | { | ||
Line 1,055: | Line 1,031: | ||
/* 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 */ | ||
div#content a.external[href$=". | div#content a.external[href$=".m4a"], | ||
div#content a.external[href$=".mp3"], | div#content a.external[href$=".mp3"], | ||
div#content a.external[href$=". | 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); |