| <style type="text/css"> /*mal*/ body { background-color: #FFFFFF; background-image: url(http://img270.imageshack.us/img270/7587/animation16tb.gif); background-repeat: no-repeat; background-attachment: fixed; background-position: top center; scrollbar-arrow-color: #FFFFFF; scrollbar-track-color: #FFFFFF; scrollbar-shadow-color: #000000; scrollbar-face-color: #9F58E7; scrollbar-highlight-color: #CF70CF; scrollbar-darkshadow-color:#000000; scrollbar-3dlight-color: #EF8FBF; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* editz the main text */ font:normal 11px arial; line-height:11px; color:#FFFFFF; letter-spacing:0px; text-align:justify; { table.footer TD { /* this makez the footer at the bottom center */ /* leave it alone unless you know what to do*/ text-align: center; } /* editz bold text in your entry */ font-weight: bold; color: #000000; } div.blogheader, .caption { /* editz the datez */ font-family: arial; text-transform:normal; font-size:19px; line-height:35px; font-weight: normal; filter: alpha (opacity=100, finishopacity=0, style=2); height: 1px; background-color:#CF70CF; color:#FFFFFF; letter-spacing:1px; text-align: center; background-image: url(http://img274.imageshack.us/img274/903/th320hg.gif); } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* editz all linkz */ color:#FFFFFF; text-decoration: none; } a:visited, a.footernav:visited, { /* editz the linkz that the user has visit */ color:#FFBFDF; text-decoration: none; font:normal 11px arial; line-height:16px; border-bottom: 0px dotted #; border-top: 0px dotted #;
} a:hover { /* editz when user mouseoverz the linkz */ background-image: url(http://img274.imageshack.us/img274/903/th320hg.gif); cursor: ne-resize; color:#FFFFFF; text-decoration: none; font:bold 11px arial; line-height:16px; background-color: #transparent; border-left: 2px dotted #FFBFDF; border-top: 2px dotted #FFBFDF; border-right: 2px dotted #FFBFDF; border-bottom: 2px dotted #FFBFDF;
} input, select, textarea, .textfield, .button { /* this editz the buttonz, dropdownz, etc. */ border: 2px dotted #FFBFDF; font:normal 11px arial; background-color: #9F58E7; letter-spacing:0px; color: #FFFFFF; } table.left { /* this editz the menu module */ border: 2px dotted #FFBFDF; width:160px; } table.blogbody { /* this editz the place where the weblog entry is */ border: 2px dotted #FFBFDF; background-color:#9F58E7; filter:alpha (opacity=70, finishopacity=70, style=1); width:400px; font:normal 11px arial; line-height:16px; color: #BF00BF; } table.left th { /* on your menu module, this editz the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-image: url(http://img274.imageshack.us/img274/903/th320hg.gif); background-color: #CF70CF; font: bold 11px arial; text-transform: lowercase; border-bottom: 0x solid #; text-align: center; filter:alpha (opacity=100, finishopacity=0, style=3); color: #FFFFFF; } table.left TD { /* on your menu module, this editz the body part of it */ border-top: 2px dotted #FFBFDF; background-image: none; background-color: #9F58E7; filter:alpha (opacity=70, finishopacity=70, style=1); border: none; font:normal 11px arial; line-height:11px; color:#FFFFFF; } table.search TD, table.search, table.announcementz { /* border of search bar (if you have it) */ filter:alpha (opacity=70, finishopacity=70, style=1); background-color: #9F58E7; border: 2px dotted #FFBFDF; } table.search TD, table.announcementz TH { /* this should be left alone */ /* unless you know what to do with it */ border: 0px solid #; } table.navigation, table.main, table.footer { /* the width of your blog with modulez */ width: 500px; } hr { /* horizontal divider */ border: 3px double #FFFFFF; } </style>
<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("#FFFFFF","#FFBFDF","#9F58E7") // 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 = 50; // the width of the entire box, in pixels or % var blinkWidth = 625; // the height of each row, in pixels var blinkRowHeight = 2; // speed of blinking, in milliseconds var blinkRate = 7; // 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></SCRIPT> <a href=http://xanga.com/Layouts_that_roxers_ur_soxers target="_blank">Lily'sLayouts</a><br> <script type='text/javascript'> <!-- begin code provided by createblog.com --> <!-- End Script by Blogring.net -->
|