MediaWiki:Common.css
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)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */
.ability-icon {
filter: invert(100%);
opacity: 0.7;
}
.navbox-title .navbar {
float: left;
text-align: left;
margin-right: 0.5em;
}
.navbox .navbar {
display: block;
font-size: 100%;
}
.navbar {
display: inline;
font-size: 88%;
font-weight: normal;
}
.navbar.mini li abbr[title] {
font-variant: small-caps;
border-bottom: none;
text-decoration: none;
cursor: inherit;
}