Jump to content

User:SubAtomicBly/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, h1, h2, h3, h4, h5, h6, pre, #mw-head-base, #content, #siteNotice, #usercsspreview, #mw-head, #mw-panel, #mw-footer, .cbnnr-main, .cbnnr-text, .cbnnr-cta, .toc, .thumbinner, .infobox, .vector-menu-content-list *, .wikitable, .wikitable > * > tr > th, .navbox, .catlinks, .navbox-title, #infobox-above, .sidebar, table.ambox, .mw-footer, .sortbottom > td, .mp-box {
	background-color: #151515 !important;
	color: white !important;
}

a {
	color: #52a0e5 !important;
}

.mwe-math-fallback-image-inline, .mwe-math-fallback-image-display {
	-webkit-filter: invert(1) !important;
	filter: invert(1) !important;
}

.mwe-popups * {
	background-color: #333333 !important;
	color: white !important;
}

.mwe-popups .mwe-popups-extract[dir="ltr"]::after {
    right: 0;
    background-image: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0), #333333 50%) !important;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #333333 50%) !important;
}

div.thumbinner, .thumbimage, .toc, .toccolours, h1, h2, element, .mw-body {
	border-color: #a2a9b1;
}