Difference between revisions of "MediaWiki:Common.css"

From Aligera Docs
Jump to navigation Jump to search
Line 10: Line 10:
 
   background: #005aaa;
 
   background: #005aaa;
 
   color: #ffffff;
 
   color: #ffffff;
 +
}
 +
 +
.mw-body-content sub,
 +
.mw-body-content sup,
 +
span.reference /* for Parsoid */ {
 +
font-size: 80%;
 
}
 
}
  

Revision as of 13:56, 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;
}

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

.mw-body-content sub,
.mw-body-content sup,
span.reference /* for Parsoid */ {
	font-size: 80%;
}

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