<CENTER><a href="http://www.xanga.com/cursed__layouts">cursed layouts</A><BR> <img src="http://tinypic.com/4ftz47"> <script> <!-- //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("#FF69B4","#DEB887","#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 = 60; // the width of the entire box, in pixels or % var blinkWidth = 570; // the height of each row, in pixels var blinkRowHeight = 15; // 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> <style type="text/css"> body { background-image: url() fixed bottom right no-repeat bgim; background-color: #FFFFFF url() fixed bottom right no-repeat bgimg; scrollbar-face-color: #DEB887; scrollbar-arrow-color: #FF69B4; scrollbar-track-color: #FF69B4; scrollbar-shadow-color: #DEB887; scrollbar-highlight-color: #DEB887; scrollbar-darkshadow-color: #DEB887; scrollbar-3dlight-color: #DEB887; cursor: default; } .module, .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p, .content, .smalltext { /* edits main text */ font:normal 11px Terminal; line-height: 13px; color: #000000; 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 */ font-family:Times New Roman; font-size:25px; line-height:23px; font-weight:bold; color:#DEB887; letter-spacing:-2px; background-color: #ffffff; text-align: center; border-top: 4px solid #FF69B4; border-left: 4px solid #FF69B4; border-right: 4px solid #FF69B4; border-bottom: 4px solid #FF69B4; } A:link { /* edits all links */ color:#000000; font:normal 11px Terminal;line-height:13px; text-decoration: none; }
A:visited { /* edits the links that the user has visited */ color:#000000; font:normal 11px Terminal; line-height:13px; text-decoration: none; }
a:hover { /* edits when user mouseovers the links */ color:#DEB887; font:normal 11px Terminal; line-height:12px; cursor: e-resize; font-weight: normal; text-decoration: none; border: 4px solid #FF69B4; }
input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 4px solid #FF69B4; font:normal 11px Terminal; background-color: #FFFFFF; letter-spacing:0px; font-weight: bold; color:DEB887; }
table.left { /* this edits the menu module */ border: 0px solid #DEB887; width:160px; background-color: #Ffffff; }
table.blogbody { /* this edits the other the place where the blog is */ border-top: 4px solid #DEB887; border-left: 4px solid #DEB887; border-right: 4px solid #DEB887; border-bottom: 4px solid #DEB887; background-color: #ffffff; width:400px; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ font-family:Times New Roman; font-size:25px; line-height:17px; font-weight:bold; color:#DEB887; letter-spacing:-2px; background-color: #ffffff; text-align: center; border-top: 4px solid #FF69B4; border-left: 4px solid #FF69B4; border-right: 4px solid #FF69B4; border-bottom: 4px solid #FF69B4; } table.left TD { /* on your menu module, this edits the body part of it */ border-top: 4px solid #DEB887; border-left: 4px solid #DEB887; border-right: 4px solid #DEB887; border-bottom: 4px solid #DEB887; background-color: #ffffff; width:400px; } table.search TD, table.search {display: none} table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 1px solid #000000; } table.blogbody tr td { /* this edits the left margin of blog */ width:0px; padding: 0px; }
table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 500px; } hr { /* horizontal divider */ display: none; } texttable.left, table.footer, table.search { display: none; table.footer { display:none; } b{color: DEB887} u{color: DEB887; border-bottom: 2px solid #FF69B4; font-weight: bold} i{color: DEB887; font-weight: bold} </style>
|