Järjestelmäviesti:Minerva.css

ITS Factory Developer Wikistä
Versio hetkellä 4. marraskuuta 2022 kello 12.02 – tehnyt ITdeveloper (keskustelu | muokkaukset) (Ak: Uusi sivu: →‎All CSS here will be loaded for users of the MinervaNeue skin: @media only screen and (max-width: 600px) { .mainItem { width:100%; background-color:#f6f6f6; } })
(ero) ← Vanhempi versio | Nykyinen versio (ero) | Uudempi versio → (ero)

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.
/* All CSS here will be loaded for users of the MinervaNeue skin */
@media only screen and (max-width: 600px) {
  .mainItem {
    width:100%;
    background-color:#f6f6f6;
  }
}