User:Busukxuan/vector.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.
/*
body {
	background: #101010;
	color: #A7A7A7;
	border-color: #404040 !important;
}

div#mw-head, .vectorTabs ul li a, .vectorTabs, .vectorMenu, #p-search, div#mw-panel div {
	background:#101010 !important;
	color:#A7A7A7 !important;
	border-color: #404040 !important;
}

.vectorTabs ul li.selected a, .vectorTabs ul li.selected{
	background:#202020 !important;
}

h1, h2, h3, h4, h5 {
	color:#A7A7A7;
}

div#bodyContent, #firstHeading, div#content, table.metadata, .infobox, .wikitable, .wikitable td, .navbox, .navbox-inner, .navbox-subgroup, .navbox-odd, .navbox-even, table.infobox th, table.infobox td {
	background-color:#202020 !important;
	color:#A7A7A7 !important;
	border-color: #404040 !important;
}

div#toc, div.thumbinner, .catlinks, .menu a , .wikitable th{
	background-color: #303030 !important;
	color:#A7A7A7 !important;
	border-color: #404040 !important;
}

img.thumbimage {
	border-color: #303030;
}

a,
div#mw-panel div.portal div.body ul li a,
#mw-panel.collapsible-nav .portal.collapsed h3 a {
	color:#A38900;
}

a:visited,
div#mw-panel div.portal div.body ul li a:visited {
	color: #796600;
}

a.extiw, a.external, .mw-body a.extiw, .mw-body a.external {
	color: #CCAC00;
}

a.extiw:visited, a.external:visited, .mw-body a.extiw:visited, .mw-body a.external:visited {
	color: #A09000;
}

code {
	background-color: #383838;
}

img {
	background-color: inherit !important;
}

img.mwe-math-fallback-png-inline, img.mwe-math-fallback-image-inline {
	background-color: #FFFFFF !important;
}
*/