I made some css overrides to my likings, with some increased legibility (“grouping”) and candy feels for the frontpage.
I’m using them with the “stylish” extention for Firefox.
css:
tr, .latest-topic-list-item {
border-bottom: 1px solid rgb(0,0,0,0.1);
}
div:nth-of-type(2n).latest-topic-list-item {
background: rgb(0,0,0,0.05);
}
div.latest-topic-list-item {
border-left: 1px solid #aaa;
}
/* experimental latest-posts left shadow */
div.latest-topic-list {
box-shadow: -45px 0px 25px -45px #aaaaaa;
}
table.category-list tbody, .table-heading {
border-top: none;
border-bottom: 1px solid rgb(0,0,0,0.1);
}
.list-cell, .table-heading, .category-list td, .category-list th {
color: rgb(0,0,0,0.45)
}
/**
Forum categories, background gradients
*/
tr[data-category-id='8'] {
background: linear-gradient(90deg, rgb(128,130,129,0.2), rgb(128,130,129,0) 70%);
}
tr[data-category-id='9'] {
background: linear-gradient(90deg, rgb(58,181,74,0.2), rgb(58,181,74,0) 70%);
}
tr[data-category-id='10'], tr[data-category-id='11'] {
background: linear-gradient(90deg, rgb(37,170,226,0.2), rgb(37,170,226,0) 70%);
}
tr[data-category-id='14'] {
background: linear-gradient(90deg, rgb(241,89,42,0.2), rgb(241,89,42,0) 70%);
}
tr[data-category-id='18'] {
background: linear-gradient(90deg, rgb(146,39,143,0.2), rgb(146,39,143,0) 70%);
}
tr[data-category-id='19'] {
background: linear-gradient(90deg, rgb(101,45,144,0.2), rgb(101,45,144,0) 70%);
}
tr[data-category-id='3'] {
background: linear-gradient(90deg, rgb(128,130,129,0.2), rgb(128,130,129,0) 70%);
}
tr[data-category-id='13'] {
background: linear-gradient(90deg, rgb(179,181,180,0.2), rgb(179,181,180,0) 70%);
}
body.categories-list .category-name {
color: rgb(0,0,0,0.8);
}
/* forum thread */
.timeline-container .topic-timeline .timeline-handle {
background-color: #666;
}
.timeline-container .topic-timeline .timeline-scrollarea {
border-color: rgb(0,0,0,0.4);
}