0
edits
No edit summary |
m (Applying changes that should make this CSS file HTTPS-ready. If you have any questions or noticed issues related to this edit, please reach out to us using the Special:Contact page.) |
||
Line 267: | Line 267: | ||
(Used in [[Template:Audio]] and the like to make the speaker clickable) */ | (Used in [[Template:Audio]] and the like to make the speaker clickable) */ | ||
.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 274: | Line 274: | ||
/* Icons for medialist templates [[Template:Listen]], [[Template:Multi-listen_start]], [[Template:Video]], [[Template:Multi-video_start]] */ | /* Icons for medialist templates [[Template:Listen]], [[Template:Multi-listen_start]], [[Template:Video]], [[Template:Multi-video_start]] */ | ||
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 316: | Line 316: | ||
#mw_content a[href*=".PDF?"].external, | #mw_content a[href*=".PDF?"].external, | ||
#mw_content a[href*=".PDF#"].external { | #mw_content 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 323: | Line 323: | ||
/* 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; | ||
} | } | ||
span.geolink a { | span.geolink a { | ||
background: url( | background: url(https://upload.wikimedia.org/wikipedia/en/a/a7/Monobook-globe.png) center right no-repeat !important; | ||
padding-right: 11px !important; | padding-right: 11px !important; | ||
} | } | ||
Line 665: | Line 665: | ||
/* Put a checker background at the image description page only visible if the image has transparent background */ | /* Put a checker background at the image description page only visible if the image has transparent background */ | ||
#file img { | #file img { | ||
background: url(" | background: url("https://upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat; | ||
} | } | ||
Line 761: | Line 761: | ||
} | } | ||
#EnWpMpBook { background-image: url( | #EnWpMpBook { background-image: url(https://upload.wikimedia.org/wikipedia/en/7/7e/MP-open-book.png); } | ||
#EnWpMpSearch { background: url( | #EnWpMpSearch { background: url(https://upload.wikimedia.org/wikipedia/en/a/ae/MP-magnifying-glass.png) no-repeat top right; } | ||
#EnWpMpSearchInner { float: right; width: 20em; text-align: center; } | #EnWpMpSearchInner { float: right; width: 20em; text-align: center; } | ||
#EnWpMpBook2 { background-image: url( | #EnWpMpBook2 { background-image: url(https://upload.wikimedia.org/wikipedia/commons/8/8e/MP-open-book2.png); } | ||
/* Standard Navigationsleisten, aka box hiding thingy from .de. Documentation at [[Wikipedia:NavFrame]]. */ | /* Standard Navigationsleisten, aka box hiding thingy from .de. Documentation at [[Wikipedia:NavFrame]]. */ | ||
Line 948: | Line 948: | ||
} | } | ||
.gallerybox .thumb img { | .gallerybox .thumb img { | ||
background: white url(" | background: white url("https://upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat; | ||
} | } | ||
/* .ns-0 = articles, .ns-2 = user pages, .ns-100 = portals. */ | /* .ns-0 = articles, .ns-2 = user pages, .ns-100 = portals. */ | ||
Line 975: | Line 975: | ||
/* Temporary rule for the duration of [[Wikipedia:2008 main page redesign proposal]] */ | /* Temporary rule for the duration of [[Wikipedia:2008 main page redesign proposal]] */ | ||
#pretzelsmainpageproposal-head { background: white url(' | #pretzelsmainpageproposal-head { background: white url('https://upload.wikimedia.org/wikipedia/en/c/c4/Faded_globe.PNG') no-repeat;} | ||
/* </nowiki></pre> */ | /* </nowiki></pre> */ |
edits