Jump to content

User:IYY/vector.css

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by IYY (talk | contribs) at 15:27, 2 November 2021. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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, .mw-body, #mw-head {
background: #15202B;
border: none !important;
color: white;
}

h1, h2, h3, h4, h5, h6 {
	color: white;
}

a {
	color: #7badff;
}

.thumbinner {
  background: transparent;
}

.mw-wiki-logo {
	filter: invert(1);
	display: none !important;
}

.p-logo {
	display: none !important;
}
.vector-menu-tabs li {
	background: none;
}

.vector-menu-portal .vector-menu-content li a {
    color: #ff638d !important;
    font-family: monospace;
}

.vector-menu-tabs li a {
	background: none;
	
}

.vector-menu-tabs .selected {
    vertical-align: middle;
    background: #ffffff12;
    border-radius: 100px;
    margin-top: 10px;
}

.vector-menu-tabs .selected a, .vector-menu-tabs .selected a:visited {
    color: #a9acaf;
    text-decoration: none;
    padding: 14px;
    height: 2em;
    line-height: 0em;
}

.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown h3 {
background: none;
}

.mw-echo-notifications-bad  {
	filter: invert(1);
}

#mw-head a {
 color: #ff638d !important;
 font-family: monospace;
}

.toc {
    display: table;
    padding: 7px;
    border: none;
    border-radius: 10px;
    background: #0000001c;
}

.tocnumber {
	display: none;
}
div.thumbinner {
	background: transparent;
}

.mw-parser-output .quotebox {
    border: none !important;
    box-sizing: border-box;
    padding: 10px;
    font-size: 70%;
    max-width: 100%;
    background: #0000001c !important;
    border-radius: 10px;
    font-style: italic;
}

.infobox {
	background: #0000001c !important;
    color: white !important;
    border: none !important;
    border-radius: 10px;
}