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

Da wiki.maggioli.it.
Jump to navigation Jump to search
imported>Demos
imported>Demos
Riga 16: Riga 16:
body{
body{
font-family: 'Lato', sans-serif;
font-family: 'Lato', sans-serif;
font-size: 18px;
font-size: 24px;
}
}
}
}

Versione delle 12:10, 7 nov 2016

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



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

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

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