| <font face="Arial" color="20DF80" size="6">Your Text Here</font> <style type="text/css"> /*green layout satoshi*/ body { background-color: white; background-image: url(YOUR IMAGE URL HERE); background-repeat: no-repeat; background-attachment: fixed; background-position: bottom right; scrollbar-arrow-color: FFFFFF; scrollbar-track-color: FFFFFF; scrollbar-shadow-color: 20DF80; scrollbar-face-color: FFFFFF; scrollbar-highlight-color: 20DF80; scrollbar-darkshadow-color: 20DF80; scrollbar-3dlight-color: 20DF80; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* THIS EDITS THE MAIN TEXT OF YOUR XANGA */ font:normal 11px arial; line-height:18px; color:000000; letter-spacing:0px; text-align:center; } table.footer TD { /* THIS MAKES THE FOOTER AT THE BOTTOM CENTERED */ /* LEAVE IT ALONE UNLESS YOU KNOW WHAT TO DO*/ text-align: center; } div.blogheader, .caption { /* THIS EDITS THE FONT AND COLOR OF THE DATES*/ font-family:arial; text-transform:lowercase; font-size:11px; line-height:20px; background-color: FFFFFF; color:20DF80; letter-spacing:0px; text-align: center; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* THIS EDITS ALL LINKS */ color:000000; text-decoration: none; font: normal 11px arial } a:visited, a.footernav:visited, { /* THIS EDITS LINKS THAT THE USER HAS VISITED */ color: 000000; text-decoration: none; font: normal 11px arial
} a:hover { /* THIS EDITS LINKS WHEN YOU PUT YOU MOUSE OVER THEM */ color:#20DF80; text-decoration: none; cursor: crosshair; font:bold 11px arial; line-height:16px; background-color:#FFFFFF; } input, select, textarea, .textfield, .button { /* THIS EDITS THE BUTTONS DROPDOWNS, ETC. */ font:normal 11px arial; background-color: white; letter-spacing:0px; color: black; } table.left { /* THIS EDITS THE MENU MODULE */ width:160px; border: 1px solid black; } table.blogbody { /* THIS EDITS THE PLACE WHERE THE BLOG IS*/ background-color: white; width:400px; font:normal 11px arial; line-height:18px; color: black; border: 1px solid black; } table.left th { /* ON YOUR MENU MODULE THIS EDITS THE TITLE PART OF IT*/ /* LIKE BLOGRINGS, SUBSCRIPTIONS, ETC. */ background-image: none; background-color: FFFFFF; font: normal 11px arial; text-transform: lowercase; color: 20DF80; } table.left TD { /* ON YOUR MENU MODULE, THIS EDITS THE BODY OF IT */ background-image: none; background-color: white; border: none; font:normal 11px arial; line-height:18px; color: black; } table.search TD, table.announcements TH { /* THIS SHOULD BE LEFT ALONE */ /* UNLESS YOU KNOW WHAT TO DO */ border: 1px solid black; } table.navigation, table.main, table.footer { /* THIS EDITS THE WIDTH OF YOUR BLOG MODULES*/ width: 600px; } hr { /* THIS IS THE COLOR OF A HORIZONTAL DIVIDER */ border: 1px solid black; } </style> <BODY style="border-bottom: 000000 20t solid; border-top: 000000 20t solid; border-left: 000000 20t solid; border-right: 000000 20t solid"></TBODY>
<center><a href="http://www.xanga.com/anime_layouts_4_you">satoshi</a><BR></center>
<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("20DF80","FFFFFF", "FFFFFF"); // the border color var blinkBorderColor = "#FFFFFF" // the border width, in pixels var blinkBorderWidth = 1; // the # of rows var blinkRows = 1; // the # of columns var blinkCols = 1; // the width of the entire box, in pixels or % var blinkWidth = 520; // the height of each row, in pixels var blinkRowHeight = 20; // speed of blinking, in milliseconds var blinkRate = 15; // 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> |