Difference between revisions of "MediaWiki:Common.css"

From Aligera Docs
Jump to navigation Jump to search
Line 13: Line 13:
 
.navbox-subgroup {
 
.navbox-subgroup {
 
background-color: #0066ff; /* Background color */
 
background-color: #0066ff; /* Background color */
 +
}
 +
 +
.navbox th,
 +
.navbox-title {
 +
background-color: #ccccff;      /* Level 1 color */
 
}
 
}

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

.navbox,
.navbox-subgroup {
	background-color: #0066ff; /* Background color */
}

.navbox th,
.navbox-title {
	background-color: #ccccff;      /* Level 1 color */
}