Template:Contributors ranking/styles.css: Difference between revisions
Page last edited 1 week ago by Xeverything11
tweaks |
Add CSS |
||
Line 30: | Line 30: | ||
display: flex; | display: flex; | ||
flex-direction: column; | flex-direction: column; | ||
} | |||
.contributionscores tr { | |||
display: flex; | |||
} | |||
.contributionscores tr.header { | |||
display: none; | |||
} | } |
Revision as of 19:24, 22 April 2025
.contributors-ranking {
border: 1px solid var(--color-primary1);
padding: 1rem;
margin: 0.5rem;
border-radius: 4px;
}
.contributors-ranking-header {
background-image: var(--color-primary-gradient);
color: white;
border-radius: 3px 3px 0 0;
margin: -1rem -1rem 1rem;
padding: 0.5rem 1rem;
font-size: 1.5rem;
font-weight: bold;
text-transform: lowercase;
}
.contributors-ranking > table > tbody > tr:first-child {
display: none;
}
.contributionscores {
background-image: none;
background-color: transparent;
}
.contributionscores tbody {
display: flex;
flex-direction: column;
}
.contributionscores tr {
display: flex;
}
.contributionscores tr.header {
display: none;
}