add thread post styling

This commit is contained in:
Wirlaburla 2023-06-09 01:52:04 -05:00
parent b676dbe36c
commit ad31cf8772

View File

@ -1018,6 +1018,36 @@ body.forum table.board-display .thread-status {
left: 4px; left: 4px;
} }
body.forum.thread table.post-display {
background: var(--post);
border: var(--post-border);
margin: 8px 0px;
}
body.forum.thread table.post-display td.author-cell {
background: var(--post-author);
border: var(--post-author-border);
vertical-align: top;
text-align: center;
}
body.forum.thread table.post-display tr.button-row,
body.forum.thread table.post-display tr.info-row {
background: var(--post-bottombar);
font-family: var(--primary-font);
color: var(--subtitle);
}
body.forum.thread table.post-display td { padding: 4px; }
body.forum.thread table.post-display tr td:nth-of-type(3) {
text-align: right;
}
body.forum.thread table.post-display tr.button-row td:nth-of-type(2) a {
padding: 8px;
}