| <br> <script type="text/javascript"><!-- // customize by changing the values below // these are the various colors, in quotes, seperated by commas var blinkColors = new Array("#FF0000","#ffffff","#FFFF00"); // the border color var blinkBorderColor = "FF0000" // the border width, in pixels var blinkBorderWidth = 1; // the # of rows var blinkRows = 1; // the # of columns var blinkCols = 50; // the width of the entire box, in pixels or % var blinkWidth = 485; // the height of each row, in pixels var blinkRowHeight = 10; // speed of blinking, in milliseconds var blinkRate = 5; // 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> <br> <a href="http://www.xanga.com/home.aspx?user=layoutsz_____byBG" target="_blank">A_Brit_Gaf_Original</a> </script><BR><BR> <style type="text/css"> body { background-repeat: no-repeat; background-attachment: fixed; background-position: bottom left; background-image: url(http://www.alik.cz/dome/apo/tapety/800/simpsons.jpg); background-color: #FF0000; scrollbar-face-color: #FF0000; scrollbar-shadow-color: #ffffff; scrollbar-highlight-color: #ffffff; scrollbar-3dlight-color: #FFFF00; scrollbar-darkshadow-color: #FFFF00; scrollbar-track-color: #FF0000; scrollbar-arrow-color: #FF0000; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 11px arial; line-height: 11px; color: #FFFF00; letter-spacing:0px; text-align: justify; } .left B, { font: bold 11px arial; color: "#FFFF00"; line-height: 11px;} .blogbody b, .standard b, p b, strong { /* edits bolded text in your entry */ font-weight:11px arial; letter-spacing: 0px; color: #ffffff; } div.blogheader, .caption { /* edits the dates */ font-family: arial; text-transform: lowercase; font-size: 24px; font-weight: normal; line-height: 24px; color: #ffffff; letter-spacing: 1px; background-color: #FF0000; text-align: center; border: double #ffffff; letter-spacing: 1px; border-width: 3px 3px 0px 3px; padding-right: 0px; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color: #ffffff; font:11px arial; line-height:10px; text-decoration: none; text-transform: lowercase; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color: #FFFF00; font:11px arial; line-height:10px; text-decoration: none; text-transform: lowercase;} a:hover { /* edits when user mouseovers the links */ color: #ffffff; background: #FFFF00; font: bold 11px arial; text-transform: lowercase; border: 0px double #FF0000; line-height:13px; text-decoration: none; filter: none; height: 0px } input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border-color: #ffffff; border-width: 3px; border-style: double; font:normal 11px arial; background-color: #FF0000; letter-spacing: 1px; color: #FFFF00; } table.left { /* this edits the menu module */ border: double; text-align: justify; font: 11px arial; color: #ffffff; border-color: #FFFF00; border-width: 3px; border-style: double; width: 186px; background-color: #FF0000; } table.blogbody { /* this edits the other the place where the blog is */ background-color: #FF0000; family-font: arial; border-color: #ffffff; border-width: 3px; border-style: double; width:450px;} } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-image: url("C:\Documents and Settings\Teresa\My Documents\My Pictures\136569.jpg"); background-color: #FF0000; font: bold 11px arial; color: #FFFF00; border: none; text-align: center; width: 186px; } table.left TD { /* on your menu module, this edits the body part of it */ border: none; text-align: justify; font: 11px arial; color: #FFFF00; background-color: FF0000; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #FF0000; border: 3px double #ffffff; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: none; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 485px; } hr { /* horizontal divider */ border: 3px double #FFFF00; } </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 --> <!-- begin code provided by createblog.com --> <style type="text/css"> .blogbody u, .standard u, p u, u { font-weight: normal; color: #ffffff; border-bottom: #ffffff solid 1px;} </style> <!-- end code provided by createblog.com --> <!-- begin code provided by createblog.com --> <style type=text/css><!-- body{border-right:#FFFF00 20px solid;border-left:#FFFF00 20px solid;border-top:#ffffff 20px solid;border-bottom:#ffffff 20px solid} //--></style> <!-- end code provided by createblog.com --> |