MediaWiki:Mobile.css
Opmerking: nadat u de wijzigingen hebt gepubliceerd is het wellicht nodig uw browsercache te legen.
- Firefox / Safari: houd Shift ingedrukt terwijl u op Vernieuwen klikt of druk op Ctrl-F5 of Ctrl-R (⌘-Shift-R op een Mac)
- Google Chrome: druk op Ctrl-Shift-R (⌘-Shift-R op een Mac)
- Internet Explorer / Edge: houd Ctrl ingedrukt terwijl u op Vernieuwen klikt of druk op Ctrl-F5
- Opera: druk op Ctrl-F5.
/* All CSS here will be loaded for users of the mobile site */ /** Classes om titel en ondertitel goed weer te geven ook in de mobile view */ .titel, .ondertitel { font-family: 'Linux Libertine','Georgia','Times',serif; line-height: 1; text-align:center; } .titel { font-size: 2.5em; font-weight: bold; } .ondertitel { font-size: 1.8em; }