MediaWiki:Timeless.css: Forskjell mellom sideversjoner

Fra Norges Kirker
Ingen redigeringsforklaring
Ingen redigeringsforklaring
 
Linje 35: Linje 35:


@media screen {
@media screen {
   h1, h2, h3, h4, h5, h6 {
   h1, h2, h3, h4, h5, h6, .mw-body h1 {
     font-family: sans-serif !important;
     font-family: sans-serif !important;
   }
   }
}
}

Siste sideversjon per 17. okt. 2025 kl. 07:49

@media screen {
  #p-logo-text .mw-wiki-title {
    font-family: "Arial", sans-serif;
    text-transform: uppercase;
    font-variant: unset;
    font-size: 1.5em;
    text-transform: uppercase;
    white-space: nowrap;
  }

  #mw-header-hack.color-bar {
    div:is(.color-middle, .color-left, .color-right) {
      background-color: #336633;
    }
  }

  /* Bottom content border */
  #mw-content-container {
    border-bottom: solid 4px #14866d;
  }
}

@media screen and (min-width: 851px) {
  /* Hides left side square logo image */
  #mw-site-navigation>div>a.mw-wiki-logo.timeless-logo {
    display: none;
  }


  /* Header above main left side menu */
  div.mw-portlet>h3#p--label:empty {
     display: none !important;
  }
}

@media screen {
  h1, h2, h3, h4, h5, h6, .mw-body h1 {
    font-family: sans-serif !important;
  }
}