Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/*--------------------------------------------------* Hide Notices (enabled) *--------------------------------------------------*
/* Verbergen tekst boven bewerkveld bij aanmaken nieuwe pagina = MediaWiki:Newarticletext */
#newarticletext { display:none; }

/* Verbergen Copywarn boven samenvattingsveld = MediaWiki:Wikimedia-copyrightwarning */
#editpage-copywarn { display:none; }
/*--------------------------------------------------* OPMAAK *--------------------------------------------------*
/* -----------------* KLEUREN
/* Kleuren voor links: normaal en bezocht */
a:link { color: #002bb8; } /* normal unvisited links */
a:link:visited { color: #5a3696; } /* visited links */

/* a:link:active { color: #FF0000; }  active links */
a:link.new { color: #cc2200; } /* new links */
a:link.new:visited { color: #A55858; }
a:link.interwiki { color: #3366BB; } /* interwiki links */
a:link.interwiki:visited { color: #3366BB; }
a:link.external { color: #3366BB; } /* external links */
a:link.external:visited { color: #3366BB; } 
a:link.stub { color: LimeGreen; }
a.stub:visited { color: DarkGreen; }
a.mw-redirect { color: #FFAA00; } /* oud: orange */
a.mw-redirect:visited { color: #FF5500; } /* oud: FF8C00 */

/*-------------------------* FONT
/* Om tekstgrootte van .css- en .js-pagina's groter te krijgen */
/* pre { font-size:120%; } doet alle pagina's als .js en .css, maar ook die tussen <pre> en </pre> */
.css { font-size:120%; }
.javascript { font-size:120%; }