| <font face="Vivaldi" color="#FFCCCC" size="7">Ami Kamiya</font> <style type="text/css"> /*L and M*/ body { background-color: #ffffff; background-image: ( A href="http://img137.imageshack.us/img137/4876/19316020051012081051lc3.jpg" target="_new">http://img137.imageshack.us/img137/4876/19316020051012081051lc3.jpg); background-repeat: no-repeat; background-attachment: fixed; background-position: centered; scrollbar-arrow-color: #ffffff; scrollbar-track-color: #ffffff; scrollbar-shadow-color: #66ccff; scrollbar-face-color: #ffcccc; scrollbar-highlight-color: #ffffff; scrollbar-darkshadow-color: #ff99ff; scrollbar-3dlight-color: #ff99cc; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* THIS EDITS THE MAIN TEXT OF YOUR XANGA */ font:normal 14px Perpetua; line-height:18px; color: #000000; letter-spacing: 0px; 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 { /* THIS EDITS THE FONT AND COLOR OF THE DATES*/ font-family: Perpetua; text-transform: lowercase; font-size: 18px; line-height: 20px; filter: alpha (opacity=100, finishopacity=0, style=2); height: 8px; background-color: #ffcccc; color: #000000; letter-spacing: 0px; text-align: center; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* THIS EDITS ALL LINKS */ color: #ff99ff; text-decoration: none; font: normal 14px Perpetua } a:visited, a.footernav:visited, { /* THIS EDITS LINKS THAT THE USER HAS VISITED */ color: #ff99cc; text-decoration: none; font: normal 12px Palatino Linotype
} a:hover { /* THIS EDITS LINKS WHEN YOU PUT YOU MOUSE OVER THEM */ /* ALSO KNOWN AS A HOVER */ color: #66ccff; text-transform: none; font:normal 18px Vivaldi;
} input, select, textarea, .textfield, .button { /* THIS EDITS THE BUTTONS DROPDOWNS, ETC. */ font:normal 14px Perpetua; background-color: transparent; letter-spacing: 0px; color: #000000; } table.left { /* THIS EDITS THE MENU MODULE */ width:160px; border: 4px double #ffcccc; } table.blogbody { /* THIS EDITS THE PLACE WHERE THE BLOG IS*/ background-image: ( A href="http://img292.imageshack.us/img292/6764/83ku4.gif" target="_new">http://img292.imageshack.us/img292/6764/83ku4.gif); background-color: transparent; width: 400px; font:normal 14px Perpetua; line-height:18px; color: #ff99ff; border: 4px double #ff99cc; } table.left th { /* ON YOUR MENU MODULE THIS EDITS THE TITLE PART OF IT*/ /* LIKE BLOGRINGS, SUBSCRIPTIONS, ETC. */ background-image: none; background-color: #ffffff; filter: alpha (opacity=100, finishopacity=0, style=2); font: normal 14px Perpetua; text-transform: lowercase; color: #ff99cc; } table.left TD { /* ON YOUR MENU MODULE, THIS EDITS THE BODY OF IT */ background-image: ( A href="http://img292.imageshack.us/img292/6764/83ku4.gif" target="_new">http://img292.imageshack.us/img292/6764/83ku4.gif); background-color: transparent; border: 4px double #ff99cc; font:normal 14px Perpetua; line-height:18px; color: #66ccff; } table.search TD, table.search, table.announcements { /* THIS CHANGES THE BORDER OF THE SEARCH BAR*/ background-color: transparent;
background-image: ( A href="http://img292.imageshack.us/img292/6764/83ku4.gif" target="_new">http://img292.imageshack.us/img292/6764/83ku4.gif); border: 4px double #ff99cc; } table.search TD, table.announcements TH { /* THIS SHOULD BE LEFT ALONE */ /* UNLESS YOU KNOW WHAT TO DO */ border: 4px double #ff99cc; } table.navigation, table.main, table.footer { /* THIS EDITS THE WIDTH OF YOUR BLOG MODULES*/ width: 750px; } hr { /* THIS IS THE COLOR OF A HORIZONTAL DIVIDER */ border: 4px double #ffffff; } </style>
<BODY style="border-bottom: #ff99cc 20t double; border-top: #ff99cc 20t double; border-left: #ff99ff 20t double; border-right: #ff99ff 20t double"></TBODY> <!-- 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
// YOU CAN CHANGE THE COLORS OF YOUR BLINK BOXES BELOW WHERE THE ( ) ARE // SEPERATE THE COLORS WITH COMMAS, IN QUOTES var blinkColors = new Array("#ff99ff","#ff99cc","#66ccff"); // 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 = 5; // the width of the entire box, in pixels or % var blinkWidth = 750; // the height of each row, in pixels var blinkRowHeight = 10; // speed of blinking, in milliseconds var blinkRate = 9;
// 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> |