Categorias personalizadas
3 participantes
Fórum dos Fóruns :: Ajuda e atendimento ao utilizador :: Questões sobre códigos :: Questões resolvidas sobre HTML e BBCode
Página 1 de 1
Categorias personalizadas
Qual é minha questão:
Quero deixar as categorias do meu forum como as desse forum
http://narutorpgstorm.ultimaterpg.net/
Fiz algumas modificações na css mas num consegui acho que é preciso mecher no templade alguem me ajuda?
Endereço do meu fórum:
http://naruto-rpg-adventure.forumeiros.com
Versão do fórum:
PUNBB
Quero deixar as categorias do meu forum como as desse forum
http://narutorpgstorm.ultimaterpg.net/
Fiz algumas modificações na css mas num consegui acho que é preciso mecher no templade alguem me ajuda?
Endereço do meu fórum:
http://naruto-rpg-adventure.forumeiros.com
Versão do fórum:
PUNBB
Última edição por pedromaster em 20.01.13 20:18, editado 1 vez(es)
Re: Categorias personalizadas
mas ta aqui
- Código:
<div class="pun-crumbs">
<p class="crumbs"><a href="{U_INDEX}">{L_INDEX}</a><strong>{NAV_CAT_DESC}</strong></p>
</div>
<div class="main">
<!-- BEGIN catrow -->
<!-- BEGIN tablehead -->
<div class="main-head">
<div class="page-title">{catrow.tablehead.L_FORUM}</div>
</div>
<div class="main-content">
<table cellspacing="0" class="table">
<thead>
<tr>
<th class="tcl">{L_FORUM}</th>
<th class="tc2">{L_TOPICS}</th>
<th class="tc3">{L_POSTS}</th>
<th class="tcr">{L_LASTPOST}</th>
</tr>
</thead>
<tbody class="statused">
<!-- END tablehead -->
<!-- BEGIN forumrow -->
<tr>
<td class="tcl" style="padding-right: {catrow.forumrow.INC_LEVEL_RIGHT}; padding-left: {catrow.forumrow.INC_LEVEL_LEFT};">
<span class="status" style="margin-right: -{catrow.forumrow.INC_WIDTH_ICON}; margin-left: -{catrow.forumrow.INC_WIDTH_ICON};">
<img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
</span>
<h{catrow.forumrow.LEVEL} class="hierarchy"><a href="{catrow.forumrow.U_VIEWFORUM}" class="forumtitle">{catrow.forumrow.FORUM_NAME}</a></h{catrow.forumrow.LEVEL}>
<br />
{catrow.forumrow.FORUM_DESC}
<!-- BEGIN switch_moderators_links -->
<br />
{catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
<!-- END switch_moderators_links -->
{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
<strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}
</td>
<td class="tc2">{catrow.forumrow.TOPICS}</td>
<td class="tc3">{catrow.forumrow.POSTS}</td>
<td class="tcr">
<span>
<!-- BEGIN switch_topic_title -->
<a href="{catrow.forumrow.U_LATEST_TOPIC}" title="{catrow.forumrow.LATEST_TOPIC_TITLE}">{catrow.forumrow.LATEST_TOPIC_NAME}</a><br />
<!-- END switch_topic_title -->
{catrow.forumrow.USER_LAST_POST}
</span>
</td>
</tr>
<!-- END forumrow -->
<!-- BEGIN tablefoot -->
</tbody>
</table>
</div>
<!-- END tablefoot -->
<!-- END catrow -->
</div>
<!-- BEGIN switch_on_index -->
<div class="main-box clearfix">
<ul>
<li><a href="{U_TODAY_ACTIVE}">{L_TODAY_ACTIVE}</a></li>
<li><a href="{U_TODAY_POSTERS}">{L_TODAY_POSTERS}</a></li>
<li><a href="{U_OVERALL_POSTERS}">{L_OVERALL_POSTERS}</a></li>
</ul>
<!-- BEGIN switch_delete_cookies -->
<p class="right">
<a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
</p>
<!-- END switch_delete_cookies -->
</div>
<!-- END switch_on_index -->
Re: Categorias personalizadas
Olá,
Troque por este
Adiciona este código em sua Folha de estilo CSS
Até
Troque por este
- Código:
<div class="pun-crumbs">
<p class="crumbs"><a href="{U_INDEX}">{L_INDEX}</a><strong>{NAV_CAT_DESC}</strong></p>
</div>
<div class="main">
<!-- BEGIN catrow -->
<!-- BEGIN tablehead -->
<div class="main-head">
<div class="page-title">{catrow.tablehead.L_FORUM}</div>
</div>
<div class="main-content">
<table cellspacing="0" class="table">
<thead>
<tr>
<th class="tcl"></th>
<th class="tc2"></th>
</tr>
</thead>
<tbody class="statused">
<!-- END tablehead -->
<!-- BEGIN forumrow -->
<tr>
<td class="tcl" style="padding-right: {catrow.forumrow.INC_LEVEL_RIGHT}; padding-left: {catrow.forumrow.INC_LEVEL_LEFT};">
<span class="status" style="margin-right: -{catrow.forumrow.INC_WIDTH_ICON}; margin-left: -{catrow.forumrow.INC_WIDTH_ICON};">
<img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
</span>
<h{catrow.forumrow.LEVEL} class="hierarchy"><a href="{catrow.forumrow.U_VIEWFORUM}" class="forumtitle">{catrow.forumrow.FORUM_NAME}</a></h{catrow.forumrow.LEVEL}>
<br />
{catrow.forumrow.FORUM_DESC}
<!-- BEGIN switch_moderators_links -->
<br />
{catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
<!-- END switch_moderators_links -->
{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
<strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}
</td>
<span>
<td class="tcr"><span><span class="cat-status">( <b>108</b> tópicos e <b>155</b> mensagens )</span><div class="lastpost"><div class="mini_ava member129"><img src="http://i10.servimg.com/u/f10/13/93/68/24/avatar14.png"></div><a href="/t1052-velocidade" title="Velocidade">Velocidade</a><br><span id="user">Dom Jan 06, 2013 5:48 pm<br><strong><a href="/u129" class="gensmall"><span style="color:#FF0000"><strong>Dr. Afrodisíaco</strong></span></a></strong> <a href="/t1052-velocidade#21868" class="last-post-icon"><img class="sprite-icon_topic_latest" src="http://2img.net/i/fa/empty.gif" alt="Exibir a última mensagem" title="Exibir a última mensagem"></a></span></div></span></td>
<!-- BEGIN switch_topic_title -->
<a href="{catrow.forumrow.U_LATEST_TOPIC}" title="{catrow.forumrow.LATEST_TOPIC_TITLE}">{catrow.forumrow.LATEST_TOPIC_NAME}</a><br />
<!-- END switch_topic_title -->
{catrow.forumrow.USER_LAST_POST}
</span>
</td>
</tr>
<!-- END forumrow -->
<!-- BEGIN tablefoot -->
</tbody>
</table>
</div>
<!-- END tablefoot -->
<!-- END catrow -->
</div>
<!-- BEGIN switch_on_index -->
<div class="main-box clearfix">
<ul>
<li><a href="{U_TODAY_ACTIVE}">{L_TODAY_ACTIVE}</a></li>
<li><a href="{U_TODAY_POSTERS}">{L_TODAY_POSTERS}</a></li>
<li><a href="{U_OVERALL_POSTERS}">{L_OVERALL_POSTERS}</a></li>
</ul>
<!-- BEGIN switch_delete_cookies -->
<p class="right">
<a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
</p>
<!-- END switch_delete_cookies -->
</div>
<!-- END switch_on_index -->
Adiciona este código em sua Folha de estilo CSS
- Código:
#category td.tcr {
border-color: #DDD !important;
border-style: solid none none solid;
border-width: 1px;
line-height: 130%;
background: white;
background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 100%)!important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255, 1)), color-stop(100%,rgba(244, 244, 244, 1)))!important;
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%,rgba(244, 244, 244, 1) 100%)!important;
background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%,rgba(244, 244, 244, 1) 100%)!important;
background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%,rgba(244, 244, 244, 1) 100%)!important;
background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%,rgba(244, 244, 244, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
padding: .6em 0 .7em;
}
#category td, .statused tr, .statused tr td {
background: white;
background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 100%)!important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255, 1)), color-stop(100%,rgba(244, 244, 244, 1)))!important;
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%,rgba(244, 244, 244, 1) 100%)!important;
background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%,rgba(244, 244, 244, 1) 100%)!important;
background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%,rgba(244, 244, 244, 1) 100%)!important;
background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%,rgba(244, 244, 244, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
border-bottom: 1px solid #EBEBEB;
border-left: none;
line-height: 130%;
padding: .2em 0;
}
.mini_ava img {
border: 1px solid gray;
float: left;
height: 40px;
margin-right: 10px;
margin-top: 10px;
width: 40px;
}
.lastpost {
background: white;
border: 1px solid #DDD;
border-radius: 3px 0 0 3px;
border-right: none;
height: 50px;
padding-bottom: 10px;
padding-left: 10px;
}
.cat-status {
font-style: italic;
margin-right: -20px;
padding-bottom: 3px;
padding-left: 60px;
}
Até
Re: Categorias personalizadas
Olá,
Troque o template por este
Até
Troque o template por este
- Código:
<div class="pun-crumbs">
<p class="crumbs"><a href="{U_INDEX}">{L_INDEX}</a><strong>{NAV_CAT_DESC}</strong></p>
</div>
<div class="main">
<!-- BEGIN catrow -->
<!-- BEGIN tablehead -->
<div class="main-head">
<div class="page-title">{catrow.tablehead.L_FORUM}</div>
</div>
<div class="main-content">
<table cellspacing="0" class="table">
<thead>
<tr>
<th class="tcl"></th>
<th class="tc2"></th>
</tr>
</thead>
<tbody class="statused">
<!-- END tablehead -->
<!-- BEGIN forumrow -->
<tr>
<td class="tcl" style="padding-right: {catrow.forumrow.INC_LEVEL_RIGHT}; padding-left: {catrow.forumrow.INC_LEVEL_LEFT};">
<span class="status" style="margin-right: -{catrow.forumrow.INC_WIDTH_ICON}; margin-left: -{catrow.forumrow.INC_WIDTH_ICON};">
<img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
</span>
<h{catrow.forumrow.LEVEL} class="hierarchy"><a href="{catrow.forumrow.U_VIEWFORUM}" class="forumtitle">{catrow.forumrow.FORUM_NAME}</a></h{catrow.forumrow.LEVEL}>
<br />
{catrow.forumrow.FORUM_DESC}
<!-- BEGIN switch_moderators_links -->
<br />
{catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
<!-- END switch_moderators_links -->
{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
<strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}
</td>
<td class="tcr"><span><span class="cat-status">( <b>{catrow.forumrow.TOPICS}</b> tópicos e <b>{catrow.forumrow.POSTS}</b> mensagens )</span><div class="lastpost"><div class="mini_ava member129"><img src="http://i10.servimg.com/u/f10/13/93/68/24/avatar14.png"></div><a href="/t1052-velocidade" title="Velocidade">Velocidade</a><br><span id="user">Dom Jan 06, 2013 5:48 pm<br><strong><a href="/u129" class="gensmall"><span style="color:#FF0000"><strong>Dr. Afrodisíaco</strong></span></a></strong> <a href="/t1052-velocidade#21868" class="last-post-icon"><img class="sprite-icon_topic_latest" src="http://2img.net/i/fa/empty.gif" alt="Exibir a última mensagem" title="Exibir a última mensagem"></a></span></div></span></td>
<span>
<!-- BEGIN switch_topic_title -->
<a href="{catrow.forumrow.U_LATEST_TOPIC}" title="{catrow.forumrow.LATEST_TOPIC_TITLE}">{catrow.forumrow.LATEST_TOPIC_NAME}</a><br />
<!-- END switch_topic_title -->
</span>
</td>
</tr>
<!-- END forumrow -->
<!-- BEGIN tablefoot -->
</tbody>
</table>
</div>
<!-- END tablefoot -->
<!-- END catrow -->
</div>
<!-- BEGIN switch_on_index -->
<div class="main-box clearfix">
<ul>
<li><a href="{U_TODAY_ACTIVE}">{L_TODAY_ACTIVE}</a></li>
<li><a href="{U_TODAY_POSTERS}">{L_TODAY_POSTERS}</a></li>
<li><a href="{U_OVERALL_POSTERS}">{L_OVERALL_POSTERS}</a></li>
</ul>
<!-- BEGIN switch_delete_cookies -->
<p class="right">
<a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
</p>
<!-- END switch_delete_cookies -->
</div>
<!-- END switch_on_index -->
Até
Re: Categorias personalizadas
Olá,
Tente este
Até
Tente este
- Código:
<div class="pun-crumbs">
<p class="crumbs"><a href="{U_INDEX}">{L_INDEX}</a><strong>{NAV_CAT_DESC}</strong></p>
</div>
<div class="main">
<!-- BEGIN catrow -->
<!-- BEGIN tablehead -->
<div class="main-head">
<div class="page-title">{catrow.tablehead.L_FORUM}</div>
</div>
<div class="main-content">
<table cellspacing="0" class="table">
<thead>
<tr>
<th class="tcl"></th>
<th class="tc2"></th>
</tr>
</thead>
<tbody class="statused">
<!-- END tablehead -->
<!-- BEGIN forumrow -->
<tr>
<td class="tcl" style="padding-right: {catrow.forumrow.INC_LEVEL_RIGHT}; padding-left: {catrow.forumrow.INC_LEVEL_LEFT};">
<span class="status" style="margin-right: -{catrow.forumrow.INC_WIDTH_ICON}; margin-left: -{catrow.forumrow.INC_WIDTH_ICON};">
<img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
</span>
<h{catrow.forumrow.LEVEL} class="hierarchy"><a href="{catrow.forumrow.U_VIEWFORUM}" class="forumtitle">{catrow.forumrow.FORUM_NAME}</a></h{catrow.forumrow.LEVEL}>
<br />
{catrow.forumrow.FORUM_DESC}
<!-- BEGIN switch_moderators_links -->
<br />
{catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
<!-- END switch_moderators_links -->
{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
<strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}
</td>
<td class="tcr"><span><span class="cat-status">( <b>{catrow.forumrow.TOPICS}</b> tópicos e <b>{catrow.forumrow.POSTS}</b> mensagens )</span><div class="lastpost"><div class="mini_ava member129"><img src="http://i10.servimg.com/u/f10/13/93/68/24/avatar14.png"></div><a href="/t1052-velocidade" title="Velocidade">Velocidade</a><br><span id="user">Dom Jan 06, 2013 5:48 pm<br><strong><a href="/u129" class="gensmall"><span style="color:#FF0000"><strong>Dr. Afrodisíaco</strong></span></a></strong> <a href="/t1052-velocidade#21868" class="last-post-icon"><img class="sprite-icon_topic_latest" src="http://2img.net/i/fa/empty.gif" alt="Exibir a última mensagem" title="Exibir a última mensagem"></a></span></div></span></td>
<span>
<!-- BEGIN switch_topic_title -->
<a href="{catrow.forumrow.U_LATEST_TOPIC}" title="{catrow.forumrow.LATEST_TOPIC_TITLE}">{catrow.forumrow.LATEST_TOPIC_NAME}</a><br />
<!-- END switch_topic_title -->
</span>
</td>
</tr>
<!-- END forumrow -->
<!-- BEGIN tablefoot -->
</tbody>
</table>
</div>
<!-- END tablefoot -->
<!-- END catrow -->
</div>
<!-- BEGIN switch_on_index -->
<div class="main-box clearfix">
<ul>
<li><a href="{U_TODAY_ACTIVE}">{L_TODAY_ACTIVE}</a></li>
<li><a href="{U_TODAY_POSTERS}">{L_TODAY_POSTERS}</a></li>
<li><a href="{U_OVERALL_POSTERS}">{L_OVERALL_POSTERS}</a></li>
</ul>
<!-- BEGIN switch_delete_cookies -->
<p class="right">
<a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
</p>
<!-- END switch_delete_cookies -->
</div>
<!-- END switch_on_index -->
Até
Re: Categorias personalizadas
Continua a mesma coisa e num ta aparecendo o nome de quem postou esta aparecendo o nome de um tal de Dr. Afrodisíaco
Re: Categorias personalizadas
Removi o templade que vc me passou por que tava atrapalhando nos postarmos as coisas do rpg
Re: Categorias personalizadas
Olá,
Tente este
Troque os codigos adiciona na Folha de estilo CSS por esse
Até
Tente este
- Código:
<div class="pun-crumbs">
<p class="crumbs"><a href="{U_INDEX}">{L_INDEX}</a><strong>{NAV_CAT_DESC}</strong></p>
</div>
<div class="main">
<!-- BEGIN catrow -->
<!-- BEGIN tablehead -->
<div class="main-head">
<div class="page-title">{catrow.tablehead.L_FORUM}</div>
</div>
<div class="main-content">
<table cellspacing="0" class="table">
<thead>
<tr>
<td class="tc2">
<td class="tc3">
</tr>
</thead>
<tbody class="statused">
<!-- END tablehead -->
<!-- BEGIN forumrow -->
<tr>
<td class="tcl" style="padding-right: {catrow.forumrow.INC_LEVEL_RIGHT}; padding-left: {catrow.forumrow.INC_LEVEL_LEFT};">
<span class="status" style="margin-right: -{catrow.forumrow.INC_WIDTH_ICON}; margin-left: -{catrow.forumrow.INC_WIDTH_ICON};">
<img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
</span>
<h{catrow.forumrow.LEVEL} class="hierarchy"><a href="{catrow.forumrow.U_VIEWFORUM}" class="forumtitle">{catrow.forumrow.FORUM_NAME}</a></h{catrow.forumrow.LEVEL}>
<br />
{catrow.forumrow.FORUM_DESC}
<!-- BEGIN switch_moderators_links -->
<br />
{catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
<!-- END switch_moderators_links -->
{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
<strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}
</td>
<td class="tc3"><span><span class="cat-status">( <b>{catrow.forumrow.TOPICS}</b> tópicos e <b>{catrow.forumrow.POSTS}</b> mensagens )</span><div class="lastpost"><div class="mini_ava member129"><img src="http://i10.servimg.com/u/f10/13/93/68/24/avatar14.png"></div><a href="{catrow.forumrow.U_LATEST_TOPIC}" title="{catrow.forumrow.LATEST_TOPIC_TITLE}">{catrow.forumrow.LATEST_TOPIC_NAME}</a><br><span id="user">Dom Jan 06, 2013 5:48 pm<br><strong><a href="/u129" class="gensmall"><span style="color:#FF0000"><strong>Dr. Afrodisíaco</strong></span></a></strong> <a href="/t1052-velocidade#21868" class="last-post-icon"><img class="sprite-icon_topic_latest" src="http://2img.net/i/fa/empty.gif" alt="Exibir a última mensagem" title="Exibir a última mensagem"></a></span></div></span></td>
<span>
<!-- BEGIN switch_topic_title -->
<!-- END switch_topic_title -->
</span>
</td>
</tr>
<!-- END forumrow -->
<!-- BEGIN tablefoot -->
</tbody>
</table>
</div>
<!-- END tablefoot -->
<!-- END catrow -->
</div>
<!-- BEGIN switch_on_index -->
<div class="main-box clearfix">
<ul>
<li><a href="{U_TODAY_ACTIVE}">{L_TODAY_ACTIVE}</a></li>
<li><a href="{U_TODAY_POSTERS}">{L_TODAY_POSTERS}</a></li>
<li><a href="{U_OVERALL_POSTERS}">{L_OVERALL_POSTERS}</a></li>
</ul>
<!-- BEGIN switch_delete_cookies -->
<p class="right">
<a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
</p>
<!-- END switch_delete_cookies -->
</div>
<!-- END switch_on_index -->
Troque os codigos adiciona na Folha de estilo CSS por esse
- Código:
#category td.tcr {
border-color: #DDD !important;
border-style: solid none none solid;
border-width: 1px;
line-height: 130%;
background: white;
background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 100%)!important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255, 1)), color-stop(100%,rgba(244, 244, 244, 1)))!important;
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%,rgba(244, 244, 244, 1) 100%)!important;
background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%,rgba(244, 244, 244, 1) 100%)!important;
background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%,rgba(244, 244, 244, 1) 100%)!important;
background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%,rgba(244, 244, 244, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
padding: .6em 0 .7em;
}
#category td, .statused tr, .statused tr td {
background: white;
background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 100%)!important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255, 1)), color-stop(100%,rgba(244, 244, 244, 1)))!important;
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%,rgba(244, 244, 244, 1) 100%)!important;
background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%,rgba(244, 244, 244, 1) 100%)!important;
background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%,rgba(244, 244, 244, 1) 100%)!important;
background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%,rgba(244, 244, 244, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
border-bottom: 1px solid #EBEBEB;
border-left: none;
line-height: 130%;
padding: .2em 0;
}
.mini_ava img {
border: 1px solid gray;
float: left;
height: 40px;
margin-right: 10px;
margin-top: 10px;
width: 40px;
}
.lastpost {
background: white;
border: 1px solid #DDD;
border-radius: 3px 0 0 3px;
border-right: none;
height: 50px;
padding-bottom: 10px;
padding-left: 10px;
}
.cat-status {
font-style: italic;
margin-right: -20px;
padding-bottom: 3px;
padding-left: 60px;
}
.pun table.table td {
overflow: hidden;
padding: 0 0 0 .5em !important;
text-align: left;
height: 35px!important;
}
.pun table.table td {
height: 35px!important;
}
.pun table.table td {
border: none!important;
}
#category td.tcr {
border: none!important;
}
#category td.tcr {
border: none!important;
}
#category td.tcr {
border-color: #DDD !important;
border-style: solid none none solid;
border-width: 1px;
line-height: 130%;
background: white;
background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 100%)!important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255, 1)), color-stop(100%,rgba(244, 244, 244, 1)))!important;
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%,rgba(244, 244, 244, 1) 100%)!important;
background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%,rgba(244, 244, 244, 1) 100%)!important;
background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%,rgba(244, 244, 244, 1) 100%)!important;
background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%,rgba(244, 244, 244, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
padding: .6em 0 .7em;
}
.lastpost {
height: 50px!important;
width: 250px!important;
padding-bottom: -80px!important;
padding-left: -80px!important;
}
.cat-status {
font-style: italic;
margin-right: -50px!important;
padding-bottom: 3px!important;
padding-left: 80px!important;
}
#category tr {
height: 100px;
}
Até
Re: Categorias personalizadas
So mudo uma coisa os titulos dos foruns foram muito p esquerda e fico mostrando so um pouco deles
Tópicos semelhantes
» Categorias personalizadas
» Categorias personalizadas
» As categorias personalizadas
» Categorias personalizadas
» Categorias personalizadas
» Categorias personalizadas
» As categorias personalizadas
» Categorias personalizadas
» Categorias personalizadas
Fórum dos Fóruns :: Ajuda e atendimento ao utilizador :: Questões sobre códigos :: Questões resolvidas sobre HTML e BBCode
Página 1 de 1
Permissões neste sub-fórum
Não podes responder a tópicos