Järjestelmäviesti:Mobile.css

ITS Factory Developer Wikistä
Versio hetkellä 4. marraskuuta 2022 kello 13.33 – tehnyt ITdeveloper (keskustelu | muokkaukset) (Ak: Uusi sivu: →‎All CSS here will be loaded for users of the mobile site: @media only screen and (max-width: 600px) { .mainItem { width: 100% !important; background-color: #f6f6f6 !important; padding: 5px; border-radius: 5px; margin: 5px 0px; font-size: 14px; } .content li { margin-bottom: 4px; } })
(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 mobile site */
@media only screen and (max-width: 600px) {
  .mainItem {
    width: 100% !important;
    background-color: #f6f6f6 !important;
    padding: 5px;
    border-radius: 5px;
    margin: 5px 0px;
    font-size: 14px;
  }
  .content li {
    margin-bottom: 4px;
  }
}