User:Wekeepwhatwekill/dark test.css

From Wikipedia, the free encyclopedia
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.
.stub {
	color: #007722 !important;
}
/* make the background behind the content area and the tabs a light grey */
div#content, #content table, .ns-0 div#content, div#p-cactions li a:hover, div#p-cactions li.selected a, div#content div.thumb { 
	background: #424242;
	border-color: #535353;
}

#p-cactions li.selected {
	border-color: #535353;
}

/* change background of unselected tabs */
#p-cactions ul li a { 
	background: #303030;
	border-color: #424242;
}

.pBody, #footer {
	background: #303030;
	border-color: #424242;
}

body {
	background: #212121;
	color: #FFF;
}

.mw-body, h1, h2, h3, h4, h5 {
	color: #FFF;
}

/* standard link colors */
a:link, 
#p-cactions li a, 
#p-personal li a { 
	color: #70a0ff; 
}
a:visited { color: #70a0ff; }
a.new:link, #p-cactions li.new a { color: #ff8578; } /* redlinks */
a.new:visited { color: #ff8578; }
a.extiw:link { color: #78ffed; } /* links to other Wikipedias */
a.extiw:visited { color: #78ffed; }
a.external:link { color: #d67dff; } /* external links */
a.external:visited { color: #d67dff; }

/* get rid of the person icon */
li#pt-userpage { background: none }