Difference between revisions of "MediaWiki:Common.css"
From Simson Garfinkel
Jump to navigationJump to search
m |
m |
||
| (One intermediate revision by the same user not shown) | |||
| Line 9: | Line 9: | ||
a.external:after { | a.external:after { | ||
display: none !important; | display: none !important; | ||
} | |||
a.external { | |||
background: none !important; | |||
} | |||
.mw-parser-output { | |||
padding-right: 0.03px; | |||
} | } | ||
Latest revision as of 07:43, 11 September 2020
/* CSS placed here will be applied to all skins */
#content a.external.text:after, #content a.external.autonumber:after {
}
/* remove external links */
a.external:after {
display: none !important;
}
a.external {
background: none !important;
}
.mw-parser-output {
padding-right: 0.03px;
}