MediaWiki:Common.css: Difference between revisions
(New page: →CSS placed here will be applied to all skins: .contributionscores-wrapper { } .contributionscores-title { background-color: #444444; margin-bottom: 0px; padding-left: ...) |
No edit summary |
||
Line 2: | Line 2: | ||
.contributionscores-wrapper { } | .contributionscores-wrapper { } | ||
.contributionscores-title { background-color: # | .contributionscores-title { background-color: #000000; margin-bottom: 0px; padding-left: .4em; } | ||
.contributionscores .header { background-color: #cccccc; border-bottom: 1px solid #999999; font-weight: bold; } | .contributionscores .header { background-color: #cccccc; border-bottom: 1px solid #999999; font-weight: bold; } | ||
.contributionscores .odd { background-color: #eeeeee; } | .contributionscores .odd { background-color: #eeeeee; } | ||
.contributionscores .header td { padding-left: .2em; padding-right: .2em; } | .contributionscores .header td { padding-left: .2em; padding-right: .2em; } | ||
.contributionscores .content { padding-left: .2em; padding-right: .2em; } | .contributionscores .content { padding-left: .2em; padding-right: .2em; } |
Revision as of 16:47, 30 September 2008
/* CSS placed here will be applied to all skins */
.contributionscores-wrapper { }
.contributionscores-title { background-color: #000000; margin-bottom: 0px; padding-left: .4em; }
.contributionscores .header { background-color: #cccccc; border-bottom: 1px solid #999999; font-weight: bold; }
.contributionscores .odd { background-color: #eeeeee; }
.contributionscores .header td { padding-left: .2em; padding-right: .2em; }
.contributionscores .content { padding-left: .2em; padding-right: .2em; }