Files
5chan/src/components/board-stats/board-stats.module.css
T

43 lines
728 B
CSS
Raw Normal View History

2024-03-20 15:12:19 +01:00
.content hr {
min-width: 468px;
margin-left: -4px;
margin-bottom: 5px;
2024-03-20 15:12:19 +01:00
/* revert to browser styling for burichan and futaba */
border: var(--hr-border, revert);
border-top: var(--hr-border-top, revert);
height: var(--hr-height, revert);
}
.blotter {
min-width: 468px;
2024-03-20 15:12:19 +01:00
margin: auto;
line-height: 1;
margin-top: -2px;
2024-03-20 15:12:19 +01:00
}
.blotter tr {
font-size: 11px;
}
.blotter tfoot {
text-align: right;
}
.hideButton {
color: var(--button-text-color);
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;
color: var(--button-text-color-hover);
}
.statValue {
color: var(--button-text-color);
}
.lowercase {
text-transform: lowercase;
2024-03-20 15:12:19 +01:00
}