Aan de totstandkoming van deze digitale encyclopedie wordt nog gewerkt.
MediaWiki:Common.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.
/** CSS die hier wordt geplaatst heeft invloed op alle skins */ .postside { font-family: Verdana; font-size:20px; overflow: hidden; margin: 20px 20px 20px 20px; } #sidebar { position: absolute; text-align: left; top: 200px; left: 750px; width: 200px; height: 300px; border: 3px solid #cccccc; background-color: #f0f8ff; padding-top: 5px; padding-bottom: 5px; background: #E0D5B7; } #jlnav { z-index: 2; position: fixed; _position:absolute; top:expression(10+((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+'px'); left:expression(10+((e=document.documentElement.scrollLeft)?e:document.body.scrollLeft)+'px'); top: 600px; left: 200px; width: 700px; border: 3px solid #cccccc; background-color: #f0f8ff; padding-top: 5px; padding-bottom: 5px; background: #E0D5B7; text-align: center; font: 11px verdana, arial, sans-serif; } #jlnav li { list-style: none; display: inline; color: blue; } #jlnav a { text-decoration: none; color: blue; } #jlnav a:hover { text-decoration: underline; }