Rainbow2 BBCode

BBCode database
BBCode che hanno bisogno di niente altro che un installazione per ACP
Regole del forum
Immagine
Rispondi
Avatar utente
Galandas
Staff phpBB3World
Staff phpBB3World
Messaggi: 792
Iscritto il: 4 nov 2012, 9:18
Località: phpbb3world
Contatta:

Rainbow2 BBCode

Messaggio da Galandas » 17 nov 2012, 23:30

Rainbow2 BBCode

Autore: cirtapk
Descrizione: Formatta il testo in colori dell'arcobaleno.

BBCode:

Codice: Seleziona tutto

[rainbow2]{SIMPLETEXT}[/rainbow2]
HTML:

Codice: Seleziona tutto

<script type="text/javascript">
function MakeArray(n){
  this.length=n;
  for(var i=1; i<=n; i++) this[i]=i-1;
  return this
}

hex=new MakeArray(16);
hex[11]="A"; hex[12]="B"; hex[13]="C"; hex[14]="D";
hex[15]="E"; hex[16]="F";

function ToHex(x){
  var high=x/16;
  var s=high+"";
  s=s.substring(0,2);
  high=parseInt(s,10);
  var left=hex[high+1];
  var low=x-high*16;
  s=low+"";
  s=s.substring(0,2);
  low=parseInt(s,10);
  var right=hex[low+1];
  var string=left+""+right;
  return string;
}

function fadeout(text){
  text=text.substring(3,text.length-4);
  color_d1=255;
  mul=color_d1/text.length;
  var j=1;
for(i=0;i<text.length;i++){
   color_d1=255*Math.sin(i/(text.length/3));
   color_h1=ToHex(color_d1);
   color_d2=mul*i;
   color_h2=ToHex(color_d2);
   color_d3=mul*(text.length-i);
   color_h3=ToHex(color_d3);

      j = i;

  if (text.substring(i,i+1) == '&')
  {
        for (j = i+1; j < text.length; j++)
        {
               if (text.substring(j,j+1) == ';') { break; }
        }
        if (j == text.length) { j = i; }
  }

  if (text.substring(i,i+1) == '<')
  {
        for (j = i+1; j < text.length; j++)
        {
               if (text.substring(j,j+1) == '>') { break; }
        }
        if (j == text.length) { j = i; }
  }

   document.write("<FONT COLOR='#"+color_h3+color_h1+color_h2+"'>"+
                  text.substring(i,j+1)+'</FONT>');
         i = j;
}
}
</script>

<script language="JavaScript"><!--
      {fadeout("-->{SIMPLETEXT}<!__");}
    //--></script>
Aiuto in linea:

Codice: Seleziona tutto

Rainbow2: [rainbow2]Testo qui[/rainbow2]
Esempio:

Codice: Seleziona tutto

[size=200][rainbow2]PhpBB3 World[/rainbow2][/size]
Demo:clicca qui
Menu Forum ha scritto:

Rispondi

Torna a “BBCode”

Chi c’è in linea

Visitano il forum: Nessuno e 8 ospiti