MediaWiki:Common.css: Difference between revisions

From Chanticleer Society
No edit summary
No edit summary
 
Line 3: Line 3:
     background-color: #aa2c2c;
     background-color: #aa2c2c;
}
}
#content-bottom-stuff .catlinks {
#content-bottom-stuff .mw-normal-catlinks {
background-color:white;
background-color:white;
border:1px solid black;
border:1px solid black;
}
}

Latest revision as of 19:43, 9 February 2019

/* CSS placed here will be applied to all skins */
#mw-content-block, #mw-content-container {
    background-color: #aa2c2c;
}
#content-bottom-stuff .mw-normal-catlinks {
	background-color:white;
	border:1px solid black;
}