Käyttäjä:Japsu/monobook.css

Linux.fista
Versio hetkellä 22. elokuuta 2005 kello 14.31 – tehnyt Japsu (keskustelu | muokkaukset) (oma mukautustyylisivuni)
(ero) ← Vanhempi versio | Nykyinen versio (ero) | Uudempi versio → (ero)
Siirry navigaatioon Siirry hakuun

Huomautus: Selaimen välimuisti pitää tyhjentää asetusten tallentamisen jälkeen, jotta muutokset tulisivat voimaan.

  • Firefox ja Safari: Napsauta Shift-näppäin pohjassa Päivitä, tai paina Ctrl-F5 tai Ctrl-R (⌘-R Macilla)
  • Google Chrome: Paina Ctrl-Shift-R (⌘-Shift-R Macilla)
  • Internet Explorer ja Edge: Napsauta Ctrl-näppäin pohjassa Päivitä tai paina Ctrl-F5
  • Opera: Paina Ctrl-F5.
/*
 * MediaWiki Monobook Skin CSS Customizations
 * Santtu Pajukanta <japsu@iki.fi>
 * This work is in the public domain.
 */

/* Remove the background image and set a default font size */
body {
background-image: none;
background-color: white !important;
font-size: 8.5pt;
}

/* Make the actual content be rendered in TNR instead of the default sans-serif font */
#bodyContent {
font-family: "Times New Roman", serif;
font-size: 12pt;
line-height: 1.2em;
}

/* Make the first heading also be rendered in TNR */
.firstHeading {
font-family: "Times New Roman", serif;
font-size: 22pt;
}

/* Make the portlets also blend into the background */
.pBody, #p-cactions a, #p-cactions li {
border: none;
background-color: white !important;
}

/* Make sure the content area border is visible also below active view links */
#p-cactions .selected a, #p-cactions li a:hover {
z-index: 0;
}

/* Mark active views with bold */
#p-cactions .selected a  {
font-weight: bold;
}