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.
/*
	Preformatted text and syntax highlighting
	<pre>, <source>
*/

h1 {
	color: #990000;
}

h2 {
	color: #339966;
}

h3 {
	color: #006699;
}

pre, source {
  font-size: 1.375em;
}

tbody tr td dl dt,
.mw-body dt {
	font-family: sans-serif;
}

th, table caption {
    background-color: #ddd;
}

.gallerytext {
	text-align:center;
}

/*
	Misc kludges
*/

.sharedUploadNotice {
     border:1px solid #aaa; margin: 1em auto; width: 60%; padding-top: 8px; padding-bottom: 8px; padding-left: 35px;
     background-color: #EEEFFF; background-position: center left; background-repeat: no-repeat;
     background-image: url(//upload.wikimedia.org/wikipedia/commons/9/9d/Commons-logo-31px.png);
}

/* Hide the "Main Page" title */
body.page-Wikimedia_Belgium #firstHeading { display: none; }

.mw-notice {
     border: 2px solid #CD5C5C; margin: 1em 2em; padding: 0.1em 0.5em; background-color: #F6F8FC; text-align: center;
     border-radius: 5px;
}

.mw-babel-footer { display: none; }
 
/**
 * Top icons styling
 * Zie ook MediaWiki:Common.js
 */
/* Fallback for non-javascript */
.Top_icon_raw { 
 float: right;
 position: absolute;
 top: 0px;
 right: 0px;
}
.Top_icon_raw#tpl_talen {  right: 0px; }
/* JavaScript only */
.Top_icon_dynamic {
 float: right;
 padding-left: 10px;
 font-size: 50%;
 width: auto !important;
}
.Top_icon_raw p,
.Top_icon_dynamic p {
 padding: 0; margin: 0;
}

.wikitable {
	background-color: #ffe;
	margin-bottom: 0.5em;
	border-color: #aaa;
	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

/**
 * Table of contents (from nl.wikipedia.org)
 * Allow limiting of which header levels are shown in a TOC; <div class='toclimit-3'>, for
 * instance, will limit to showing ==headings== and ===headings=== but no further (as long as
 * there are no =headings= on the page, which there shouldn't be according to the MoS).
 */
.toclimit-2 .toclevel-2,
.toclimit-3 .toclevel-3,
.toclimit-4 .toclevel-4,
.toclimit-5 .toclevel-5,
.toclimit-6 .toclevel-6 {
	display: none;
}

#history-toolbox { 
  display: block !important; 
}