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

40 lines
673 B
CSS
Raw Normal View History

2024-03-20 15:12:19 +01:00
.content hr {
width: 468px;
/* 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 {
width: 468px;
margin: auto;
line-height: 1;
margin-top: -1px;
}
.blotter table {
border-spacing: 0px;
width: 100%;
margin-top: -1px;
padding-left: 3px;
}
.blotter tr {
vertical-align: top;
font-size: 11px;
}
.blotter tfoot {
text-align: right;
}
.hideButton {
color: var(--button-text-color);
text-decoration: var(--button-text-decoration);
}
.hideButton:hover {
cursor: pointer;
color: var(--button-text-color-hover);
}