| <img src="http://tinypic.com/jkeyvn.jpg" alt="Image hosted by TinyPic.com"> <center><A href="http://xanga.com/bangbangbang_laiouts" target="_new">C&A</a></center> <!-- Blink Boxes --> <script language=JavaScript> <!-- //blink boxes - xanga.com //by //fixed to work with new security measures by //html // customize by changing the values below // these are the various colors, in quotes, seperated by commas var blinkColors = new Array("000000","ffffff","pink"); // the border color var blinkBorderColor = "#ffffff" // the border width, in pixels var blinkBorderWidth = 1; // the # of rows var blinkRows = 5; // the # of columns var blinkCols = 1; // the width of the entire box, in pixels or % var blinkWidth = 550; // the height of each row, in pixels var blinkRowHeight = 4; // speed of blinking, in milliseconds var blinkRate = 10; // 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> <style type="text/css"> body { background-color:white; background-image: url(http://tinypic.com/jkelo9.jpg); background-repeat:repeat; background-attachment: fixed; background-position: center; scrollbar-arrow-color: #ffffff; scrollbar-track-color: #FF0080; scrollbar-shadow-color: #FF0080; scrollbar-face-color: #000000; scrollbar-highlight-color: #000000; scrollbar-darkshadow-color:#000000; scrollbar-3dlight-color: #000000; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 11px Arial; line-height:18px; color:#FF0080; letter-spacing:0px; text-align:left-aligned; } 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 */ font-family:Sabotage; text-transform:uppercase; font-size:20px; line-height:30px; font-weight:regular; height: 2px; background-color: #000000; filter: alpha (opacity=100, finishopacity=0, style=2); color:#ffffff; letter-spacing:1px; text-align: center; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ font:normal 11px Arial; color:pink; text-decoration: none; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ font:normal 11px arial; color:#ffffff; text-decoration: none; } a:hover{ /* edits when user mouseovers the links */ color:#ffffff; cursor: move; text-decoration: none; font:normal 12px arial; background-color: #000000; border: 2px dotted #FF0080; } input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 2px solid #ffffff; font:normal 11px arial; background-color: #000000; letter-spacing:0px; color: pink; } table.left { /* this edits the menu module */ border: 2px solid #ffffff; width:160px; } table.blogbody { /* this edits the other the place where the blog is */ border: 2px solid #ffffff; background-color: #000000; width:400px; font:normal 11px arial; line-height:18px; color: pink; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-image: url(http://tinypic.com/jhg0ba.jpg); background-color: #000000; font:regular 11px arial; text-transform: lowercase; color: pink; border: none; } table.left TD { /* on your menu module, this edits the body part of it */ background-image: url(); background-color: #000000; border:ridge; font:normal 11px arial; line-height:18px; color: pink; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #000000; border: 2px solid #ffffff; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 2px solid #ffffff; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 500px; } hr { /* horizontal divider */ border: 2px solid #FF0080; } </style> <!-- End Script by Blogring.net --> <BODY style="border-bottom: #FF0080 10t solid; border-top: #ffffff 10t solid; border-left: #ffffff 10t solid; border-right: #FF0080 10t solid"></TBODY> <!-- begin code provided by createblog.com --> <style type="text/css"> .blogbody b, .standard b, p b, strong { /* edits bolded text in your entry */ font-weight: bold; color: #ffffff; } </style> <!-- begin code provided by createblog.com --> <style type="text/css"> .blogbody i, .standard i, p i, em { font-weight: italic; color:#ffffff;} </style> <!-- end code provided by createblog.com --> |