Differenze tra le versioni di "MediaWiki:Monobook.css"
Jump to navigation
Jump to search
imported>Demos |
imported>Demos |
||
Riga 5: | Riga 5: | ||
/* font-size: 0.875em; */ | /* font-size: 0.875em; */ | ||
/* } */ | /* } */ | ||
@import url("https://fonts.googleapis.com/css?family=Tangerine"); | |||
<style> | |||
body { | |||
font-family: 'Tangerine', serif; | |||
font-size: 48px; | |||
} | |||
</style> |
Versione delle 14:49, 4 nov 2016
/* Gli stili CSS inseriti qui si applicano agli utenti che usano la skin Monobook */ /* Bring the text to 14px */ /* #bodyContent { */ /* font-size: 0.875em; */ /* } */ @import url("https://fonts.googleapis.com/css?family=Tangerine"); <style> body { font-family: 'Tangerine', serif; font-size: 48px; } </style>