Topic: DIV.isticky and DIV.iclosed colours not showing.

First of all, Hi!

As for the problem. Here is the bit of my oxygen_cs.css file:

DIV.icon {BORDER-COLOR: #E6E6E6 #DEDEDE #DADADA #E2E2E2}
TR.iredirect DIV.icon {BORDER-COLOR: #00d780 #00c065 #00b358 #00ca90}
DIV.inew, DIV.iclosed {BORDER-COLOR: #0080D7 #0065C0 #0058B3 #0072CA}
DIV.isticky {BORDER-COLOR: #d70080 #c00065 #b30058 #ca0090}
DIV.iclosed {BORDER-COLOR: #d70080 #c00065 #b30058 #ca0090}

However, locked posts and stickied posts have the colour of DIV.icon. Why?

Latest PunBB.

Re: DIV.isticky and DIV.iclosed colours not showing.

Make the colour numbers and letters in CAPS
I think that fixes it.

3

Re: DIV.isticky and DIV.iclosed colours not showing.

DIV.isticky and DIV.iclosed don't exist. You are trying to style elements which aren't there. It should be
TR.isticky DIV.icon {}
TR.iclosed DIV.icon {}