﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>dragonskin's Xanga</title><link>http://dragonskin.xanga.com/</link><description>Latest Xanga weblog from dragonskin</description><language>en-us</language><ttl>60</ttl><image><title>The Weblog Community</title><url>http://s.xanga.com/images/xangalogobutton.gif</url><link>http://dragonskin.xanga.com/</link></image><item><title>Sunday, March 06, 2005</title><link>http://dragonskin.xanga.com/217093787/item/</link><guid>http://dragonskin.xanga.com/217093787/item/</guid><pubDate>Sun, 06 Mar 2005 21:20:25 GMT</pubDate><description>&lt;TABLE&gt;Insert In Custom Header 
&lt;TBODY&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;TEXTAREA style="BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; FONT-SIZE: 10px; BORDER-LEFT: #000000 1px solid; COLOR: #000000; BORDER-BOTTOM: #000000 1px solid; FONT-FAMILY: Tahoma; BACKGROUND-COLOR: #ffffff" rows=10 cols=60&gt;&lt;a href="http://www.xanga.com/me_skin_01" target="_blank"&gt;Layout by me_skin_01&lt;/a&gt;&lt;br /&gt;
&lt;!-- End Script by Blogring.net --&gt;
&lt;img src="http://img26.exs.cx/img26/6571/dragon3lq.gif"&gt;
&lt;style type="text/css"&gt;
body {
 background-color: black;
 background-image: url();
 background-repeat: no-repeat; 
 background-attachment: fixed; 
 background-position: bottom right;
 scrollbar-arrow-color: red;
 scrollbar-track-color: black;
 scrollbar-shadow-color: #000000;
 scrollbar-face-color: black;
 scrollbar-highlight-color: red;
 scrollbar-darkshadow-color: red;
 scrollbar-3dlight-color: #000000; 
 }
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p {
/* edits main text */
  font:normal 12px arial;
  line-height:12px;
  color: red;
  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 {
/* edits the dates */
font-family:arial;
text-transform:uppercase;
font-size:14px;
line-height:30px;
font-weight:bold;
filter: alpha (opacity=100, finishopacity=0, style=2);
height: 1px;
background-color:blue;
color:red;
letter-spacing:1px;
text-align: center;
}
a:link, .footernav.link, a.footernav:link, a.footernav:active {
/* edits all links */
  color:#red;
  text-decoration: none;
  }
a:visited, a.footernav:visited,  {
/* edits the links that the user has visited */
  color:#red; 
  text-decoration: none;
   }
a:hover {
/* edits when user mouseovers the links */
  color:blue;
  cursor: crosshair;
  text-decoration: none;
  }
input, select, textarea, .textfield, .button {
/* this edits the buttons, dropdowns, etc. */
  border: 1px solid red;
  font:normal 10px arial;
  background-color: black;
  letter-spacing:0px;
  color: red;
  }
table.left { 
/* this edits the menu module */
  border: 1px solid red;
  width:160px;
   background-color: #000000;
  }
table.blogbody {
/* this edits the other the place where the  blog is */
  border: 1px solid red;
  background-color: black;
  width:600px;
  }
table.left th {
/* on your menu module, this edits the title part of it */
/* like BLOGRINGS, POSTING CALENDAR, etc */
  background-image: none;
  background-color: transparent;
  font: bold 12px arial;
  text-transform: uppercase;
  color: red;
  border: none;
  }
table.left TD {
/* on your menu module, this edits the body part of it */
  background-image: none;
  background-color: black;
  border: none;
  }
table.search TD, table.search, table.announcements {
/* border of search bar (if you have it) */
  background-color: black; 
  border: 1px solid red;
  }
table.search TD, table.announcements TH {
/* this should be left alone */
/* unless you know what to do */
  border: 1px solid red;
   }
hr {
/* horizontal divider */
  border: 1px solid red;
  }
&lt;/style&gt;
&lt;BODY style="border-left: red
36t solid; border-right: red
36t solid; "&gt;&lt;/TBODY&gt;
&lt;!-- Blink Boxes : Provided by Blogring.net --&gt;
 
&lt;!--
//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("red","black","blue");
// the border color
var blinkBorderColor = "transparent"
// the border width, in pixels
var blinkBorderWidth = 1;
// the # of rows
var blinkRows = 2;
// the # of columns
var blinkCols = 5;
// the width of the entire box, in pixels or %
var blinkWidth = 600;
// the height of each row, in pixels
var blinkRowHeight = 10;
// speed of blinking, in milliseconds
var blinkRate = -150;
// do not edit below this line
st=setTimeout;
document.write("&lt;table id='blinkbox' width='" + blinkWidth +"' border = 0 cellspacing='" + blinkBorderWidth + "' cellpadding=0 bgcolor='" + blinkBorderColor +"'&gt;");
for (r = 0; r &lt; blinkRows; r++){
document.write("&lt;TR&gt;");
for (c = 0; c &lt; blinkCols; c++){
document.write("&lt;TD height='" + blinkRowHeight + "'&gt;&lt;/TD&gt;");
}
document.write("&lt;/TR&gt;");
}
document.write("&lt;/table&gt;");
// ... 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();
//--&gt;
 
&lt;!-- End Script by Blogring.net --&gt;&lt;!-- begin code provided by createblog.com --&gt;
&lt;style type="text/css"&gt;
table.footer { display:none; }
&lt;/style&gt;
&lt;!-- end code provided by createblog.com --&gt;&lt;/TEXTAREA&gt; </description><comments>http://dragonskin.xanga.com/217093787/item/#firstcomment</comments></item></channel></rss>