MediaWiki:Common.css: Difference between revisions

From Foothillpedia
Created page with "CSS placed here will be applied to all skins: .color-left{ background: #3a416d; }"
 
No edit summary
 
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.color-left{
.color-left{
    background: #3a416d;
background: #3a416d;
}
}

Latest revision as of 05:02, 17 August 2025

/* CSS placed here will be applied to all skins */
.color-left{
	background: #3a416d;
}