MediaWiki:Vector.css: Difference between revisions
No edit summary |
No edit summary |
||
| (11 intermediate revisions by the same user not shown) | |||
| Line 53: | Line 53: | ||
border-radius: 4px; | border-radius: 4px; | ||
margin-top: 6px; | margin-top: 6px; | ||
} | |||
body { background: #ffffff !important; } | |||
/* Whiten the header band behind the tabs */ | |||
#mw-page-base, | |||
#mw-head-base { | |||
background: #ffffff !important; | |||
} | |||
/* Hide the watch/unwatch star entirely */ | |||
#ca-watch, | |||
#ca-unwatch { | |||
display: none !important; | |||
} | } | ||