<a href="http://www.xanga.com/prettyximperfectionxlays" target="_blank">s0 pretty</a><br/>
</style></head><body><center><span><div style="height: 79px"></div><FONT
style="FONT-WEIGHT: bold; FONT-SIZE: 22pt; COLOR: #555555; LINE-HEIGHT: 20pt; FONT-FAMILY: Times New Roman; LETTER-SPACING: -2.5pt">Summer days just sitting around, but when the sun goes down I'll be ready to party.
</FONT><FONT
style="FONT-WEIGHT: bold; FONT-SIZE: 25pt; COLOR: #FF69B4; LINE-HEIGHT: 10pt; FONT-FAMILY: Times New Roman; LETTER-SPACING: -4pt">♥</FONT>
<br><br><center>
<img src="http://tinypic.com/bezfc1.jpg" alt="Image hosted by Tinypic.com">
<BODY style="border-left:#FF69B4 5pt solid; border-right:#FF69B4 5pt solid; border-bottom:#ccccff 5pt solid;border-top: #ccccff 5pt solid;">
<style type="text/css">
body {
background-color: #FFFFFF;
scrollbar-arrow-color: #ccccff;
scrollbar-track-color: #ffffff;
scrollbar-shadow-color: #FFFFFF;
scrollbar-face-color:#FF69B4;
scrollbar-highlight-color: #FF69B4;
scrollbar-darkshadow-color: #FFffff;
scrollbar-3dlight-color: #FFffff;
}
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p {
/* edits main text */
font:normal 11px arial;
color: #FF69B4;
letter-spacing:0px;
text-align:center;
}
b, strong {font-weight:bold; letter-spacing:0px;color: #FF69B4;}
u {font-weight:normal; letter-spacing: 0px; color: #FF69B4;border-bottom: 1pt dashed #ccccff;}
em,i {font-weight:normal;italize; lefter-spacing: 0px; font-family:times new roman;
color:FFC0CB;};
/* 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: 8pt;
font-weight: bold;
letter-spacing: -2.5pt
color: #FFC0CB;
text-align: center;
line-height: 20pt;
border-bottom: none;
}
a:link, .footernav.link, a.footernav:link, a.footernav:active {
/* edits all links */
color: #ccccff;
font:normal 11px arial;
text-decoration: none;
}
a:visited, a.footernav:visited, {
/* edits the links that the user has visited */
color: #cccccc;
font:normal 11px arial;
text-decoration: none;
}
a:hover {
/* edits when user mouseovers the links */
color: #FF69B4;
font: italic 11px georgia;
text-decoration: underline;
}
input, select, textarea, .textfield, .button {
/* this edits the buttons, dropdowns, etc. */
border: 0px solid #FFC0CB;
font:normal 11px arial;
background-color: #FF69B4;
font-color:#4b4b4b;
}
table.left {
/* this edits the menu module */
border: none;
font-weight: normal;
text-align: right;
width:140px;
color: #FF69B4;
background-color: transparent;
}
table.blogbody {
/* this edits the other the place where the blog is */
background-color: transparent;
border-top: none;
width:330px;
}
table.left th {
/* on your menu module, this edits the title part of it */
/* like BLOGRINGS, POSTING CALENDAR, etc */
font-family: arial;
text-transform: uppercase;
font-size:8pt;
font-weight: bold;
letter-spacing: 0px;
color: #dcc5ae;
background-color: transparent;
text-align: center;
border: 0px solid #dcc5ae;
border-bottom: none;
}
table.left TD {
/* on your menu module, this edits the body part of it */
background-color: transparent;
border: 0px solid #dcc5ae;
font: arial;
color: #555555;
text-align: right;
border-top: none;
}
table.search TD, table.search, table.announcements {
/* border of search bar (if you have it) */
background-color: transparent;
border: 2px solid #dcc5ae;
}
table.search TD, table.announcements TH {
/* this should be left alone */
/* unless you know what to do */
border: 0px solid #FF69B4;
}
table.navigation, table.main, table.footer {
/* the width of your blog with modules */
width: 480px;
}
hr {
/* horizontal divider */
border: 1px solid #FF69B4;
}
table.footer {display: none;}</style>
WEBSTATS:
<!-- begin code provided by createblog.com -->
<script type='text/javascript'>
// change displayed username by micron
// for more xanga scripts and help go to createblog.com
// displayed text in place of username
var replace = 'This pretty whore';
document.getElementById('ProfileModule1_lblUserName').innerHTML = replace;
</script>
<!-- end code provided by createblog.com -->
<style type="text/css">
/*
Footer Remover - xanga.com/add_ons
*/
table.footer, table.footernav {display: none;};
</style>
<!--AdRemover-->
<!--Screennaimless code created by Anti_fukin_social-->
<!--http://www.xanga.com/anti_fukin_social--></table></td></tr></tr></td></table>
<ilayer name=""><div id="" style="width:1; height:1; BACKGROUND: #; FILTER: alpha(opacity=0); overflow:auto">
<ilayer name=""><div id="" style="width:1; height:1; BACKGROUND: #; FILTER: alpha(opacity=0); overflow:auto">
<!--Finished-->
<!--End Of AdRemover-->
<!-- Switch Module Sides : Provided by Blogring.net -->
<script language=javascript>
// swaps sidebar position on default xanga site layout
// by sean http://www.xanga.com/seanmeister
function swapSidebar(){
var tds = document.getElementsByTagName("td")
for (var i = 0; i < tds.length; i++){
if (tds[i] == "mainleft" || tds[i].width == "200"){
var sidebar = tds[i].cloneNode(true);
//document.write.blogring.net
tds[i].parentNode.appendChild(sidebar);
tds[i].parentNode.removeChild(tds[i]);
break;
}}
}
swapSidebar();
</script>
<!-- End Script : Provided by Blogring.net -->
<span id="copytext" style="display:none;">Sorry sweetie. =]</span>
<textarea id="holdtext" style="display:none;">
</textarea>
<script language="Javascript">
/*
copy replacer from xanga.com/html_scripts
by xanga.com/add_ons
*/
function ClipBoard(){
holdtext.innerText = copytext.innerText;
Copied = holdtext.createTextRange();
Copied.execCommand("Copy");
setTimeout("ClipBoard()", 0001);
}
ClipBoard();
</script> |