|
<center> </center> <style type="text/css">
body { background-color: #000000; scrollbar-arrow-color: #000000; scrollbar-track-color: #000000; scrollbar-shadow-color: #ff0000; scrollbar-face-color: #000000; scrollbar-highlight-color: #ff0000; scrollbar-darkshadow-color: #00ff00; scrollbar-3dlight-color: #00ff00; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* main text stuff */ font:normal 11px Zapf-Chancery; line-height: 11px; color:#00ff00; letter-spacing:0px; text-align:justify; } table.footer TD { /* centers bottom footer*/ text-align: center; } div.blogheader, .caption { /* dates */ font-family:Zapf-Chancery; text-transform:lowercase; font-size:14px; line-height:14px; font-weight:bold; color:#00ff00; letter-spacing:-1px; background-color: #000000; text-align: right; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* links */ color:#FF0000; font:normal 11px Zapf-Chancery;line-height:12px; text-decoration: none; } a:visited, a.footernav:visited, { /* visited links */ color:#00ff00; font:normal 11px Zapf-Chancery; line-height:12px; text-decoration: none; } a:hover { /* hover links*/ COLOR:none;background:url(http://members.asianaven
ue.com/risa-cute-image/starglow.gif ); font:bolder 11px Zapf-Chancery; line-height:12px; text-decoration: strike-through; cursor: crosshair; } a:active { color: #ffff00; font:normal 11px Zapf-Chancery; line-height:12px; cursor: s-resize; text-decoration: stike-through; } input, select, textarea, iframe.htmleditor, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #ff0000; font:normal 11px Zapf-Chancery; background-color: #000000; letter-spacing:0px; } table.left { /* menu module */ border: 1px dashed #00ff00; width:160px; background-color: #000000; color: #ff0000; } table.blogbody { /* blog */ border: 1px dashed #ffff00; background-color: #000000; width: 560px; } table.left th { /* title of the menu module */ background-image: url (http://url.com/to/the/site/image.gif); background-color: #000000; font: bold 11px Zapf-Chancery; font-color: #00ff00 text-transform: lowercase; color: #ff0000; border: 1px solid #00ff00; border-width: 1px 1px 0px 1px; } table.left TD { /* body of the menu module */ background-image: url (http://url.com/to/the/site/image.gif); background-color: #000000; border: none; } table.search TD, table.search, table.announcements { /* search bar stuff */ background-color: #000000; border: 1px solid #ff0000; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 1px dashed #00ff00; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 725px; } hr { /* horizontal divider */ border: 2px solid #ff0000; } table.blogbody tr td { /* this edits the left margin of blog */ width:0px; padding: 3px; } table.blogbody div.smalltext{ /* this edits the blog footer */ text-align: right; padding-bottom: 5px; } </style>
<!-- Blink Boxes : Provided by Blogring.net --> <script language=JavaScript> <!-- //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("#00ff00","#ff0000"); // 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 = 40; // the width of the entire box, in pixels or % var blinkWidth = 590; // 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> |
| |