MediaWiki:Medik.css: Difference between revisions

From Makerpedia

GiseleN (talk | contribs)
No edit summary
GiseleN (talk | contribs)
Added in css lines written by Aaron for other skins
Line 1: Line 1:
/* All CSS here will be loaded for users of the Medik skin */
/* 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) {
@media screen and (min-width: 768px) {
Line 10: Line 33:
#mw-navigation {
#mw-navigation {
   background-color: #003069;
   background-color: #003069;
}
#p-navigation-label {
  visibility: hidden;
}
}



Revision as of 20:56, 25 January 2025

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