Caminho de Navegação Outros / Scripts / cores personalizadas

Outros

 

Nenhuma avalição
Indique ao Ueba Indique ao BlogBlogs Indique ao Delicious Indique ao Technorati Indique ao Google Bookmarks Indique ao Newsgator
TAGS

Nenhuma tag foi definida ainda!

Defina as tags para esta página preenchendo o campo abaixo.

  • Máximo de 100 tags
  • Cada tag deve ter até 20 caracteres.
  • Separar as tags com virgula. Ex.: php, sql, html, xml, fireworks
COMENTAR

INDICAR
Nome do amigo: E-mail do amigo: Comentário:
REPORTAR ERRO Descreva o erro:

cores personalizadasPostada em: 07/11/2009

Script Master
Por: Script Master Nº de Visualizações: 23.

Demonstração do script

Código fonte do script

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Script Facil</TITLE>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 5.50.4522.1800" name=GENERATOR></HEAD>
<BODY style="OVERFLOW-Y: scroll; OVERFLOW-X: hidden; WIDTH: 100%" text=#ffffff
bgColor=#000000
background="file:///C:/Arquivos de programas/Arquivos comuns/Microsoft Shared/Papel de carta/20000222332-im.jpg"
onload=makesnake()>
<META content="MSHTML 5.50.4522.1800" name=GENERATOR>
<STYLE>BODY {
        BACKGROUND-POSITION: right top; FONT-SIZE: 10pt; COLOR: #ffff00; BACKGROUND-REPEAT: repeat-y; FONT-FAMILY: Arial Black
}
</STYLE>

<DIV><EM><FONT face="Signet Roundhand" color=#000000
size=5></FONT></EM><BR>&nbsp;</DIV><BGSOUND balance=0
src="cid:009701c00a29$4de40560$LocalHost@default" volume=-410 loop=infinite>
<DIV align=center><FONT face="Ashley Inline" color=#d5d500
size=6><STRONG>Script Facil </STRONG></FONT></DIV>
<DIV align=center>&nbsp;</DIV>
<DIV align=center>&nbsp;</DIV>
<DIV align=center><FONT face="Signet Roundhand" color=#d5d500 size=5><IMG
style="WIDTH: 43px; HEIGHT: 23px" src="e:/#e-mail meu.gif"></FONT></DIV>
<DIV align=center><FONT face=Arial size=1><A

<DIV align=center><FONT face=Arial><BR>&nbsp;</DIV>
<STYLE>.spanstyle {
        COLOR: red; FONT-FAMILY: Arial; FONT-SIZE: 8pt; FONT-WEIGHT: bold; POSITION: absolute; TOP: -50px; VISIBILITY: visible
}
</STYLE>

<META http-equiv=Content-Language content=pt-br>
<META content="MSHTML 5.00.2314.1000" name=GENERATOR>
<META content=FrontPage.Editor.Document name=ProgId>
<STYLE type=text/css>A:hover {
        COLOR: #33ff33; CURSOR: hand; TEXT-DECORATION: blink
}
</STYLE>

<STYLE type=text/css>A:link {
        TEXT-DECORATION: none
}
A:visited {
        TEXT-DECORATION: none
}
A:hover {
        COLOR: white; TEXT-DECORATION: blink
}
</STYLE>

<SCRIPT>
var x,y
var step=15
var flag=0


var message=" Script Facil "
message=message.split("")

var xpos=new Array()
for (i=0;i<=message.length-1;i++) {
        xpos[i]=-50
}

var ypos=new Array()
for (i=0;i<=message.length-1;i++) {
        ypos[i]=-50
}

function handlerMM(e){
        x = (document.layers) ? e.pageX : document.body.scrollLeft+event.clientX
        y = (document.layers) ? e.pageY : document.body.scrollTop+event.clientY
        flag=1
}

function makesnake() {
        if (flag==1 && document.all) {
        for (i=message.length-1; i>=1; i--) {
                  xpos[i]=xpos[i-1]+step
                        ypos[i]=ypos[i-1]
        }
                xpos[0]=x+step
                ypos[0]=y
       
                for (i=0; i<message.length-1; i++) {
            var thisspan = eval("span"+(i)+".style")
            thisspan.posLeft=xpos[i]
                        thisspan.posTop=ypos[i]
        }
        }
       
        else if (flag==1 && document.layers) {
        for (i=message.length-1; i>=1; i--) {
                  xpos[i]=xpos[i-1]+step
                        ypos[i]=ypos[i-1]
        }
                xpos[0]=x+step
                ypos[0]=y
       
                for (i=0; i<message.length-1; i++) {
            var thisspan = eval("document.span"+i)
            thisspan.left=xpos[i]
                        thisspan.top=ypos[i]
        }
        }
                var timer=setTimeout("makesnake()",0)
}

