Quote:
Originally Posted by ssvp
I second that part of the question.. 
|
++
Thirded.
I've seen it also on Bit-tech.net but can't find it with the search terms "Thread Listing Color Status".
[edit]Aha! May have found it.
https://vborg.vbsupport.ru/showthread.php?t=142857
Typical! I just spent an hour poring over the CSS attributes and was composing a new thread based around what I'd found...
Code:
.alt1new,.alt2new {background: #F4FAE5;color: #000}
.alt1posted,.alt2posted{background: #FFF0D3;color: #000}
.alt1popular,.alt2popular{background: #D8C7EF;color: #000}
.alt1closed,.alt2closed{background: #E8E8E8;color: #666666;filter:alpha(opacity=50);opacity: 0.5;-moz-opacity:0.5}
[/edit]