| make sure to replace all areas that say USERNAME with your username!
enjoy<3
<img src="http://i8.photobucket.com/albums/a5/layout_Queen3/rich.jpg" alt="Image hosted by Photobucket.com">
<br><a href="http://xanga.com/desi_layout_queen"
target="_blank"><u><b>d.e.s.i.</b>
<i>l.a.y.o.u.t.</i>
<b>q.u.e.e.n</b></u></a><br><center>
<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 = 10; // number of picture appear
var speed = 50; // smaller value will move more faster
var falling = "http://img.photobucket.com/albums/v723/rachkovacs/Glitters/Glitters2/yellowlips.gif"; //
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 -->
<style type="text/css">
/* by payal (xanga.com/desi_layout_queen) */
table.footer, table.search, #rblEprops, hr {display: none;}
BODY {
background-image: url(http://img451.imageshack.us/img451/4600/gsfhdfj1rb1jb.png);
background-repeat: repeat;
background-attachment: fixed;
background-position: center center;
scrollbar-face-color: #ffffff;
scrollbar-shadow-color: #FF3E96;
scrollbar-highlight-color: #FF3E96;
scrollbar-3dlight-color: #FF3E96;
scrollbar-darkshadow-color: #FF3E96;
scrollbar-track-color: #ffffff;
scrollbar-arrow-color: #ffffff;
background-color: #ffffff;
font-family: arial;
font-size:8pt;
font-color: #000000;
line-height:150%;
text-align:center;
}
center, font{
font-family: arial;
font-size: 8pt;
font-color: #000000;
line-height: 10px;}
table.left {
background-color: #ffffff;
border:0px;
}
table.blogbody {
/* this edits the other the place where the blog is */
background-color: #ffffff;
border-top: 4px solid #FFE303;
border-left: 1px solid #FF3E96;
border-right: 1px solid #FF3E96;
border-bottom: 1px solid #FF3E96;
width: 100%;
width:360;
}
table.left TD {
background-color: #ffffff;
color: #000000;
border: 0px;
text-align:center;
}
div.blogheader, .caption {
/* edits the dates */
background-color: #ffffff;
font-family:impact;
line-height:31px;
font-size:26px;
text-align:center;
color: #FFE303;
text-transform:lowercase;
letter-spacing:0px;
padding-top:1px;
padding-bottom:0px;
border-top: 1px solid #FF3E96;
border-left: 1px solid #FF3E96;
border-right: 1px solid #FF3E96;
border-bottom: 4x solid #FF3E96;
width: 360px;
}
.blogbody{
border-top: 4px solid #FFE303;
color: #000000;
background-color: #FFFFFF;
}
.blogbody td{
width: 0px;
padding-left: 0px}
input, select, menu, #htmleditor, textarea, .textfield, .button{
border: 1px solid #FF3E96;
color: #000000;
font-family:arial;
font-size:8pt;
font-color: #000000;
line-height:100%;
background-color: #ffffff;
text-align:center;
}
.module, .module, .blogbody, table.footer, .standard, .modulemodulefontcolor, td, p, .content, .smalltext{
font-family: arial;
font-size: 8pt;
color: #000000;
text-align:center;
}
STRONG{
COLOR: #000000;
letter-spacing: 0pt;
cursor: crosshair;}
A:link
{
font-family:arial;
text-decoration:none;
color: #FFE303;
font:regular 8px arial;
line-height:10px;
text-align:center;
}
A:visited{
text-decoration:none;
font-family:arial;
font-size: 8pt;
color:#FFE303;
font:regular 8px arial;
line-height:10px;
text-align:center;
}
a:active{
font-size:8pt;
color: #FFE303;
font-family:arial;
font:regular 8px arial;
line-height:10px;
text-align:center;
}
a:hover {
/* edits when user mouseovers the links */
color: #FF3E96;
text-decoration: underline;
font:regular 8px arial;
line-height:10px;
letter-spacing:0px;
text-align:center;
}
.search, .searchbarborder, .footer, hr, banner{ display: none; }
.navigation { display: none; font-weight: none !important; width: 100% !important; font-size: 10px;}
.navigation * div { display: none; float: right; font-weight: none !important}
</style>
<style type"=text/css>
/* edit to your liking */
texttable.left, td.mainleft, table.left, table.navigation, table.search{display:none}
table.blogbody tr td {width:0px; padding: 0px;}
table.module { border: 1px solid #FF00AA; width:165px; background-color: #ffffff; }
table.module th { font:8pt arial;
color: #000000;
text-align:center;
border-top: 0px solid #ff6699;
border-bottom: 4px solid #FF3E96;
border-left: 0px solid #ff6699;
border-right: 0px solid #ff6699; }
table.module td { background-color: #ffffff;
border-top: 4px dashed #FFE303;
border-left: 0px solid #ff6699;
border-right: 0px solid #ff6699;
border-bottom: 0px solid #ff6699;
;}
U {font-family: arial; color: #FF3E96; letter-spacing: 0pt; font-size:8pt;font-style: border;}
P {font-family:arial; color: #000000; font-size: 8pt; text-align: center;}
B, STRONG {font-family:arial; font-weight: bold; color: #FFE303; letter-spacing:none;font-size: 11px;}
i, EM {font-family:arial; color: #FFE303; letter-spacing:none;}/* h e a i e */
<style></style></style>
<!-- add this below all the CSS -->
<table border=0 width="500"><tr><td
valign="top"
width="160">
<table border="1" cellspacing="0" cellpadding="4" width="100%"
class="module"><tr><th valign="top"
align="left"
class="module"><center><b> <b>ABOUT</b>
<i>THE</i>
<u>CHICA</u><i>!!</i><b></center><i></i>
</th></tr><tr><td
valign="top" class="module">
This is where you put stuff about you and anything else you want. You
can <B>bold</b>, <u>underline</u>, and
<i>italic</i> words in your writing to make the section
look pretty!
</td></tr></table><br>
<table border="1" cellspacing="0" cellpadding="4" width="100%"
class="module"><tr><th valign="top"
align="left"
class="module"><font
face=arial><center><b>
<b>TIT</b><u>LE</u>
<i>HER</i><b>E</b><center></a></th></tr><tr><td
valign="top"
class="module">
Write whatever you want here!
<BR></td></tr></table><br>
<table border="1" cellspacing="0" cellpadding="4" width="100%"
class="module"><tr><th valign="top"
align="left"
class="module"><font
face=arial><center><b>MU</b><u>S</u><i>IC</i></center></a></th></tr><tr><td
valign="top"
class="module">
Put your playlist here <b>OR</b> write the title of the song playing on your site.
<BR></td></tr></table><br>
<table border="1" cellspacing="0" cellpadding="4" width="100%"
class="module"><tr><th valign="top"
align="left"
class="module"><font
face=arial><center><b><b>CL</b><u>ICK</u><i>ABL</i><b>ES</b><i>!!</i></b></center></a></th></tr><tr><td
valign="top" class="module">
<a
href="http://www.xanga.com/signin.aspx "><b>Si</b><u>gn</u><i>In</i></A>
<BR>
<a
href="http://www.xanga.com/logout.aspx"><b>Si</b><u>gn</u> <i>Ou</i><b>t</b>
</a>
<BR>
<a
href="http://www.xanga.com/Private"><B>Yo</b><u>u</u><i>rs</i></A>
<BR>
<a
href="http://www.xanga.com/CLAF/default.asp"><b>Lo</b><u>ok</u>
<b>&</b>
<i>Fe</i><u>el</u></A>
<BR>
<a
href="http://xanga.com/Private/SubscribeTo.aspx?user=USERNAME"><b>Add</b>
<u>Me</u><i>?</i></a>
<BR>
<a
href="http://www.xanga.com/desi_layout_queen"><b>de</b><u>si</u><i>_</i><b>lay</b><u>out</u><i>que</i><b>en</b><i>!!</i></A>
<BR>
<a
href="http://www.xanga.com/USERNAME"><b>Re</b><u>fre</u><i>sh</i></A>
<BR>
</td></tr></table><br>
<table border="1" cellspacing="0" cellpadding="4" width="100%"
class="module"><tr><th valign="top"
align="left"
class="module"><font
face=arial><strong><center><b><b>Cr</b><u>ed</u><i>it</i>
</b></center></a></th></tr><tr><td
valign="top"
class="module">
<marquee>This layout was made by desi_layout_queen<i>!!</i></marquee>
<BR></td></tr></table><br>
</td><td width="500" valign="top"
align="left">
<BODY style=
"border-left: #FF3E96 5pt solid; border-right: #FF3E96 5pt solid;
border-bottom: #FF3E96 5pt solid; border-top: #FF3E96 5pt
solid;">
|