2024-04-08 17:13:02 +02:00
|
|
|
.hide {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.show {
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
|
2024-03-20 15:12:19 +01:00
|
|
|
.content hr {
|
2024-03-20 17:22:22 +01:00
|
|
|
min-width: 468px;
|
|
|
|
|
margin-left: -4px;
|
2024-03-26 21:12:29 +01:00
|
|
|
margin-bottom: 6px;
|
2024-03-20 15:12:19 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.blotter {
|
2024-03-20 17:22:22 +01:00
|
|
|
min-width: 468px;
|
2024-03-20 15:12:19 +01:00
|
|
|
margin: auto;
|
|
|
|
|
line-height: 1;
|
2024-03-26 21:12:29 +01:00
|
|
|
margin-top: -1px;
|
2024-03-20 15:12:19 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.blotter tr {
|
2024-04-08 18:30:17 +02:00
|
|
|
font-size: var(--stats-font-size);
|
2024-03-20 15:12:19 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.blotter tfoot {
|
|
|
|
|
text-align: right;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hideButton {
|
2024-03-22 12:09:17 +01:00
|
|
|
color: var(--button-desktop-text-color);
|
2024-03-20 15:12:19 +01:00
|
|
|
text-decoration: var(--button-text-decoration);
|
2024-03-20 15:13:56 +01:00
|
|
|
text-transform: capitalize;
|
2024-03-20 15:12:19 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hideButton:hover {
|
|
|
|
|
cursor: pointer;
|
2024-03-22 12:09:17 +01:00
|
|
|
color: var(--button-desktop-text-color-hover);
|
2024-03-20 16:58:22 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.statValue {
|
2024-03-22 12:09:17 +01:00
|
|
|
color: var(--button-desktop-text-color);
|
2024-03-20 16:58:22 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lowercase {
|
|
|
|
|
text-transform: lowercase;
|
2024-03-21 15:21:33 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@media (max-width: 640px) {
|
|
|
|
|
.content {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
2024-03-20 15:12:19 +01:00
|
|
|
}
|