Difference between revisions of "MediaWiki:Vector.css"

From Aligera Docs
Jump to navigation Jump to search
 
Line 1: Line 1:
 
/* All CSS here will be loaded for users of the Vector skin */
 
/* All CSS here will be loaded for users of the Vector skin */
 
/* Default color background*/
 
body {
 
  background: #ffffff;
 
}
 
 
/* Head Color backgound*/
 
#mw-page-base {
 
  background: #005aaa;
 
}
 
 
/* Personal links (top right)*/
 
#p-personal a:link {
 
  color: #ffffff;
 
}
 
 
#footer-icons {
 
display: none;
 
}
 
 
/* Remove TABS*/
 
#ca-talk { display: none !important; }
 
#ca-view { display: none !important; }
 
#ca-history { display: none !important;}
 
#ca-watch { display: none !important; }
 
#ca-unwatch { display: none !important; }
 
#ca-viewsource { display: none !important; }
 
#n-help-mediawiki { display: none !important; }
 

Latest revision as of 22:23, 25 May 2021

/* All CSS here will be loaded for users of the Vector skin */