MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
(fix colors & font-size on wikitable for realsies now)
(sound icon for .wav & .ogg files)
Line 244: Line 244:
.nochecker .gallerybox .thumb img {
.nochecker .gallerybox .thumb img {
     background: #f9f9f9;
     background: #f9f9f9;
}
/* Give audio files linked with [[Media:]] a special icon */
a[href$=".wav"].internal,
a[href$=".ogg"].internal {
    background: url("http://portal.biringa.com/images/4/46/Icon_external_link_wav.png") center right no-repeat;
    padding-right: 16px;
}
}