domingo, 22 de junho de 2008

[/$] ~ Hi5 ~ [/$]

Ocultações


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 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>

Ocultar Amigos Comuns:
código:

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




Tudo para o teu gosto! :P







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:

<style type="text/css">#col1 { 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>


Colocar Imagem no Fundo do Perfil:
codigo:

<style type="text/css">body {
background-color: black;
background-image: url(http://URL_DA_FOTO);
background-repeat: ;
background-position: center;
background-attachment:fixed;
background-repeat: no-repeat;
position: center;
}</style>


Alguns cursores
código:

{ cursor: crosshair; }
{ cursor: auto; }
{ cursor: default; }
{ cursor: pointer; }
{ cursor: move; }
{ cursor: e-resize; }
{ cursor: ne-resize; }
{ cursor: nw-resize; }
{ cursor: n-resize; }
{ cursor: se-resize; }
{ cursor: sw-resize; }
{ cursor: s-resize; }
{ cursor: w-resize; }
{ cursor: text; }
{ cursor: wait; }
{ cursor: help; }


Alinhar texto:

Texto a esquerda: <P align="left"> TEXTO</font>

Texto á direita: <P align="right">TEXTO</font>

Texto ao centro: <P align="center"> TEXTO</font>


Caixas scroll:
Código:

<div id="myDiv" align="center">ESCREVER AQUI</div>
(Esta caixa scroll é para colocar no sitio desejado)

Código:

<style type='text/css'>ZONAPRETENDIDA {
width: 300px;
height: 250px;
overflow: auto;
}</style>
(Esta caixa scroll é para colocar em PERSONALIZAR PERFIL)
Explicação:
Onde está escrito ZONAPRETENDIDA coloca-se um destes sitios: #interests, #comments, #lifestyle (se precisares de mais pergunta)
Onde tem Width, heigth e' as dimensões que queres para a tua caixa scroll.



Caixa de lista:

<FORM NAME="NOMEDACAIXADELISTA">
<SELECT NAME="tecno">
<OPTION VALUE = "1"> NOME/LINK PARA APARECER
<OPTION VALUE = "2"> NOME/LINK PARA APARECER
<OPTION VALUE = "3"> NOME/LINK PARA APARECER
</SELECT>
<INPUT TYPE="button" VALUE="Seleccione e... clique!"
onclick="top.location.href = document.Pesquisa.tecno.options
[document.Pesquisa.tecno.selectedIndex].value">
</FORM>

PS: Se quiseres por mais opções basta aumentar o option value


Alargar as colunas:


<style type="text/css">

#content-right, #col2 {
width: 0px;
display: none;
}

#content-left, #col1 {
width: 600px;
padding-left: 0px; }

</style>


Linha á volta

<style type="text/css"> #nome do item {border:0px;} </style>








Link's do hi5


Estilo de vida:
http://hi5.com/friend/account/displayEditProfileLifestyle.do

Interesses:
http://www.hi5.com/friend/account/displayEditProfileInterests.do

Dados Gerais:
http://www.hi5.com/friend/account/displayEditProfileAppearance.do

Grupos:
http://www.hi5.com/friend/group/displayMyGroups.do?userId=ID

Fives:
http://www.hi5.com/friend/fives/displayManageUserFives.do

Comentarios:
http://www.hi5.com/friend/book/displayBook.do?userid=ID

Album de Fotos:
http://www.hi5.com/friend/photos/displayUserAlbums.do?ownerId=ID

Personalizar Perfil:
http://hi5.com/friend/account/displayEditProfileCustomization.do


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

Outros
http://www.omeumyspace.com/
http://www.freecodesource.com/

Html help
http://htmldog.com/


Dicas, comentários, informações, ajuda; -> clica na imagem a abaixo [nao necessita ser meu amigo no hi5, apenas basta deixar o pedido]