MediaWiki:Common.css: Difference between revisions

m
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.)
mNo edit summary
Line 6: Line 6:
}
}
body.page-Main_Page #ca-delete {
body.page-Main_Page #ca-delete {
     display: none !important;
     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 !important;
     background: url("https://upload.wikimedia.org/wikipedia/commons/thumb/8/8a/Loudspeaker.svg/11px-Loudspeaker.svg.png") center left no-repeat;
     padding-left: 16px !important;
     padding-left: 16px;
     padding-right: 0 !important;
     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 !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;
     padding-right: 17px !important;
     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 !important;
     background: url(https://upload.wikimedia.org/wikipedia/en/a/a7/Monobook-globe.png) center right no-repeat;
     padding-right: 11px !important;
     padding-right: 11px;
}
}


Line 364: Line 364:
*/
*/
.plainlinksneverexpand {
.plainlinksneverexpand {
     background: none ! important;
     background: none;
     padding: 0 ! important;
     padding: 0;
}
}
.plainlinksneverexpand .urlexpansion {
.plainlinksneverexpand .urlexpansion {
     display: none ! important;
     display: none;
}
}


Line 375: Line 375:
*/
*/
.plainlinksneverexpand a {
.plainlinksneverexpand a {
     background: none !important;
     background: none;
     padding: 0 !important;
     padding: 0;
}
}


Line 386: Line 386:
*/
*/
.plainlinksneverexpand a.external.text:after {
.plainlinksneverexpand a.external.text:after {
     display: none !important;
     display: none;
}
}
.plainlinksneverexpand a.external.autonumber:after {
.plainlinksneverexpand a.external.autonumber:after {
     display: none !important;
     display: none;
}
}


Line 738: Line 738:
/* class hiddenStructure is defunct. See [[Wikipedia:hiddenStructure]] */
/* class hiddenStructure is defunct. See [[Wikipedia:hiddenStructure]] */
.hiddenStructure {
.hiddenStructure {
     display: inline ! important;
     display: inline;
     color: #f00;  
     color: #f00;  
     background-color: #0f0;
     background-color: #0f0;
0

edits