MediaWiki:Monobook.css

Fra Språkrådets termwiki
Hopp til: navigasjon, søk

Merk: Etter lagring vil det kanskje være nødvendig at nettleseren sletter hurtiglageret sitt for at endringene skal tre i kraft.

  • Firefox / Safari: Hold Shift mens du klikker på Oppdater eller trykk Ctrl-F5 eller Ctrl-R (⌘-R på en Mac)
  • Google Chrome: Trykk Ctrl-Shift-R (⌘-Shift-R på en Mac)
  • Internet Explorer: Hold Ctrl mens du klikker på Oppdater eller trykk Ctrl-F5
  • Opera: Tøm hurtiglageret i Verktøy → Innstillinger
/* CSS i denne fila vil gjelde alle som bruker drakta Monobook */

h1, h2, h3, h4, h5, h6 {
        color: black;
        background: none;
        font-weight: normal;
        margin: 0;
        padding-top: .5em;
        padding-bottom: .17em;
        border-bottom: 1px solid #aaa;
}
h1 { font-size: 160%; }
h1 .editsection { font-size: 53%; }
h2 { font-size: 140%; }
h2 .editsection { font-size: 67%; }
h1, h2, h3 {
        font-weight: bold;
}
h4, h5, h6 {
        border-bottom: none;
        /*font-weight: bold;*/
}
h3 { font-size: 120%; }
h3 .editsection { font-size: 76%; font-weight: normal; }
h4 {
font-family: arial, sans-serif;
font-size: 14pt;
font-variant: small-caps;
font-weight: bold;
}
h4 .editsection { font-size: 86%; font-weight: normal; }
h5 {
font-family: arial, sans-serif;
font-size: 12pt;
font-variant: small-caps;
font-weight: bold;
}
h5 .editsection { font-weight: normal; }
h6 {
font-family: arial, sans-serif;
font-size: 10pt;
font-style: italic;
font-variant: small-caps;
}
h6 .editsection { font-size: 125%; font-weight: normal; }