My CSS haxx in case anybody wants 'em
by math_explorer, Mar 2, 2015, 2:51 AM
Quite amusing that this is what finally motivated me to use Stylish.
Colors unread posts pale yellow instead of white, and highlights the "jump to first unread" symbol and makes some of that stuff bigger.
Also testing code tags, I guess.
If you want to help test stuff, go comment on the post below this one. Thanks
Colors unread posts pale yellow instead of white, and highlights the "jump to first unread" symbol and makes some of that stuff bigger.
Also testing code tags, I guess.
If you want to help test stuff, go comment on the post below this one. Thanks

@-moz-document domain('artofproblemsolving.com') { .cmty-topic-cell.topic-unread { background-color: #ffd; } .cmty-topic-cell.topic-unread .cmty-topic-cell-jump-to-bottom, .cmty-topic-cell.topic-unread .cmty-topic-cell-goto-unread { font-size: 16px; line-height: 24px; } .cmty-topic-cell.topic-unread .cmty-topic-cell-goto-unread { text-shadow: #ff0 0 0 2px, #ff0 0 0 4px, #ff0 0 0 6px, #ff0 0 0 8px; } #cmty-no-topic-view-bottom .cmty-topic-cell-data, .cmty-page-topic-list #cmty-topic-view-left .cmty-topic-cell-data { font-size: 14px; line-height: 21px; } }