Códigos para Hi5, toca a personalizar :P

27 01 2008















Dicas retiradas de TECH4PC

Aqui ficam vários códigos:

Caixa com texto rolante:

Código:
<div> TEXTO QUE QUERES DENTRO DA CAIXA AQUI </div>
</td></tr></table>
</div>

 

Esconder os Fives:

Código:
<style type=”text/css”>#user-fives{display: none;}
</style>

 

Esconder os Comments:

Código:
<style type=”text/css”>#comments {display:none;}</style>

 

Esconder os Friends:

Código:
<style type=”text/css”>#friends, .heading_profile {display:none;}</style>

 

Texto no Centro:

Código:
<style type=’text/css’>td{text-align:center}</style>

 

Para ocultar o reprodutor do ineem:

Código:
No código tem lá uns números “300″ e “80″ repetidos duas vezes, basta mudar para “0″

Ocultar o teu nome de perfil e o numero de visitas [não se pode por separado]

Código:
<style type=”text/css”>#profile-name {display:none;}</style>

 

Trocar a posição das colunas

Código:
<style type=”text/css”>table{direction:rtl;}table table table{direction:ltr;}</style>

 

Ocultar Dados Gerais

Código:
<style type=”text/css”>#background {display:none;}</style>



Ocultar album de fotos

Código:
<style type=”text/css”>.album {display:none;}</style>



Ocultar menu do perfil

Código:
<style type=”text/css”>#profile-nav, #profile-name {display:none;}</style>

 

Ocultar buscador superior ( aqela cena qe aparece para irem para o vosso perfil, ou para o inicio e assim .. )

Código:
<style type=”text/css”> #search_table {display:none;}</style>



Ocultar Escolas

Código:
<style type=”text/css”>#schools {display:none;}</style>



Ocultar diário

Código:
<style type=”text/css”>#journalDetail {display:none;}</style>



Ocultar Grupos

Código:
<style type=”text/css”>#groups {display:none;}</style>



Ocultar Estilo de Vida

Código:
<style type=”text/css”>#lifestyle {display:none;}</style>

 

Ocultar Interesses

Código:
<style type=”text/css”>#interests {display:none;}</style>

Ocultar Videos:

Código:
<style type=”text/css”>#videos {display:none;}</style>

Ocultar Grupos:

Código:
<style type=”text/css”>#groups {display:none;}</style>

Ocultar Diário:

Código:
<style type=”text/css”>#journalDetail {display:none;}</style>

Ocultar Álbum de Fotos:

Código:
<style type=”text/css”>#photoAlbums {display:none;}</style>

Ocultar Estilo de Vida:

Código:
<style type=”text/css”>#lifestyle {display:none;}</style>

Ocultar Escolas:

Código:
<style type=”text/css”>#_schools {display:none;}</style>

Ocultar Widgets:

Código:
<style type=”text/css”>#widgets {display:none;}</style>

Ocultar Menu de Perfil:

Código:
<style type=”text/css”>#profile-nav, #profile-name {display:none;}</style>

Ocultar Amigos:

Código:
<style type=”text/css”>#friends {display:none;}</style>

Ocultar Actualizações:

Código:
<style type=”text/css”>#recent-updates {display:none;}</style>

Ocultar Ultima Visita:

Código:
<style type=”text/css”>.box_profile_connections {display:none;}</style>

Ocultar Player de Musica:

Código:
<style type=”text/css”>#hifi5 {display:none;}</style>

Ocultar Topo:

Código:
<style type=”text/css”>#p_nav_header {display:none;}</style>

Ocultar Fim da Página:

Código:
<style type=”text/css”>#footer {display:none;}</style>

Ocultar Dados Gerais:

Código:
<style type=”text/css”>#background {display:none;}</style>

Ocultar Interesses:

Código:
<style type=”text/css”>#interests {display:none;}</style>

Ocultar Fives:

Código:
<style type=”text/css”>#user-fives {display: none;}</style>

Ocultar Comentários:

Código:
<style type=”text/css”>#comments {display:none;}</style>

Ocultar Detalhes do Utilizador:

Código:
<style type=”text/css”>#user-details {display: none;}</style>


Outros Códigos

Tipo de letra dos comentários:

Código:
<style type=”text/css”>.comment-text{font-face: Comic Sans;} </style>

Trocar as Colunas:

Código:
<style type=”text/css”>table{direction:rtl;}table table table{direction:ltr;}</style>

Caixa com Scroll nos Comentários: [ para colocar scroll noutra caixa, basta alterar o “#comments” para o nome ]

Código:
<style type=”text/css”>#comments { height: 300px; overflow: auto;}</style>

Alterar a Cor dos Comentários:

Código:
<style type=”text/css”>.comment-text {color: CÓDIGO_DA_COR;} </style>

Retirar Estatísticas:

Código:
<style type=”text/css”>
#vanity-bars {display: none;} </style>

Colocar espaços:

Código:
<br>

Centrar Perfil:

Código:
<style type=”text/css”>#content-right {
display: none;
}
table { empty-cells: hide; }
.bg_content table tbody tr td { width: 100%; }
#content-left { padding-left:250px; padding-right:250px; }</style>

Apagar o titulo do Estilo de vida:

Código:
<style type=”text/css”>#lifestyle .bg_title { display: none; }</style>

Apagar titulo que diz Sobre mim:

Código:
<style type=”text/css”>#lifestyle .box_profile_info_small_heading
{ display: none; }</style>

