Isto é uma pré-visualização de um tema em Hitskin.com
Instalar o tema • Voltar para a ficha do tema
Legendas, retirar chaves
4 participantes
Fórum dos Fóruns :: Ajuda e atendimento ao utilizador :: Questões sobre a aparência do fórum :: Questões resolvidas sobre a aparência do fórum
Página 1 de 1
Legendas, retirar chaves
Detalhes da dúvida
Versão do fórum : phpBB2
Nível de acesso : Administrador
Navegador usado : Mozilla Firefox, Google Chrome
Imagem :
- Imagem da minha dúvida:
Membros afetados : Todos os membros do fórum
Problema começou : Sempre teve
Endereço do fórum : http://crepusculobestseller.forumeiros.com
Descrição do problema
Oi, gostaria de retirar as chaves das legendas, por favor. E também trocar o efeito de sublinhado quando se passa o mouse pra um letter spacing. Obrigada.Última edição por RedeBS em 20.11.14 1:11, editado 1 vez(es)
Re: Legendas, retirar chaves
Ola Utilize esse Code em Folha de Estilo Css
- Código:
#i_whosonline + p br + br + em {
color: transparent;
display: block;
font-size: 0.9em;
margin: 15px 0px 0px 150px;
padding: 10px 15px 10px 10px !important;
position: relative;
text-align: center !important;
width: 61% !important;
}
Re: Legendas, retirar chaves
Procure por #i_whosonline + p br + br + em { em Sua Scc e Remova o Code Completo Até fim
Exemplo
Começo #i_whosonline + p br + br + em {
color: transparent;
display: block;
font-size: 0.9em;
margin: 15px 0px 0px 150px;
padding: 10px 15px 10px 10px !important;
position: relative;
text-align: center !important;
width: 61% !important;
} Fim
Exemplo
Começo #i_whosonline + p br + br + em {
color: transparent;
display: block;
font-size: 0.9em;
margin: 15px 0px 0px 150px;
padding: 10px 15px 10px 10px !important;
position: relative;
text-align: center !important;
width: 61% !important;
} Fim
Re: Legendas, retirar chaves
Saudações!
Substitua os códigos fornecidos, por este:
Atenciosamente,
Hakuouki
Substitua os códigos fornecidos, por este:
- Código:
#gensmall {font-size:0px}#main-content em::before{content:'Legenda: ';font-size:12px;font-style:normal} #main-content em b *{font-size:12px;font-style:normal}#main-content em b a::before{content:' • '}#main-content em b:first-child a::before{content:''}#main-content em,#main-content em *:link{cursor:default;color:inherit}
Atenciosamente,
Hakuouki
Re: Legendas, retirar chaves
Este aqui irá resultar para você:
- Código:
.forumline tr:last-child td.row1 .gensmall {font-size: 0;}
.forumline tr:last-child td.row1 > .gensmall:before {content: 'Legenda: ';}
.forumline tr:last-child td.row1 .gensmall b:before {
content: '';
margin: 0 10px;
font-size: 11px;
}
.forumline tr:last-child td.row1 .gensmall a:hover {text-decoration: none;}
Re: Legendas, retirar chaves
Peço desculpas, acabei esquecendo de uma coisa ao passar o código. Ainda dei outra pequena modificada que acho que você irá gostar.
Troque:
Troque:
- Código:
.forumline tr:last-child td.row1 .gensmall {font-size: 0;}
.forumline tr:last-child td.row1 a.gensmall {
margin: 0 10px;
font-size: 13px;
}
.forumline tr:last-child > td.row1 {text-align: center;}
.forumline tr:last-child td.row1 .gensmall a:hover {text-decoration: none;}
Re: Legendas, retirar chaves
Nada demais, apenas aumentei um pouco a fonte e centralizei ocultando o texto "Legenda:".
Mas se realmente quer um belo efeito, troque o código que passei acima por este:
Até mais!
Mas se realmente quer um belo efeito, troque o código que passei acima por este:
- Código:
.forumline tr:last-child td.row1 .gensmall {font-size: 0;}
.forumline tr:last-child > td.row1 {text-align: center;}
.forumline tr:last-child td.row1 a.gensmall {
transition: all linear .2s;
margin: 0 10px;
font-size: 13px;
}
.forumline tr:last-child td.row1 a.gensmall:hover {
background-color: #121212;
border-bottom: 3px solid rgb(132, 8, 8);
text-decoration: none !important;
padding: 3px 15px;
}
Até mais!
Re: Legendas, retirar chaves
Tio, não ta acontecendo nada do que você fala, nem de que eu pedi, mas está bugando o resto do fórum que é uma maravilha '-'
Re: Legendas, retirar chaves
Você não tem que adicionar ao CSS, mas sim substituir por todos os códigos que já foram passados até agora. Coloque apenas o último que te passei.
Pelo que vi lá, você não substituiu, adicionou junto aos outros que foram passados aqui.
Até mais!
Pelo que vi lá, você não substituiu, adicionou junto aos outros que foram passados aqui.
Até mais!
Re: Legendas, retirar chaves
Eu substitui sim, mas bugou todos os fóruns e não ocorreu nenhuma mudança na legenda. Então retirei para o fórum todo não ficar bugado esperando.
Re: Legendas, retirar chaves
Olhei o código fonte do seu fórum, e o código CSS anterior ainda continua lá. Retire-o, ou não irá ter efeito nenhum mesmo.
Re: Legendas, retirar chaves
Agora o efeito está lá, porém não achei "bug" algum. Poderia mandar imagem do problema encontrado?
Até!
Até!
Re: Legendas, retirar chaves
Como não pretendo deixar o fórum todo bugado, aqui um print do efeito na legenda:
https://i.imgur.com/NcyhTPs.png
Como pode observar, não teve modificação nenhuma. Aqui um print do bug que o código causou no fórum inteiro:
https://i.imgur.com/zRdenfw.png
https://i.imgur.com/NcyhTPs.png
Como pode observar, não teve modificação nenhuma. Aqui um print do bug que o código causou no fórum inteiro:
https://i.imgur.com/zRdenfw.png
Re: Legendas, retirar chaves
Saudações autor!
Tente este:
Substitua pelo os demais códigos sugeridos neste tópico, para que não haja problemas quanto ao seu efeito!
Atenciosamente,
Hakuouki
Tente este:
- Código:
#onlinelist > p:nth-child(5) {
padding-top: 8px;
color: transparent;
font-size: 0px;
}
#onlinelist > p:nth-child(5) a {
font-size: 12px !important;
padding-left: 7px;
}
#onlinelist > p:nth-child(5):before {
content: 'Legenda:';
color: black !important;
font-size: 12px !important;
}
Substitua pelo os demais códigos sugeridos neste tópico, para que não haja problemas quanto ao seu efeito!
Atenciosamente,
Hakuouki
Re: Legendas, retirar chaves
Ola Amigo Como Posso ver o Efeito ja Sail do Seu Fórum As Bases Selecionadas não Estão mais em Seu Fórum Utilize as Teclas
ALT+F5 e Reseta sua Pagina Com Alterações Agradeço
ALT+F5 e Reseta sua Pagina Com Alterações Agradeço
Re: Legendas, retirar chaves
Saudações!
Substitua por este:
Atenciosamente,
Hakuouki
Substitua por este:
- Código:
#main em {
background: none!important;
color: transparent;
display: block;
}
Atenciosamente,
Hakuouki
Re: Legendas, retirar chaves
Ainda nada ç.ç E já tentei o ctrl+F5 (alt+F5 não faz nada até onde eu sei, mas se for pra limpar a cache, já tentei)
Re: Legendas, retirar chaves
Ola:
Amigos Sua Duvida era tirar os ponto como
No meu Pc os Pontos ja Esta Removidos
E no Caso dos Efeitos letter spacing Pelo que eu sei é um Duvida Por Tutorial
Amigos Sua Duvida era tirar os ponto como
No meu Pc os Pontos ja Esta Removidos
E no Caso dos Efeitos letter spacing Pelo que eu sei é um Duvida Por Tutorial
Re: Legendas, retirar chaves
Olá, você reparou que está tirando print não dos grupos, mas dos membros conectados? .-.
Re: Legendas, retirar chaves
Saudações autor!
Desculpe-me pela demora em voltar ao seu tópico, aqui está o código:
Atenciosamente,
Hakuouki
Desculpe-me pela demora em voltar ao seu tópico, aqui está o código:
- Código:
#main-content em{font-size:0px; word-spacing: 2px !important}#main-content em::before{content:'Legenda: ';font-size:11px;font-style:normal} #main-content em b *{font-size:11px;font-style:normal}#main-content em b a::before{content: none !important;text-decoration:underline}#main-content em b:first-child a::before{content:''}#main-content em,#main-content em *:link{cursor:auto;color:inherit}
a.gensmall:hover {text-decoration: underline;}
Atenciosamente,
Hakuouki
Re: Legendas, retirar chaves
Florzinha, tentei tirar todos os códigos que lembrei, mas ainda não funcionou.
Re: Legendas, retirar chaves
Querida, me mande a tua index_body, por gentileza!
Caminho: Painel de Controle >> Visualização >> Templates >> Geral >> index_body >> Clique no botão ao lado e copie todo o conteúdo lá presente!
P.S: Poste o código aqui, utilizando as tags:
Ficarei no aguardo!
Caminho: Painel de Controle >> Visualização >> Templates >> Geral >> index_body >> Clique no botão ao lado e copie todo o conteúdo lá presente!
P.S: Poste o código aqui, utilizando as tags:
- Código:
[code][/code]
Ficarei no aguardo!
Re: Legendas, retirar chaves
- Código:
{JAVASCRIPT}
<!-- BEGIN message_admin_index -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
<!-- BEGIN message_admin_titre -->
<tr>
<td class="catHead" height="28"><span class="cattitle">{message_admin_index.message_admin_titre.MES_TITRE}</span></td>
</tr>
<!-- END message_admin_titre -->
<!-- BEGIN message_admin_txt -->
<tr>
<td class="row1" rowspan="3" align="center" valign="middle">
<div class="gensmall">{message_admin_index.message_admin_txt.MES_TXT}</div>
</td>
</tr>
<!-- END message_admin_txt -->
</table>
<!-- END message_admin_index -->
<!-- BEGIN switch_user_login_form_header -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
<!-- BEGIN switch_fb_connect_no -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
<tr>
<td class="row1" align="center">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><span class="genmed">{L_USERNAME}:</span> </td>
<td><input class="post" type="text" size="10" name="username"/> </td>
<td>
<input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
<span class="gensmall">{L_AUTO_LOGIN}</span>
</td>
</tr>
<tr>
<td><span class="genmed">{L_PASSWORD}:</span> </td>
<td><input class="post" type="password" size="10" name="password"/> </td>
<td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- END switch_fb_connect_no -->
<!-- BEGIN switch_fb_connect -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
<tr>
<td valign="top" width="100%" class="row1" align="center">
<table width="100%">
<tr>
<td width="55%" valign="middle" align="right">
<table class="right">
<tr>
<td><span class="genmed">{L_USERNAME}:</span> </td>
<td><input class="post" type="text" size="10" name="username"/> </td>
<td>
<input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
<span class="gensmall">{L_AUTO_LOGIN}</span>
</td>
</tr>
<tr>
<td><span class="genmed">{L_PASSWORD}:</span> </td>
<td><input class="post" type="password" size="10" name="password"/> </td>
<td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
</tr>
</table>
</td>
<td width="10%" align="center" valign="middle">
<span class="genmed fb_or">{switch_user_login_form_header.switch_fb_connect.L_OR}</span>
</td>
<td width="35%" class="align_gauche"><fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" scope="{switch_user_login_form_header.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_header.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- END switch_fb_connect -->
</form>
<!-- END switch_user_login_form_header -->
{CHATBOX_TOP}
{BOARD_INDEX}
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="50%" valign="top">
<!-- BEGIN switch_user_logged_in -->
<span class="gensmall"><a href="{U_MARK_READ}" class="gensmall">{L_MARK_FORUMS_READ}</a></span>
<!-- END switch_user_logged_in -->
<!-- BEGIN switch_delete_cookies -->
<br /><span class="gensmall"><a href="{switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall" rel="nofollow">{switch_delete_cookies.L_DELETE_COOKIES}</a></span>
<!-- END switch_delete_cookies -->
</td>
<td width="50%" align="right">
<span class="gensmall">
<a href="{U_TODAY_ACTIVE}" class="gensmall">{L_TODAY_ACTIVE}</a><br />
<a href="{U_TODAY_POSTERS}" class="gensmall">{L_TODAY_POSTERS}</a><br />
<a href="{U_OVERALL_POSTERS}" class="gensmall">{L_OVERALL_POSTERS}</a>
<!-- BEGIN switch_on_index -->
<!-- BEGIN switch_delete_cookies -->
<br /><a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall" rel="nofollow">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
<!-- END switch_delete_cookies -->
<!-- END switch_on_index -->
</span>
</td>
</tr>
</table>
<!-- BEGIN switch_user_login_form_footer -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
<!-- BEGIN switch_fb_connect_no -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
<tr>
<td class="row1" align="center">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><span class="genmed">{L_USERNAME}:</span> </td>
<td><input class="post" type="text" size="10" name="username"/> </td>
<td>
<input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
<span class="gensmall">{L_AUTO_LOGIN}</span>
</td>
</tr>
<tr>
<td><span class="genmed">{L_PASSWORD}:</span> </td>
<td><input class="post" type="password" size="10" name="password"/> </td>
<td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- END switch_fb_connect_no -->
<!-- BEGIN switch_fb_connect -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
<tr>
<td valign="top" width="100%" class="row1" align="center">
<table width="100%">
<tr>
<td width="55%" valign="middle">
<table class="right">
<tr>
<td><span class="genmed">{L_USERNAME}:</span> </td>
<td><input class="post" type="text" size="10" name="username"/> </td>
<td>
<input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
<span class="gensmall">{L_AUTO_LOGIN}</span>
</td>
</tr>
<tr>
<td><span class="genmed">{L_PASSWORD}:</span> </td>
<td><input class="post" type="password" size="10" name="password"/> </td>
<td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
</tr>
</table>
</td>
<td width="10%" align="center" valign="middle">
<span class="genmed fb_or">{switch_user_login_form_footer.switch_fb_connect.L_OR}</span>
</td>
<td width="35%" class="align_gauche"><fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" 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></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- END switch_fb_connect -->
</form>
<!-- END switch_user_login_form_footer -->
<!-- BEGIN disable_viewonline -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
<tr>
<td class="catHead" colspan="2" height="28">
<!-- BEGIN switch_viewonline_link -->
<span class="cattitle"><a class="cattitle" href="{U_VIEWONLINE}" rel="nofollow">{L_WHO_IS_ONLINE}</a></span>
<!-- END switch_viewonline_link -->
<!-- BEGIN switch_viewonline_nolink -->
<span class="cattitle">{L_WHO_IS_ONLINE}</span>
<!-- END switch_viewonline_nolink -->
</td>
</tr>
<tr>
<td class="row1" rowspan="6" align="center" valign="middle"><img src="{L_ONLINE_IMG}" id="i_whosonline" alt="{L_WHO_IS_ONLINE}" /></td>
<td class="row1" width="100%"><span class="gensmall">{TOTAL_POSTS}<br />
{TOTAL_USERS}<br />
{NEWEST_USER}</span></td>
</tr>
<tr>
<td class="row1"><span class="gensmall">{TOTAL_USERS_ONLINE}<br />
{RECORD_USERS}<br />
<br />
{LOGGED_IN_USER_LIST}</span></td>
</tr>
{L_CONNECTED_MEMBERS}
{L_WHOSBIRTHDAY_TODAY}
{L_WHOSBIRTHDAY_WEEK}
<tr>
<td class="row1"><span class="gensmall">{LEGEND} : {GROUP_LEGEND}</span></td>
</tr>
<!-- BEGIN switch_chatbox_activate -->
<tr>
<td class="row1">
<span class="gensmall">{TOTAL_CHATTERS_ONLINE} : {CHATTERS_LIST}<br />
<!-- BEGIN switch_chatbox_popup -->
<div id="chatbox_popup"></div>
<script type="text/javascript">
//<![CDATA[
insertChatBoxPopup('{disable_viewonline.switch_chatbox_activate.switch_chatbox_popup.U_FRAME_CHATBOX}', '{L_CLICK_TO_JOIN_CHAT}');
//]]>
</script>
<!-- END switch_chatbox_popup -->
</span>
</td>
</tr>
<!-- END switch_chatbox_activate -->
</table>
<!-- END disable_viewonline -->
{CHATBOX_BOTTOM}
<br clear="all" />
<!-- BEGIN switch_legend -->
<table border="0" cellspacing="3" cellpadding="0" align="center">
<tr>
<td align="center" width="20"><img src="{FORUM_NEW_IMG}" alt="{L_NEW_POSTS}" /></td>
<td><span class="gensmall">{L_NEW_POSTS}</span></td>
<td></td>
<td align="center" width="20"><img src="{FORUM_IMG}" alt="{L_NO_NEW_POSTS}" /></td>
<td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
<td> </td>
<td align="center" width="20"><img src="{FORUM_LOCKED_IMG}" alt="{L_FORUM_LOCKED}" /></td>
<td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
</tr>
</table>
<!-- END switch_legend -->
{AUTO_DST}
<!-- BEGIN switch_fb_index_login -->
<div id="fb-root"></div>
<script type="text/javascript">
//<![CDATA[
FB.init({
appId: '{switch_fb_index_login.FACEBOOK_APP_ID}',
status: true,
cookie: true,
xfbml: true,
oauth: true
});
//]]>
</script>
<!-- END switch_fb_index_login -->
Pronto. \õ
Re: Legendas, retirar chaves
Substitua por esta:
Feito isto, aceda à: Painel de Controle >> Visualização >> Imagens e Cores >> Cores >> Folha de estilo CSS
Adicione este código no início da mesma:
Atenciosamente,
Hakuouki
- Código:
{JAVASCRIPT}
<!-- BEGIN message_admin_index -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
<!-- BEGIN message_admin_titre -->
<tr>
<td class="catHead" height="28"><span class="cattitle">{message_admin_index.message_admin_titre.MES_TITRE}</span></td>
</tr>
<!-- END message_admin_titre -->
<!-- BEGIN message_admin_txt -->
<tr>
<td class="row1" rowspan="3" align="center" valign="middle">
<div class="gensmall">{message_admin_index.message_admin_txt.MES_TXT}</div>
</td>
</tr>
<!-- END message_admin_txt -->
</table>
<!-- END message_admin_index -->
<!-- BEGIN switch_user_login_form_header -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
<!-- BEGIN switch_fb_connect_no -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
<tr>
<td class="row1" align="center">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><span class="genmed">{L_USERNAME}:</span> </td>
<td><input class="post" type="text" size="10" name="username"/> </td>
<td>
<input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
<span class="gensmall">{L_AUTO_LOGIN}</span>
</td>
</tr>
<tr>
<td><span class="genmed">{L_PASSWORD}:</span> </td>
<td><input class="post" type="password" size="10" name="password"/> </td>
<td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- END switch_fb_connect_no -->
<!-- BEGIN switch_fb_connect -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
<tr>
<td valign="top" width="100%" class="row1" align="center">
<table width="100%">
<tr>
<td width="55%" valign="middle" align="right">
<table class="right">
<tr>
<td><span class="genmed">{L_USERNAME}:</span> </td>
<td><input class="post" type="text" size="10" name="username"/> </td>
<td>
<input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
<span class="gensmall">{L_AUTO_LOGIN}</span>
</td>
</tr>
<tr>
<td><span class="genmed">{L_PASSWORD}:</span> </td>
<td><input class="post" type="password" size="10" name="password"/> </td>
<td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
</tr>
</table>
</td>
<td width="10%" align="center" valign="middle">
<span class="genmed fb_or">{switch_user_login_form_header.switch_fb_connect.L_OR}</span>
</td>
<td width="35%" class="align_gauche"><fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" scope="{switch_user_login_form_header.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_header.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- END switch_fb_connect -->
</form>
<!-- END switch_user_login_form_header -->
{CHATBOX_TOP}
{BOARD_INDEX}
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="50%" valign="top">
<!-- BEGIN switch_user_logged_in -->
<span class="gensmall"><a href="{U_MARK_READ}" class="gensmall">{L_MARK_FORUMS_READ}</a></span>
<!-- END switch_user_logged_in -->
<!-- BEGIN switch_delete_cookies -->
<br /><span class="gensmall"><a href="{switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall" rel="nofollow">{switch_delete_cookies.L_DELETE_COOKIES}</a></span>
<!-- END switch_delete_cookies -->
</td>
<td width="50%" align="right">
<span class="gensmall">
<a href="{U_TODAY_ACTIVE}" class="gensmall">{L_TODAY_ACTIVE}</a><br />
<a href="{U_TODAY_POSTERS}" class="gensmall">{L_TODAY_POSTERS}</a><br />
<a href="{U_OVERALL_POSTERS}" class="gensmall">{L_OVERALL_POSTERS}</a>
<!-- BEGIN switch_on_index -->
<!-- BEGIN switch_delete_cookies -->
<br /><a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall" rel="nofollow">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
<!-- END switch_delete_cookies -->
<!-- END switch_on_index -->
</span>
</td>
</tr>
</table>
<!-- BEGIN switch_user_login_form_footer -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
<!-- BEGIN switch_fb_connect_no -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
<tr>
<td class="row1" align="center">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><span class="genmed">{L_USERNAME}:</span> </td>
<td><input class="post" type="text" size="10" name="username"/> </td>
<td>
<input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
<span class="gensmall">{L_AUTO_LOGIN}</span>
</td>
</tr>
<tr>
<td><span class="genmed">{L_PASSWORD}:</span> </td>
<td><input class="post" type="password" size="10" name="password"/> </td>
<td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- END switch_fb_connect_no -->
<!-- BEGIN switch_fb_connect -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
<tr>
<td valign="top" width="100%" class="row1" align="center">
<table width="100%">
<tr>
<td width="55%" valign="middle">
<table class="right">
<tr>
<td><span class="genmed">{L_USERNAME}:</span> </td>
<td><input class="post" type="text" size="10" name="username"/> </td>
<td>
<input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
<span class="gensmall">{L_AUTO_LOGIN}</span>
</td>
</tr>
<tr>
<td><span class="genmed">{L_PASSWORD}:</span> </td>
<td><input class="post" type="password" size="10" name="password"/> </td>
<td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
</tr>
</table>
</td>
<td width="10%" align="center" valign="middle">
<span class="genmed fb_or">{switch_user_login_form_footer.switch_fb_connect.L_OR}</span>
</td>
<td width="35%" class="align_gauche"><fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" 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></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- END switch_fb_connect -->
</form>
<!-- END switch_user_login_form_footer -->
<!-- BEGIN disable_viewonline -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
<tr>
<td class="catHead" colspan="2" height="28">
<!-- BEGIN switch_viewonline_link -->
<span class="cattitle"><a class="cattitle" href="{U_VIEWONLINE}" rel="nofollow">{L_WHO_IS_ONLINE}</a></span>
<!-- END switch_viewonline_link -->
<!-- BEGIN switch_viewonline_nolink -->
<span class="cattitle">{L_WHO_IS_ONLINE}</span>
<!-- END switch_viewonline_nolink -->
</td>
</tr>
<tr>
<td class="row1" rowspan="6" align="center" valign="middle"><img src="{L_ONLINE_IMG}" id="i_whosonline" alt="{L_WHO_IS_ONLINE}" /></td>
<td class="row1" width="100%"><span class="gensmall">{TOTAL_POSTS}<br />
{TOTAL_USERS}<br />
{NEWEST_USER}</span></td>
</tr>
<tr>
<td class="row1"><span class="gensmall">{TOTAL_USERS_ONLINE}<br />
{RECORD_USERS}<br />
<br />
{LOGGED_IN_USER_LIST}</span></td>
</tr>
{L_CONNECTED_MEMBERS}
{L_WHOSBIRTHDAY_TODAY}
{L_WHOSBIRTHDAY_WEEK}
<tr>
<td class="row1"><span class="legend"><p>{GROUP_LEGEND}</p></span></td>
</tr>
<!-- BEGIN switch_chatbox_activate -->
<tr>
<td class="row1">
<span class="gensmall">{TOTAL_CHATTERS_ONLINE} : {CHATTERS_LIST}<br />
<!-- BEGIN switch_chatbox_popup -->
<div id="chatbox_popup"></div>
<script type="text/javascript">
//<![CDATA[
insertChatBoxPopup('{disable_viewonline.switch_chatbox_activate.switch_chatbox_popup.U_FRAME_CHATBOX}', '{L_CLICK_TO_JOIN_CHAT}');
//]]>
</script>
<!-- END switch_chatbox_popup -->
</span>
</td>
</tr>
<!-- END switch_chatbox_activate -->
</table>
<!-- END disable_viewonline -->
{CHATBOX_BOTTOM}
<br clear="all" />
<!-- BEGIN switch_legend -->
<table border="0" cellspacing="3" cellpadding="0" align="center">
<tr>
<td align="center" width="20"><img src="{FORUM_NEW_IMG}" alt="{L_NEW_POSTS}" /></td>
<td><span class="gensmall">{L_NEW_POSTS}</span></td>
<td></td>
<td align="center" width="20"><img src="{FORUM_IMG}" alt="{L_NO_NEW_POSTS}" /></td>
<td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
<td> </td>
<td align="center" width="20"><img src="{FORUM_LOCKED_IMG}" alt="{L_FORUM_LOCKED}" /></td>
<td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
</tr>
</table>
<!-- END switch_legend -->
{AUTO_DST}
<!-- BEGIN switch_fb_index_login -->
<div id="fb-root"></div>
<script type="text/javascript">
//<![CDATA[
FB.init({
appId: '{switch_fb_index_login.FACEBOOK_APP_ID}',
status: true,
cookie: true,
xfbml: true,
oauth: true
});
//]]>
</script>
<!-- END switch_fb_index_login -->
Feito isto, aceda à: Painel de Controle >> Visualização >> Imagens e Cores >> Cores >> Folha de estilo CSS
Adicione este código no início da mesma:
- Código:
.forumline a.gensmall:before {content: "" !important;}
.forumline .legend:before {content: "Legenda :" !important;font-size: 10px !important;}
.forumline .legend p {font-size: 0 !important;margin-top: 0px !important;display: inline !important;}
.forumline .legend p a {font-size: 10px !important;padding: 3px !important;}
Atenciosamente,
Hakuouki
Re: Legendas, retirar chaves
@Edit: Resultoooou *-* Agora como faço o efeito hover tipo o menu desse fórum http://tvdrpgbr.forumeiros.com/ mas na legenda?
Re: Legendas, retirar chaves
Isto é outra questão, infelizmente não poderei lhe ajudar mais neste tópico, visando que só é permitido uma questão por tópico! Basta criar um novo tópico que lhe ajudarei sem problemas algum!RedeBS escreveu:@Edit: Resultoooou *-* Agora como faço o efeito hover tipo o menu desse fórum http://tvdrpgbr.forumeiros.com/ mas na legenda?
Re: Legendas, retirar chaves
Continua sendo duas questões num mesmo tópico, perdão!RedeBS escreveu:Nem comigo tendo pedido o efeito hover na hora que fiz o tópico? ><
Tópicos semelhantes
» Retirar chaves na legenda de grupos e substituir por ●
» Retirar legendas dos fóruns
» Como retirar legendas das mensagens?
» Como retirar legendas das mensagens?
» ' Retirar isto '- legendas do fórum
» Retirar legendas dos fóruns
» Como retirar legendas das mensagens?
» Como retirar legendas das mensagens?
» ' Retirar isto '- legendas do fórum
Fórum dos Fóruns :: Ajuda e atendimento ao utilizador :: Questões sobre a aparência do fórum :: Questões resolvidas sobre a aparência do fórum
Página 1 de 1
Permissões neste sub-fórum
Não podes responder a tópicos