(14 Dec, 2011, 8:36 am)TheZeuS escribió: ¿Me puedes decir como hiciste para dejar así las categorias? Con ese 3D.
Muchas gracias 
Tenes que cambiar el forumbit_depth1_cat por este codigo:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead" colspan="3">
<div class="ribon">
<div><strong><a href="{$forum_url}">{$forum['name']}</a></strong></div></div>
</td>
</tr>
</thead>
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
{$sub_forums}
</tbody>
</table>
<br />
Y agregas esto al css
.ribon
{
margin: 0 -30px; /* top:0, right:-30px, bottom:0, left:-30px */
}
.ribon{
text-align: center;
position: relative;
color: #fff;
margin: 0 -14px 0 -16px;
padding: 10px 0;
text-shadow: 0 1px rgba(0,0,0,.8);
background: #5c5c5c;
background-image: -moz-linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,0));
background-image: -webkit-linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,0));
background-image: -o-linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,0));
background-image: -ms-linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,0));
background-image: linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,0));
-moz-box-shadow: 0 2px 0 rgba(0,0,0,.3);
-webkit-box-shadow: 0 2px 0 rgba(0,0,0,.3);
box-shadow: 0 2px 0 rgba(0,0,0,.3);
}
.ribon:before, .ribon:after
{
content: '';
position: absolute;
border-style: solid;
border-color: transparent;
bottom: -10px;
}
.ribon:before
{
border-width: 0 10px 10px 0;
border-right-color: #222;
left: 0;
}
.ribon:after
{
border-width: 0 0 10px 10px;
border-left-color: #222;
right: 0;
}