Difference between revisions of "MediaWiki:Vector.css"

From Karnataka Open Educational Resources
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will affect users of the Vector skin: body { background-color: #eec32a; }")
 
(Documented fix for post 1.35 upgrade.)
 
(19 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 */
body { background-color: #eec32a; }
+
#mw-head { background-color: #E6C6E6; }
 +
#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;
}