<font style="font:bold 29pt arial narrow;line-height:25pt;textspacing:-1px; color:ffffff;">"Bucky</i> Katt"<br><font color=#ffffff>
<!-- 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("#58E758","#000000","#18A718","#ffffff"); // the border color var blinkBorderColor = "#000000" // the border width, in pixels var blinkBorderWidth = 1; // the # of rows var blinkRows = 1; // the # of columns var blinkCols = 40; // the width of the entire box, in pixels or % var blinkWidth = 575; // the height of each row, in pixels var blinkRowHeight = 10; // 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> <!-- End Script by Blogring.net -->
<style type="text/css"> body { background-color: #000000; background-image: url(http://img235.echo.cx/img235/1174/fuzz4fx.jpg); background-repeat: no-repeat; background-attachment: fixed; background-position: center; scrollbar-arrow-color: #18A718; scrollbar-track-color: #ffffff; scrollbar-shadow-color: #ffffff; scrollbar-face-color: #18A718; scrollbar-highlight-color: #ffffff; scrollbar-darkshadow-color: #000000; scrollbar-3dlight-color: #000000; }
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { font:normal 11px arial; line-height:10px; color:#ffffff; letter-spacing:0px; text-align:justify; }
table.footer TD { text-align: center; }
div.blogheader, .caption { font:bold 16px arial; text-transform:lowercase; line-height:10px; font-weight:regular; color:#ffffff; letter-spacing:1px; background-color: #; text-align: center; }
a:link, .footernav.link, a.footernav:link, a.footernav:active { color:#ffffff; text-decoration: none; }
a:visited, a.footernav:visited, { color:#ffffff; text-decoration: none; }
a:hover { color:#18A718; cursor: hand; text-decoration: none; font:normal 9px arial; }
input, select, textarea, .textfield, .button { border: 1px solid #000000; font:normal 11px arial; background-color: #ffffff; letter-spacing:0px; color: #003344; }
table.left { border: 1px solid #ffffff; width:180px; background-color: #000000; color: #ffffff; filter:alpha (opacity=70, finishopacity=70, style=1); }
table.blogbody { border: 1px solid #ffffff; background-color: #000000; width:400px; filter:alpha (opacity=70, finishopacity=70, style=1); }
table.left th { background-image: url(url here); background-color: #000000; font: bold 12px arial; text-transform: lowercase; color: #18A718; border: none; text-align: center; } table.left TD { background-image: url(url here); background-color: #000000; border: none; }
table.search TD, table.search, table.announcements { background-color: #000000; border: 1px solid #ffffff; filter:alpha (opacity=70, finishopacity=70, style=1); } table.search TD, table.announcements TH { border: 0px solid #; } table.navigation, table.main, table.footer { width: 580px; } hr { border: 1px solid #ffffff; } </style> |