Difference between revisions of "MediaWiki:Common.css"

From CAMEO
Jump to navigation Jump to search
Line 9: Line 9:
 
font-weight: bold;
 
font-weight: bold;
 
margin: 0 0 20px 20px;
 
margin: 0 0 20px 20px;
 +
}
 +
#cameonav A {
 +
color: Black;
 +
}
 +
 +
#cameonav A:HOVER {
 +
color: #4f81bd;
 +
}
 +
 +
#cameonav .current {
 +
color: #4f81bd;
 +
}
 +
 +
#cameonav .parent {
 +
margin-bottom: 10px;
 
}
 
}

Revision as of 12:41, 31 January 2022

/* CSS placed here will be applied to all skins */
body.page-Category_Materials_database #mw-subcategories {display: none}
body.page-Category_Materials_database #mw-pages {display: none}
#footer-poweredbyico { display: none; }
.page-About_CAMEO #contentSub { display: none }

#cameonav {
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 20px 20px;
}
#cameonav A {
	color: Black;
}

#cameonav A:HOVER {
	color: #4f81bd;
}

#cameonav .current {
	color: #4f81bd;
}

#cameonav .parent {
	margin-bottom: 10px;
}