Note: After saving, you have to bypass your browser's cache to see the changes. Internet Explorer: press Ctrl-F5, Mozilla: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Opera/Konqueror: press F5, Safari: hold down Shift + Alt while clicking Reload, Chrome: hold down Shift while clicking Reload.
html.nighttime {
	background-color: #000000;
}

html.nighttime body, html.nighttime img, html.nighttime video, html.nighttime svg, html.nighttime .mw-no-invert {
	filter: invert(1) hue-rotate(180deg);
}

/* backgrounds */
html.nighttime .infobox, html.nighttime .toc, html.nighttime div.thumbinner, html.nighttime #simpleSearch, html.nighttime #simpleSearch #searchInput, html.nighttime #simpleSearch #searchButton, html.nighttime table, html.nighttime .wikitable, html.nighttime table.ambox-content, html.nighttime table.toccolours, html.nighttime .mw-notification {
	background-color: #DDDDDD;
}

/* borders */
html.nighttime body, html.nighttime #mw-head, html.nighttime #mw-panel, html.nighttime #content.mw-body, html.nighttime h1, html.nighttime h2, html.nighttime h3, html.nighttime h4, html.nighttime h5, html.nighttime h6, html.nighttime .infobox, html.nighttime .toc, html.nighttime div.thumbinner, html.nighttime #simpleSearch, html.nighttime #simpleSearch #searchInput, html.nighttime table.ambox-content, html.nighttime table.toccolours, html.nighttime .mw-notification {
	border-color: #CDCBC8;
}

/* normal links */
html.nighttime a, html.nighttime #mw-panel .portal .body li a, html.nighttime .vectorTabs li a, html.nighttime .toctogglelabel, html.nighttime .mw-parser-output a.external {
	color: #6699FF;
}

/* visited links */
html.nighttime a:visited, html.nighttime #mw-panel .portal .body li a:visited {
	color: #6C66FF;
}