MediaWiki:Medik.css
From Makerpedia
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.
/* All CSS here will be loaded for users of the Medik skin */
@media screen and (min-width: 768px) {
#p-banner .mw-wiki-logo {
width: 5em;
height: 5em;
}
}
#mw-navigation {
background-color: #003069;
}
#mw-navigation a:not(.disabled) {
color: white;
}
#site-navigation li {
text-align: center;
}
#n-HOME a::before {
mask: url("images/icons/home.svg");
-webkit-mask: url("images/icons/home.svg");
}