Customize Tournament Layout
Top Image Link: |
in between the header lines
Custom HTML: <html> <head> <title>~~(,, ,, *> (Gray Frame) Brandy Designed by: Jag <*,, ,,)~~</title> </head> <body> <!-- Put Scrollbar & Frame below this line --> <style type="text/css"> body{ margin: 0; padding: 50px; background: url('http://i1002.photobucket.com/albums/af145/JokersWild_2010/jesters/black.jpg') fixed; scrollbar-arrow-color:#CCCCFF; scrollbar-base-color:#000000; scrollbar-face-color:#000000; scrollbar-highlight-color:#CCCCFF; scrollbar-track-color:#000000; background-attachment:fixed } hr { display:none} #div1 { padding: 6px; border: 6px none; background: url('http://i1002.photobucket.com/albums/af145/JokersWild_2010/bg/GrayGlit.jpg'); } #div2 { padding: 35px; border: 6px none; background: url('http://i1002.photobucket.com/albums/af145/JokersWild_2010/bg/avatar1.jpg'); } #inner { padding: 5px; background: url('http://i1002.photobucket.com/albums/af145/JokersWild_2010/bg/GrayGlit.jpg'); } #inner1 { padding: 5px; background: url('http://i1002.photobucket.com/albums/af145/JokersWild_2010/jesters/black.jpg'); } #outer { padding: 5px; background: url('http://i1002.photobucket.com/albums/af145/JokersWild_2010/bg/GrayGlit.jpg'); } #outer1 { padding: 2px; background: url('http://i1002.photobucket.com/albums/af145/JokersWild_2010/bg/solid-gray.jpg'); } #content { margin: 15px; padding: 8px; background: url('http://i1002.photobucket.com/albums/af145/JokersWild_2010/jesters/black.jpg'); } #content1 { margin: 2px; padding: 2px; background: url('http://i1002.photobucket.com/albums/af145/JokersWild_2010/jesters/black.jpg'); } </style> </head> <body link="#1D611E" vlink="#1D611E" alink="#1D611E" style="background-image: url('http://i1002.photobucket.com/albums/af145/JokersWild_2010/jesters/black.jpg')"> <div id="div1"> <div id="div2"> <div id="inner"> <div id="inner1"> <div id="outer"> <div id="outer1"> <div id="content"> <div id="content1"><center> </p> <!-- Put Scrollbar & Frame above this line --> <!-- Put Main Picture & Written Instructions below this line --> <p> <h1><font color="red"> 500 Regular </</font color></h1> <BR> <h3><font color="pink"><h1> Format: Rated~500~Partners~Nil 100~NBN~<BR>Timeout On~Cut Deck (opt)</h1></font color></h3> <img border="0" src="http://i1002.photobucket.com/albums/af145/JokersWild_2010/jesters/Brandy.jpg"><b><br><br> <center><a href="http://jwdesignsbyjag.blogspot.com" target="_blank"><img src="http://i1002.photobucket.com/albums/af145/JokersWild_2010/DesignedbyJag.png " border="0"></a></center> </font> </b></p> <BR> <h1><font color="red"> Brandy </font color></h1> <BR> <!-- Put Main Picture & Written Instructions above this line --> <!--place music code here--> <center><font color="CCCCFF">~~(,, ,, *> </font color><font color="CCCCFF">Looking Glass - Brandy </font color><font color="CCCCFF"> <*,, ,,)~~</font color></center> <BR> <embed src="http://www.fileden.com/files/2007/1/15/644004/Looking%20Glass%20-%20Brandy.mp3"width="300" height="40" autostart="true" loop="TRUE"></embed></center> <!--end music code here----> <!--place signup - tables below here--> <center><a href="http://www.myleague.com/php/page.php?p=signup&t=myleague&lng=eng&l=team_jw&g=cl&svr=plus2&pl=" target="_blank"><img src="http://i1002.photobucket.com/albums/af145/JokersWild_2010/FreeSignUp.png" border="0"></a> <a href="http://plus2.igl.net/ts/buxlog.php?l=team_jw" target="_blank"><img src="http://i1002.photobucket.com/albums/af145/JokersWild_2010/LadderBux.png" border="0"></a> <a href="http://jokerswild-tournamentrules.blogspot.com" target="_blank"><img src="http://i1002.photobucket.com/albums/af145/JokersWild_2010/TourRules.png" border="0"></a> <a href="http://jokerswildleague.blogspot.com" target="_blank"><img src="http://i1002.photobucket.com/albums/af145/JokersWild_2010/LeagueRules.png" border="0"></a></center> <BR> <!--place signup - tables above here--> <!-- Put the Cursor Tail below this line --> <head> <style> .spanstyle { position:absolute; visibility:visible; top:-50px; font-size:22pt; font-family:Century; font-weight:Normal; color:#8E35EF; } </style> <script> /* Cursor Trailor Text- By Peter Gehrig (http://www.24fun.ch/) Permission given to Dynamicdrive.com to feature script in it's archive. For full source code, installation instructions, and 1000's more DHTML scripts, visit http://dynamicdrive.com */ var x,y var step=20 var flag=0 // Your snappy message. Important: the space at the end of the sentence!!! var message=" Jokers Wild *~* Jag *~* Jokers Wild " 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()",30) } </script></head> <body onLoad="makesnake()" style="width:100%;overflow-x:hidden;overflow-y:scroll"> <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> <!-- Put the body of your page above this line --> </body> </html> <b></b> <!-- Put the body of your page above this line --> </body> </html> |
*Background image: http://i1002.photobucket.com/albums/af145/JokersWild_2010/bg/black.jpg |
Background color:# 000000 |
Link color:# CCCCCC |
Text color:# 666666 |
Header background color:# 333333 |
Header text color:# 666666 |
Small header color:# A8A8A8 |
Title color:# FFFFFF |