- Joined
- Apr 20, 2021
Here are some of my .CSS style tweaks to make using the forum somewhat more bearable. Use a browser addon such as Stylus (used to be known as Stylish) for Firefox and Chrome.
CSS:
/* more visible unread thread indicator */
.is-unread .structItem-cell.structItem-cell--main::before {
color: #FFA500;
}
CSS:
/* less wide rating tooltip for widescreen displays */
.tooltip--reaction {
width: 400px;
}
CSS:
/* more readable, smaller, sans-serif font */
.bbWrapper, .fr-box.fr-basic .fr-element {
font: 14px / 1.4 sans-serif !important;
font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif !important;
}
CSS:
/* alert unread indicator that doesn't require hovering */
.alertToggler {
opacity: 1 !important;
}
.is-unread .alertToggler-icon {
color: #f2930d !important;
}
.alert a {
font-weight: bold;
}