Difference between revisions of "MediaWiki:Vector.css"
From Karnataka Open Educational Resources
KOER admin (talk | contribs) |
(Documented fix for post 1.35 upgrade.) |
||
(17 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: # | + | #mw-head { background-color: #E6C6E6; } |
− | body { background-color: # | + | #body { background-color: #E6C6E6; } |
+ | |||
+ | .portal h3, .vector-menu-portal h3 { | ||
+ | background-size: auto !important; | ||
+ | } |
Latest revision as of 16:16, 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; }