mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
34 lines
700 B
CSS
34 lines
700 B
CSS
.content {
|
|
text-align: center;
|
|
clear: both;
|
|
}
|
|
|
|
.bannerCnt img {
|
|
width: 300px;
|
|
height: 100px;
|
|
border: var(--banner-image-border);
|
|
max-width: 100%;
|
|
}
|
|
|
|
.boardTitle {
|
|
font-family: var(--board-title-font-family);
|
|
font-size: var(--board-title-font-size);
|
|
font-weight: 700;
|
|
letter-spacing: -2px;
|
|
margin-top: 0;
|
|
color: var(--board-title-text-color);
|
|
}
|
|
|
|
.boardAddress {
|
|
padding-top: 5px;
|
|
font-size: var(--board-subtitle-font-size);
|
|
color: var(--board-subtitle-text-color);
|
|
}
|
|
|
|
.content hr {
|
|
width: 90%;
|
|
/* 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);
|
|
} |