Difference between revisions of "MediaWiki:Common.css"
From OCTOPUSCINEMA
m |
|||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
| − | / | + | div#content a.external[href ^="https://"] { |
| − | + | background: url(https://upload.wikimedia.org/wikipedia/commons/4/44/Icon_External_Link.svg) center right no-repeat; | |
| − | |||
| − | |||
| − | |||
} | } | ||
| − | |||
Revision as of 19:24, 13 October 2021
/* CSS placed here will be applied to all skins */
div#content a.external[href ^="https://"] {
background: url(https://upload.wikimedia.org/wikipedia/commons/4/44/Icon_External_Link.svg) center right no-repeat;
}