Jump to content

MediaWiki:Common.css: Difference between revisions

do the same rule unification for movie files
(oops, is this right?)
(do the same rule unification for movie files)
Line 1,018: Line 1,018:
}
}


/* Show movie icon for links to .mov files */
/* Show movie icon for links to movie files that typically play in-browser */
div#content a.external[href$=".mov"]
div#content a.external[href$=".avi"],
{
div#content a.external[href$=".mov"],
background-image:url(/w/images/4/45/Link_icon_-_movie_file.svg);
div#content a.external[href$=".mp4"],
background-position:top right;
background-repeat:no-repeat;
padding-right:14px;
}
 
/* Show movie icon for links to .mp4 files */
div#content a.external[href$=".mp4"]
{
background-image:url(/w/images/4/45/Link_icon_-_movie_file.svg);
background-position:top right;
background-repeat:no-repeat;
padding-right:14px;
}
 
/* Show movie icon for links to .avi files */
div#content a.external[href$=".avi"]
{
background-image:url(/w/images/4/45/Link_icon_-_movie_file.svg);
background-position:top right;
background-repeat:no-repeat;
padding-right:14px;
}
 
/* Show movie icon for links to .wmv files */
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$=".wav"],
div#content a.external[href$=".m4a"],
div#content a.external[href$=".mp3"],
div#content a.external[href$=".mp3"],
div#content a.external[href$=".m4a"]
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);