|
Post by kestrel on Aug 28, 2008 19:10:54 GMT -5
Hey! Just wanted to show off Kestrel's new multi-colored name since I know a ton of people are going to have questions and/or want them. -laughs- I'm just trying this out except the code didn't quite work how I'd wanted - I'd prefer it to be like a gradient where you input the color for the beginning and end of the name and it makes the letters between flow in colors. Sooo, I'm wondering if I can get any help searching for this code since I can't find one anywehre even though I've seen on other sites. Whoever finds me the code will be rewarded Not to bribe ya or anything xD So yeah, just chill. Yes, her name is multi-colored. No, you may not have one seeing as this is not staying - I'm too tired of fooling around with codes to go change it back for now so this stays. Until we get the new one - then everyone can pay points to have gradient multi-colored names. -claps-
|
|
Kel too lazy to sign in
Guest
|
Post by Kel too lazy to sign in on Aug 28, 2008 20:27:13 GMT -5
Um did you use this code yet?? Not sure if it'll work but I foyu haven't tried it, it wouldn't hurt, right! Hope it helps, Lu!
<script type="text/javascript"> <!-- /* Two Colored Display Names by Code Dragon and Boccy109 Code from http://chaobreederxl2.proboards80.com Please do not repost, edit, or claim as your own */
function color(username,clr1,clr2){ var a = document.getElementsByTagName('a'); for(href=0;href<a.length;href++){ if(a[href].href.indexOf("action=viewprofile&user="+username) != -1){ var b = a[href].innerHTML; if(arguments[2]!=""){ var c = parseInt(0); var d = true; var e = ""; while(c<b.length){ if(d){ e+="<font color='#"+clr1+"'>"+b.charAt(c)+"</font>"; d=false; } else{ e+="<font color='#"+clr2+"'>"+b.charAt(c)+"</font>"; d=true; } c++; } a[href].innerHTML=e; } else{ a[href].style.color=clr1; } } } } ///////////////////////////////////////////////// /* Syntax: color("USERNAME","color1","color2"); Leave the second color blank for just one color, like so: color("USERNAME","color1",""); */ //////////////////////////////////////////////// color("USERNAME","color1","color2"); // --> </script>
Let me know XD
|
|
|
Post by Moon Coldbite on Aug 29, 2008 0:50:13 GMT -5
Ah, well ya I think names like your look great, but of course if you used the code your using now and just added more color tags, so it alternates the exact amount of letter in your cats name! Hope that makes sense, i dont have the code but I've seen it, and I know you add it like
<color=121212>, <color=131313>
do you understand? so if theres 13 letters in the cats name, you'd go
<color=121212>, <color=131313>,<color=141414>, <color=151515>,<color=161616>, <color=171717>,<color=181818>, <color=191313>,<color=101212>, <color=101873><color=119912>, <color=1F1F1F>, <color=FFF725> ...
and each color code would be the darker version of teh one before it, which would end it in a gradient.
thats what I think the other sites are doing, because I've never seen a code that does what you thought it does, that automatically gradients it... :] hope I helped, that took a while to type!
|
|
|
Post by Indigo Wintertrap on Aug 29, 2008 7:24:11 GMT -5
Yeah, Kel that's the exact code lol. But I know, I thought it looked promising too lol xD
And yeah, I did try that Moon but it just didn't show any of the colors and continue to alternate between the first two unfortunately. I did leave a question on a site that has it asking where they got the code/how they coded it but it's not the most active place around unfortunately so I'm not sure. I'll go see if I got answer... Ah, no. -frowns-
Hmm that sucks, I really think they'd look so cool.
|
|
|
Post by fernsilverweed on Aug 29, 2008 7:26:19 GMT -5
Maybe you could ask another admin on another forum for the code. It never hurts to ask, and the worst they could say is "No Get out of here" but who would be so mean as to do that??
|
|
|
Post by Indigo Wintertrap on Aug 29, 2008 16:34:47 GMT -5
Haha yeah lol, I'm hoping the admin of that other site will reply to my question soon -crosses fingers- Cause I have seen it somewhere else before lol
|
|
|
Post by wolf on Aug 29, 2008 18:25:39 GMT -5
Yes, I've always wanted to know how people do those gradient codes! I've always kept an eye out for 'em... hmm.... Have you tried going through the source code for the site to find the code?
|
|
Twilight Spitfire
Moderator
?? Kiss Shine, Make me S h i n i n g[M:-55]
|| 2 Years ; White Calico ; Green ||
Posts: 245
|
Post by Twilight Spitfire on Aug 29, 2008 23:37:27 GMT -5
OK while this isn't the different color code that I was looking for I did find a useful code that we should have on this site to prevent page stretching. click
|
|
|
Post by Indigo Wintertrap on Aug 30, 2008 7:08:59 GMT -5
Source code? Sorry, I don't really understand lol.
And yeah thanks neko, just added that code in. It should help a bit with preventing age stretching, which is always nice xD
|
|
|
Post by wolf on Aug 30, 2008 21:49:58 GMT -5
You right click the page and click 'view source' or something along those lines and you see the entire coding of the website.
|
|
|
Post by Indigo Wintertrap on Aug 31, 2008 8:24:53 GMT -5
Kay, tried that and was able to come up with this: <script type="text/javascript"> <!-- /* multi-colored names - ross - open source but please keep header intact */ var a = document.getElementsByTagName('a'); function changeName(username, displayname) { for(i=0; i<a.length; i++) { if(a.item(i).href.match(new RegExp('user='+username+'$', 'i'))) { a.item(i).innerHTML = displayname; } } } changeName('admin', '<b><font color=FFFFFF>I</font><font color=FFF5FF>n</font><font color=FFEBFF>d</font><font color=FFE0FF>i</font><font color=FFD6FF>g</font><font color=FFCCFF>o</font> <font color=9933CC>W</font><font color=932DD2>i</font><font color=8E28D7>n</font><font color=8822DD>t</font><font color=821CE3>e</font><font color=7D17E8>r</font><font color=7711EE>t</font><font color=710BF4>r</font><font color=6C06F9>a</font><font color=6600FF>p</font></b>';
//-->
</script>
Basically we'll be able to pick exactly how we want our names to be - as you can see I tried it out for Indigo. I think that we'll do gradients only though because otherwise it could look pretty weird. We'll say X amount of points for a gradient name and a bit more than X amount of points for a name where the first and last names are separate gradients. You'll just give me the beginning and end color for the gradient(s) and I'll use a color blender site. Unfortunately, this code isn't working yet because I can't find the header part that goes with it. I also can't even find it on Proboards Support - I'm thinking they took it down maybe? So yeah, if anyone could help finding the header, that would be GREAT. Here's the first part page source code for the site (I have to post in multiple pats or will exceed maximum length for posts. (http://xxloyalty.proboards57.com) (I also PMed the admin but not sure when she'll be on )) <?xml version="1.0" encoding="iso-8859-1"?> <html> <head> <title>Loyalty;; A Gust Of Wind - Home</title> <script type="text/javascript" src="http://partner.googleadservices.com/gampad/google_service.js"></script> <script type="text/javascript"> GS_googleAddAdSenseService("ca-pub-4696585109196199"); GS_googleEnableAllServices(); </script> <script type="text/javascript"> GA_googleAddSlot("ca-pub-4696585109196199", "728x90_ROS"); GA_googleAddSlot("ca-pub-4696585109196199", "336x280_ROS"); GA_googleAddSlot("ca-pub-4696585109196199", "336x280_2_ROS"); </script> <script type="text/javascript"> GA_googleAddAdSensePageAttr("google_color_border", "a6a79d"); GA_googleAddAdSensePageAttr("google_color_bg", "adaba3"); GA_googleAddAdSensePageAttr("google_color_link", "276269"); GA_googleAddAdSensePageAttr("google_color_url", "276269"); GA_googleAddAdSensePageAttr("google_color_text", "0f002d"); GA_googleAddAdSensePageAttr("google_ui_features","rc:10"); GA_googleAddAdSensePageAttr("google_cust_gender", "2"); GA_googleAddAttr("G", "F"); GA_googleAddAdSensePageAttr("google_cust_age", "1002"); GA_googleAddAttr("A", "26");GA_googleAddAttr("C","9"); GA_googleAddAdSensePageAttr("google_hints", ""); </script> <script type="text/javascript"> GA_googleFetchAds(); </script> <script language="JavaScript1.2" type="text/javascript"> <!-- if(self.location != top.location) top.location = self.location; if((navigator.appVersion.substring(0,1) == "5" && navigator.userAgent.indexOf('Gecko') != -1) ||navigator.userAgent.search(/Opera/) != -1)document.write('<META HTTP-EQUIV="pragma" CONTENT="no-cache">'); function doConfirm(m,u){if(confirm(m)) location.href = u;} function popWindow(x){var xWin=window.open("index.cgi?action="+x,"popWindow","directories=0,location=0,menubar=0,resizable=1,scrollbars=1,status=1,toolbar=0,top=100,left=100,width=400,height=275");xWin.focus();} function disable(form){for(i=0;i<form.length;i++){if(form.elements[i].type == 'submit')form.elements[i].disabled=true;if(form.elements[i].type == 'reset')form.elements[i].disabled=true;if(form.elements[i].type == 'button')form.elements[i].disabled=true;}} var pb_bubble = 0; var pb_skinid = 13; var pb_username = 'kaede'; var pb_displayname = '{{ kaede.'; var pb_adfloat = 1; var pb_admovement = "center"; var pb_adx = 0; var pb_VersionNo = 4.5; // --> </script>
<script type="text/javascript">
var removePageSpan = ""; var pageSpan = document.getElementById('pagedropmenu');
function loadPageSpan(obj,action,b,c) { pageSpan = document.getElementById('pagedropmenu'); var curleft = curtop = 0; if (obj.offsetParent) { curleft = obj.offsetLeft; curtop = obj.offsetTop; while (obj = obj.offsetParent) { curleft += obj.offsetLeft; curtop += obj.offsetTop; } }
pUp = (c <= 3) ? 6 : c + 3; pDown = (b == c) ? c - 4 : c - 2;
pageSpan.innerHTML = (c != 1) ? '[go to: <a href="/index.cgi?'+action+1+'" onmouseover="showPageSpan();" class="nav">1</a>'+ ((c <= 5) ? " " : " ... ") : '[ go to: ';
for (z=pDown;z<pUp;z++) if (z != c && z > 1 && z < b) pageSpan.innerHTML+='<a href="/index.cgi?'+action+z+'" onmouseover="showPageSpan();" class="nav">'+z+'</a> '; else if (z == c) pageSpan.innerHTML+='<b>'+z+'</b> ';
pageSpan.innerHTML += (c != b) ? ((c >= b-3) ? "" : "... ") + '<a href="/index.cgi?'+action+b+'" onmouseover="showPageSpan();" class="nav">'+b+'</a> ]' : ']'; pageSpan.style.cssText = "position: absolute; top: "+ (curtop+15) +"px; left: "+curleft+"px; display: ;"; }
function hidePageSpan (event,a) { x = (navigator.appName=="Microsoft Internet Explorer") ? event.srcElement : event.target;
if (x.id == 'pagedropmenu' || a == 1) removePageSpan = window.setTimeout('pageSpan.style.display="none";',1500); }
function showPageSpan () { pageSpan.style.display=""; window.clearTimeout(removePageSpan); }
</script>
<style type="text/css"><!-- body { font-family: Arial ;font-size:12px; margin: 0px; padding: 0px; } td { font-family: Arial ; color: #0f002d; font-size:11px; } input { font-family: Arial ; font-size: 9pt; color: #000000; } textarea { font-family: Arial ; font-size: 9pt; color: #000000; } select { font-family: Arial ; font-size: 7pt; color: #000000; } optgroup { font-family: Arial ; font-size: 7pt; color: #000000; } A:link { text-decoration: none; color: #276269; } A:visited { text-decoration: none; color: #276269; } A:hover { text-decoration: underline overline; color: #276269; } .nav { font-size: 10px; text-decoration: none; color: #0f002d; } .nav:link { font-size: 10px; text-decoration: none; color: #276269; } .nav:visited { font-size: 10px; text-decoration: none; color: #276269; } .nav:hover { font-size: 10px; text-decoration: none; color: #276269; text-decoration: underline; } .windowbg { background-color: #adaba3; font-size: 11px; color: #0f002d; } .windowbg2 { background-color: #a6a79d; font-size: 11px; color: #0f002d; } .titlebg { background-color: #adaba3; font-style: normal; font-weight: bold; font-size: 12px; color: #276269; background-image: url(http://s57.gradients.images.proboards.com/Gradients/adaba3adaba330.gif);} .titletext A { color: #276269;} .popuptitlebg { background-color: #ffffff; font-style: normal; font-weight: bold; font-size: 12px; color: #000000; } .catbg { background-color: #adaba3; color: #f1feff; font-weight: bold; font-size: 13px; ; } .hr { color: #0f002d; background-color: #0f002d;} .bordercolor { background-color: #a6a79d; } .quote { font-size: 10px; color: #0f002d; background-color: #a6a79d; } .code { font-size: 10px; font-family: Courier New; color: #0f002d; background-color: #a6a79d; } .menubg { background-image: url(http://s57.gradients.images.proboards.com/Gradients/adaba3a6a79d30.gif);} #pagedropmenu {border: 1px solid #a6a79d; background-color: #a6a79d; font-family: Verdana; font-size: 11px; padding: 5px; text-align: center;} .newstitlebg { background-color: #adaba3; font-style: normal; font-weight: bold; font-size: 12px; color: #276269; background-image: url(http://s57.gradients.images.proboards.com/Gradients/adaba3adaba330.gif);} --></style> </head> <body text="0f002d" bgcolor="656564" link="276269" vlink="276269" alink="276269">
<br /> <table width="92%" cellspacing="1" cellpadding="0" border="0" align="center" bgcolor="a6a79d" class="bordercolor"> <tr> <td width="100%"> <table border="0" width="100%" cellpadding="0" cellspacing="0"> <tr>
<td height="50" align="center" class="welcomebg" bgcolor="656564"><font size="+1"><img src="http://uploads.roddyinnovations.com/users/public/i29664loyaltyq239.png" border="0" alt="Loyalty;; A Gust Of Wind"/></font><br /> <font size="-1">« Home »</font></td> <td class="welcomebg" bgcolor="656564"> <p><font size="2"> Hey, {{ kaede., you have <a href="/index.cgi?action=pm">4 messages</a>, 0 are new.<br/>Aug 31, 2008, 7:37am </font><br /></p> </td> </tr> </table> </td> </tr><tr> <td align="center">
<table width="100%" cellspacing="0" cellpadding="0" align="center"> <tr> <td width="100%" align="center"> <table border="0" width="100%" cellpadding="3" cellspacing="0" align="center"> <tr> <td class="menubg" valign="middle" bgcolor="adaba3" align="center"><font size="1"> <a href="/index.cgi"><img src="http://s4.images.proboards.com/menu/home.gif" alt="[Home]" border="0"/></a> <a href="http://help.proboards.com/"><img src="http://s4.images.proboards.com/menu/help.gif" alt="[Help]" border="0"/></a> <a href="/index.cgi?action=search"><img src="http://s4.images.proboards.com/menu/search.gif" alt="[Search]" border="0"/></a> <a href="/index.cgi?action=members"><img src="http://s4.images.proboards.com/menu/members.gif" alt="[Members]" border="0"/></a> <a href="/index.cgi?action=calendar"><img src="http://s4.images.proboards.com/menu/calendar.gif" alt="[Calendar]" border="0"/></a> <a href="/index.cgi?action=viewprofile"><img src="http://s4.images.proboards.com/menu/profile.gif" alt="[Profile]" border="0"/></a> <a href="/index.cgi?action=logout"><img src="http://s4.images.proboards.com/menu/logout.gif" alt="[Logout]" border="0"/></a> </font></td> </tr> </table> </td> </tr> </table> </td> </tr> </table> <br />
<center> <script type="text/javascript"> GA_googleFillSlot("728x90_ROS"); </script> </center><br /> <br /> <span id="pagedropmenu" class="nav" style="display: none;" onmouseout="hidePageSpan(event,0);" onmouseover="window.clearTimeout(removePageSpan);"></span> <STYLE type="text/css"> <!--
font{ font-size: 10pt; text-align: justify;}
.catbg{ font-size: 8pt; letter-spacing: 0px; font-weight: bold; text-align: center;} B {font-weight: bold; letter-spacing: 1pt;}
optgroup{ font-family: Georgia,Comic Sans MS; font-size: 9pt; color: ; }
A{cursor:default;} a:hover{ color: #; font-weight: none; letter-spacing: 0px; text-decoration: none; cursor: none;cursor:default; border-bottom: 1px dotted #000000;}</STYLE>
<!-Bold Staff--><style> .group1{ font-weight: bold; } .group5{ font-weight: bold; } </style>
<!-- Remove Welcome X you have X Messages //-->
<script> document.getElementsByTagName('td')[2].style.display='none' </script>
<!-- Remove Home..etc-->
<script type="text/javascript"> <!-- /* Remove ? Home ? */
document.getElementsByTagName("font")[1].style.display = "none";
// --> </script> <script type="text/javascript"><!-- document.getElementsByTagName("table")[0].width="607px"; //--></script>
<script type="text/javascript"> <!-- var wtabWidth = "200px";
document.getElementsByTagName('table')[0].width = wtabWidth; //--> </script>
<style type="text/CSS"> select { display: none; } form select,td.catbg select,td.windowbg select, td.windowbg2 select,td.titlebg select { display: inline; }
</style>
<style type="text/css"> TEXTAREA{background:#;border:1px solid #;color:#;font:10px verdana} </style>
<style> body,td,p,font {font-size:10px;font-family:arial;} </style>
<style type="text/css"> i{color:#000000;} u{color:#000000;} </style><br/> <style> div.title{ background: #634949; Color: #; font-weight: bold; font-size: 10px; letter-spacing:2pt; text-align:right; padding: 3px;} </style>
<style> <!-- /* Invision Styled PM bar (original) stylesheet This stylesheet is required for the code to work properly. */ #userlinks{height: 10px; background-color:#c4b7ab; width: 100%;} //--> </style>
<script type="text/javascript"> <!-- /* Invision styled PM bar (original) Coded by Xylish/Joe/Popojoe For Studio Zero http://studiozero.proboards44.com */
//Modify where you want the pm bar to be attached, "above", "middle" or "below" attachment = "above"
//Modify the visitor name guestName = "Loner";
document.write('<sc'+'ript src="http://webpost.net/sc/scripthosting/invispmo.js"></sc'+'ript>');
//--> </script>
<script type="text/javascript"> <!-- /* Move Banner Below Ads */ document.write("<div id='welcometable'></div>") var wTable = document.getElementsByTagName("TABLE")[0] wTable.parentNode.removeChild(wTable) wTable.style.marginTop="25px" document.body.replaceChild(wTable,document.getElementById('welcometable')) //--> </script>
<style type="text/css"> <!-- a:hover { font-weight: italics; border-bottom: 1px dashed #74392a; text-decoration: none; } //--> </style>
<style type="text/css"><!-- .catbg { background-image: url(http://uploads.roddyinnovations.com/users/public/e7947brz239.png); height: 17px; width: 725px;} -->
.head { background-image: url(.tablebg); height: 10px; width: 725px; }</style>
<style> #dropmenudiv{ position:absolute; display: block; background-color: #80807d; border:1px solid #858885; border-bottom-width: 0; font:normal 10px Verdana; line-height:18px; z-index:100;
}
#dropmenudiv a{ width: 100%; color: #ffffff; display: block; text-indent: 3px; border-bottom: 1px solid #80807d; padding: 1px 0; text-decoration: none; font-weight: bold; }
#dropmenudiv a:hover{ /*hover background color*/ background-color: #858885; }
/* Sample CSS definition for the example list. Remove if desired */ .navlist li { list-style-type: square; width: 135px; background-color: #FFFFFF; } </style>
<script type="text/javascript">
/*********************************************** * AnyLink Vertical Menu- © Dynamic Drive (www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit http://www.dynamicdrive.com/ for full source code ***********************************************/
//Contents for menu 1 var menu1=new Array() menu1[0]='<a href="/index.cgi?action=viewprofile" target="self">View profile</a>' menu1[1]='<a href="/index.cgi?action=logout" target="self">Logout</a>'
//Contents for menu 2, and so on var menu2=new Array() menu2[0]='<a href="/index.cgi?board=rules" target="self">rules</a>' menu2[1]='<a href="/index.cgi?board=info" target="self">information</a>' menu2[2]='<a href="/index.cgi?board=news" target="self">news and announcements</a>' menu2[3]='<a href="/index.cgi?board=intro" target="self">introductions</a>' menu2[4]='<a href="/index.cgi?board=affyadv" target="self">advertise!</a>' menu2[5]='<a href="/index.cgi?board=leav" target="self">leaving?</a>' menu2[6]='<a href="/index.cgi?board=archives" target="self">archives</a>'
//Contents for menu 3, and so on var menu3=new Array() menu3[0]='<a href="/index.cgi?board=tcamp" target="self">Thunderclan Camp</a>' menu3[1]='<a href="/index.cgi?board=ttery" target="self">Thunderclan Territory</a>'
//Contents for menu 8, and so on var menu8=new Array() menu8[0]='<a href="/index.cgi?board=wcamp" target="self">Windclan Camp</a>' menu8[1]='<a href="/index.cgi?board=wterr" target="self">Windclan Territory</a>'
//Contents for menu 4, and so on var menu4=new Array() menu4[0]='<a href="/index.cgi?board=rcamp" target="self">Riverclan Camp</a>' menu4[1]='<a href="/index.cgi?board=rterr" target="self">RiverClan Territory</a>'
//Contents for menu 5, and so on var menu5=new Array() menu5[0]='<a href="/index.cgi?board=scamp" target="self">Shadowclan Camp</a>' menu5[1]='<a href="/index.cgi?board=sterr" target="self">Shadowclan Territory</a>'
//Contents for menu 6, and so on var menu6=new Array() menu6[0]='<a href="/index.cgi?board=spamming" target="self">Spamming</a>' menu6[1]='<a href="/index.cgi?board=scamp" target="self">Yenom Shops</a>' menu6[2]='<a href="/index.cgi?board=creativity" target="self">Creativity</a>' menu6[3]='<a href="/index.cgi?board=pool" target="self">Polls</a>' menu6[4]='<a href="/index.cgi?board=boardamfaes" target="self">Board Games</a>' menu6[5]='<a href="/index.cgi?board=adminboard" target="self">Admin boards</a>'
//Contents for menu 9, and so on var menu9=new Array() menu9[0]='<a href="/index.cgi?board=bio&action=post" target="self">Create new character</a>' menu9[1]='<a href="/index.cgi?board=biosss" target="self">Accepted charactars</a>' menu9[2]='<a href="/index.cgi?board=al" target="self">Clan Alliances</a>' menu9[3]='<a href="/index.cgi?board=aa" target="self">Character Adoption</a>' menu9[4]='<a href="/index.cgi?board=cl" target="self">Character Logs</a>' menu9[5]='<a href="/index.cgi?board=brred" target="self">Character Breeding Applications</a>'
//Contents for menu 7, and so on var menu7=new Array() menu7[0]='<a href="/index.cgi?board=twoleggg" target="self">Twoleg Places</a>' menu7[1]='<a href="/index.cgi?board=lake" target="self">The Lake</a>' menu7[2]='<a href="/index.cgi?board=loveslessfields" target="self">Barren Fields</a>'
//Contents for menu 10, and so on var menu10=new Array() menu10[0]='<a href="/index.cgi?board=tress" target="self">The Island</a>' menu10[1]='<a href="/index.cgi?board=moon" target="self">The Moonpool</a>'
var disappeardelay=250 //menu disappear speed onMouseout (in miliseconds) var horizontaloffset=2 //horizontal offset of menu from default location. (0-5 is a good value)
/////No further editting needed
var ie4=document.all var ns6=document.getElementById&&!document.all
if (ie4||ns6) document.write('<div id="dropmenudiv" style="visibility:hidden;width: 160px" onMouseover="clearhidemenu()" onMouseout="dynamichide(event)"></div>')
function getposOffset(what, offsettype){ var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop; var parentEl=what.offsetParent; while (parentEl!=null){ totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop; parentEl=parentEl.offsetParent; } return totaloffset; }
function showhide(obj, e, visible, hidden, menuwidth){ if (ie4||ns6) dropmenuobj.style.left=dropmenuobj.style.top=-500 dropmenuobj.widthobj=dropmenuobj.style dropmenuobj.widthobj.width=menuwidth if (e.type=="click" && obj.visibility==hidden || e.type=="mouseover") obj.visibility=visible else if (e.type=="click") obj.visibility=hidden }
function iecompattest(){ return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body }
function clearbrowseredge(obj, whichedge){ var edgeoffset=0 if (whichedge=="rightedge"){ var windowedge=ie4 && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-15 : window.pageXOffset+window.innerWidth-15 dropmenuobj.contentmeasure=dropmenuobj.offsetWidth if (windowedge-dropmenuobj.x-obj.offsetWidth < dropmenuobj.contentmeasure) edgeoffset=dropmenuobj.contentmeasure+obj.offsetWidth } else{ var topedge=ie4 && !window.opera? iecompattest().scrollTop : window.pageYOffset var windowedge=ie4 && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18 dropmenuobj.contentmeasure=dropmenuobj.offsetHeight if (windowedge-dropmenuobj.y < dropmenuobj.contentmeasure){ //move menu up? edgeoffset=dropmenuobj.contentmeasure-obj.offsetHeight if ((dropmenuobj.y-topedge)<dropmenuobj.contentmeasure) //up no good either? (position at top of viewable window then) edgeoffset=dropmenuobj.y } } return edgeoffset }
function populatemenu(what){ if (ie4||ns6) dropmenuobj.innerHTML=what.join("") }
function dropdownmenu(obj, e, menucontents, menuwidth){ if (window.event) event.cancelBubble=true else if (e.stopPropagation) e.stopPropagation() clearhidemenu() dropmenuobj=document.getElementById? document.getElementById("dropmenudiv") : dropmenudiv populatemenu(menucontents)
if (ie4||ns6){ showhide(dropmenuobj.style, e, "visible", "hidden", menuwidth) dropmenuobj.x=getposOffset(obj, "left") dropmenuobj.y=getposOffset(obj, "top") dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+obj.offsetWidth+horizontaloffset+"px" dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+"px" }
return clickreturnvalue() }
function clickreturnvalue(){ if (ie4||ns6) return false else return true }
function contains_ns6(a, b) { while (b.parentNode) if ((b = b.parentNode) == a) return true; return false; }
function dynamichide(e){ if (ie4&&!dropmenuobj.contains(e.toElement)) delayhidemenu() else if (ns6&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget)) delayhidemenu() }
function hidemenu(e){ if (typeof dropmenuobj!="undefined"){ if (ie4||ns6) dropmenuobj.style.visibility="hidden" } }
function delayhidemenu(){ if (ie4||ns6) delayhide=setTimeout("hidemenu()",disappeardelay) }
function clearhidemenu(){ if (typeof delayhide!="undefined") clearTimeout(delayhide) }
</script>
<!-- Insanest Annoucement Table v1, by Smangii http://smangii.proboards78.com Do not repost outside sigfx //-->
<table width="602" cellpadding="0" cellspacing="1" class="bordercolor" align="center"> <tr> <td> <table width="100%" cellpadding="4" cellspacing="0" border="0"> <tr> <td align="left" class="catbg" colspan="0" width="100%"> <div style="float:left"> <font size="2"> [ <a href="#" onclick="this.innerHTML = (this.innerHTML == '+') ? 'News / Announcements' : 'News / Announcements'; var one = document.getElementById('one'); one.style.display = (one.style.display == 'none') ? '' : 'none'; return false;">News/ Announcements</a> | <a href="#" onclick="this.innerHTML = (this.innerHTML == '+') ? 'Clan status' : 'Clan status'; var two = document.getElementById('two'); two.style.display = (two.style.display == 'none') ? '' : 'none'; return false;">Clan Status</a> | <a href="#" onclick="this.innerHTML = (this.innerHTML == '+') ? 'Plot' : 'Plot'; var three = document.getElementById('three'); three.style.display = (three.style.display == 'none') ? '' : 'none'; return false;">Plot</a> ]
</font> </div> <div style="float:right"> [ <a href="#" onclick="this.innerHTML = (this.innerHTML == 'Fast Links') ? 'Fast Links' : 'Fast Links'; var pm_info = document.getElementById('quick'); quick.style.display = (quick.style.display == 'none') ? '' : 'none'; return false;">Fast Links</a> ] </div>
</td> </tr> <td id="quick" align="center" width="100%" height="10" class="windowbg" style="display: none;"> <!-- Activate menu onclick instead <a href="default.htm" onClick="return dropdownmenu(this, event, menu1, '165px')" onMouseout="delayhidemenu()">Webmaster Links</a><br /> -->
[<font size="1"><a class="a" href="/index.cgi#start" onMouseover="dropdownmenu(this, event, menu2, '150px')" onMouseout="delayhidemenu()">site</a><span style="position: relative; left: 30px"></span>] [<a class="a" href="http://xxloyalty.proboards57.com/index.cgi?action=viewprofile" target="self" onMouseover="dropdownmenu(this, event, menu1, '150px')" onMouseout="delayhidemenu()">profile</a><span style="position: relative; left: 30px"></span>] [<a class="a" href="/index.cgi#cat" target="self" onMouseover="dropdownmenu(this, event, menu9, '150px')" onMouseout="delayhidemenu()">characters</a><span style="position: relative; left: 30px"></span>] [<a class="a" href="/index.cgi#all" target="self" onMouseover="dropdownmenu(this, event, menu10, '150px')" onMouseout="delayhidemenu()">rp: all-clan</a><span style="position: relative; left: 30px"></span>] [<a class="a" href="/index.cgi#thunder" target="self" onMouseover="dropdownmenu(this, event, menu3, '150px')" onMouseout="delayhidemenu()">rp: thunderclan</a><span style="position: relative; left: 30px"></span>] [<a class="a" href="/index.cgi#wind" target="self" onMouseover="dropdownmenu(this, event, menu8, '150px')" onMouseout="delayhidemenu()">rp: windclan</a><span style="position: relative; left: 30px"></span>] [<a class="a" href="/index.cgi#river" target="self" onMouseover="dropdownmenu(this, event, menu4, '150px')" onMouseout="delayhidemenu()">rp: riverclan</a><span style="position: relative; left: 30px"></span>] [<a class="a" href="/index.cgi#shadow" target="self" onMouseover="dropdownmenu(this, event, menu5, '150px')" onMouseout="delayhidemenu()">rp: shadowclan</a><span style="position: relative; left: 30px"></span>] [<a class="a" href="/index.cgi#unclaimed" target="self" onMouseover="dropdownmenu(this, event, menu7, '150px')" onMouseout="delayhidemenu()">rp: other lands</a><span style="position: relative; left: 30px"></span>] [<a class="a" href="/index.cgi#ooc" target="self" onMouseover="dropdownmenu(this, event, menu6, '150px')" onMouseout="delayhidemenu()">ooc</a><span style="position: relative; left: 30px"></span>]
<hr> </td> </tr> <tr> <td id="one" width="100%" height="10" class="windowbg" style="display: none;"> <center><u><b>Announcements/ News</b></u></center> <blockquote><B>23 February 2008</b>: A new announcement table! whhot! Isn't it awesome? The new deputy of shadowclan was just announced in Shadowclan camp, and the winner is <i>ASHGAZE!</i> congrats! And don't feel bad if you didn't win! There will be more auditions in the future, and i'm sure you'll win one of them ^-^ - izzy <p> <b>6 April 2008</b>: As most of you know already, the ThunderClan Deputy auditions were held a while back - and the winner was Kana, with her cat Tundrafir. Tundrafir will be replacing Avaricewhisper as the new ThunderClan deputy. - Mint </blockquote><hr></td> </tr>
<tr> <td id="two" width="100%" height="10" class="windowbg" style="display: none;"> <center><u><b>Clan Status</b></u></center> <blockquote><b>ThunderClan:</b> <blockquote><i>Leader:</i> Spindlestar | <i>Deputy:</i> Tundrafir | <i>Medicine Cat: </i>Rainwind, Skypaw</blockquote>
<b>WindClan:</b>
<blockquote><i>Leader:</i> Ravenstar | <i>Deputy:</i> Mossclaw | <i>Medicine Cat:</i> Moonspirit, Thistlepaw</blockquote>
<b>RiverClan:</b> <blockquote><i>Leader:</i> Shadedstar | <i>Deputy:</i> Silvermist | <i>Medicine Cat:</i> Oceandust, Whisperpaw</blockquote>
<b>ShadowClan:</b> <blockquote><i>Leader:</i> Tidalstar | <i>Deputy:</i> Ashgaze | <i>Medicine Cat:</i> Spellmist, Paintedpaw</blockquote></blockquote> <hr> </td> </tr> <tr>
<td id="three" width="100%" height="10" class="windowbg" style="display: none;"> <center><u><b>Plot Summery</b></u></center> <blockquote><b>All of a sudden, a strange storm begins to brew. The sky turns black and StarClan seems to have disappeared, not even the Medicine Cats can contact their Warrior Ancestors. Soon, the winds turn cold as ice and heavy hail turns to blizzard-like snow... The prey is hidden and the cats begin to starve... What will they do? Soon, massive thunder and snowstorms begin to destroy everything, from territories to camps and training hollows; everything is going wrong. In the midst of it all, a young Medicine Cat Apprentice named Skypaw dreams of a fresh running waterfall underground, with short green grass and shelter for all. She sees pictures of a tunnel; but like one she had never seen before.
It was totally hidden from above ground, and her only hints to its whereabouts are the running water that smelt just like the Moonpool. Only a few moonrises later, the Clans panic like never before. The Gathering was missed as the lake's risen water was impossible to cross, it was almost impossible to move in amongst the thick snow that a cat would merely sink into. Disregarding the possibilities of telling her Leader or Mentor, Skypaw meets up with the three other Medicine Cat Apprentices who happen to be her very good friends. The four of them travel to the Moonpool in search of this so called 'tunnel' she had pictured. With no apparent luck, the RiverClan Medicine Cat Apprentice, with no other option decides to take a swim; quite literally.
The Apprentice uses his/her skill to navigate their way through the sacred Moonpool, soon discovering a small opening wedged between two rocks near the pools bottom. The hole led to an upwards tunnel that was quite easy to climb since the water did not reach it. The Apprentice made his/her way through the tunnel hoping it was what his/her friend, Skypaw had seen. Soon enough the RiverClan Medicine Cat Apprentice reached the tunnels end. It led out to a huge stone clearing, covered in rocks, moss and short green grass which was totally empty of life other than the small waterfall giving out fresh water which ran through a tiny stream that lead to a mass of rocks on the opposite side of the clearing. Sunlight filtered in from above the few boulder-like rocks which marked the end of the clearing, so he/she climbed them to see a small hole, just big enough for a cat to slide through. He/she climbed through the rock to find him/herself under a thick wall of bracken and rocks. He/she clawed his/her way through until he/she escaped from the hole. The Apprentice was filled with joy; this had definitely been the place Skypaw had seen in her dreams. He/she climbed over a few rocks and tumbled over some broken branches until he/she found where he/she was.
The Apprentice was now just a few fox-lengths from the Moonpool, where his/her fellow Medicine Cat Apprentices stood peering into the crystal-like pool calling his/her name. The RiverClan Apprentice told the other exactly what he/she had found; they were all ecstatic. Skypaw confirmed that this was the place she had seen as the RiverClan cat showed her the outside entrance to the tunnel. The Apprentices being proud of themselves, went back to their Clans where they told their Clans what they had found. With little persuading, the Clans followed the Medicine Cat Apprentices to the outside entrance to the tunnel that they had described. One by one, each Clan cat made their way down the steep, rocky wall landing on soft green grass. The temperature was much warmer here; and there was enough fresh water to drink. Luckily, there were a few plants and roots that housed small animals for the Cats to eat. It wasn't much, but it kept them going for the few moonrises they spent there together until the snow melted and the storm stopped. But before any of that happened, the Clans had noticed missing cats. One ShadowClan Apprentice was missing, one ThunderClan Apprentice was missing, two WindClan kits were missing and RiverClan's Medicine Cat was nowhere to be seen. Without hesitation, few Warriors from each Clan set out to find the missing cats, but as days passed, no Cats returned to the tunnel.
As scared as the Clans were, no cat dared to leave the safety of the underground tunnel. They were to wait... Wait until the storm stopped, and when the snow had melted. For what seemed like an eternity, the Cats then left the safety of the tunnel to see the sun shining and most of the snow melted. The clouds were long gone and the weather was warmer than usual. The Clans made their way back to their territories, hoping to find their missing cats huddled together somewhere in the sun... But they found something far, far worse. Their camps were totally ruined, broken down trees and smashed rocks littered the clearing everywhere, but what was worse was that gangs of rogues, loners and ever kittypets had taken over the Clan's territories; holding the missing Clan Cats as hostages. The Clan Cats were outraged, and even though there were far more Clan Cats than others, they were in no shape to fight for their territories back. Although their territories had been taken over, the Clan Cats made a deal with the rogues.
The deal was that in three moonrises, the Clan Cats would fight the rogues, loners and kittypets for their territories back. If the Clans won, they gained back their territory, missing cats, and would never see the others again. But if the others won, they would have to leave the lake and journey far away from their home, further than the Moonpool and it's hidden tunnel, further than any cat had ever been. After arguments between the Leaders, they accepted the challenge and were allowed to stay in their camps until the day of the battle. After three moonrises, the Clans met up with the rogues, loners and kittypets on the island, all ready for battle. There were no rules, simply whoever claimed defeat first lost. After a long lasting battle of wits and muscle, the Clan Cats eventually overpowered the non-clanners, claiming victory; gaining back their homes and loved ones.
The Clans live in peace and harmony once again... But for how long? </b></blockquote> </td> </tr> </table> </td></tr></table>
|
|
|
Post by Indigo Wintertrap on Aug 31, 2008 8:26:33 GMT -5
Actually after that it goes into Cbox stuff so it becomes the global footer therefore the part we're looking for should be someone in the mess of a code up above.
|
|
|
Post by Indigo Wintertrap on Sept 1, 2008 7:16:53 GMT -5
Wow.
Okay so I now feel increeeedibly stupid. With a big big S.
See, I was looking through and saw that I hadn't put "" around the colors and thought maybe that was the problem. That's when the stupid feeling started.
Oops wait. Oh no. I had just FORGOT TO PUT THE BRACKET AT THE END.
-crawls under a rock and dies-
Alright so the good news is, the colors are working, we just need to figure out prices now.
And the bad news is.... your admin is a big fat idiot who caused a huge header-hunting fuss for nothing and wasted about a hour of her time yesterday playing with codes for no reason. -siiiigh-
Lol.
|
|
|
Post by yoyo on Sept 1, 2008 12:58:24 GMT -5
rofl xDD It's ok Lu, we all have those days I remember when at my site I was like: WHY ISNT THIS CODE WORKING??? and it turned out that I had forgot to click the lil button that saves your changes to headers/footers XD Hmmm I dunno about prices Aren't I helpful? XD
|
|