Difference between revisions of "MediaWiki:Darkvector.css"

From Discordia
Jump to: navigation, search
(Created page with "→‎CSS placed here will affect users of the DarkVector skin: .navbox { background-color: #2E2A37; }")
 
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
/* CSS placed here will affect users of the DarkVector skin */
 
/* CSS placed here will affect users of the DarkVector skin */
.navbox {
+
.navbox,
  +
.navbox-subgroup {
 
background-color: #2E2A37;
 
background-color: #2E2A37;
  +
}
  +
.navbox-list {
  +
border-color: #2E2A37;
  +
}
  +
.navbox-even {
  +
background-color: #201e26;
 
}
 
}

Latest revision as of 23:09, 29 June 2020

/* CSS placed here will affect users of the DarkVector skin */
.navbox,
.navbox-subgroup {
	background-color: #2E2A37;
}
.navbox-list {
	border-color: #2E2A37;
}
.navbox-even {
	background-color: #201e26;
}