
Re: Are There Any CSS Index?
you can try this
open your template
index_box.tpl
find
<td class="{catrow.forumrow.INC_CLASS}" valign="middle" style="padding-right:3px;" width="37" height="50"{catrow.forumrow.LINKS_ROWSPAN}>{catrow.forumrow.U_MARK_ALWAYS_READ}</td>
replace with
<td class="rowl" valign="middle" style="padding-right:3px;" width="37" height="50"{catrow.forumrow.LINKS_ROWSPAN}>{catrow.forumrow.U_MARK_ALWAYS_READ}</td>
i added name "rowl" you can chose diferent name but must be same in css
open your template style.css
affter last line add this
.rowl {
background-color: #00DEEA;
border: solid 1px #FFFFFF;
border-right-color: #DDDDDD;
border-bottom-color: #DDDDDD;
text-align: left;
}
where #00DEEA is color you want to change
and you shoud get something like this
PS. backup your index_box.tpl and style.css before you try this , just for security

@
MG : is this ok ... can something get wrong if is like this?
____________
We are the
phpBBorg. Lower your Crackers. Your phpological and forumological distinctivness will be added to our own. Resistance if futile!