Image and video hosting by TinyPic
Touch the Sky♥
SUCH A SCENE
murdertouchthesky
read my profile
sign my guestbook

Name: murdertouchthesky


Message: message me


Member Since: 7/22/2006

SubscriptionsSites I Read

Posting Calendar

|<< oldest | newest >>|
view all weblog archives

Get Involved!

Suggest a link

Recommend to friend

Create a site


Saturday, July 22, 2006

<center><a href="http://tinypic.com"><img src="http://i5.tinypic.com/20r7d53.jpg" border="0" alt="Image and video hosting by TinyPic"></a></center>
<font face="Arial Narrow" color="#5CACEE" size="20">Touch the Sky&hearts;</font>
<br>
<style type="text/css">
/*www.xanga.com/xxmurderscenelyts*/
body {
background-color: #FFFFFF;
  background-image: url("");
 background-repeat:repeat;
 background-attachment: fixed;
 background-position: center;
  scrollbar-arrow-color:#5CACEE;
  scrollbar-track-color:#FFFACD;
  scrollbar-shadow-color:#FFFFFF;
  scrollbar-face-color: #5CACEE;
  scrollbar-highlight-color:#5CACEE;
  scrollbar-darkshadow-color:#FFFFFF;
  scrollbar-3dlight-color:#FFFFFF;
  }
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p {
/* THIS EDITS THE MAIN TEXT OF YOUR XANGA */
  font:normal 9px Franklin Gothic Medium;
  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:Script;
text-transform:lowercase;
font-size:30px;
line-height:20px;
filter:;
height: 1px;
background-color:;
color:000000;
letter-spacing:0px;
text-align: center;
 background-image: url("YOUR GLITTER URL HERE");
}
a:link, .footernav.link, a.footernav:link, a.footernav:active {
/* THIS EDITS ALL LINKS */
  color:#5CACEE;
  text-decoration: none;
   font: normal 8px Franklin Gothic Medium
  }
a:visited, a.footernav:visited,  {
/* THIS EDITS LINKS THAT THE USER HAS VISITED */
  color:000000;
  text-decoration: none;
font: normal 8px Franklin Gothic Medium
   }
a:hover {
/* THIS EDITS LINKS WHEN YOU PUT YOU MOUSE OVER THEM */
/* ALSO KNOWN AS A HOVER */
color: #5CACEE;
text-decoration: none;
font:normal 10px Franklin Gothic Medium;
 background-image: url("YOUR GLITTER URL HERE");
  }
input, select, textarea, .textfield, .button {
/* THIS EDITS THE BUTTONS DROPDOWNS, ETC. */
  font:normal 9px Franklin Gothic Medium;
  background-color: white;
  letter-spacing:0px;
  color: black;
  }
table.left {
/* THIS EDITS THE MENU MODULE */
  width:160px;
  border: 1px solid black;
  }
table.blogbody {
/* THIS EDITS THE PLACE WHERE THE BLOG IS*/
  background-color: white;
  filter:alpha (opacity=70, finishopacity=70, style=1);
  width:400px;
  font:normal 9px Franklin Gothic Medium;
  line-height:18px;
  color: white;
 border: 1px solid black;
 }
table.left th {
/* ON YOUR MENU MODULE THIS EDITS THE TITLE PART OF IT*/
/* LIKE BLOGRINGS, SUBSCRIPTIONS, ETC. */
 background-image: url("YOUR GLITTER URL HERE");
  background-color: YOUR COLOR HERE;
  filter:alpha (opacity=70, finishopacity=70, style=1);
  font: normal 12px tahoma;
  text-transform: uppercase;
  color: #5CACEE;
 
  }
table.left TD {
/* ON YOUR MENU MODULE, THIS EDITS THE BODY OF IT */
  background-image: none;
  background-color: white;
  filter:alpha (opacity=70, finishopacity=70, style=1);
  border: none;
  font:normal 9px Franklin Gothic Medium;
  line-height:18px;
  color: black;
  }
table.search TD, table.search, table.announcements {
/* THIS CHANGES THE BORDER OF THE SEARCH BAR*/
  background-color: white;
  filter:alpha (opacity=70, finishopacity=70, style=1);
  border: 1px solid black;
  }
table.search TD, table.announcements TH {
/* THIS SHOULD BE LEFT ALONE */
/* UNLESS YOU KNOW WHAT TO DO */
  border: 1px solid black;
  }
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: 1px solid black;
  }
</style>
<BODY style="border-bottom: YOUR COLOR HERE
20t solid; border-top: YOUR COLOR HERE
20t solid; border-left: YOUR COLOR HERE
20t solid; border-right: YOUR COLOR HERE
20t solid"></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("YOUR COLOR HERE","YOUR COLOR HERE","YOUR COLOR HERE", "YOUR COLOR HERE");
// the border color
var blinkBorderColor = "black"
// 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 = 625;
// 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>
<a href="http://xanga.com/xxmurderscenelyts" target="_blank">SUCH A SCENE</a>
<!-- End Script by Blogring.net -->