Opmerking: na het publiceren is het wellicht nodig uw browsercache te legen om de veranderingen te zien.

  • Firefox / Safari: houd Shift ingedrukt terwijl u:je 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)
  • Edge: houd Ctrl ingedrukt terwijl u:je op Vernieuwen klikt of druk op Ctrl-F5.
/* typography */
body {
	font-size: 1.25em;
}

#pt-userpage {
  background-position: left center;
}

body, h1, h2, h3, h4, h5, h6 {
	font-family: Palatino !important;
}

#bodyContent {
	font-size: 1.0em !important;
	text-align: justify !important;
}

/*

.mw-body p {
	margin: 0px 0px;
}

.mw-body p+p {
	text-indent: 2em;
}

.mw-body .thumb+p {
	text-indent: 2em;
}

.mw-body .thumb+p {
	text-indent: 2em;
}

*/

blockquote {
	font-size: 0.875em;
}

code {
	border: none;
}

.reflist {
	-moz-column-count: 2 !important;
	-webkit-column-count: 2 !important;
	column-count: 2 !important;
}

#siteSub {
	display: none;
}

#mw-history-compare, .mw-changeslist, .mw-contributions-list {
	font-size: 0.75em;
}

/* interface */
#mw-head {
	font-variant: small-caps;
}

/* cleaner edit page */
#editpage-copywarn, .editpage-head-copywarn, #wpSummaryLabel {
    display: none;
}

input#wpSummary {
    width: 100%;
}

.editCheckboxes {
    float: right;
}