3,479
个编辑
第36行: | 第36行: | ||
border-radius: 8px; | border-radius: 8px; | ||
background-image: linear-gradient(to right, #d53e61,#cec6cc, #3ed1d5); | background-image: linear-gradient(to right, #d53e61,#cec6cc, #3ed1d5); | ||
} | |||
.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; | |||
} | } |