qmining-page/src/pages/ranklist.module.css
2020-11-10 16:31:46 +01:00

81 lines
968 B
CSS

.table,
.sinceTable {
display: flex;
flex-direction: column;
padding: 0px 10px;
}
.table :nth-child(1),
.sinceTable :nth-child(1) {
color: white;
}
.row,
.headerRow,
.sinceHeaderRow {
display: flex;
padding: 1px;
}
.row:hover {
background-color: #333333;
}
.row div,
.headerRow div,
.sinceHeaderRow div {
flex: 1;
padding: 0px 5px;
text-align: center;
}
.headerRow div,
.sinceHeaderRow div {
padding: 15px 5px;
}
.row :nth-child(1),
.headerRow :nth-child(1) {
flex: 0 30px;
}
.row :nth-child(2),
.headerRow :nth-child(2) {
flex: 0 100px;
text-align: left;
}
.clickable:hover {
background-color: #666666;
}
.clickable {
cursor: pointer;
}
.selfRow {
background-color: #9999ff;
color: black;
}
.selfRow:hover {
background-color: #9999ee;
}
.text {
text-align: center;
font-size: 12px;
}
.infoText {
text-align: center;
font-size: 20px;
}
.selected {
background-color: #9999ff;
}
.sumrow {
color: white;
}