Compare commits

...

2 Commits

Author SHA1 Message Date
e9cf432e87 Add styling for newest and watched forum pages 2023-06-19 20:07:48 -05:00
aa9c134b07 Rename animated token image 2023-06-19 20:04:29 -05:00
2 changed files with 17 additions and 7 deletions

View File

Before

Width:  |  Height:  |  Size: 745 B

After

Width:  |  Height:  |  Size: 745 B

View File

@ -1148,16 +1148,20 @@ body.forum table.board-display .thread-status {
left: 4px; left: 4px;
} }
body.forum.index table.board-display tr:not(.title-row) td:nth-of-type(4), body.forum.index table.board-display tr:not(.title-row) td:nth-of-type(4),
body.forum.board table.board-display tr:not(.title-row) td:nth-of-type(4),
body.forum.index table.board-display tr th:nth-of-type(3), body.forum.index table.board-display tr th:nth-of-type(3),
body.forum.board table.board-display tr:not(.title-row) td:nth-of-type(4),
body.forum.board table.board-display tr th:nth-of-type(4), body.forum.board table.board-display tr th:nth-of-type(4),
body.forum.newest table.board-display tr:not(.title-row) td:nth-of-type(4),
body.forum.newest table.board-display tr th:nth-of-type(4),
body.forum.watched table.board-display tr:not(.title-row) td:nth-of-type(4),
body.forum.watched table.board-display tr th:nth-of-type(4),
body.forum.thread table.board-display tr.title-row th:nth-of-type(3), body.forum.thread table.board-display tr.title-row th:nth-of-type(3),
body.forum.thread table.board-display tr td:nth-of-type(2), body.forum.thread table.board-display tr td:nth-of-type(2),
body.forum.thread table.post-display tr td:nth-of-type(3), body.forum.thread table.post-display tr td:nth-of-type(3),
body.forum.new table.board-display tr.button-row td:nth-of-type(2),
body.forum.reply table.board-display tr.button-row td:nth-of-type(2),
body.forum.thread table.reply-display tr.title-row th:nth-of-type(2), body.forum.thread table.reply-display tr.title-row th:nth-of-type(2),
body.forum.thread table.reply-display tr.button-row td:nth-of-type(2) { body.forum.thread table.reply-display tr.button-row td:nth-of-type(2),
body.forum.new table.board-display tr.button-row td:nth-of-type(2),
body.forum.reply table.board-display tr.button-row td:nth-of-type(2) {
text-align: right; text-align: right;
} }
@ -1258,11 +1262,17 @@ body.forum.new table.board-display tr.title-row input {
@media only screen and (orientation: portrait) { @media only screen and (orientation: portrait) {
body.forum.index table.board-display tr td:nth-of-type(4), body.forum.index table.board-display tr td:nth-of-type(4),
body.forum.board table.board-display tr td:nth-of-type(4),
body.forum.index table.board-display tr th:nth-of-type(2), body.forum.index table.board-display tr th:nth-of-type(2),
body.forum.board table.board-display tr th:nth-of-type(3),
body.forum.index table.board-display colgroup col:nth-of-type(4), body.forum.index table.board-display colgroup col:nth-of-type(4),
body.forum.board table.board-display colgroup col:nth-of-type(5) { display: none; } body.forum.board table.board-display tr td:nth-of-type(4),
body.forum.board table.board-display tr th:nth-of-type(3),
body.forum.board table.board-display colgroup col:nth-of-type(5),
body.forum.watched table.board-display tr td:nth-of-type(4),
body.forum.watched table.board-display tr th:nth-of-type(3),
body.forum.watched table.board-display colgroup col:nth-of-type(5),
body.forum.newest table.board-display tr td:nth-of-type(4),
body.forum.newest table.board-display tr th:nth-of-type(3),
body.forum.newest table.board-display colgroup col:nth-of-type(5) { display: none; }
body.forum.thread table.board-display { body.forum.thread table.board-display {
top: 40px; top: 40px;