0
edits
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.) |
mNo edit summary |
||
Line 6: | Line 6: | ||
} | } | ||
body.page-Main_Page #ca-delete { | body.page-Main_Page #ca-delete { | ||
display: none | display: none; | ||
} | } | ||
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("https://upload.wikimedia.org/wikipedia/commons/thumb/8/8a/Loudspeaker.svg/11px-Loudspeaker.svg.png") center left no-repeat | background: url("https://upload.wikimedia.org/wikipedia/commons/thumb/8/8a/Loudspeaker.svg/11px-Loudspeaker.svg.png") center left no-repeat; | ||
padding-left: 16px | padding-left: 16px; | ||
padding-right: 0 | padding-right: 0; | ||
} | } | ||
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(https://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: 17px | padding-right: 17px; | ||
} | } | ||
span.geolink a { | span.geolink a { | ||
background: url(https://upload.wikimedia.org/wikipedia/en/a/a7/Monobook-globe.png) center right no-repeat | background: url(https://upload.wikimedia.org/wikipedia/en/a/a7/Monobook-globe.png) center right no-repeat; | ||
padding-right: 11px | padding-right: 11px; | ||
} | } | ||
Line 364: | Line 364: | ||
*/ | */ | ||
.plainlinksneverexpand { | .plainlinksneverexpand { | ||
background: none | background: none; | ||
padding: 0 | padding: 0; | ||
} | } | ||
.plainlinksneverexpand .urlexpansion { | .plainlinksneverexpand .urlexpansion { | ||
display: none | display: none; | ||
} | } | ||
Line 375: | Line 375: | ||
*/ | */ | ||
.plainlinksneverexpand a { | .plainlinksneverexpand a { | ||
background: none | background: none; | ||
padding: 0 | padding: 0; | ||
} | } | ||
Line 386: | Line 386: | ||
*/ | */ | ||
.plainlinksneverexpand a.external.text:after { | .plainlinksneverexpand a.external.text:after { | ||
display: none | display: none; | ||
} | } | ||
.plainlinksneverexpand a.external.autonumber:after { | .plainlinksneverexpand a.external.autonumber:after { | ||
display: none | display: none; | ||
} | } | ||
Line 738: | Line 738: | ||
/* class hiddenStructure is defunct. See [[Wikipedia:hiddenStructure]] */ | /* class hiddenStructure is defunct. See [[Wikipedia:hiddenStructure]] */ | ||
.hiddenStructure { | .hiddenStructure { | ||
display: inline | display: inline; | ||
color: #f00; | color: #f00; | ||
background-color: #0f0; | background-color: #0f0; |
edits