MediaWiki:Common.css: Difference between revisions

From Chanticleer Society
No edit summary
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
#mw-content-block {
#mw-content-block, #mw-content-container {
     background-color: lime;
     background-color: #aa2c2c;
}
#content-bottom-stuff .mw-normal-catlinks {
background-color:white;
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;
}