Ir para conteúdo
  • 0

[Resolvido] [IPB] Como arrumar!


MrSilkBr

Pergunta

7 respostass a esta questão

Posts Recomendados

Guest Dêemezeká

Queria arrumar minha shout do fórum

 

http://prntscr.com/6echvo

 

Queria tirar esta imagem inválida mudar o nome ShoutBox para Bate-Papo e alterar aquela caixa que envia as mensagens e coloca-la embaixo e também retirar a linha branca!

a shoutbox:

 

 

 

qCcBVmb.png

 

 

muda isso:

 

Jsjx3qV.png

 

vai ta Theme 1, muda pra Theme 2

Editado por Dêemezeká
Link para o comentário
Compartilhar em outros sites

Guest Dêemezeká

Como alterar a linha branca e mudar o nome de ShoutBox para Bate-Papo e tirar aquela imagem inválida ?

remover linhas brancas:

Painel de controle -> Look & Fell -> Manage Skins Set and Templates -> Animate -> CSS -> ipbshoutbox.css

 

procure por

#shoutbox-shouts-table
{
     border: 1px solid #d5dde5;
}
 
#shoutbox-shouts-table .row2 td
{
     border-bottom: 1px solid #d5dde5;
     vertical-align: middle;
}
 
#shouts-global-resizer,
#shouts-resizer
{
     background-color: #DBE2EC;
     cursor:n-resize;
      height:6px;
}

substitua por:

#shoutbox-shouts-table
{
     border: none;
}
 
#shoutbox-shouts-table .row2 td
{
     border-bottom: none;
     vertical-align: middle;
}
 
#shouts-global-resizer,
#shouts-resizer
{
     background-color: #212121;
     cursor:n-resize;
     height:6px;
}

Creditos: Waka72

 

Ta aparecendo imagem invalida pq ta faltando ela na pasta da shoutbox

Link para o comentário
Compartilhar em outros sites

Visitante
Este tópico está impedido de receber novos posts.
×
×
  • Criar Novo...