Difference between revisions of "MediaWiki:Common.css"

From Aligera Docs
Jump to navigation Jump to search
Line 10: Line 10:
 
#n-help-mediawiki { display: none !important; }
 
#n-help-mediawiki { display: none !important; }
  
 +
/*
 
#p-tb { display: none !important; }
 
#p-tb { display: none !important; }
 +
*/
  
 
/* Header background color */
 
/* Header background color */
Line 22: Line 24:
 
   font-family: "Liberation Sans", sans-serif;
 
   font-family: "Liberation Sans", sans-serif;
 
}
 
}
 
#p-tb-label {color: red}
 

Revision as of 12:56, 25 May 2021

/* CSS placed here will be applied to all skins */

/* 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; }

/*
#p-tb { display: none !important; }
*/

/* Header background color */
#mw-page-base {
  background: #005aaa;
}

/* Background color */
body {
  background: white;
  font-family: "Liberation Sans", sans-serif;
}