Differenze tra le versioni di "MediaWiki:Monobook.css"

Da wiki.maggioli.it.
Jump to navigation Jump to search
imported>Demos
imported>Demos
Riga 6: Riga 6:
/* {font-size: 16px} */
/* {font-size: 16px} */


@media screen and (min-width: 768px) {
 
body{
font-family: 'Lato', sans-serif;
font-family: 'Lato', sans-serif;
font-size: 12px;
font-size: 12px;
}
}
@media screen and (max-width: 768px) {
body{
font-family: 'Lato', sans-serif;
font-size: 24px;
}
}

Versione delle 12:12, 7 nov 2016

/* Gli stili CSS inseriti qui si applicano agli utenti che usano la skin Monobook */



/* {font-family: Helvetica} */
/* {font-size: 16px} */


font-family: 'Lato', sans-serif;
font-size: 12px;