<a href="http://www.glittergraphics.us" target="_blank"><img src="http://mie.bpcdn.us/glittergus8/t.gif" border="0" alt="Myspace Glitter Graphics, MySpace Graphics, Glitter Graphics"></a><a href="http://www.glittergraphics.us" target="_blank"><img src="http://mif.bpcdn.us/glittergus11/i.gif" border="0" alt="Myspace Glitter Graphics, MySpace Graphics, Glitter Graphics"></a><a href="http://www.glittergraphics.us" target="_blank"><img src="http://mi5.bpcdn.us/glittergus9/n.gif" border="0" alt="Myspace Glitter Graphics, MySpace Graphics, Glitter Graphics"></a><a href="http://www.glittergraphics.us" target="_blank"><img src="http://mif.bpcdn.us/glittergus11/k.gif" border="0" alt="Myspace Glitter Graphics, MySpace Graphics, Glitter Graphics"></a><a href="http://www.glittergraphics.us" target="_blank"><img src="http://mi6.bpcdn.us/glittergus10/e.gif" border="0" alt="Myspace Glitter Graphics, MySpace Graphics, Glitter Graphics"></a><a href="http://www.glittergraphics.us" target="_blank"><img src="http://mi5.bpcdn.us/glittergus9/r.gif" border="0" alt="Myspace Glitter Graphics, MySpace Graphics, Glitter Graphics"></a><a href="http://www.glittergraphics.us" target="_blank"><img src="http://mi6.bpcdn.us/glittergus10/b.gif" border="0" alt="Myspace Glitter Graphics, MySpace Graphics, Glitter Graphics"></a><a href="http://www.glittergraphics.us" target="_blank"><img src="http://mi6.bpcdn.us/glittergus10/e.gif" border="0" alt="Myspace Glitter Graphics, MySpace Graphics, Glitter Graphics"></a><a href="http://www.glittergraphics.us" target="_blank"><img src="http://mif.bpcdn.us/glittergus11/l.gif" border="0" alt="Myspace Glitter Graphics, MySpace Graphics, Glitter Graphics"></a><a href="http://www.glittergraphics.us" target="_blank"><img src="http://mif.bpcdn.us/glittergus11/l.gif" border="0" alt="Myspace Glitter Graphics, MySpace Graphics, Glitter Graphics"></a>
<style type="text/css">
/* TITLE OF THEME Stylesheet */
/* by NAME (xanga.com/USERNAME) */
body {
background-color: #FFFFFF;
background-image:url("http://img206.imageshack.us/img206/9149/smyrdy13cg.gif");
background-repeat:no-repeat;
background-position:bottom right;
background-attachment:fixed;
scrollbar-arrow-color: #ffffff;
scrollbar-track-color: #FFFFFF;
scrollbar-shadow-color: #000000;
scrollbar-face-color: #99ccff;
scrollbar-highlight-color: #000000;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-3dlight-color: #FFFFFF;
}
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p {
/* edits main text */
font:normal 11px tahoma;
line-height:12px;
color:black;
letter-spacing:0px;
text-align:center;
}
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:Tahoma;
text-transform:uppercase;
font-size:16px;
line-height:18px;
font-weight:bold;
color:#000000;
letter-spacing:0px;
background-color: #ffffff;
text-align:center;
}
a:link, .footernav.link, a.footernav:link, a.footernav:active {
/* edits all links */
color:#000000;
text-decoration: none;
}
a:visited, a.footernav:visited, {
/* edits the links that the user has visited */
color:#000000;
text-decoration: none;
}
a:hover {
/* edits when user mouseovers the links */
color:#000000;
cursor: ne-resize;
text-decoration: none;
}
input, select, textarea, .textfield, .button {
/* this edits the buttons, dropdowns, etc. */
border: 1px solid #000000;
font:normal 11px arial;
background-color: #FFFFFF;
letter-spacing:0px;
color: #000000;
}
table.left {
/* this edits the menu module */
border: 1px solid #000000;
width:160px;
background-color: #ffffff;
}
table.blogbody {
/* this edits the other the place where the blog is */
border: 2px solid #000000;
background-color: #ffffff;
width:400px;
}
table.left th {
/* on your menu module, this edits the title part of it */
/* like BLOGRINGS, POSTING CALENDAR, etc */
background-image: url("http://img64.imageshack.us/img64/3370/blue0712zd.gif");
background-color: #FFFFFF;
font: bold 11px arial;
text-transform: uppercase;
color: #000000;
border: none;
text-align:center;
}
table.left TD {
/* on your menu module, this edits the body part of it */
/*stylesheet & tutorial by sweet_lays4you*/
background-image: url(http://url.com/to/the/site/image.gif);
background-color: #FFFFFF;
color:#000000;
border: none;
}
table.search TD, table.search, table.announcements {
/* border of search bar (if you have it) */
background-color: #FFFFFF;
border: 1px solid #000000;
}
table.search TD, table.announcements TH {
/* this should be left alone */
/* unless you know what to do */
border: 0px solid #c0c0c0;
}
table.navigation, table.main, table.footer {
/* the width of your blog with modules */
width: 500px;
}
hr {
/* horizontal divider */
border: 1px solid #000000;
}
</style>
<SCRIPT language=JavaScript>
/*
Falling Picture *1 picture*
Original from http://black.demons.to/
fixed to work in XANGA
by xanga.com/dorischu
*/
st=setTimeout;
change='';
var no = 10; // number of picture appear
var speed = 50; // smaller value will move more faster
var falling = "http://img152.exs.cx/img152/1106/orangesparkle5pl.gif"; // image URL
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; //You May change to 1550 or bigger number to let the image fall until down
}
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>
PASTE IN WEBSTATS!!!!!
<style type="text/css"> /* Bordered Weblogs - xanga.com/add_ons */
table.blogbody { /* this edits the other the place where the blog is */ border: 4px solid #99ccff; } </style> <style type="text/css"> BODY{border-style:solid; border-top-width: 5px; border-color:99ccff ; border-bottom-width: 5px; border-color:99ccff; border-left-width: 0px; border-color:99ccff ; border-right-width: 0px; border-color:99ccff ;} </style> |