MediaWiki:Medik.css

From Makerpedia

Revision as of 22:37, 24 January 2025 by GiseleN (talk | contribs)

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;
}

#p-navigation li {
  text-align: center;
}

#n-HOME a::before {
  mask: url("images/icons/home.svg");
  -webkit-mask: url("images/icons/home.svg");
}