Visto que nunca mais foi atualizado ...
Meter Contador de Pessoas no teu perfil
<a href="http://whos.amung.us/show/df8mrj62"><img src="http://whos.amung.us/swidget/df8mrj62.gif" alt="counter" width="80" height="15" border="0" /></a>
alterar por completo as estatisticas, inclusive coloca-las na vertical Código:
<style type='text/css'>
.vanity-bar {border: 0px solid #FFFFFF}
.vanity-bar div div img,
.vanity-bar div img {display:none;}
.vanity-bar div {background:url(url da "segunda" imagem da estatisticas) !important;}
.vanity-bar div div {background:url(http://i220.photobucket.com/albums/dd245/Punkecas/hehe-1.gif) !important;}
#vanity-bars {filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)}
</style>
ps: alterar o valor da "rotation" para as colocarem da horizontal, caso queiram entre os () é para se colocar os url's das imagens de fundo das estatisticas. Só funciona no IE, mozilla sucks --'
Alterar a cor das estatísticas, neste caso para vermelhoCódigo:
<style type="text/css"> .vanity-bar div div {background: #FF0000 !important;} </style>
Substituir as barras das estatísticas por uma imagem ou gif Código:
<style type="text/css"> .vanity-bar div div {background:url(URL DA IMAGEM) !important;} </style>
Centrar a foto do user:Código:
<style type="text/css"> #user-picture { padding-left:250px; padding-right:250px; } <style>
Alterar a cor da barra de scroll Código:
<style type="text/css"> #SITIO DA BARRA
{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>
(html, body) no sitio da barra aletra a cor de todos os scrolls
alterar os borders (linhas)Code base:
Código:
<style type="text/css"> #local {border: ESPESURApx TIPO DE BORDER COR HTML;} </style>
Exemplo:
Código:
<style type="text/css"> #comments {border: 4px dashed #FF0000;} </style>
nota: tipos de borders --> inset, outset, dotted, ridge, double, solid...
Alterar a cor das letras da barra que tem o nome e número de visitasCódigo:
<style type="text/css"> #profile-name {color:CÓDIGO DA COR QUE QUERES;} </style>
Alterar a cor de fundo da mesma barra (transparente) Código:
<style type="text/css"> #profile-name {background: transparent;} </style>
Alterar a cor de fundo da mesma barra (ex: vermelho) Código:
<style type="text/css">#profile-name { background-color: #FF0000;} </style>
(tambem funciona para a #profile-nav)
Tag "fieldset"Código:
<fieldset>
TEXTO
</fieldset>
tag "textarea"Código:
<textarea>
TEXTO
</textarea>
Alguns cursores:{ 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; }
exemplo:
Código:
<style type="text/css"> BODY{ cursor: crosshair; }</style>
Substituir o ícone de online por outra imagemCódigo:
<style type="text/css">#online-now-icon
{ background: url(http://i220.photobucket.com/albums/dd245/Punkecas/PunkeCasHi5Tutorial/aim7.gif);
height: 83px;width: 93px;}
</style>
Substituir o ícones dos user-links por outras imagensCódigo:
<style type="text/css"> #user-links A {
DISPLAY: list-item; LIST-STYLE-POSITION: outside; LIST-STYLE-IMAGE: url(URL DO NOVO ICONE)
} </style>
Adicionar icone ao "Picture-links"Código:
<style type="text/css">#picture-links A {
DISPLAY: list-item; LIST-STYLE-POSITION: inside; LIST-STYLE-IMAGE: url(URL DO ICONE)
} </style>