<script language="JavaScript"> <!--
function SymError() { return true; }
window.onerror = SymError;
var SymRealWinOpen = window.open;
function SymWinOpen(url, name, attributes) { return (new Object()); }
window.open = SymWinOpen;
//--> </script>
<script language=JavaScript> <!-- //blink boxes - xanga.com/add_ons //by sean f <a href='http://www.xanga.com/seanmeister' target='_blank'>http://www.xanga.com/seanmeister</a>
//fixed to work with new security measures by //hotaru_01 <a href='http://www.xanga.com/hotaru_01' target='_blank'>http://www.xanga.com/hotaru_01</a>
// customize by changing the values below // these are the various colors, in quotes, seperated by commas var blinkColors = new Array("#ffcccc","#ff99cc","#ff66cc"); // 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 = 60; // the width of the entire box, in pixels or % var blinkWidth = 800; // 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"> /* Layouts by funky_layouts_4_u@xanga[dot]com */ /* <a href='http://BlogRing.net' target='_blank'>http://BlogRing.net</a> */ body { background-image: url(http://e.1asphost.com/ghettobarbie/graphics/wall/swirl_pink.jpg); background-repeat:all directions; background-attachment: fixed; background-position:bottom-right; scrollbar-arrow-color: #ff0099; scrollbar-track-color: #ffcccc; scrollbar-shadow-color: #ff66cc; scrollbar-face-color: #ff6699; scrollbar-highlight-color: #ffcccc; scrollbar-darkshadow-color: #ff6699; scrollbar-3dlight-color: #ffffcc; }
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 12px arial; line-height:12px; color:#000000;
letter-spacing:-1px; text-align:justify; }
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 { /* edits the dates */ width:420px; font-family:shelldon; text-transform:lowercase; font-size:20px; line-height:20px; font-weight:regular; color:#ff6666; letter-spacing:-3px; filter:alpha (opacity=80,style=0); background-color: transparent; text-align: center; border: none; border-bottom: 2px double ff9999 border-width: 1px 1px 0px 1px;
}
a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:#ff6699; border-bottom: 1px dashed #ff9999; font:normal 12px arial;line-height:12px; text-decoration: none; letter-spacing:-1px;
} a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#000000; border-bottom: 1px dashed #ff9999; font:normal 12px arial; line-height:12px; text-decoration: none; letter-spacing:-1px; }
a:hover { /* edits when user mouseovers the links */ color:#ff9999; font:normal 12px arial; line-height:12px; background: transparent; cursor: crosshair; text-decoration: line-through; letter-spacing:1px; }
input, select, textarea, iframe.htmleditor, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 2px dotted #ff9999; font:normal 12px arial; background-color: #ffcccc; letter-spacing:0px;
color: #999999; filter: alpha(style=0,opacity=80); }
table.left { /* this edits the menu module */ filter:alpha (opacity=80,style=0); border: 2px dotted #ff9999; width:180px; background-color: ffcc99; }
table.blogbody { /* this edits the other the place where the blog is */ filter:alpha (opacity=80,style=0); border: 2px dotted #ff9999; background-color: #ffffcc; width:420px; border-width: 2px 2px 2px 2px; }
table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */; background-position: top left; background-color: #ffcc99; width:180px;
font: bold 12px arial; text-transform: capitalize; color: #ff9900; border: none; text-align: center; }
table.left TD { /* on your menu module, this edits the body part of it */ background-color: #ffcccc; border: none #999999; width:180px; }
table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #ffffcc; border: 2px dotted #ff9999; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px dashed #3399cc; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 620px; } hr { /* horizontal divider */ border: 2px dotted #ff9999; } </style>
<script>document.title="Pink Swirls";</script> |