Mudar cor dos grupos no index_body
2 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 • Compartilhe
Mudar cor dos grupos no index_body
Detalhes da questão
Endereço do fórum: http://hogwartsreturns.forumeiros.com/
Versão do fórum: phpBB3
Descrição
Olá!
Bem, depois de não conseguir acrescentar dois grupos no código do index_body, estou com problema para mudar as cores.
Queria que os grupos ficassem com as seguintes cores;
Administradores #D19122 http://hogwartsreturns.forumeiros.com/g1-administradores
Ex-Administradores #9C5E00 http://hogwartsreturns.forumeiros.com/g3-ex-administradores
Ministério da Magia #7D00D1 http://hogwartsreturns.forumeiros.com/g4-ministerio-da-magia
Aurores #483166 http://hogwartsreturns.forumeiros.com/g5-aurores
Comensais da Morte #474747 http://hogwartsreturns.forumeiros.com/g7-comensais-da-morte
Prisioneiros de Azkaban #827911 http://hogwartsreturns.forumeiros.com/g6-prisioneiros-de-azkaban
Mercenários #333300 http://hogwartsreturns.forumeiros.com/g8-mercenarios
Hospital Saint Mungus #08C70E http://hogwartsreturns.forumeiros.com/g9-hospital-saint-mungus
Profeta Diário #4DB06D http://hogwartsreturns.forumeiros.com/g10-profeta-diario
O Pasquim #F76B00 http://hogwartsreturns.forumeiros.com/g11-o-pasquim
Corpo Docente #217556 http://hogwartsreturns.forumeiros.com/g12-corpo-docente
Funcionários de Hogwarts #58AD91 http://hogwartsreturns.forumeiros.com/g13-funcionarios-de-hogwarts
Comerciantes #8FD479 http://hogwartsreturns.forumeiros.com/g14-comerciantes
Adultos #06487A http://hogwartsreturns.forumeiros.com/g15-adultos
Crianças #F07AEC http://hogwartsreturns.forumeiros.com/g16-criancas
Trouxas #A30000 http://hogwartsreturns.forumeiros.com/g17-trouxas
Fantasmas #BFCBCF http://hogwartsreturns.forumeiros.com/g18-fantasmas
Criaturas Mágicas #9B81B3 http://hogwartsreturns.forumeiros.com/g19-criaturas-magicas
Corvinal #003DB8 http://hogwartsreturns.forumeiros.com/g20-corvinal
Sonserina #216115 http://hogwartsreturns.forumeiros.com/g23-sonserina
Grifinória #CF1010 http://hogwartsreturns.forumeiros.com/g21-grifinoria
Lufa-Lufa #D6C936 http://hogwartsreturns.forumeiros.com/g22-lufa-lufa
Código index_body (onde acredito ser o lugar que muda as cores)
- Código:
{JAVASCRIPT}
<!-- BEGIN switch_user_logged_in --><p class="right rightside">{LAST_VISIT_DATE}</p><!-- END switch_user_logged_in -->
<p>{CURRENT_TIME}</p>
<br class="clear" />
<!-- BEGIN switch_user_login_form_header -->
<div class="panel">
<div class="inner"><span class="corners-top"><span></span></span>
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
<div class="user_login_form center">
<label>{L_USERNAME} : <input class="post" type="text" size="10" name="username" /></label>
<label>{L_PASSWORD} : <input class="post" type="password" size="10" name="password" /></label>
<label>{L_AUTO_LOGIN} : <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /></label>
{S_HIDDEN_FIELDS}<input class="mainoption button1" type="submit" name="login" value="{L_LOGIN}" />
<!-- BEGIN switch_fb_connect -->
<span class="fb_or">{switch_user_login_form_header.switch_fb_connect.L_OR}</span>
<fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" scope="{switch_user_login_form_footer.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_footer.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button>
<!-- END switch_fb_connect -->
</div>
</form>
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- END switch_user_login_form_header -->
<!-- BEGIN message_admin_index -->
<div class="panel introduction">
<div class="inner"><span class="corners-top"><span></span></span>
<!-- BEGIN message_admin_titre -->
<div class="h3">{message_admin_index.message_admin_titre.MES_TITRE}</div>
<!-- END message_admin_titre -->
<!-- BEGIN message_admin_txt -->
<div class="mes-txt">{message_admin_index.message_admin_txt.MES_TXT}</div>
<!-- END message_admin_txt -->
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- END message_admin_index -->
{CHATBOX_TOP}
{BOARD_INDEX}
<!-- BEGIN disable_viewonline -->
<!-- BEGIN switch_viewonline_nolink -->
<div class="h3">{L_WHO_IS_ONLINE}</div>
<!-- END switch_viewonline_nolink -->
<table class="table-estadistics-1">
<tr>
<td style="width:200px; border-right: 1px solid rgb(204, 204, 204);">
<div class="titulo-foro">Online Agora</div>
<div class="miembros-estadistics">
{TOTAL_USERS_ONLINE}<br />
{RECORD_USERS},
{LOGGED_IN_USER_LIST}
</div>
</td>
<td style="padding:0 10px; width:200px; border-right: 1px solid rgb(204, 204, 204);">
<div class="titulo-foro">Grupos</div>
<div class="grupos">
<table>
<tr>
<td class="grup">
<div class="g1"><a href="/g1-administradores">Administradores</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g2"><a href="/g3-ex-administradores">Ex-Administradores</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g3"><a href="/g4-ministerio-da-magia">Ministério da Magia</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g4"><a href="/g5-aurores">Aurores</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g5"><a href="/g7-comensais-da-morte">Comensais da Morte</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g6"><a href="/g6-prisioneiros-de-azkaban">Prisioneiros de Azkaban</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g7"><a href="/g8-mercenarios">Mercenários</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g8"><a href="/g19-geeks">Geeks</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g9"><a href="/g9-hospital-saint-mungus">Hospital Saint Mungus</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g10"><a href="/g10-profeta-diario">Profeta Diário</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g11"><a href="/g11-o-pasquim">O Pasquim</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g12"><a href="/g12-corpo-docente">Corpo Docente</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g13"><a href="/g13-funcionarios-de-hogwarts">Funcionários de Hogwarts</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g14"><a href="/g14-comerciantes">Comerciantes</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g15"><a href="/g15-adultos">Adultos</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g16"><a href="/g16-criancas">Crianças</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g17"><a href="/g17-trouxas">Trouxas</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g18"><a href="/g18-fantasmas">Fantasmas</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g19"><a href="/g19-criaturas-magicas">Criaturas Mágicas</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g20"><a href="/g20-corvinal">Corvinal</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g21"><a href="/g23-sonserina">Sonserina</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g21"><a href="/g21-">Grifinória</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g21"><a href="/g21-">Lufa-Lufa</a></div>
</td>
</tr>
</table>
</div>
</td>
<td style="width:200px; border-right: none; padding-left: 10px;">
<div class="titulo-foro">Estatísticas</div>
<div class="miembros-estadistics">
{L_STATISTICS} <br/>
{TOTAL_POSTS}<br/>
{TOTAL_USERS}<br/>
{NEWEST_USER}
</div>
</td>
</tr>
<tr>
<td>
<div class="miembros-estadistics1">
<div class="titulo-foro">Membros Ativos</div><br/>
{L_ONLINE_USERS}
{L_CONNECTED_MEMBERS}<br />
{L_WHOSBIRTHDAY_TODAY}{L_WHOSBIRTHDAY_WEEK}
</div>
</td>
</tr>
</table>
<br />
<div class="cajaafis"><div class="tituafis">nossos parceiros.</div><table><tbody><tr><td><div id="cajahermanos"><div class="tituh">PARCEIROS</div><a href="http://wickedacademy.forumeiros.com/"><img src="http://i.imgur.com/IDUwCCO.gif"></a><a href="http://lotusgraphics.forumeiros.com/"><img src="http://i.imgur.com/pIRkgOV.png"></a><a href="http://godlikeheroes.forumeiros.com.pt/"><img src="http://i.imgur.com/VWQNDiR.png"></a><a href="http://www.pennydreadfulrpg.org/login"><img src="http://i.imgur.com/4oszoEM.png"></a><a href="http://globaldeath.forumeiros.com/"><img src="https://i.imgur.com/jPvsuAl.png"></a><a href=""><img src="http://placehold.it/100x50"></a></div></td><td><div id="cajaelite"><div class="titue">ELITE</div><a href=""><img src="http://placehold.it/50x50" title="Scream"></a><a target="_blank" href=""><img src="http://placehold.it/50x50" title="Scream"></a><a href=""><img src="http://placehold.it/50x50" title="Scream"></a><a href="" target="_blank"><img src="http://placehold.it/50x50" title="Scream"></a><a href=""><img src="http://placehold.it/50x50" title="Scream"></a><a href="" target="_blank"><img src="http://placehold.it/50x50" width="50" height="50" title="Scream"></a><a href=""><img src="http://placehold.it/50x50" title="Scream"></a><a href=""><img src="http://placehold.it/50x50" title="Scream"></a><a href=""><img src="http://placehold.it/50x50" title="Scream"></a><a href=""><img src="http://placehold.it/50x50"></a></div></td><td><div id="cajacredito"><div class="tituc">CRÉDITOS</div><ul>- Trama inspirada na série SCREAM, <br>- Skin desenvolvida por DFRabelo.<br>- O conteúdo do fórum pertence exclusivamente à administração e seus membros.<br></ul></div></td></tr></tbody></table></div>
<div class="clear"></div>
<!-- END disable_viewonline -->
{CHATBOX_BOTTOM}
<!-- BEGIN switch_user_login_form_footer -->
<div class="panel">
<div class="inner"><span class="corners-top"><span></span></span>
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
<div class="user_login_form center">
<label>{L_USERNAME} : <input class="post" type="text" size="10" name="username" /></label>
<label>{L_PASSWORD} : <input class="post" type="password" size="10" name="password" /></label>
<label>{L_AUTO_LOGIN} : <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /></label>
{S_HIDDEN_FIELDS}<input class="mainoption button1" type="submit" name="login" value="{L_LOGIN}" />
<!-- BEGIN switch_fb_connect -->
<span class="fb_or">{switch_user_login_form_footer.switch_fb_connect.L_OR}</span>
<fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" scope="{switch_user_login_form_footer.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_footer.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button>
<!-- END switch_fb_connect -->
</div>
</form>
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- END switch_user_login_form_footer -->
<br style="clear:both" />
<!-- BEGIN switch_legend -->
<ul id="picture_legend">
<li><img src="{FORUM_NEW_IMG}" alt="{L_NEW_POSTS}" />{L_NEW_POSTS}</li>
<li><img src="{FORUM_IMG}" alt="{L_NO_NEW_POSTS}" />{L_NO_NEW_POSTS}</li>
<li><img src="{FORUM_LOCKED_IMG}" alt="{L_FORUM_LOCKED}" />{L_FORUM_LOCKED}</li>
</ul>
<!-- END switch_legend -->
{AUTO_DST}
<!-- BEGIN switch_fb_index_login -->
<div id="fb-root"></div>
<script>
FB.init({
appId : {switch_fb_index_login.FACEBOOK_APP_ID},
cookie : true,
xfbml : true,
oauth : true,
version : 'v2.3'
});
(function(d, s, id){
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<!-- END switch_fb_index_login -->
Última edição por Icarus Hošek Pendragon em 04.04.17 19:51, editado 1 vez(es)
Re: Mudar cor dos grupos no index_body
Olá,
Troque por este, e veja se fica à seu agrado:
Troque por este, e veja se fica à seu agrado:
- Código:
{JAVASCRIPT}
<!-- BEGIN switch_user_logged_in --><p class="right rightside">{LAST_VISIT_DATE}</p><!-- END switch_user_logged_in -->
<p>{CURRENT_TIME}</p>
<br class="clear" />
<!-- BEGIN switch_user_login_form_header -->
<div class="panel">
<div class="inner"><span class="corners-top"><span></span></span>
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
<div class="user_login_form center">
<label>{L_USERNAME} : <input class="post" type="text" size="10" name="username" /></label>
<label>{L_PASSWORD} : <input class="post" type="password" size="10" name="password" /></label>
<label>{L_AUTO_LOGIN} : <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /></label>
{S_HIDDEN_FIELDS}<input class="mainoption button1" type="submit" name="login" value="{L_LOGIN}" />
<!-- BEGIN switch_fb_connect -->
<span class="fb_or">{switch_user_login_form_header.switch_fb_connect.L_OR}</span>
<fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" scope="{switch_user_login_form_footer.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_footer.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button>
<!-- END switch_fb_connect -->
</div>
</form>
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- END switch_user_login_form_header -->
<!-- BEGIN message_admin_index -->
<div class="panel introduction">
<div class="inner"><span class="corners-top"><span></span></span>
<!-- BEGIN message_admin_titre -->
<div class="h3">{message_admin_index.message_admin_titre.MES_TITRE}</div>
<!-- END message_admin_titre -->
<!-- BEGIN message_admin_txt -->
<div class="mes-txt">{message_admin_index.message_admin_txt.MES_TXT}</div>
<!-- END message_admin_txt -->
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- END message_admin_index -->
{CHATBOX_TOP}
{BOARD_INDEX}
<!-- BEGIN disable_viewonline -->
<!-- BEGIN switch_viewonline_nolink -->
<div class="h3">{L_WHO_IS_ONLINE}</div>
<!-- END switch_viewonline_nolink -->
<table class="table-estadistics-1">
<tr>
<td style="width:200px; border-right: 1px solid rgb(204, 204, 204);">
<div class="titulo-foro">Online Agora</div>
<div class="miembros-estadistics">
{TOTAL_USERS_ONLINE}<br />
{RECORD_USERS},
{LOGGED_IN_USER_LIST}
</div>
</td>
<td style="padding:0 10px; width:200px; border-right: 1px solid rgb(204, 204, 204);">
<div class="titulo-foro">Grupos</div>
<div class="grupos">
<table>
<tr>
<td class="grup">
<div class="g1"><a href="/g1-administradores">Administradores</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g2"><a href="/g3-ex-administradores">Ex-Administradores</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g3"><a href="/g4-ministerio-da-magia">Ministério da Magia</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g4"><a href="/g5-aurores">Aurores</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g5"><a href="/g7-comensais-da-morte">Comensais da Morte</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g6"><a href="/g6-prisioneiros-de-azkaban">Prisioneiros de Azkaban</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g7"><a href="/g8-mercenarios">Mercenários</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g8"><a href="/g19-geeks">Geeks</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g9"><a href="/g9-hospital-saint-mungus">Hospital Saint Mungus</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g10"><a href="/g10-profeta-diario">Profeta Diário</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g11"><a href="/g11-o-pasquim">O Pasquim</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g12"><a href="/g12-corpo-docente">Corpo Docente</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g13"><a href="/g13-funcionarios-de-hogwarts">Funcionários de Hogwarts</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g14"><a href="/g14-comerciantes">Comerciantes</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g15"><a href="/g15-adultos">Adultos</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g16"><a href="/g16-criancas">Crianças</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g17"><a href="/g17-trouxas">Trouxas</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g18"><a href="/g18-fantasmas">Fantasmas</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g19"><a href="/g19-criaturas-magicas">Criaturas Mágicas</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g20"><a href="/g20-corvinal">Corvinal</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g21"><a href="/g23-sonserina">Sonserina</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g22" style="background-color: #CF1010!important;"><a href="/g21-">Grifinória</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g23" style="background-color: #D6C936!important;"><a href="/g22-">Lufa-Lufa</a></div>
</td>
</tr>
</table>
</div>
</td>
<td style="width:200px; border-right: none; padding-left: 10px;">
<div class="titulo-foro">Estatísticas</div>
<div class="miembros-estadistics">
{L_STATISTICS} <br/>
{TOTAL_POSTS}<br/>
{TOTAL_USERS}<br/>
{NEWEST_USER}
</div>
</td>
</tr>
<tr>
<td>
<div class="miembros-estadistics1">
<div class="titulo-foro">Membros Ativos</div><br/>
{L_ONLINE_USERS}
{L_CONNECTED_MEMBERS}<br />
{L_WHOSBIRTHDAY_TODAY}{L_WHOSBIRTHDAY_WEEK}
</div>
</td>
</tr>
</table>
<br />
<div class="cajaafis"><div class="tituafis">nossos parceiros.</div><table><tbody><tr><td><div id="cajahermanos"><div class="tituh">PARCEIROS</div><a href="http://wickedacademy.forumeiros.com/"><img src="http://i.imgur.com/IDUwCCO.gif"></a><a href="http://lotusgraphics.forumeiros.com/"><img src="http://i.imgur.com/pIRkgOV.png"></a><a href="http://godlikeheroes.forumeiros.com.pt/"><img src="http://i.imgur.com/VWQNDiR.png"></a><a href="http://www.pennydreadfulrpg.org/login"><img src="http://i.imgur.com/4oszoEM.png"></a><a href="http://globaldeath.forumeiros.com/"><img src="https://i.imgur.com/jPvsuAl.png"></a><a href=""><img src="http://placehold.it/100x50"></a></div></td><td><div id="cajaelite"><div class="titue">ELITE</div><a href=""><img src="http://placehold.it/50x50" title="Scream"></a><a target="_blank" href=""><img src="http://placehold.it/50x50" title="Scream"></a><a href=""><img src="http://placehold.it/50x50" title="Scream"></a><a href="" target="_blank"><img src="http://placehold.it/50x50" title="Scream"></a><a href=""><img src="http://placehold.it/50x50" title="Scream"></a><a href="" target="_blank"><img src="http://placehold.it/50x50" width="50" height="50" title="Scream"></a><a href=""><img src="http://placehold.it/50x50" title="Scream"></a><a href=""><img src="http://placehold.it/50x50" title="Scream"></a><a href=""><img src="http://placehold.it/50x50" title="Scream"></a><a href=""><img src="http://placehold.it/50x50"></a></div></td><td><div id="cajacredito"><div class="tituc">CRÉDITOS</div><ul>- Trama inspirada na série SCREAM, <br>- Skin desenvolvida por DFRabelo.<br>- O conteúdo do fórum pertence exclusivamente à administração e seus membros.<br></ul></div></td></tr></tbody></table></div>
<div class="clear"></div>
<!-- END disable_viewonline -->
{CHATBOX_BOTTOM}
<!-- BEGIN switch_user_login_form_footer -->
<div class="panel">
<div class="inner"><span class="corners-top"><span></span></span>
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
<div class="user_login_form center">
<label>{L_USERNAME} : <input class="post" type="text" size="10" name="username" /></label>
<label>{L_PASSWORD} : <input class="post" type="password" size="10" name="password" /></label>
<label>{L_AUTO_LOGIN} : <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /></label>
{S_HIDDEN_FIELDS}<input class="mainoption button1" type="submit" name="login" value="{L_LOGIN}" />
<!-- BEGIN switch_fb_connect -->
<span class="fb_or">{switch_user_login_form_footer.switch_fb_connect.L_OR}</span>
<fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" scope="{switch_user_login_form_footer.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_footer.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button>
<!-- END switch_fb_connect -->
</div>
</form>
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- END switch_user_login_form_footer -->
<br style="clear:both" />
<!-- BEGIN switch_legend -->
<ul id="picture_legend">
<li><img src="{FORUM_NEW_IMG}" alt="{L_NEW_POSTS}" />{L_NEW_POSTS}</li>
<li><img src="{FORUM_IMG}" alt="{L_NO_NEW_POSTS}" />{L_NO_NEW_POSTS}</li>
<li><img src="{FORUM_LOCKED_IMG}" alt="{L_FORUM_LOCKED}" />{L_FORUM_LOCKED}</li>
</ul>
<!-- END switch_legend -->
{AUTO_DST}
<!-- BEGIN switch_fb_index_login -->
<div id="fb-root"></div>
<script>
FB.init({
appId : {switch_fb_index_login.FACEBOOK_APP_ID},
cookie : true,
xfbml : true,
oauth : true,
version : 'v2.3'
});
(function(d, s, id){
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<!-- END switch_fb_index_login -->
Re: Mudar cor dos grupos no index_body
Troque por:
- Código:
{JAVASCRIPT}
<!-- BEGIN switch_user_logged_in --><p class="right rightside">{LAST_VISIT_DATE}</p><!-- END switch_user_logged_in -->
<p>{CURRENT_TIME}</p>
<br class="clear" />
<!-- BEGIN switch_user_login_form_header -->
<div class="panel">
<div class="inner"><span class="corners-top"><span></span></span>
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
<div class="user_login_form center">
<label>{L_USERNAME} : <input class="post" type="text" size="10" name="username" /></label>
<label>{L_PASSWORD} : <input class="post" type="password" size="10" name="password" /></label>
<label>{L_AUTO_LOGIN} : <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /></label>
{S_HIDDEN_FIELDS}<input class="mainoption button1" type="submit" name="login" value="{L_LOGIN}" />
<!-- BEGIN switch_fb_connect -->
<span class="fb_or">{switch_user_login_form_header.switch_fb_connect.L_OR}</span>
<fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" scope="{switch_user_login_form_footer.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_footer.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button>
<!-- END switch_fb_connect -->
</div>
</form>
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- END switch_user_login_form_header -->
<!-- BEGIN message_admin_index -->
<div class="panel introduction">
<div class="inner"><span class="corners-top"><span></span></span>
<!-- BEGIN message_admin_titre -->
<div class="h3">{message_admin_index.message_admin_titre.MES_TITRE}</div>
<!-- END message_admin_titre -->
<!-- BEGIN message_admin_txt -->
<div class="mes-txt">{message_admin_index.message_admin_txt.MES_TXT}</div>
<!-- END message_admin_txt -->
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- END message_admin_index -->
{CHATBOX_TOP}
{BOARD_INDEX}
<!-- BEGIN disable_viewonline -->
<!-- BEGIN switch_viewonline_nolink -->
<div class="h3">{L_WHO_IS_ONLINE}</div>
<!-- END switch_viewonline_nolink -->
<table class="table-estadistics-1">
<tr>
<td style="width:200px; border-right: 1px solid rgb(204, 204, 204);">
<div class="titulo-foro">Online Agora</div>
<div class="miembros-estadistics">
{TOTAL_USERS_ONLINE}<br />
{RECORD_USERS},
{LOGGED_IN_USER_LIST}
</div>
</td>
<td style="padding:0 10px; width:200px; border-right: 1px solid rgb(204, 204, 204);">
<div class="titulo-foro">Grupos</div>
<div class="grupos">
<table>
<tr>
<td class="grup">
<div class="g1"><a href="/g1-administradores">Administradores</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g2"><a href="/g3-ex-administradores">Ex-Administradores</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g3"><a href="/g4-ministerio-da-magia">Ministério da Magia</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g4"><a href="/g5-aurores">Aurores</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g5"><a href="/g7-comensais-da-morte">Comensais da Morte</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g6"><a href="/g6-prisioneiros-de-azkaban">Prisioneiros de Azkaban</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g7"><a href="/g8-mercenarios">Mercenários</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g8"><a href="/g19-geeks">Geeks</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g9"><a href="/g9-hospital-saint-mungus">Hospital Saint Mungus</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g10"><a href="/g10-profeta-diario">Profeta Diário</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g11"><a href="/g11-o-pasquim">O Pasquim</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g12"><a href="/g12-corpo-docente">Corpo Docente</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g13"><a href="/g13-funcionarios-de-hogwarts">Funcionários de Hogwarts</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g14"><a href="/g14-comerciantes">Comerciantes</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g15"><a href="/g15-adultos">Adultos</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g16"><a href="/g16-criancas">Crianças</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g17"><a href="/g17-trouxas">Trouxas</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g18"><a href="/g18-fantasmas">Fantasmas</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g19"><a href="/g19-criaturas-magicas">Criaturas Mágicas</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g20"><a href="/g20-corvinal">Corvinal</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g21"><a href="/g23-sonserina">Sonserina</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g22 g21" style="background-color: #CF1010!important;"><a href="/g21-">Grifinória</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g23 g21" style="background-color: #D6C936!important;"><a href="/g22-">Lufa-Lufa</a></div>
</td>
</tr>
</table>
</div>
</td>
<td style="width:200px; border-right: none; padding-left: 10px;">
<div class="titulo-foro">Estatísticas</div>
<div class="miembros-estadistics">
{L_STATISTICS} <br/>
{TOTAL_POSTS}<br/>
{TOTAL_USERS}<br/>
{NEWEST_USER}
</div>
</td>
</tr>
<tr>
<td>
<div class="miembros-estadistics1">
<div class="titulo-foro">Membros Ativos</div><br/>
{L_ONLINE_USERS}
{L_CONNECTED_MEMBERS}<br />
{L_WHOSBIRTHDAY_TODAY}{L_WHOSBIRTHDAY_WEEK}
</div>
</td>
</tr>
</table>
<br />
<div class="cajaafis"><div class="tituafis">nossos parceiros.</div><table><tbody><tr><td><div id="cajahermanos"><div class="tituh">PARCEIROS</div><a href="http://wickedacademy.forumeiros.com/"><img src="http://i.imgur.com/IDUwCCO.gif"></a><a href="http://lotusgraphics.forumeiros.com/"><img src="http://i.imgur.com/pIRkgOV.png"></a><a href="http://godlikeheroes.forumeiros.com.pt/"><img src="http://i.imgur.com/VWQNDiR.png"></a><a href="http://www.pennydreadfulrpg.org/login"><img src="http://i.imgur.com/4oszoEM.png"></a><a href="http://globaldeath.forumeiros.com/"><img src="https://i.imgur.com/jPvsuAl.png"></a><a href=""><img src="http://placehold.it/100x50"></a></div></td><td><div id="cajaelite"><div class="titue">ELITE</div><a href=""><img src="http://placehold.it/50x50" title="Scream"></a><a target="_blank" href=""><img src="http://placehold.it/50x50" title="Scream"></a><a href=""><img src="http://placehold.it/50x50" title="Scream"></a><a href="" target="_blank"><img src="http://placehold.it/50x50" title="Scream"></a><a href=""><img src="http://placehold.it/50x50" title="Scream"></a><a href="" target="_blank"><img src="http://placehold.it/50x50" width="50" height="50" title="Scream"></a><a href=""><img src="http://placehold.it/50x50" title="Scream"></a><a href=""><img src="http://placehold.it/50x50" title="Scream"></a><a href=""><img src="http://placehold.it/50x50" title="Scream"></a><a href=""><img src="http://placehold.it/50x50"></a></div></td><td><div id="cajacredito"><div class="tituc">CRÉDITOS</div><ul>- Trama inspirada na série SCREAM, <br>- Skin desenvolvida por DFRabelo.<br>- O conteúdo do fórum pertence exclusivamente à administração e seus membros.<br></ul></div></td></tr></tbody></table></div>
<div class="clear"></div>
<!-- END disable_viewonline -->
{CHATBOX_BOTTOM}
<!-- BEGIN switch_user_login_form_footer -->
<div class="panel">
<div class="inner"><span class="corners-top"><span></span></span>
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
<div class="user_login_form center">
<label>{L_USERNAME} : <input class="post" type="text" size="10" name="username" /></label>
<label>{L_PASSWORD} : <input class="post" type="password" size="10" name="password" /></label>
<label>{L_AUTO_LOGIN} : <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /></label>
{S_HIDDEN_FIELDS}<input class="mainoption button1" type="submit" name="login" value="{L_LOGIN}" />
<!-- BEGIN switch_fb_connect -->
<span class="fb_or">{switch_user_login_form_footer.switch_fb_connect.L_OR}</span>
<fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" scope="{switch_user_login_form_footer.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_footer.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button>
<!-- END switch_fb_connect -->
</div>
</form>
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- END switch_user_login_form_footer -->
<br style="clear:both" />
<!-- BEGIN switch_legend -->
<ul id="picture_legend">
<li><img src="{FORUM_NEW_IMG}" alt="{L_NEW_POSTS}" />{L_NEW_POSTS}</li>
<li><img src="{FORUM_IMG}" alt="{L_NO_NEW_POSTS}" />{L_NO_NEW_POSTS}</li>
<li><img src="{FORUM_LOCKED_IMG}" alt="{L_FORUM_LOCKED}" />{L_FORUM_LOCKED}</li>
</ul>
<!-- END switch_legend -->
{AUTO_DST}
<!-- BEGIN switch_fb_index_login -->
<div id="fb-root"></div>
<script>
FB.init({
appId : {switch_fb_index_login.FACEBOOK_APP_ID},
cookie : true,
xfbml : true,
oauth : true,
version : 'v2.3'
});
(function(d, s, id){
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<!-- END switch_fb_index_login -->
Re: Mudar cor dos grupos no index_body
Em partes, o code funcionou, @Luiz~. Mas apenas os últimos dois grupos estão com suas receptivas cores, o resto continua com a mesma cor que veio na skin.
Re: Mudar cor dos grupos no index_body
Troque por:
- Código:
{JAVASCRIPT}
<!-- BEGIN switch_user_logged_in --><p class="right rightside">{LAST_VISIT_DATE}</p><!-- END switch_user_logged_in -->
<p>{CURRENT_TIME}</p>
<br class="clear" />
<!-- BEGIN switch_user_login_form_header -->
<div class="panel">
<div class="inner"><span class="corners-top"><span></span></span>
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
<div class="user_login_form center">
<label>{L_USERNAME} : <input class="post" type="text" size="10" name="username" /></label>
<label>{L_PASSWORD} : <input class="post" type="password" size="10" name="password" /></label>
<label>{L_AUTO_LOGIN} : <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /></label>
{S_HIDDEN_FIELDS}<input class="mainoption button1" type="submit" name="login" value="{L_LOGIN}" />
<!-- BEGIN switch_fb_connect -->
<span class="fb_or">{switch_user_login_form_header.switch_fb_connect.L_OR}</span>
<fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" scope="{switch_user_login_form_footer.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_footer.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button>
<!-- END switch_fb_connect -->
</div>
</form>
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- END switch_user_login_form_header -->
<!-- BEGIN message_admin_index -->
<div class="panel introduction">
<div class="inner"><span class="corners-top"><span></span></span>
<!-- BEGIN message_admin_titre -->
<div class="h3">{message_admin_index.message_admin_titre.MES_TITRE}</div>
<!-- END message_admin_titre -->
<!-- BEGIN message_admin_txt -->
<div class="mes-txt">{message_admin_index.message_admin_txt.MES_TXT}</div>
<!-- END message_admin_txt -->
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- END message_admin_index -->
{CHATBOX_TOP}
{BOARD_INDEX}
<!-- BEGIN disable_viewonline -->
<!-- BEGIN switch_viewonline_nolink -->
<div class="h3">{L_WHO_IS_ONLINE}</div>
<!-- END switch_viewonline_nolink -->
<table class="table-estadistics-1">
<tr>
<td style="width:200px; border-right: 1px solid rgb(204, 204, 204);">
<div class="titulo-foro">Online Agora</div>
<div class="miembros-estadistics">
{TOTAL_USERS_ONLINE}<br />
{RECORD_USERS},
{LOGGED_IN_USER_LIST}
</div>
</td>
<td style="padding:0 10px; width:200px; border-right: 1px solid rgb(204, 204, 204);">
<div class="titulo-foro">Grupos</div>
<div class="grupos">
<table>
<tr>
<td class="grup">
<div class="g1" style="background-color: #D19122!important;"><a href="/g1-administradores">Administradores</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g2" style="background-color: #9C5E00!important;"><a href="/g3-ex-administradores">Ex-Administradores</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g3" style="background-color: #7D00D1!important;"><a href="/g4-ministerio-da-magia">Ministério da Magia</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g4" style="background-color: #483166!important;"><a href="/g5-aurores">Aurores</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g5" style="background-color: #474747!important;"><a href="/g7-comensais-da-morte">Comensais da Morte</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g6" style="background-color: #827911!important;"><a href="/g6-prisioneiros-de-azkaban">Prisioneiros de Azkaban</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g7" style="background-color: #333300!important;"><a href="/g8-mercenarios">Mercenários</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g8"><a href="/g19-geeks">Geeks</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g9" style="background-color: #08C70E!important;"><a href="/g9-hospital-saint-mungus">Hospital Saint Mungus</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g10" style="background-color: #4DB06D!important;"><a href="/g10-profeta-diario">Profeta Diário</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g11" style="background-color: #F76B00!important;"><a href="/g11-o-pasquim">O Pasquim</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g12" style="background-color: #217556!important;"><a href="/g12-corpo-docente">Corpo Docente</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g13" style="background-color: #58AD91!important;"><a href="/g13-funcionarios-de-hogwarts">Funcionários de Hogwarts</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g14" style="background-color: #8FD479!important;"><a href="/g14-comerciantes">Comerciantes</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g15" style="background-color: #06487A!important;"><a href="/g15-adultos">Adultos</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g16" style="background-color: #F07AEC!important;"><a href="/g16-criancas">Crianças</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g17" style="background-color: #A30000!important;"><a href="/g17-trouxas">Trouxas</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g18" style="background-color: #BFCBCF!important;"><a href="/g18-fantasmas">Fantasmas</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g19" style="background-color: #9B81B3!important;"><a href="/g19-criaturas-magicas">Criaturas Mágicas</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g20" style="background-color: #003DB8!important;"><a href="/g20-corvinal">Corvinal</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g21" style="background-color: #216115!important;"><a href="/g23-sonserina">Sonserina</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g22 g21" style="background-color: #CF1010!important;"><a href="/g21-">Grifinória</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g23 g21" style="background-color: #D6C936!important;"><a href="/g22-">Lufa-Lufa</a></div>
</td>
</tr>
</table>
</div>
</td>
<td style="width:200px; border-right: none; padding-left: 10px;">
<div class="titulo-foro">Estatísticas</div>
<div class="miembros-estadistics">
{L_STATISTICS} <br/>
{TOTAL_POSTS}<br/>
{TOTAL_USERS}<br/>
{NEWEST_USER}
</div>
</td>
</tr>
<tr>
<td>
<div class="miembros-estadistics1">
<div class="titulo-foro">Membros Ativos</div><br/>
{L_ONLINE_USERS}
{L_CONNECTED_MEMBERS}<br />
{L_WHOSBIRTHDAY_TODAY}{L_WHOSBIRTHDAY_WEEK}
</div>
</td>
</tr>
</table>
<br />
<div class="cajaafis"><div class="tituafis">nossos parceiros.</div><table><tbody><tr><td><div id="cajahermanos"><div class="tituh">PARCEIROS</div><a href="http://wickedacademy.forumeiros.com/"><img src="http://i.imgur.com/IDUwCCO.gif"></a><a href="http://lotusgraphics.forumeiros.com/"><img src="http://i.imgur.com/pIRkgOV.png"></a><a href="http://godlikeheroes.forumeiros.com.pt/"><img src="http://i.imgur.com/VWQNDiR.png"></a><a href="http://www.pennydreadfulrpg.org/login"><img src="http://i.imgur.com/4oszoEM.png"></a><a href="http://globaldeath.forumeiros.com/"><img src="https://i.imgur.com/jPvsuAl.png"></a><a href=""><img src="http://placehold.it/100x50"></a></div></td><td><div id="cajaelite"><div class="titue">ELITE</div><a href=""><img src="http://placehold.it/50x50" title="Scream"></a><a target="_blank" href=""><img src="http://placehold.it/50x50" title="Scream"></a><a href=""><img src="http://placehold.it/50x50" title="Scream"></a><a href="" target="_blank"><img src="http://placehold.it/50x50" title="Scream"></a><a href=""><img src="http://placehold.it/50x50" title="Scream"></a><a href="" target="_blank"><img src="http://placehold.it/50x50" width="50" height="50" title="Scream"></a><a href=""><img src="http://placehold.it/50x50" title="Scream"></a><a href=""><img src="http://placehold.it/50x50" title="Scream"></a><a href=""><img src="http://placehold.it/50x50" title="Scream"></a><a href=""><img src="http://placehold.it/50x50"></a></div></td><td><div id="cajacredito"><div class="tituc">CRÉDITOS</div><ul>- Trama inspirada na série SCREAM, <br>- Skin desenvolvida por DFRabelo.<br>- O conteúdo do fórum pertence exclusivamente à administração e seus membros.<br></ul></div></td></tr></tbody></table></div>
<div class="clear"></div>
<!-- END disable_viewonline -->
{CHATBOX_BOTTOM}
<!-- BEGIN switch_user_login_form_footer -->
<div class="panel">
<div class="inner"><span class="corners-top"><span></span></span>
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
<div class="user_login_form center">
<label>{L_USERNAME} : <input class="post" type="text" size="10" name="username" /></label>
<label>{L_PASSWORD} : <input class="post" type="password" size="10" name="password" /></label>
<label>{L_AUTO_LOGIN} : <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /></label>
{S_HIDDEN_FIELDS}<input class="mainoption button1" type="submit" name="login" value="{L_LOGIN}" />
<!-- BEGIN switch_fb_connect -->
<span class="fb_or">{switch_user_login_form_footer.switch_fb_connect.L_OR}</span>
<fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" scope="{switch_user_login_form_footer.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_footer.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button>
<!-- END switch_fb_connect -->
</div>
</form>
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- END switch_user_login_form_footer -->
<br style="clear:both" />
<!-- BEGIN switch_legend -->
<ul id="picture_legend">
<li><img src="{FORUM_NEW_IMG}" alt="{L_NEW_POSTS}" />{L_NEW_POSTS}</li>
<li><img src="{FORUM_IMG}" alt="{L_NO_NEW_POSTS}" />{L_NO_NEW_POSTS}</li>
<li><img src="{FORUM_LOCKED_IMG}" alt="{L_FORUM_LOCKED}" />{L_FORUM_LOCKED}</li>
</ul>
<!-- END switch_legend -->
{AUTO_DST}
<!-- BEGIN switch_fb_index_login -->
<div id="fb-root"></div>
<script>
FB.init({
appId : {switch_fb_index_login.FACEBOOK_APP_ID},
cookie : true,
xfbml : true,
oauth : true,
version : 'v2.3'
});
(function(d, s, id){
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<!-- END switch_fb_index_login -->
Re: Mudar cor dos grupos no index_body
Dessa vez o code funcionou, @Luiz~. Porém um grupo novo foi acrescentado depois do grupo dos Mercenários, ele se chama "Geeks".
Re: Mudar cor dos grupos no index_body
Olá,
Ele já estava lá, o senhor que não deve ter visto.
Enfim, troque o código por este, e deve ficar como o senhor deseja:
Ele já estava lá, o senhor que não deve ter visto.
Enfim, troque o código por este, e deve ficar como o senhor deseja:
- Código:
{JAVASCRIPT}
<!-- BEGIN switch_user_logged_in --><p class="right rightside">{LAST_VISIT_DATE}</p><!-- END switch_user_logged_in -->
<p>{CURRENT_TIME}</p>
<br class="clear" />
<!-- BEGIN switch_user_login_form_header -->
<div class="panel">
<div class="inner"><span class="corners-top"><span></span></span>
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
<div class="user_login_form center">
<label>{L_USERNAME} : <input class="post" type="text" size="10" name="username" /></label>
<label>{L_PASSWORD} : <input class="post" type="password" size="10" name="password" /></label>
<label>{L_AUTO_LOGIN} : <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /></label>
{S_HIDDEN_FIELDS}<input class="mainoption button1" type="submit" name="login" value="{L_LOGIN}" />
<!-- BEGIN switch_fb_connect -->
<span class="fb_or">{switch_user_login_form_header.switch_fb_connect.L_OR}</span>
<fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" scope="{switch_user_login_form_footer.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_footer.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button>
<!-- END switch_fb_connect -->
</div>
</form>
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- END switch_user_login_form_header -->
<!-- BEGIN message_admin_index -->
<div class="panel introduction">
<div class="inner"><span class="corners-top"><span></span></span>
<!-- BEGIN message_admin_titre -->
<div class="h3">{message_admin_index.message_admin_titre.MES_TITRE}</div>
<!-- END message_admin_titre -->
<!-- BEGIN message_admin_txt -->
<div class="mes-txt">{message_admin_index.message_admin_txt.MES_TXT}</div>
<!-- END message_admin_txt -->
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- END message_admin_index -->
{CHATBOX_TOP}
{BOARD_INDEX}
<!-- BEGIN disable_viewonline -->
<!-- BEGIN switch_viewonline_nolink -->
<div class="h3">{L_WHO_IS_ONLINE}</div>
<!-- END switch_viewonline_nolink -->
<table class="table-estadistics-1">
<tr>
<td style="width:200px; border-right: 1px solid rgb(204, 204, 204);">
<div class="titulo-foro">Online Agora</div>
<div class="miembros-estadistics">
{TOTAL_USERS_ONLINE}<br />
{RECORD_USERS},
{LOGGED_IN_USER_LIST}
</div>
</td>
<td style="padding:0 10px; width:200px; border-right: 1px solid rgb(204, 204, 204);">
<div class="titulo-foro">Grupos</div>
<div class="grupos">
<table>
<tr>
<td class="grup">
<div class="g1" style="background-color: #D19122!important;"><a href="/g1-administradores">Administradores</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g2" style="background-color: #9C5E00!important;"><a href="/g3-ex-administradores">Ex-Administradores</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g3" style="background-color: #7D00D1!important;"><a href="/g4-ministerio-da-magia">Ministério da Magia</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g4" style="background-color: #483166!important;"><a href="/g5-aurores">Aurores</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g5" style="background-color: #474747!important;"><a href="/g7-comensais-da-morte">Comensais da Morte</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g6" style="background-color: #827911!important;"><a href="/g6-prisioneiros-de-azkaban">Prisioneiros de Azkaban</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g7" style="background-color: #333300!important;"><a href="/g8-mercenarios">Mercenários</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g9" style="background-color: #08C70E!important;"><a href="/g9-hospital-saint-mungus">Hospital Saint Mungus</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g10" style="background-color: #4DB06D!important;"><a href="/g10-profeta-diario">Profeta Diário</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g11" style="background-color: #F76B00!important;"><a href="/g11-o-pasquim">O Pasquim</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g12" style="background-color: #217556!important;"><a href="/g12-corpo-docente">Corpo Docente</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g13" style="background-color: #58AD91!important;"><a href="/g13-funcionarios-de-hogwarts">Funcionários de Hogwarts</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g14" style="background-color: #8FD479!important;"><a href="/g14-comerciantes">Comerciantes</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g15" style="background-color: #06487A!important;"><a href="/g15-adultos">Adultos</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g16" style="background-color: #F07AEC!important;"><a href="/g16-criancas">Crianças</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g17" style="background-color: #A30000!important;"><a href="/g17-trouxas">Trouxas</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g18" style="background-color: #BFCBCF!important;"><a href="/g18-fantasmas">Fantasmas</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g19" style="background-color: #9B81B3!important;"><a href="/g19-criaturas-magicas">Criaturas Mágicas</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g20" style="background-color: #003DB8!important;"><a href="/g20-corvinal">Corvinal</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g21" style="background-color: #216115!important;"><a href="/g23-sonserina">Sonserina</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g22 g21" style="background-color: #CF1010!important;"><a href="/g21-">Grifinória</a></div>
</td>
</tr>
<tr>
<td class="grup">
<div class="g23 g21" style="background-color: #D6C936!important;"><a href="/g22-">Lufa-Lufa</a></div>
</td>
</tr>
</table>
</div>
</td>
<td style="width:200px; border-right: none; padding-left: 10px;">
<div class="titulo-foro">Estatísticas</div>
<div class="miembros-estadistics">
{L_STATISTICS} <br/>
{TOTAL_POSTS}<br/>
{TOTAL_USERS}<br/>
{NEWEST_USER}
</div>
</td>
</tr>
<tr>
<td>
<div class="miembros-estadistics1">
<div class="titulo-foro">Membros Ativos</div><br/>
{L_ONLINE_USERS}
{L_CONNECTED_MEMBERS}<br />
{L_WHOSBIRTHDAY_TODAY}{L_WHOSBIRTHDAY_WEEK}
</div>
</td>
</tr>
</table>
<br />
<div class="cajaafis"><div class="tituafis">nossos parceiros.</div><table><tbody><tr><td><div id="cajahermanos"><div class="tituh">PARCEIROS</div><a href="http://wickedacademy.forumeiros.com/"><img src="http://i.imgur.com/IDUwCCO.gif"></a><a href="http://lotusgraphics.forumeiros.com/"><img src="http://i.imgur.com/pIRkgOV.png"></a><a href="http://godlikeheroes.forumeiros.com.pt/"><img src="http://i.imgur.com/VWQNDiR.png"></a><a href="http://www.pennydreadfulrpg.org/login"><img src="http://i.imgur.com/4oszoEM.png"></a><a href="http://globaldeath.forumeiros.com/"><img src="https://i.imgur.com/jPvsuAl.png"></a><a href=""><img src="http://placehold.it/100x50"></a></div></td><td><div id="cajaelite"><div class="titue">ELITE</div><a href=""><img src="http://placehold.it/50x50" title="Scream"></a><a target="_blank" href=""><img src="http://placehold.it/50x50" title="Scream"></a><a href=""><img src="http://placehold.it/50x50" title="Scream"></a><a href="" target="_blank"><img src="http://placehold.it/50x50" title="Scream"></a><a href=""><img src="http://placehold.it/50x50" title="Scream"></a><a href="" target="_blank"><img src="http://placehold.it/50x50" width="50" height="50" title="Scream"></a><a href=""><img src="http://placehold.it/50x50" title="Scream"></a><a href=""><img src="http://placehold.it/50x50" title="Scream"></a><a href=""><img src="http://placehold.it/50x50" title="Scream"></a><a href=""><img src="http://placehold.it/50x50"></a></div></td><td><div id="cajacredito"><div class="tituc">CRÉDITOS</div><ul>- Trama inspirada na série SCREAM, <br>- Skin desenvolvida por DFRabelo.<br>- O conteúdo do fórum pertence exclusivamente à administração e seus membros.<br></ul></div></td></tr></tbody></table></div>
<div class="clear"></div>
<!-- END disable_viewonline -->
{CHATBOX_BOTTOM}
<!-- BEGIN switch_user_login_form_footer -->
<div class="panel">
<div class="inner"><span class="corners-top"><span></span></span>
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
<div class="user_login_form center">
<label>{L_USERNAME} : <input class="post" type="text" size="10" name="username" /></label>
<label>{L_PASSWORD} : <input class="post" type="password" size="10" name="password" /></label>
<label>{L_AUTO_LOGIN} : <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /></label>
{S_HIDDEN_FIELDS}<input class="mainoption button1" type="submit" name="login" value="{L_LOGIN}" />
<!-- BEGIN switch_fb_connect -->
<span class="fb_or">{switch_user_login_form_footer.switch_fb_connect.L_OR}</span>
<fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" scope="{switch_user_login_form_footer.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_footer.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button>
<!-- END switch_fb_connect -->
</div>
</form>
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- END switch_user_login_form_footer -->
<br style="clear:both" />
<!-- BEGIN switch_legend -->
<ul id="picture_legend">
<li><img src="{FORUM_NEW_IMG}" alt="{L_NEW_POSTS}" />{L_NEW_POSTS}</li>
<li><img src="{FORUM_IMG}" alt="{L_NO_NEW_POSTS}" />{L_NO_NEW_POSTS}</li>
<li><img src="{FORUM_LOCKED_IMG}" alt="{L_FORUM_LOCKED}" />{L_FORUM_LOCKED}</li>
</ul>
<!-- END switch_legend -->
{AUTO_DST}
<!-- BEGIN switch_fb_index_login -->
<div id="fb-root"></div>
<script>
FB.init({
appId : {switch_fb_index_login.FACEBOOK_APP_ID},
cookie : true,
xfbml : true,
oauth : true,
version : 'v2.3'
});
(function(d, s, id){
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<!-- END switch_fb_index_login -->
Re: Mudar cor dos grupos no index_body
Sim, provavelmente eu deixei passar mesmo, perdão por isso.
De qualquer forma, o último code funcionou perfeitamente. Muito obrigado!
De qualquer forma, o último code funcionou perfeitamente. Muito obrigado!
Re: Mudar cor dos grupos no index_body
Sempre às ordens.
---
---
Questão marcada como Resolvida ou o Autor solicitou que ela fosse arquivada. Tópico marcado como Resolvido e movido para "Questões resolvidas". |
Tópicos semelhantes
» Mudar o nome dos grupos
» Mudar legenda de grupos
» Mudar a cor dos grupos de usuários
» Mudar o nome da legenda dos grupos
» Como mudar a cor das letras dos botões e mudar a cor de selecionar
» Mudar legenda de grupos
» Mudar a cor dos grupos de usuários
» Mudar o nome da legenda dos grupos
» Como mudar a cor das letras dos botões e mudar a cor de selecionar
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