MediaWiki:Common.css: Difference between revisions
Add bootstrap grid |
m Add CSS for Extension:Contribution Scores |
||
Line 2,498: | Line 2,498: | ||
/*# sourceMappingURL=bootstrap-grid.css.map */ | /*# sourceMappingURL=bootstrap-grid.css.map */ | ||
/* START Custom CSS for Extension:Contribution Scores */ | |||
.contributionscores-wrapper { | |||
} | |||
.contributionscores-title { | |||
background-color: #aaa; | |||
margin-bottom: 0px; | |||
padding-left: .4em; | |||
} | |||
.contributionscores .header { | |||
background-color: #ccc; | |||
border-bottom: 1px solid #999; | |||
font-weight: bold; | |||
} | |||
.contributionscores .odd { | |||
background-color: #eee; | |||
} | |||
.contributionscores .header td { | |||
padding-left: .2em; | |||
padding-right: .2em; | |||
} | |||
.contributionscores .content { | |||
padding-left: .2em; | |||
padding-right: .2em; | |||
} | |||
/* END Custom CSS for Extension:Contribution Scores */ |