PAGINA DI BENVENUTO

Area dedicata a tutte le MODs per phpBB 3.0.X
Rispondi
Avatar utente
CrackingItalia
Utente
Utente
Messaggi: 193
Iscritto il: 13/05/2012, 20:18
Link del Forum:
Contatta:

PAGINA DI BENVENUTO

Messaggio da CrackingItalia »

Codice: Seleziona tutto

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>TESTO DI BENVENUTO</title>
<script language="JavaScript" type="text/javascript">
<!--


var e=new Array();
var text="Benvenuti su !!!";
writeIt=
{
  HEIGHT:2,
	WIDTH:2,
	FONTWEIGHT:"bold",
	COLOR:"rgb(222,0,0)",
	FONTSIZE:30,
  cElements:function()
 					{
					 var counter=0;
					
					 while(counter<text.length+1)
					 {
 					  e[counter]=document.createElement('span');
 					  with(e[counter].style)
 					 	{
  					  height=this.HEIGHT;
							width=this.WIDTH;
							fontWeight=this.FONTWEIGHT;
							color=this.COLOR;
							fontSize=this.FONTSIZE;
 						}
					 e[counter].id="id"+counter;
					 e[counter].innerHTML=text.substring(counter-1,counter);
					 document.body.appendChild(e[counter]);
 					 counter+=1;
          }
				}
};

///////////////////////////////////////////////////////////////////////////////
var count=0,counts=1,counts1=2;
var gcount=0,gcount1=0,gcount2=0,gcount3=0;
var size=60;
window.onload=main;
function main()
{
  writeIt.cElements();
	chColor();
}
function chColor()
{
Elem=document.getElementsByTagName('span');
 if(count<=e.length-1)
 {
  document.getElementById("id"+counts).style.color="yellow";
	document.getElementById("id"+counts1).style.color="orange";
	document.getElementById("id"+count).style.color="rgb(254,255,255)";
	count+=1;
	if(counts<=e.length-2)
	counts++;
	if(counts1<=e.length-2)
	counts1+=1;
 }
 else if(gcount<=e.length-1)
 {
 Elem[gcount].style.fontSize=size;
 gcount+=1;
 }
 else if(gcount1<=e.length-1)
 {
 Elem[gcount1].style.fontSize=size+10;
 gcount1+=1;
 }
 else if(gcount2<=e.length-1)
 {
 Elem[gcount2].style.fontSize=size+20;
 gcount2+=1;
 }
 else if(gcount3<=e.length-1)
 {
 Elem[gcount3].style.filter="glow(strength=9,)";
 gcount3+=1;
 }
 else
 {
  count=0,counts=1,counts1=2;
 }
setTimeout("chColor();",150);
}

///////////////////////////////////////////////////////////////////////////////

var c=0,c1=0;
var gl=9;
function m()
{
 while(c<=e.length-1)
 {
  Elem[c].style.filter="glow(strength="+gl+",color='green')";
	c++;c1=0;
 }
}
function mo()
{
 while(c1<=e.length-1)
 {
  Elem[c1].style.filter="glow(strength="+gl+",color='gray')";
	c1++;c=0;
 }
}

//-->
</script>
<style type="text/css">
<!--
body {
		  text-align:center;
			background-color:"rgb(0,0,0)";
		 }

	input {
			 color:white;
			 background-color:black;
			 border:white outset 2;
			 font-weight:bold;
			}	 
-->
</style>
</head>
<body bgcolor="#000000">
<form>
<input type="button" id="bid0" value="Entra nel sito" onmouseover="m();this.value='~ Clicca Qui! ~'" onmouseout="mo();this.value='per entrare nel sito'" onclick="top.location.href='LINK DEL FORUM'">
</form>
<br>
</body>
	 
</html><font color=”#0000FF”>Pagina Creata da &copy Mimmo , Amministatore di</font>  <a href="http://crakingitalia.org">CrakingItalia.org</a> <br/>
<font color=”#0000FF”>&copy Tutti i diritti riservati. 2012.</font><br>
			<span class="corners-bottom"><span></span></span></div>
Rispondi