Jump to content

User:RetroAsgardian/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.
/* @import url('https://fonts.googleapis.com/css?family=Roboto+Slab|Roboto:400,400i,700,700i'); */

body, #mw-head {
	/* background: #000; */
	font-family: 'IBM Plex Sans';
}
/*
#pt-notifications-alert, #pt-notifications-notice {
	background: #444;
}

.infobox {
	background-color: #333 !important;
}

.toc, div.thumbinner, table.wikitable {
	background: #222;
	border: 1px solid #444;
	box-sizing: border-box;
	color: #fff;
}

table.wikitable th {
	background: #333;
}

.toc .tocnumber {
	color: #fff;
}

.vectorTabs {
	background: none;
	padding-left: 0px;
}

.vectorTabs li {
	background: #111;
	border: none;
	line-height: 1;
}

.vectorTabs li a {
	height: auto;
}

.vectorTabs span {
	background: none;
}

.vectorTabs li.selected {
	background: #222;
}

.mw-body {
	background: #222;
	color: #fff;
	border: none;
}

#mw-head {
	color: #fff;
}

body a, .mw-body a, #mw-head a {
	color: #428cf4;
}

body a:visited, .mw-body a:visited, #mw-head a:visited {
	color: #a372f5;
}
*/
.mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6 {
	/* color: #fff; */
	font-family: 'IBM Plex Serif';
	font-weight: normal;
	/* border-bottom: 1px solid #444; */
}
/*
.infobox {
	color: #fff;
	background: #333;
	border: none;
}

.fmbox, .ambox {
	color: #000;
	background: #aaa;
}
.fmbox a, .ambox a {
	color: #2738ba;
}
*/