Difference between revisions of "MediaWiki:Common.css"

From Sim Central
Jump to navigation Jump to search
Line 8: Line 8:
 
#content h1,h2,h3,h4,h5,h6 {  
 
#content h1,h2,h3,h4,h5,h6 {  
 
color: #dfdfdf;  
 
color: #dfdfdf;  
 +
}
 +
 +
#catlinks {
 +
background-color: #616161;
 +
color: #DFDFDF;
 
}
 
}

Revision as of 00:49, 26 September 2020

/* CSS placed here will be applied to all skins */

#content { 
	background-color: #303030; 
	color: #afafaf;
}

#content h1,h2,h3,h4,h5,h6 { 
	color: #dfdfdf; 
}

#catlinks { 
	background-color: #616161; 
	color: #DFDFDF;
}