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

Kohteesta ExcaliburWiki
< Käyttäjä:Japsu
Versio hetkellä 20. tammikuuta 2007 kello 23.19 – tehnyt Japsu (keskustelu | muokkaukset)
(ero) ← Vanhempi versio | Nykyinen versio (ero) | Uudempi versio → (ero)
Siirry navigaatioonSiirry 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: Napsauta Ctrl-näppäin pohjassa Päivitä tai paina Ctrl-F5
  • Opera: Menu → Settings (Opera → Preferences Macilla) ja sitten Privacy & security → Clear browsing data → Cached images and files.
body {
background-color: white;
background-image: none;
}

#content {
border-top: none;
border-bottom: none;
border-right: none;
}

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

/* Show input components in sensible colours */
input, textarea {
background-color: white;
color: black; border:
1pt solid #999;
}