MediaWiki:Medik.css

From Makerpedia

Revision as of 20:56, 25 January 2025 by GiseleN (talk | contribs) (Added in css lines written by Aaron for other skins)

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 */

/* css from Aaron */
body {
  height: 100%;
}

h2, h1, h3 {
    font-family: Arial, Helvetica, sans-serif;
}

[show*='vid'] img, [show*='none'] img {
  display: none;
}

[show*='img'] .videoBox, [show*='none'] .videoBox {
  display: none;
}

.ytplayer {
  max-width: 90vw;
}



@media screen and (min-width: 768px) {
  #p-banner .mw-wiki-logo {
    width: 5em;
    height: 5em;
  }
}

#mw-navigation {
  background-color: #003069;
}

#p-navigation-label {
  visibility: hidden;
}

#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");
}