MediaWiki:Common.css
From Iwan
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 */
#navbar a, #navbar a:visited, #navbar a:focus, .navbar-brand, #navbar a:hover {
color: white !important;
}
.dropdown-menu.show {
background-color: #343a40!important;
}
.jellyfish {
background-color: #000;
color: #fff;
background-image: url(http://iwan.wiki/images/top_banner_image.jpg);
background-position: 50% 15%;
text-shadow: 1px 1px black;
}