Nota: dopo aver pubblicato, potrebbe essere necessario pulire la cache del proprio browser per vedere i cambiamenti.
- Firefox / Safari: tieni premuto il tasto delle maiuscole Shift e fai clic su Ricarica, oppure premi Ctrl-F5 o Ctrl-R (⌘-R su Mac)
- Google Chrome: premi Ctrl-Shift-R (⌘-Shift-R su un Mac)
- Internet Explorer / Edge: tieni premuto il tasto Ctrl e fai clic su Aggiorna, oppure premi Ctrl-F5
- Opera: premi Ctrl-F5.
/* CSS placed here will be applied to all skins */ /* to remove the Discussion (talk) page tab on all wikipages */ #ca-talk { display:none!important; } overflow: hidden /*Fonts*/ /* Import fonts from Google Fonts: EB Garamond, Lora */ @import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap'); /* * Use customized system fonts as fallback for font stack * Needed to avoid layout shift */ @font-face { font-family: 'EB Garamond-fallback'; size-adjust: 94.29999999999998%; ascent-override: 101%; descent-override: 36.40000000000171%; src: local('Times New Roman'); } @font-face { font-family: 'Lora-fallback'; size-adjust: 105.20000000000005%; ascent-override: 92%; descent-override: 32.60000000000166%; src: local('Georgia'); }