Compare commits
No commits in common. "77281009591239d84edb73f79b9a0f7bdcfe8c57" and "ea6b1320d61fd7d8838146d67eb4720b7f4e72b1" have entirely different histories.
7728100959
...
ea6b1320d6
33
style.css
33
style.css
|
@ -994,8 +994,6 @@ body.forum.index table.board-display tr.title-row {
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
body.forum.index table.board-display tr.title-row .button { vertical-align: top; }
|
||||
|
||||
body.forum table.board-display tr:not(.title-row) {
|
||||
background: var(--forum-content);
|
||||
border: var(--forum-content-border);
|
||||
|
@ -1069,37 +1067,6 @@ body.forum.thread table.post-display tr.body-row td * {
|
|||
body.forum.thread table.post-display .author-cell { width: 168px; }
|
||||
body.forum.thread table.post-display tr td:nth-of-type(3) { width: 168px; }
|
||||
|
||||
body.forum.thread table.reply-display {
|
||||
background: var(--forum-sub);
|
||||
border: var(--forum-sub-border);
|
||||
}
|
||||
|
||||
body.forum.thread table.reply-display tr th,
|
||||
body.forum.thread table.reply-display tr td { padding: 2px; }
|
||||
|
||||
body.forum.thread table.reply-display tr:not(.title-row) {
|
||||
background: var(--post);
|
||||
border: var(--post-border);
|
||||
}
|
||||
|
||||
body.forum.thread table.reply-display tr.title-row th:nth-of-type(1) { text-align: left; }
|
||||
body.forum.thread table.reply-display tr.title-row th:nth-of-type(2),
|
||||
body.forum.thread table.reply-display tr td:nth-of-type(2){ text-align: right; }
|
||||
|
||||
body.forum.thread table.reply-display tr.title-row {
|
||||
font-family: var(--primary-font);
|
||||
}
|
||||
|
||||
body.forum.thread table.reply-display tr.title-row th:nth-of-type(2) button {
|
||||
background: none;
|
||||
border: none;
|
||||
text-decoration: underline;
|
||||
color: #0000ff;
|
||||
font-size: 16px;
|
||||
vertical-align: middle;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user