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.
/* CSS en Javascript beter leesbaar maken */
div.mw-highlight-lang-javascript pre span,
div.mw-highlight-lang-css pre span {
 color: black!important;
}

/* Versievergelijking: helder rood resp. groen */
del.diffchange-inline {background-color: #ff8080!important;}
ins.diffchange-inline {background-color: #80ff80!important;}
.diff-deletedline {border-color: red;}
.diff-addedline {border-color: #0f0;}

.tech-header, 
.tech-header * {
 border: none;
 font-size: x-small!important;
 padding: 2px!important;
 background-color: rgb(248,249,250)!important;
}
.tech-header {
 border: 1px solid #aaa!important;
}
.tech-header * {
 margin: 0!important;
}