Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Njosefbeck (talk | contribs) (Add CSS for infobox) |
Njosefbeck (talk | contribs) (Add no-class-bg) |
||
Line 14: | Line 14: | ||
.expanded-class-bg { | .expanded-class-bg { | ||
background-color: #FFC9D2 !important; | background-color: #FFC9D2 !important; | ||
} | |||
.no-class-bg { | |||
background-color: #CCC !important; | |||
} | } | ||
Latest revision as of 14:01, 8 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; } .no-class-bg { background-color: #CCC !important; } .infobox { border: 1px solid #AAA; background-color: #F9F9F9; color: #000; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; float: right; clear: right; }