Topic: Trying to make the sticky background a different color

Is there a way to make the background color of a sticky topic different to the rest of the post. Here is an example pic to show what I mean.

http://img166.imageshack.us/img166/8558/stickybggm5.th.gif

Thanks
Bingiman

Re: Trying to make the sticky background a different color

Yeah, tr.isticky would contain the row.

Re: Trying to make the sticky background a different color

Stickies have their own tr class "isticky"

From Style_cs.css:

/****************************************************************/
/* 5. POST STATUS INDICATORS */
/****************************************************************/

/* These are the post status indicators which appear at the left of some tables. 
.inew = new posts, .iredirect = redirect forums, .iclosed = closed topics and
.isticky = sticky topics. The default is "icon". By default only .inew is different.*/

4 (edited by bingiman 2007-10-27 23:44)

Re: Trying to make the sticky background a different color

I am aware of that but I don't just want the sticky text area bg color different. I want the entire box in the pic. Changing the sticky class background color does not give me the result as in the pic.

Well, isticky does but it also makes the right side under last post change color as well.

Re: Trying to make the sticky background a different color

I got it:

.isticky .tcl{background-color: #2d2d2d}

Thanks for your guidance.

Re: Trying to make the sticky background a different color

is that style going to be public? it looks cool from what i see.

~James
FluxBB - Less is more

Re: Trying to make the sticky background a different color

Yes, it probably will.