Suggest a link
Recommend to friend
Create a site
Layout
<!-- begin code provided by createblog.com --> </Thanks To AnimeAngelLayouts for this Layout Code/> <script language=JavaScript> /* Falling Picture *1 picture* Original at http://black.demons.to/ fixed to work in XANGA by xanga.com/dorischu */ st=setTimeout; change=''; //#Amended Code var no = 10; // number of picture appear var speed = 50; // smaller value will move more faster var falling = "http://i42.photobucket.com/albums/e318/AnimeAngelLayouts/orangeandblackstars.gif"; // PUT YOUR IMAGE URL HERE var ns4up = (document.layers) ? 1 : 0; var ie4up = (document.all) ? 1 : 0; var dx, xp, yp; var am, stx, sty; var i, doc_width = 600, doc_height = 800; if (ns4up) { doc_width = self.innerWidth; doc_height = self.innerHeight; } else if (ie4up) { doc_width = document.body.clientWidth; doc_height = document.body.clientHeight; } dx = new Array(); xp = new Array(); yp = new Array(); am = new Array(); stx = new Array(); sty = new Array(); for (i = 0; i < no; ++ i) { dx[i] = 0; xp[i] = Math.random()*(doc_width-50); yp[i] = Math.random()*doc_height; am[i] = Math.random()*20; stx[i] = 0.02 + Math.random()/10; sty[i] = 0.7 + Math.random(); if (ns4up) { if (i == 0) { document.write("<layer name=\"dot"+ i +"\" left=\"20\" top=\"10\" visibility=\"show\"><img src=\"" + falling + "\" border=\"0\"></layer>"); } else { document.write("<layer name=\"dot"+ i +"\" left=\"20\" top=\"10\" visibility=\"show\"><img src=\"" + falling + "\" border=\"0\"></layer>"); } } else if (ie4up) { if (i == 0) { document.write("<div id=\"dot"+ i +"\" style=\"POSITION: abso"+change+"lute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 10px; LEFT: 20px;\"><img src=\"" + falling + "\" border=\"0\"></div>"); } else { document.write("<div id=\"dot"+ i +"\" style=\"POSITION: abso"+change+"lute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 10px; LEFT: 20px;\"><img src=\"" + falling + "\" border=\"0\"></div>"); } } } function snowNS() { for (i = 0; i < no; ++ i) { yp[i] += sty[i]; if (yp[i] > doc_height-50) { xp[i] = Math.random()*(doc_width-am[i]-30); yp[i] = 0; stx[i] = 0.02 + Math.random()/10; sty[i] = 0.7 + Math.random(); doc_width = self.innerWidth; doc_height = self.innerHeight; } dx[i] += stx[i]; document.layers["dot"+i].top = yp[i]; document.layers["dot"+i].left = xp[i] + am[i]*Math.sin(dx[i]); } st("snowNS()", speed); } function snowIE() { for (i = 0; i < no; ++ i) { yp[i] += sty[i]; if (yp[i] > doc_height-50) { xp[i] = Math.random()*(doc_width-am[i]-30); yp[i] = 0; stx[i] = 0.02 + Math.random()/10; sty[i] = 0.7+ Math.random(); doc_width = document.body.clientWidth; doc_height = document.body.clientHeight; } dx[i] += stx[i]; document.all["dot"+i].style.pixelTop = yp[i]; document.all["dot"+i].style.pixelLeft = xp[i] + am[i]*Math.sin(dx[i]); } st("snowIE()", speed); } if (ns4up) { snowNS(); } else if (ie4up) { snowIE(); } </SCRIPT> <!-- end code provided by createblog.com --> <div align="right"><a href="http://www.xanga.com/AnimeAngelLayouts">.::::::AnimeAngelLayouts::::::.</a><style type="text/css"> <style type="text/css"> /*PUT THE NAME OF YOUR SITE HERE SO IT SHOWS YOU MADE IT*/ table.footer, table.search, #rblEprops, hr {display: none;} BODY { background-color: #000000; background-repeat: no-repeat; background-attachment: fixed; background-image: url(http://img440.imageshack.us/img440/9277/minitokyoanimewallpapersshinin.jpg); background-position: center; scrollbar-face-color: #996633; scrollbar-shadow-color: #000000; scrollbar-highlight-color: #ffffff; scrollbar-3dlight-color: #996633; scrollbar-darkshadow-color: #000000; scrollbar-track-color: #ffffff; scrollbar-arrow-color: #ffffff; font-family: arial; font-size:8pt; font-color: #000000; line-height:150%; text-align: center; } center, font{ font-family: arial; font-size: 8pt; font-color: #ffffff; line-height: 12px;} table.left { border:0px; } table.blogbody { /* this edits the other the place where the blog is */ border-top: 3px double #996633; border-left: 3px double #996633; border-right: 3px double #996633; border-bottom: 3px double #996633; width: 100%; width:361; } table.left TD { color: #ffffff; border: 0px; text-align:center; } div.blogheader, .caption { /* edits the dates */ line-height:16px; font-family:arial; text-transform: lowercase; font-size:12px; font-weight:bold; text-align:center; color:#ffffff; letter-spacing:-1px; padding-top:1px; padding-bottom:0px; width: 361px } .blogbody{ border-top: 1px solid #996666; color: #ffffff; } .blogbody td{ width: 0px; padding-left: 0px} input, select, menu, #htmleditor, textarea, .textfield, .button{ border: 3px double #996666; font-family:arial; font-size:8pt; font-color:#000000; line-height:150%; background-color: #ffffff; text-align: center; } .module, .module, .blogbody, table.footer, .standard, .modulemodulefontcolor, td, p, .content, .smalltext{ font-family: arial; font-size: 8pt; color: #ffffff; text-align:left; } STRONG{ COLOR: #990000; letter-spacing: 0pt; cursor: crosshair;} A:link{ font-family:arial; text-decoration:none; font-size: 8pt; color: #ffffff; } A:visited{ text-decoration:none; font-family:arial; font-size: 8pt; color: #996666; } a:active{ font-size:8pt; color: #66CC66;} A:hover{ /* edits when user mouseovers the links */ color:#990000; border-bottom: 2px dotted #ffffff; border-Top: 2px dotted #ffffff; font:normal 8pt arial; line-height:8px; cursor:crosshair; letter-spacing:-1px; height: 0; PADDING-TOP: 1px; PADDING-BOTTOM: 1px; PADDING-RiGHT: 1px; PADDING-LEFT: 1px; text-align: left; } .search, .searchbarborder, .footer, hr, banner{ display: none; } .navigation { display: none; font-weight: none !important; width: 100% !important; font-size: 8px;} .navigation * div { display: none; float: right; font-weight: none !important} </style> <style type"=text/css> /* edit to your liking */ texttable.left, td.mainleft, table.left, table.navigation, table.search{display:none} table.blogbody tr td {width:0px; padding: 0px;} table.module { width:165px; border:0px;} table.module th { font:8pt arial;) color: #ffffff; border-top: 3px double #996666; border-bottom: 3px double #996666; border-left: 3px double #996666; border-right: 3px double #996666; } table.module td { border-top: 0px solid #ffffff; border-left: 1px solid #ffffff; border-right: 1px solid #ffffff; border-bottom: 1px solid #ffffff; ;} U {font-family: arial; color: #CC9933; letter-spacing: 0pt; font-size:8pt; font-style: border; border-bottom: 2px dotted #ffffff;} P {font-family:arial; color: #ffffff; font-size: 8pt; text-align: justify;} B, STRONG {font-family:arial; font-weight: BOLD; #66CC66; letter-spacing:none;font-size: 8pT;} i, EM {font-family:arial; color: #996666; letter-spacing:none;} <style></style></style> <!-- add this below all the CSS --> <table border=0 width="500"><tr><td valign="top" width="160"> <table border="1" cellspacing="0" cellpadding="4" width="100%" class="module"><tr><th valign="top" align="left" class="module"><font face=arial><center><strong><img src="http://i42.photobucket.com/albums/e318/AnimeAngelLayouts/orangeandblackstars.gif">About Me<img src="http://i42.photobucket.com/albums/e318/AnimeAngelLayouts/orangeandblackstars.gif"></strong></center></a></th></tr><tr><td valign="top" class="module"> <center><br><img src="YOUR OWN IMAGE URL HERE"><br><br></center> <img src="http://i42.photobucket.com/albums/e318/AnimeAngelLayouts/orangeandblackstars.gif"><strong>They Call Meh:</strong> NAME HERE<br> <img src="http://i42.photobucket.com/albums/e318/AnimeAngelLayouts/orangeandblackstars.gif"><strong>I'm A:</strong> FEMALE OR MALE<br> <img src="http://i42.photobucket.com/albums/e318/AnimeAngelLayouts/orangeandblackstars.gif"><strong>Livin' in:</strong> CITY/TOWN HERE<br> <img src="http://i42.photobucket.com/albums/e318/AnimeAngelLayouts/orangeandblackstars.gif"><strong>I Like:</strong> SAY SOMETHING ABOUT YOURSELF<br> <img src="http://i42.photobucket.com/albums/e318/AnimeAngelLayouts/orangeandblackstars.gif"><strong>I H8:</strong> SAY SOMETHING YOU H8<br> <img src="http://i42.photobucket.com/albums/e318/AnimeAngelLayouts/orangeandblackstars.gif"><strong>Zodiac:</strong> YOUR ZODIAC<br> <img src="http://i42.photobucket.com/albums/e318/AnimeAngelLayouts/orangeandblackstars.gif"><strong>B-Day:</strong> YOUR BIRTH DAY<br> <img src="http://i42.photobucket.com/albums/e318/AnimeAngelLayouts/orangeandblackstars.gif"><strong>My Lover:</strong> WHO ISH YOUR LOVER<br> <BR></td></tr></table><br> <table border="1" cellspacing="0" cellpadding="4" width="100%" class="module"><tr><th valign="top" align="left" class="module"><font face=arial><center><strong><img src="http://i42.photobucket.com/albums/e318/AnimeAngelLayouts/orangeandblackstars.gif">Navigation<img src="http://i42.photobucket.com/albums/e318/AnimeAngelLayouts/orangeandblackstars.gif"></strong></center></a></th></tr><tr><td valign="top" class="module"> <img src="http://i42.photobucket.com/albums/e318/AnimeAngelLayouts/orangeandblackstars.gif"><a href="http://www.xanga.com">Xanga</A> <BR> <img src="http://i42.photobucket.com/albums/e318/AnimeAngelLayouts/orangeandblackstars.gif"><a href="http://www.xanga.com/signin.aspx"> Sign In </a> <BR> <img src="http://i42.photobucket.com/albums/e318/AnimeAngelLayouts/orangeandblackstars.gif"><a href="http://www.xanga.com/logout.aspx"> Log Out</a> <BR> <img src="http://i42.photobucket.com/albums/e318/AnimeAngelLayouts/orangeandblackstars.gif"><a href="http://www.xanga.com/Private">Private</A> <BR> <img src="http://i42.photobucket.com/albums/e318/AnimeAngelLayouts/orangeandblackstars.gif"><a href="http://www.xanga.com/CLAF/default.asp">Look<b>&</b>Feel</A> <BR> <img src="http://i42.photobucket.com/albums/e318/AnimeAngelLayouts/orangeandblackstars.gif"><a href="http://xanga.com/Private/SubscribeTo.aspx?user=YOUR XANGA USERNAME HERE">Add Me<i>!</i></a> <BR> <img src="http://i42.photobucket.com/albums/e318/AnimeAngelLayouts/orangeandblackstars.gif"><a href="http://www.xanga.com/private/subs.aspx">Subscrptions</A> </td></tr></table><br> <table border="1" cellspacing="0" cellpadding="4" width="100%" class="module"><tr><th valign="top" align="left" class="module"><font face=arial><center><strong><img src="http://i42.photobucket.com/albums/e318/AnimeAngelLayouts/orangeandblackstars.gif">Friends<img src="http://i42.photobucket.com/albums/e318/AnimeAngelLayouts/orangeandblackstars.gif"></strong></center></a></th></tr><tr><td valign="top" class="module"> <a href="YOUR FRIENDS URL"> YOUR FRIEND</a><br> <a href="YOUR FRIENDS URL"> YOUR FRIEND</a><br> <a href="YOUR FRIENDS URL"> YOUR FRIEND</a><br> <a href="YOUR FRIENDS URL"> YOUR FRIEND</a><br> <a href="YOUR FRIENDS URL"> YOUR FRIEND</a><br> <a href="YOUR FRIENDS URL"> YOUR FRIEND</a><br> <a href="YOUR FRIENDS URL"> YOUR FRIEND</a><br> </td></tr></table><br> <table border="1" cellspacing="0" cellpadding="4" width="100%" class="module"><tr><th valign="top" align="left" class="module"><font face=arial><center><strong><img src="http://i42.photobucket.com/albums/e318/AnimeAngelLayouts/orangeandblackstars.gif">Extra<img src="http://i42.photobucket.com/albums/e318/AnimeAngelLayouts/orangeandblackstars.gif"></strong></center></a></th></tr><tr><td valign="top" class="module"> PUT ANTHING U WANT HERE ^-^ </td></tr></table><br> <table border="1" cellspacing="0" cellpadding="4" width="100%" class="module"><tr><th valign="top" align="left" class="module"><font face=arial><center><strong><img src="http://i42.photobucket.com/albums/e318/AnimeAngelLayouts/orangeandblackstars.gif">Music<img src="http://i42.photobucket.com/albums/e318/AnimeAngelLayouts/orangeandblackstars.gif"></strong></center></a></th></tr><tr><td valign="top" class="module"> PUT YOUR MUSIC HERE </td></tr></table><br> <table border="1" cellspacing="0" cellpadding="4" width="100%" class="module"><tr><th valign="top" align="left" class="module"><font face=arial><center><strong><img src="http://i42.photobucket.com/albums/e318/AnimeAngelLayouts/orangeandblackstars.gif">Credits<img src="http://i42.photobucket.com/albums/e318/AnimeAngelLayouts/orangeandblackstars.gif"></strong></center></a></th></tr><tr><td valign="top" class="module"> <a href="http://xanga.com/AnimeANgelLayouts" target="_blank"><img src="http://i42.photobucket.com/albums/e318/AnimeAngelLayouts/animeangelbutton2398645.gif" border="0" alt="AnimeAngelLayouts" width="88" height="31"></a> <!-- end code provided by createblog.com --> </td></tr></table><br> </td><td width="500" valign="top" align="left"> <BODY style= "border-left:# 5pt solid; border-right:# 5pt solid; border-bottom:# 5pt solid; border-top: # 5pt solid;"> <!-- Blink Boxes : Provided by Blogring.net --> <script language=JavaScript> <!-- //blink boxes - xanga.com/add_ons //by sean f http://www.xanga.com/seanmeister //fixed to work with new security measures by //hotaru_01 http://www.xanga.com/hotaru_01 // customize by changing the values below // these are the various colors, in quotes, seperated by commas var blinkColors = new Array("#CC9900 ","#ffffff","#996666","#990000"); // the border color var blinkBorderColor = "#ffffff" // the border width, in pixels var blinkBorderWidth = 1; // the # of rows var blinkRows = 3; // the # of columns var blinkCols = 1; // the width of the entire box, in pixels or % var blinkWidth = 362; // the height of each row, in pixels var blinkRowHeight = 2; // speed of blinking, in milliseconds var blinkRate = 8; // do not edit below this line st=setTimeout; document.write("<table id='blinkbox' width='" + blinkWidth +"' border = 0 cellspacing='" + blinkBorderWidth + "' cellpadding=0 bgcolor='" + blinkBorderColor +"'>"); for (r = 0; r < blinkRows; r++){ document.write("<TR>"); for (c = 0; c < blinkCols; c++){ document.write("<TD height='" + blinkRowHeight + "'></TD>"); } document.write("</TR>"); } document.write("</table>"); // ... and this makes it blink function blinkIt() { changecell = Math.floor(Math.random() * (blinkCols * blinkRows)); changecolor = Math.floor(Math.random() * blinkColors.length); bb = document.getElementById("blinkbox"); bbtd = bb.getElementsByTagName("td"); bbtd[changecell].style.backgroundColor = blinkColors[changecolor]; st('blinkIt()', blinkRate); } blinkIt(); //--> </script> </Thanks to AnimeAngelLayouts for this Layout code/>
Scroll Bar For Entries {put in web stats}
<style type="text/css"> .custom{ width:350px; height:300px; z-index:100; overflow: auto; border: 0px #000000 solid; background:transparent; }</style> <script> var tds = document.getElementsByTagName ('a'); for (var i = 0; i < tds.length; i++) { timeString = tds[i].innerText; if(timeString.match(/\d+:\d+ [ap]m\b/i)){ if(!tds[i].parentNode.parentNode.parentNode.parentNode.parentNode.tagName.match(/table/i)){break;} table = tds[i].parentNode.parentNode.parentNode.parentNode.parentNode; stuff = tds[i].parentNode.parentNode.parentNode.previousSibling.lastChild; inner = stuff.innerHTML stuff.innerHTML=""; stuff.insertAdjacentHTML('afterBegin','<div class="custom">'+inner+'</div>'); } } </script>