Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* Don't display some stuff on the main page */
.page-Main_Page #deleteconfirm,
.page-Main_Page #t-cite,
.page-Main_Page #footer-info-lastmod,
.action-view.page-Main_Page #siteSub,
.action-view.page-Main_Page #contentSub,
.action-view.page-Main_Page .firstHeading {
	display: none !important;
}

/* Position coordinates */
#coordinates {
	position: absolute;
	top: 0;
	right: 0;
	float: right;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	text-align: right;
	text-indent: 0;
	font-size: 85%;
	text-transform: none;
	white-space: nowrap;
}
/* correct position for VE */
.ve-ce-surface #coordinates {
	margin-right: 2em;
	margin-top: -1em;
}
.mw-indicator #coordinates {
	position: absolute;
	top: 3em;
	right: 0;
	line-height: 1.6;
	text-align: right;
	font-size: 92%;
	white-space: nowrap;
}

/* FR topicon position */
div.flaggedrevs_short {
	position: absolute;
	top: -3em;
	right: 100px;
	z-index: 1;
}

/* Make "From Wikipedia, the free encyclopedia" a bit smaller */
#siteSub {
	font-size: 92%;
}

/* Move page status indicators down slightly */
.mw-body .mw-indicators {
	padding-top: 0.4em;
}

body { background: #100000; color: #ffffff}
.firstHeading, h2, h3, h4, h5, h6 { color: #ffffff; }
#content, #content table
#p-cactions ul li a { background: #000000; color: #ffffff}
#p-cactions ul li.selected a { background: #000000; color: #ffffff}
pre { background: #cccccc; color: #000000}
.ve-ui-mwSaveDialog-license,
#category-namespace-editnotice, #footer-info-copyright, #sitesub, .edithelp,
.posteditwindowhelplinks, #footer-icons, .ve-ui-mwSaveDialog-summaryLabel
{ background: #000000; color: #ffffff; }

/* Edit page */
textarea#wpTextbox1 { background: #000000; color: #ffffff}
input#wpSummary { background: #000000; color: #ffffff}
#editpage-copywarn, #editpage-copywarn2, #editpage-copywarn3,
#editpage-head-copywarn, .editpage-head-copywarn,
#editnotice_BLP_editintro
{ background: #404040; color: #ffffff; }

/* search box and the buttons below it */
.searchButton {
    background-color: #ffffff;
}
#searchInput { background: #000000; color: #ffffff; }

/* standard link colors */
a:link { color: #80d5ff; }
a:visited { color: #8090ff; }
a.new:link { color: #ffa199; }
a.new:visited { color: #ff6666; }
a.extiw:link { color: #80d5ff; } /* links to other Wikipedias */
a.extiw:visited { color: #8090ff; }
a.external:link { color: #80d5ff; } /* external links */
a.external:visited { color: #8090ff; }

p.catlinks {
  color: #404040;
}