Line 284: |
Line 284: |
| | | |
| .audiolink a{ | | .audiolink a{ |
− | background: url("http://upload.wikimedia.org/wikipedia/commons/thumb/8/8a/Loudspeaker.svg/11px-Loudspeaker.svg.png") center left no-repeat !important; | + | 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 292: |
Line 292: |
| | | |
| div.listenlist { | | div.listenlist { |
− | background: url("http://upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Gnome-speakernotes.png/30px-Gnome-speakernotes.png"); | + | 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("http://upload.wikimedia.org/wikipedia/en/thumb/2/20/Tango-video-x-generic.png/40px-Tango-video-x-generic.png"); | + | 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 333: |
Line 333: |
| #bodyContent a[href*=".PDF?"].external, | | #bodyContent a[href*=".PDF?"].external, |
| #bodyContent a[href*=".PDF#"].external { | | #bodyContent a[href*=".PDF#"].external { |
− | background: url(http://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif) center right no-repeat; | + | 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 340: |
Line 340: |
| /* 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(http://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif) center right no-repeat !important; | + | 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(http://upload.wikimedia.org/wikipedia/en/a/a7/Monobook-globe.png) center right no-repeat !important; | + | background: URL("https://upload.wikimedia.org/wikipedia/commons/a/a7/Monobook-globe.png") center right no-repeat !important; |
| padding-right: 11px !important; | | padding-right: 11px !important; |
| } | | } |
Line 404: |
Line 404: |
| 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 |
− | http://en.wikipedia.org/skins-1.5/common/commonPrint.css) using the ":after" pseudo- | + | 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! |
| ~~~~ | | ~~~~ |
Line 455: |
Line 455: |
| /* 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 {background: url("http://upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat;} | + | #file img {background: url("https://upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat;} |
| | | |
| /* Support for Template:IPA, Template:Unicode and Template:Polytonic. The inherit declaration resets the font for all browsers except MSIE6. The empty comment must remain. Please copy any changes to [[Template:IPA fonts]] and [[Template:Unicode fonts]]. */ | | /* Support for Template:IPA, Template:Unicode and Template:Polytonic. The inherit declaration resets the font for all browsers except MSIE6. The empty comment must remain. Please copy any changes to [[Template:IPA fonts]] and [[Template:Unicode fonts]]. */ |
Line 547: |
Line 547: |
| } | | } |
| | | |
− | #EnWpMpBook { background-image: url(http://upload.wikimedia.org/wikipedia/en/7/7e/MP-open-book.png); } | + | #EnWpMpBook { background-image: URL("https://upload.wikimedia.org/wikipedia/commons/7/7e/MP-open-book.png"); } |
− | #EnWpMpSearch { background: url(http://upload.wikimedia.org/wikipedia/en/a/ae/MP-magnifying-glass.png) no-repeat top right; } | + | #EnWpMpSearch { background: URL("https://upload.wikimedia.org/wikipedia/commons/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(http://upload.wikimedia.org/wikipedia/commons/8/8e/MP-open-book2.png); } | + | #EnWpMpBook2 { background-image: URL("https://upload.wikimedia.org/wikipedia/commons/8/8e/MP-open-book2.png"); } |
| | | |
| .messagebox.small-talk { | | .messagebox.small-talk { |