MediaWiki:Common.css
MediaWiki interface page
More actions
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here will be applied to all skins */
a.extiw[href^="https://en.wikipedia.org"] {
display: inline-block;
background-image: url(https://wiki.neody.land/images/a/ad/Wikipedia_logo_version_2_reupload.svg) !important;
background-size:13px 13px !important;
background-position: center right;
background-repeat: no-repeat;
padding-right: 16px !important;
}
a.extiw[href^="//creativecommons.org"] {
display: inline-block;
background-image: url(https://wiki.neody.land/images/b/be/Cc.logo.circle_reupload.svg) !important;
background-size:13px 13px !important;
background-position: center right;
background-repeat: no-repeat;
padding-right: 16px !important;
}