Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Njosefbeck (talk | contribs) |
Njosefbeck (talk | contribs) |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.novice-bg { | .novice-class-bg { | ||
background-color: #FFFDCA !important; | background-color: #FFFDCA !important; | ||
} | |||
.first-class-bg { | |||
background-color: #C3FCEE !important; | |||
} | |||
.second-class-bg { | |||
background-color: #BBE9FF !important; | |||
} | |||
.expanded-class-bg { | |||
background-color: #FFC9D2 !important; | |||
} | } |
Revision as of 20:53, 7 May 2018
/* CSS placed here will be applied to all skins */ .novice-class-bg { background-color: #FFFDCA !important; } .first-class-bg { background-color: #C3FCEE !important; } .second-class-bg { background-color: #BBE9FF !important; } .expanded-class-bg { background-color: #FFC9D2 !important; }