MediaWiki:Darkvector.css: Difference between revisions

From Ukikipedia
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will affect users of the DarkVector skin: div#mw-panel div.portal h3 { color: #c1c1c1; } .oo-ui-buttonElement-button, .mw-ui-button { background-color:...")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 4: Line 4:
}
}


.oo-ui-buttonElement-button, .mw-ui-button {
.mw-ui-button {
background-color: #c07710 !important;
background-color: #c07710 !important;
}
.ambox {
background: black;
}
.navbox-even {
background: black !important;
}
.navbox-odd {
background: #333 !important;
}
}

Latest revision as of 00:54, 2 May 2021

/* CSS placed here will affect users of the DarkVector skin */
div#mw-panel div.portal h3 {
	color: #c1c1c1;
}

.mw-ui-button {
	background-color: #c07710 !important;
}

.ambox {
	background: black;
}

.navbox-even {
	background: black !important;
}


.navbox-odd {
	background: #333 !important;
}