</SCRIPT>

<SCRIPT>
<!-- Beginning of JavaScript -

for (i=0;i<=message.length-1;i++) {
    document.write("<span id='span"+i+"' class='spanstyle'>")
        document.write(message[i])
    document.write("</span>")
}

if (document.layers){
        document.captureEvents(Event.MOUSEMOVE);
}
document.onmousemove = handlerMM;

// - End of JavaScript - -->
</SCRIPT>

<STYLE>BODY {
 BORDER-BOTTOM: #d5d500 15px groove; BORDER-LEFT: #7D5E28 15px groove; BORDER-RIGHT: #7D5E28 15px groove; BORDER-TOP: #d5d500 15px groove
}</BODY></HTML>
</STYLE>

<STYLE>
<!--
entrada{
position:absolute;
left:0;
top:0;
layer-background-color:Yellow;
background-color:Yellow;
border:0.1px solid Yellow
}
-->
</STYLE>

<DIV class=entrada id=i1></DIV>
<DIV class=entrada id=i2></DIV>
<DIV class=entrada id=i3></DIV>
<DIV class=entrada id=i4></DIV>
<DIV class=entrada id=i5></DIV>
<DIV class=entrada id=i6></DIV>
<DIV class=entrada id=i7></DIV>
<DIV class=entrada id=i8></DIV>
<SCRIPT language=JavaScript1.2>
//
var velocidade=10
var tempo=new Array()
var tempo2=new Array()
if (document.layers){
for (i=1;i<=8;i++){
tempo[i]=eval("document.i"+i+".clip")
tempo2[i]=eval("document.i"+i)
tempo[i].width=window.innerWidth/8-0.3
tempo[i].height=window.innerHeight
tempo2[i].left=(i-1)*tempo[i].width
}
}
else if (document.all){
var clipbottom=document.body.offsetHeight,cliptop=0
for (i=1;i<=8;i++){
tempo[i]=eval("document.all.i"+i+".style")
tempo[i].width=document.body.clientWidth/8
tempo[i].height=document.body.offsetHeight
tempo[i].left=(i-1)*parseInt(tempo[i].width)
}
}
function openit(){
window.scrollTo(0,0)
if (document.layers){
for (i=1;i<=8;i=i+2)
tempo[i].bottom-=velocidade
for (i=2;i<=8;i=i+2)
tempo[i].top+=velocidade
if (temp[2].top>window.innerHeight)
clearInterval(stopit)
}
else if (document.all){
clipbottom-=velocidade
for (i=1;i<=8;i=i+2){
tempo[i].clip="rect(0 auto+"+clipbottom+" 0)"
}
cliptop+=velocidade
for (i=2;i<=8;i=i+2){
tempo[i].clip="rect("+cliptop+" auto auto)"
}
if (clipbottom<=0)
clearInterval(stopit)
}
}
function gogo(){
stopit=setInterval("openit()",100)
}
gogo()
</SCRIPT>

<SCRIPT language=JavaScript>
<!--

/*
Slowly coming together status bar scroller
Written by BengalBoy (www.angelfire.com/nt/bengaliboy/index.html)
Visit http://wsabstract.com for this script and more
*/


//set message:
msg = "  Script facil.com  "           ;

timeID = 10;
stcnt = 16;
wmsg = new Array(33);
        wmsg[0]=msg;
        blnk = "                                                               ";
        for (i=1; i<32; i++)
        {
                b = blnk.substring(0,i);
                wmsg[i]="";
                for (j=0; j<msg.length; j++) wmsg[i]=wmsg[i]+msg.charAt(j)+b;
        }

function wiper()
{
        if (stcnt > -1) str = wmsg[stcnt]; else str = wmsg[0];
        if (stcnt-- < -40) stcnt=31;
        status = str;
        clearTimeout(timeID);
        timeID = setTimeout("wiper()",100);
}

wiper()
// -->
</SCRIPT>
</BODY></HTML>