Järjestelmäviesti:Common.css
Versio hetkellä 4. marraskuuta 2022 kello 10.26 – tehnyt ITdeveloper (keskustelu | muokkaukset)
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.
/* CSS placed here will be applied to all skins */ .page-ITS_Factory_Developer_Wiki #contentSub { display: none } .page-Main_Page #contentSub { display: none } .mainItem {flex: 0 0 30.333333%;margin: 10px;border:1px solid #b1c903;padding:0 1em 1em 1em;background-color:#f6f6f6;box-sizing: border-box;border-radius: 5px;box-shadow: 1px 1px 4px 0px rgb(10 10 10 / 20%);} @media only screen and (max-width: 1000px) { .mainItem { flex: 0 0 45%; margin: 5px; padding: 0px 4px 3px 5px; } } @media only screen and (max-width: 850px) { .mainItem { font-size:13px !important; } h2{ font-size: 16px !important; } img{ width: 30px; height: 30px; } } @media only screen and (max-width: 600px) { .mainItem { flex: 0 0 100%; } }