MediaWiki:Common.css
Appearance
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 */ /* Citation icons. */ .oo-ui-icon-ref-cite-joe { background-image: url(https://wiki.jads.stream/images/0/0c/Joe-icon.png); } .oo-ui-icon-ref-cite-joe-2 { background-image: url(https://wiki.jads.stream/images/7/7b/Joe-channel-2.png); } .oo-ui-icon-ref-cite-jads { background-image: url(https://wiki.jads.stream/images/0/05/Discord.svg); } /* General helpers. */ .circular img { border-radius: 50%; } .inline-img img { max-width: 2em; max-height: 2em; } /* Fix dark mode making light boxes unreadable. */ html.skin-theme-clientpref-night .mw-parser-output [style*="background"] { color: #202122; }