mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
81 lines
968 B
CSS
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;
|
|
}
|