Naar inhoud springen

Gebruiker:Infinitum11/vector.css

Uit Wikipedia, de vrije encyclopedie

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.
/* Fonts and colours */
html, body {
	font-family: sans-serif; /* This is only necessary on mediawiki.org; if you
are on another wiki, it's probably better to remove it. */
}
div#content h1,
div#content h2,
div#content #firstHeading {
	font-family: inherit; /* This should only be necessary on Wikimedia wikis.
Third-party MediaWiki apparently doesn't have serif headers, so you can remove
this for a third-party wiki. */
}
div#content.mw-body {
	color: #000;
}
/* Font size */
div#content.mw-body {
	margin-left: 11em;
}
#bodyContent {
	font-size: 0.8em;
}
div#content h1,
div#content #firstHeading {
	font-size: 1.6em;
	margin-bottom: 0.1em;
}
div#content h3 {
	font-size: 132%;
}
div#content h4 {
	font-size: 116%;
}
div#content h5 {
	font-size: 100%;
}
div#content h6 {
	font-size: 80%;
}
#bodyContent, .mw-body-content, div#content dd, div#content ol, div#content ul, td.diff-context {
	line-height: 1.5em !important;
}