Difference between revisions of "MediaWiki:Common.css"

From Aligera Docs
Jump to navigation Jump to search
Line 15: Line 15:
 
}
 
}
  
.navbox th,
+
.navbox-list {
.navbox-title {
+
line-height: 1.5em;
background-color: #0066ff;     /* Level 1 color */
+
border-color: #0066ff;    /* Must match background color */
 +
}
 +
 
 +
/* cell spacing for navbox cells */
 +
tr + tr > .navbox-abovebelow,
 +
tr + tr > .navbox-group,
 +
tr + tr > .navbox-image,
 +
tr + tr > .navbox-list {   /* Borders above 2nd, 3rd, etc. rows */
 +
border-top: 2px solid #0066ff; /* Must match background color */
 
}
 
}

Revision as of 13:48, 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-list {
	line-height: 1.5em;
	border-color: #0066ff;    /* Must match background color */
}

/* cell spacing for navbox cells */
tr + tr > .navbox-abovebelow,
tr + tr > .navbox-group,
tr + tr > .navbox-image,
tr + tr > .navbox-list {    /* Borders above 2nd, 3rd, etc. rows */
	border-top: 2px solid #0066ff; /* Must match background color */
}