Log in

View Full Version : Forum Home Enhancements - Rainbow Colors


momo2
11-24-2008, 10:00 PM
This is a real nice script for dark or light skins.


<body>

<script>
var text="Happy ThanksGiving!"
var speed=24 // SPEED OF FADE
if (document.all||document.getElementById){
document.write('<span id="highlight">' + text + '</span>')
var storetext=document.getElementById? document.getElementById("highlight") : document.all.highlight
}
else
document.write(text)
var hex=new Array("00","14","28","3C","50","64","78","8C","A0","B4","C8","DC","F0")
var r=1
var g=1
var b=1
var seq=1
function changetext(){
rainbow="#"+hex[r]+hex[g]+hex
storetext.style.color=rainbow
}
function change(){
if (seq==6){
b--
if (b==0)
seq=1
}
if (seq==5){
r++
if (r==12)
seq=6
}
if (seq==4){
g--
if (g==0)
seq=5
}
if (seq==3){
b++
if (b==12)
seq=4
}
if (seq==2){
r--
if (r==0)
seq=3
}
if (seq==1){
g++
if (g==12)
seq=2
}
changetext()
}
function starteffect(){
if (document.all||document.getElementById)
flash=setInterval("change()",speed)
}
starteffect()
</script></center>
<FONT style="BACKGROUND-COLOR: #000000"></FONT>
</body>






Demo (http://omidlotfi.com/test3/)

Note: This modification does not work on Internet explorer

momo2
11-25-2008, 10:01 PM
Reserved

Leo Brazil
11-26-2008, 05:20 PM
It works on FF

It could be nice to use this as a BBCode, huh ?

desirulez
11-30-2008, 02:20 AM
what template do we add this in

momo2
12-09-2008, 10:34 PM
what template do we add this in

You can do it almost anywhere u wish.. I suggest if u have a shoutbox put it above it.

FORUMHOME below $Navbar

$navbar
<center><script>
var text="Merry Christmas"
var speed=24 // SPEED OF FADE
if (document.all||document.getElementById){
document.write('<span id="highlight">' + text + '</span>')
var storetext=document.getElementById? document.getElementById("highlight") : document.all.highlight
}
else
document.write(text)
var hex=new Array("00","14","28","3C","50","64","78","8C","A0","B4","C8","DC","F0")
var r=1
var g=1
var b=1
var seq=1
function changetext(){
rainbow="#"+hex[r]+hex[g]+hex[b]
storetext.style.color=rainbow
}
function change(){
if (seq==6){
b--
if (b==0)
seq=1
}
if (seq==5){
r++
if (r==12)
seq=6
}
if (seq==4){
g--
if (g==0)
seq=5
}
if (seq==3){
b++
if (b==12)
seq=4
}
if (seq==2){
r--
if (r==0)
seq=3
}
if (seq==1){
g++
if (g==12)
seq=2
}
changetext()
}
function starteffect(){
if (document.all||document.getElementById)
flash=setInterval("change()",speed)
}
starteffect()
</script></center>
<!--{%SHOUTBOX%}--> <<< if you have a shoutbox <<<<
<!-- ibp top three champs on forumhome 3.7--> << if u have a arcade showing <<<

dailyyeah
12-10-2008, 08:38 AM
anyway to make this a hyperlink?

cisco123
12-18-2008, 02:12 PM
is there a bb code for this for 3.7