<a href="http://xanga.com/tragical_beautiful_lyts" target="_blank">lyts</a>
<style type="text/css">
/* Made by tragical_beautiful_lyts*/
body {
background-color: #000000;
background-image:url(http://i28.photobucket.com/albums/c228/ohmagoshlayouts/emilythestrange5.jpg);
background-repeat: no-repeat;
background-position: bottom right;
background-attachment: fixed;
scrollbar-track-color: #000000;
scrollbar-arrow-color: #BF0000;
scrollbar-face-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-highlight-color: #BF0000;
scrollbar-darkshadow-color: #ffffff;
scrollbar-3dlight-color: #ffffff;
}
table.search TD, {display: none;}
}
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p {
/* edits main text */
font:normal 9px tahoma;
}
/* edits the date */
div.blogheader, .caption {
background-image: url();
background-repeat: repeat;
background-position:center;
font-family: arial;
text-transform:;
font-size: 8pt;
font-weight: bold;
color: #ffffff;
letter-spacing:0px;
background-color: #000000;
filter:alpha (opacity=70, finishopacity=70, style=3);
text-align:center;
border:#ffffff 1px solid;
border-bottom: 0px solid #ffffff;
}
table.left th {
/* on your menu module, this edits the title part of it */
/* like BLOGRINGS, POSTING CALENDAR, etc */
background-image: url();
background-repeat: repeat;
background-position: right;
font-family: arial;
text-transform:;
font-size: 8pt;
font-weight: bold;
color: #70DBDB;
letter-spacing:0px;
background-color: #000000;
text-align:center;
border:#ffffff 1px solid;
border-bottom: 0px solid #ffffff;
}
a:link, .footernav.link, a.footernav:link, a.footernav:active {
/* edits all links */
color: #BF0000;
font:normal 9px tahoma;
text-decoration: none;
}
a:visited, a.footernav:visited, {
/* edits the links that the user has visited */
color: #BF0000;
font:normal 9px tahoma;
text-decoration: none;
}
a:hover {
/* edits when user mouseovers the links */
color: #05B8CC;
background-image: url();
font:normal 9px tahoma;
text-decoration: bold
}
.blogbody b, .standard b, p b, strong {
/* edits bolded text in your entry */
color:#96CDCD;
font: bold 9px tahoma;
}
/* edits underlined text in your entry */
.blogbody u, .standard u, {
color:#05B8CC;
font: underline 9px tahoma;
border-bottom: 2px solid #05B8CC;
}
/* edits italicized text in your entry */
.blogbody i, .standard i, em {
font: italic 9px tahoma;
color:#BF0000;
}
input, select, textarea, iframe.htmleditor, .textfield, .button {
/* this edits the buttons, dropdowns, etc. */
border: 1px solid #ffffff;
font:normal 10px tahoma;
background-color: #ffffff;
background-image: url();
color: #000000;
}
table.footer TD {
/* this makes the footer at the bottom centered */
/* leave it alone unless you know what to do*/
text-align: center;
}
table.left TD {
/* on your menu module, this edits the body part of it */
background-image: url();
background-repeat: repeat-y;
background-position: right;
background-color: #000000;
font: 9px tahoma;
color: #ffffff;
border: 1px solid #ffffff;
border-top: 0px solid #ffffff;
text-align: center;
}
table.left {
/* this edits the menu module */
border: 0px solid #BF0000;
width:160px;
}
font,td,p,xmp{color:#000000;
font-face: tahoma;
font-weight:normal;
font-size: 9px;
text-align: center;}
table.blogbody {
/* this edits the other the place where the blog is */
background-color: #ffffff;
filter:alpha (opacity=70, finishopacity=70, style=3);
background-image: url(http://i28.photobucket.com/albums/c228/ohmagoshlayouts/emilythestrange45124.jpg);
background-repeat: no-repeat;
background-position:bottom left;
BORDER: #ffffff 1px solid;
border-top: 0px solid #BF0000;
width:260px;}
table.blogbody tr td {
/* this edits the left margin of blog */
width:00px;
padding-left: 00px;
}
table.navigation, table.main, table.footer {
/* the width of your blog with modules */
width: 260px;
}
table.navigation, table.footer {
width: 450px;
}
table.search TD, table.search, table.announcements {}
/* border of search bar (if you have it) */
background-color: #000000;
border: 1px solid #BF0000;
}
}
table.search TD, table.search, table.announcements {
/* border of search bar (if you have it) */
background-color: #000000;
border: 1px solid #BF0000;
}
table.search TD, table.announcements TH {
/* this should be left alone */
/* unless you know what to do */
border: transparent;
}
table.main, table.footer {
/* the width of your blog with modules */
width: 100px;
}
hr {
/* horizontal divider */
border: 2px solid #BF0000;
width: 100px;
}
table.footer {display: none;}</style>
<!-- begin code provided by createblog.com -->
<script language=JavaScript>
/*
Falling Picture *1 picture*
Original at http://black.demons.to/
fixed to work in XANGA by xanga.com/dorischu
*/
st=setTimeout;
change=''; //#Amended Code
var no = 15; // number of picture appear
var speed = 25; // smaller value will move more faster
var falling = "http://i50.photobucket.com/albums/f326/prepishlypunk/little%20thingys/b4hyis1.gif"; // PUT YOUR IMAGE URL HERE
var ns4up = (document.layers) ? 1 : 0;
var ie4up = (document.all) ? 1 : 0;
var dx, xp, yp;
var am, stx, sty;
var i, doc_width = 600, doc_height = 800;
if (ns4up) {
doc_width = self.innerWidth;
doc_height = self.innerHeight;
} else if (ie4up) {
doc_width = document.body.clientWidth;
doc_height = document.body.clientHeight;
}
dx = new Array();
xp = new Array();
yp = new Array();
am = new Array();
stx = new Array();
sty = new Array();
for (i = 0; i < no; ++ i) {
dx[i] = 0;
xp[i] = Math.random()*(doc_width-50);
yp[i] = Math.random()*doc_height;
am[i] = Math.random()*20;
stx[i] = 0.02 + Math.random()/10;
sty[i] = 0.7 + Math.random();
if (ns4up) {
if (i == 0) {
document.write("<layer name=\"dot"+ i +"\" left=\"20\" top=\"10\" visibility=\"show\"><img src=\"" + falling + "\" border=\"0\"></layer>");
} else {
document.write("<layer name=\"dot"+ i +"\" left=\"20\" top=\"10\" visibility=\"show\"><img src=\"" + falling + "\" border=\"0\"></layer>");
}
} else if (ie4up) {
if (i == 0) {
document.write("<div id=\"dot"+ i +"\" style=\"POSITION: abso"+change+"lute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 10px; LEFT: 20px;\"><img src=\"" + falling + "\" border=\"0\"></div>");
} else {
document.write("<div id=\"dot"+ i +"\" style=\"POSITION: abso"+change+"lute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 10px; LEFT: 20px;\"><img src=\"" + falling + "\" border=\"0\"></div>");
} } }
function snowNS() {
for (i = 0; i < no; ++ i) {
yp[i] += sty[i];
if (yp[i] > doc_height-50) {
xp[i] = Math.random()*(doc_width-am[i]-30);
yp[i] = 0;
stx[i] = 0.02 + Math.random()/10;
sty[i] = 0.7 + Math.random();
doc_width = self.innerWidth;
doc_height = self.innerHeight;
}
dx[i] += stx[i];
document.layers["dot"+i].top = yp[i];
document.layers["dot"+i].left = xp[i] + am[i]*Math.sin(dx[i]);
}
st("snowNS()", speed);
}
function snowIE() {
for (i = 0; i < no; ++ i) {
yp[i] += sty[i];
if (yp[i] > doc_height-50) {
xp[i] = Math.random()*(doc_width-am[i]-30);
yp[i] = 0;
stx[i] = 0.02 + Math.random()/10;
sty[i] = 0.7+ Math.random();
doc_width = document.body.clientWidth;
doc_height = document.body.clientHeight;
}
dx[i] += stx[i];
document.all["dot"+i].style.pixelTop = yp[i];
document.all["dot"+i].style.pixelLeft = xp[i] + am[i]*Math.sin(dx[i]);
}
st("snowIE()", speed);
}
if (ns4up) {
snowNS();
} else if (ie4up) {
snowIE();
}
</SCRIPT>
<!-- end code provided by createblog.com -->