| <img src="http://i7.photobucket.com/albums/y265/FlawlessLovex/diestanding.bmp" alt="Image hosted by Photobucket.com"> <!-- Blink Boxes : Provided by Blogring.net --> <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("#FF0099","00FFFF","FFFF00"); // the border color var blinkBorderColor = "#000000" // 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 = 600; // 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> <!-- End Script by Blogring.net -->
<A href="http://www.xanga.com/FxM_Layouts">FxM_Layouts</A><br>
<style type="text/css"> body { background-color: #000000; scrollbar-arrow-color: #FFFF00; scrollbar-track-color: #00FFFF; scrollbar-shadow-color: #000000; scrollbar-face-color:#FF0099; scrollbar-highlight-color: #FFFF00; scrollbar-darkshadow-color: #FF0099; scrollbar-3dlight-color: #000000; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 12px century gothic; color: #FF0099; letter-spacing:0px; text-align:center; line-height:10px; } .blogbody b, .standard b, strong{ color:00FFFF; font-weight:bold; font-size: 12px; font-family: century gothic; } .left i, .blogbody i, .standard i, em{ color:#FFFF00; font-weight:regular; font-size:12px; font-family:lucida handwriting; } .left u, .blogbody u, .standard u{ color:#FFFF00; font-weight:regular; border-top: 2px dashed yellow; border-bottom: 1px dotted aquamarine; font-size: 12px; font-family: century gothic; } 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: Arial narrow; font-size:18pt; font-weight: normal; color: #FF0099; text-align: center; border-bottom: 1px solid #FFFF00; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:#FF0099; font:normal 11px Century Schoolbook; line-height:10px text-decoration: none; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#FFFF00; font:11px Century Schoolbook; text-decoration: strike; } a:hover { /* edits when user mouseovers the links */ color:#00FFFF; font:bold 11px century gothic; text-decoration: bold; border-top: 2px dotted aquamarine; border-bottom: 1px dotted #FF0099; } input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px dashed #FF0099; font:bold 12px century gothic; font-color: #FFFF00; background-color: #FFFFFF; letter-spacing:0px; } table.left { /* this edits the menu module */ border: 2px dashed #FFFF00; font-weight: normal; font-color: #FF0099; width:140px; background-color: #000000; } table.blogbody { /* this edits the other the place where the blog is */ background-color: #000000; border-top: none; width:330px; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ font-family: Century Schoolbook; font-size:11pt; font-weight: bold; letter-spacing: 0px; color: #FF0099; background-color: #000000; text-align: center; border: 2px dashed #FFFF00; border-bottom: none; } table.left TD { /* on your menu module, this edits the body part of it */ background-color: #000000; border: 0px dashed #FF0099; font: Century Schoolbook; font-color: #00FFFF; border-top: none; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #000000; border: 2px dashed #00FFFF; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px dashed #FF0099; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 480px; } hr { /* horizontal divider */ border: 1px dashed #FFFF00; } table.footer {display: none;}</style> <style type="text/css"> |