Jump to content

User:Amoch/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(http://fonts.googleapis.com/css?family=Source+Sans+Pro|Noto+Sans|Domine|Arvo|ABeeZee|Istok+Web|Noto+Serif|Bitter|PT+Serif|Kreon|Rokkitt|Copse|Muli|Droid+Serif|Open+Sans|Roboto|Slabo+27px|Roboto+Slab|Oxygen|Vollkorn|Karla|Gentium+Book+Basic|Molengo|Actor|Cutive);

body, content, .mw-body, #mw-head, #mw-panel, #simpleSearch, .infobox, .sisterproject{
	font-family: 'Source Sans Pro';
	background: #333;
	color: #eee;
}
.mwe-math-fallback-image-inline, .tex, .mw-wiki-logo, #simpleSearch, .navbox
{
	filter: invert(100%);
	-webkit-filter: invert(100%);
}
ul li, .vectorTabs, span{
	background: transparent !important;
	background-image: none !important;
}
#toc, .toc, .metadata, .plainlinks, .ambox, table.ambox, .ambox-content, .ambox-Refimprove, .catlinks, .editOptions{
	background: black !important;
}
#firstHeading, .mw-headline, #toctitle, h1, h2, h3{
	color: white !important;
}
ul{
	list-style-image: none;
}
a{
	color: #00ff99 !important;
}

a:visited{
	color: #1AAD00 !important;
}
pre, .mw-code{
	background: black;
	color: white;
}
.kw0, .kw1{
	color: white !important;
}
div.thumbinner{
	color: white;
	background: black;
}
.mw-editsection-bracket{
	color: #00C8FA !important;
}