Topic: Skin question!

Hey i have a question!!! I have been looking at certian skins and isee somepeople have different images on their forum for new post and old post...Can someone tell me where to edit this in this css files... Thanks!!


-Artic

My PunRes Wiki Mods:
1.) Remove Post Icon in View Topic And in Index
2.) Bold Links In Header
[img]http://www.the-artbreak.com/forum/img/smilies/socom.png[/img]

Re: Skin question!

/****************************************************************/

/* 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.*/



TR.inew Div.icon { background-image: url(../../img/<your style>/icon_new.gif);}



TR.isticky DIV.icon { background-image: url(../../img/<your style>/icon_stiky.gif);}



TR.isticky DIV.inew { background-image: url(../../img/<your style>/icon_stiky.gif);} 



Div.icon {background-image: url(../../img/<your style>/icon_normal.gif);}



TR.iredirect DIV.icon { background-image: url(../../img/<your style>/icon_redirect.gif);}



TR.iclosed Div.icon {background-image: url(../../img/<your style>/icon_closed.gif);}
~James
FluxBB - Less is more

3 (edited by artic chill 2006-03-10 15:52)

Re: Skin question!

Thanks man!! Helps me make better skins!! it makes the board ezer to read!

My PunRes Wiki Mods:
1.) Remove Post Icon in View Topic And in Index
2.) Bold Links In Header
[img]http://www.the-artbreak.com/forum/img/smilies/socom.png[/img]