Difference between revisions of "MediaWiki:Vector.css"

From Karnataka Open Educational Resources
(Documented fix for post 1.35 upgrade.)
 
(11 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
/* CSS placed here will affect users of the Vector skin */
 
/* CSS placed here will affect users of the Vector skin */
#mw-head { background-color: Wheat; }
+
#mw-head { background-color: #E6C6E6; }
body { background-color: Wheat; }
+
#body { background-color: #E6C6E6; }
 +
 
 +
.portal h3, .vector-menu-portal h3 {
 +
background-size: auto !important;
 +
}

Latest revision as of 10:46, 28 June 2022

/* CSS placed here will affect users of the Vector skin */
#mw-head { background-color: #E6C6E6; }
#body { background-color: #E6C6E6; }

.portal h3, .vector-menu-portal h3 {
	background-size: auto !important;
}