Difference between revisions of "MediaWiki:Common.css"

From Aligera Docs
Jump to navigation Jump to search
Line 9: Line 9:
 
#ca-viewsource { display: none !important; }
 
#ca-viewsource { display: none !important; }
  
/* Change background color */
+
/* Header background color */
 +
#mw-page-base {
 +
  background: red;
 +
}
 +
 
 +
/* Background color */
 
body {
 
body {
 
   background: #005aaa;
 
   background: #005aaa;
 
}
 
}
 
#mw-panel {color: red}
 

Revision as of 20:25, 21 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; }

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

/* Background color */
body {
  background: #005aaa;
}