Difference between revisions of "MediaWiki:Common.css"

From Aligera Docs
Jump to navigation Jump to search
Line 5: Line 5:
 
   background: #ffffff;
 
   background: #ffffff;
 
   color: #5a7425;
 
   color: #5a7425;
   font-size: 12px;
+
   font-size: 14px;
   font-family: "Courier New";  
+
   font-family: "Arial";  
 
}
 
}
  

Revision as of 17:22, 25 May 2021

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

/* Changes the background color of the bottom and left of each page, up to behind half of the logo: */
body {
  background: #ffffff;
  color: #5a7425;
  font-size: 14px;
  font-family: "Arial"; 
}


/* Changes the background color behind the top half of the logo and at top of each page: */
#mw-page-base {
  background: #005aaa;
}

#siteNotice { color: #8a2e5c; }


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