Jump to content

User:IYY/vector.css: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
IYY (talk | contribs)
No edit summary
IYY (talk | contribs)
No edit summary
Line 60: Line 60:
#mw-head a {
#mw-head a {
color: #ff638d !important
color: #ff638d !important
font-family: monospace;
}
}

Revision as of 06:17, 2 November 2021

body, .mw-body, #mw-head {
background: #15202B;
border: none;
color: white;
}

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

a {
	color: #7badff;
}

.thumbinner {
  background: transparent;
}

.mw-wiki-logo {
	filter: invert(1);
}

.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;
}