MediaWiki:Vector.css: Difference between revisions

No edit summary
No edit summary
 
(12 intermediate revisions by the same user not shown)
Line 12: Line 12:
.vector-menu-tabs li,
.vector-menu-tabs li,
.vectorTabs li {
.vectorTabs li {
   background: #f4f2ec !important;
   background: #ffffff !important;
   border: 1px solid #d8d3c6;
   border: 1px solid #d8d3c6;
   border-radius: 4px;
   border-radius: 4px;
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;
}
}