Autochecked users, Bureaucrats, Editors, Interface administrators, recentchangescleanup, Reviewers, rollback, Suppressors, Administrators
253
edits
No edit summary |
No edit summary |
||
Line 200: | Line 200: | ||
.audiolink a{ | .audiolink a{ | ||
background: url(" | background: url("https://upload.wikimedia.org/wikipedia/commons/thumb/8/8a/Loudspeaker.svg/11px-Loudspeaker.svg.png") center left no-repeat !important; | ||
padding-left: 16px !important; | padding-left: 16px !important; | ||
padding-right: 0 !important; | padding-right: 0 !important; | ||
Line 208: | Line 208: | ||
div.listenlist { | div.listenlist { | ||
background: url(" | background: url("https://upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Gnome-speakernotes.png/30px-Gnome-speakernotes.png"); | ||
padding-left: 40px; | padding-left: 40px; | ||
} | } | ||
div.videolist, div.multivideolist { | div.videolist, div.multivideolist { | ||
background: url(" | background: url("https://upload.wikimedia.org/wikipedia/en/thumb/2/20/Tango-video-x-generic.png/40px-Tango-video-x-generic.png"); | ||
padding-left: 50px; | padding-left: 50px; | ||
} | } | ||
Line 249: | Line 249: | ||
#bodyContent a[href*=".PDF?"].external, | #bodyContent a[href*=".PDF?"].external, | ||
#bodyContent a[href*=".PDF#"].external { | #bodyContent a[href*=".PDF#"].external { | ||
background: url( | background: url(https://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif) center right no-repeat; | ||
padding-right: 16px; | padding-right: 16px; | ||
} | } | ||
Line 256: | Line 256: | ||
/* is used (notably Template:PDFlink). This works in IE, unlike the above. */ | /* is used (notably Template:PDFlink). This works in IE, unlike the above. */ | ||
span.PDFlink a { | span.PDFlink a { | ||
background: url( | background: url(https://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif) center right no-repeat !important; | ||
padding-right: 17px !important; | padding-right: 17px !important; | ||
} | } | ||
Line 315: | Line 315: | ||
following the anchor A, the anchor itself now has class "external autonumber" and the | following the anchor A, the anchor itself now has class "external autonumber" and the | ||
expansion is inserted when printing (see the common printing style sheet at | expansion is inserted when printing (see the common printing style sheet at | ||
https://en.wikipedia.org/skins-1.5/common/commonPrint.css) using the ":after" pseudo- | |||
element of CSS. We have to switch this off for links due to Template:Ref! | element of CSS. We have to switch this off for links due to Template:Ref! | ||
~~~~ | ~~~~ |
edits