Centrar aquilo que está debaixo do nome e visitas:

Código:
<style type=”text/css”>#profile-nav {text-align: center;} </style>

Centrar nome/visitas:

Código:
<style type=”text/css”>#profile-name {text-align: center;} </style>

Alterar a cor da barra:

Código:
<style type=”text/css”> #SITIO DA BARRA ex:#comments {scrollbar-face-color: CODIGO DA COR; scrollbar-highlight-color: CODIGO DA COR; scrollbar-shadow-color: CODIGO DA COR; scrollbar-3dlight-color: CODIGO DA COR; scrollbar-arrow-color: CODIGO DA COR; scrollbar-track-color: CODIGO DA COR; scrollbar-darkshadow-color: CODIGO DA COR;}</style>

Alterar a cor do nome dessa barra:

Código:
<style type=”text/css”>#profile-name {color:CÓDIGO DA COR QUE QUERES;}</style>

 

 

Ocultar Videos:

Código:

 

<style type="text/css">#videos {display:none;}</style>

Ocultar Grupos:

Código:

 

<style type="text/css">#groups {display:none;}</style>

Ocultar Diário:

Código:

 

<style type="text/css">#journalDetail {display:none;}</style>

Ocultar Álbum de Fotos:

Código:

 

<style type="text/css">#photoAlbums {display:none;}</style>

Ocultar Estilo de Vida:

Código:

 

<style type="text/css">#lifestyle {display:none;}</style>

Ocultar Escolas:

Código:

 

<style type="text/css">#_schools {display:none;}</style>

Ocultar Widgets:

Código:

 

<style type="text/css">#widgets {display:none;}</style>

Ocultar Menu de Perfil:

Código:

 

<style type="text/css">#profile-nav, #profile-name {display:none;}</style>

Ocultar Amigos:

Código:

 

<style type="text/css">#friends {display:none;}</style>

Ocultar Actualizações:

Código:

 

<style type="text/css">#recent-updates {display:none;}</style>

Ocultar Ultima Visita:

Código:

 

<style type="text/css">.box_profile_connections {display:none;}</style>

Ocultar Player de Musica:

Código:

 

<style type="text/css">#hifi5 {display:none;}</style>

Ocultar Topo:

Código:

 

<style type="text/css">#p_nav_header {display:none;}</style>

Ocultar Fim da Página:

Código:

 

<style type="text/css">#footer {display:none;}</style>

Ocultar Dados Gerais:

Código:

 

<style type="text/css">#background {display:none;}</style>

Ocultar Interesses:

Código:

 

<style type="text/css">#interests {display:none;}</style>

Ocultar Fives:

Código:

 

<style type="text/css">#user-fives {display: none;}</style>

Ocultar Comentários:

Código:

 

<style type="text/css">#comments {display:none;}</style>

Ocultar Detalhes do Utilizador:

Código:

 

<style type="text/css">#user-details {display: none;}</style>

Outros Códigos

Tipo de letra dos comentários:

Código:

 

<style type="text/css">.comment-text{font-face: Comic Sans;} </style>

Trocar as Colunas:

Código:

 

<style type="text/css">table{direction:rtl;}table table table{direction:ltr;}</style>

Caixa com Scroll nos Comentários: [ para colocar scroll noutra caixa, basta alterar o “#comments” para o nome ]

Código:

 

<style type="text/css">#comments { height: 300px; overflow: auto;}</style>

Alterar a Cor dos Comentários:

Código:

 

<style type="text/css">.comment-text {color: CÓDIGO_DA_COR;} </style>

Retirar Estatísticas:

Código:

 

 <style type="text/css">
  #vanity-bars {display: none;} </style>

Colocar espaços:

Código:

 

<br>

Centrar Perfil:

Código:

 

<style type="text/css">#content-right {
   display: none;
}
table { empty-cells: hide; }
.bg_content table tbody tr td { width: 100%; }
#content-left { padding-left:250px; padding-right:250px;  }</style>

Apagar o titulo do Estilo de vida:

Código:

 

<style type="text/css">#lifestyle .bg_title { display: none; }</style>

Apagar titulo que diz Sobre mim:

Código:

 

<style type="text/css">#lifestyle .box_profile_info_small_heading
{ display: none; }</style>

Centrar aquilo que está debaixo do nome e visitas:

Código:

 

<style type="text/css">#profile-nav {text-align: center;} </style>

Centrar nome/visitas:

Código:

 

<style type="text/css">#profile-name {text-align: center;} </style>

Alterar a cor da barra:

Código:

 

<style type="text/css"> #SITIO DA BARRA ex:#comments {scrollbar-face-color: CODIGO DA COR; scrollbar-highlight-color: CODIGO DA COR; scrollbar-shadow-color: CODIGO DA COR; scrollbar-3dlight-color: CODIGO DA COR; scrollbar-arrow-color: CODIGO DA COR; scrollbar-track-color: CODIGO DA COR; scrollbar-darkshadow-color: CODIGO DA COR;}</style>

Alterar a cor do nome dessa barra:

Código:

 

<style type="text/css">#profile-name {color:CÓDIGO DA COR QUE QUERES;}</style>
Links Úteis

Tabela de Cores HTML

http://www.geocities.com/ensinandohtml/cores_html.htm

Marques Códigos

http://www.freefever.com/hi5/codes/hi5marqueecodes.php