kool_emo_layout48
read my profile
sign my guestbook

Message: message me


Member Since: 2/19/2006

SubscriptionsSites I Read

Posting Calendar

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

Get Involved!

Suggest a link

Recommend to friend

Create a site


Sunday, February 19, 2006



<script>document.title="W/e u want here!!"</script>

<DIV></DIV><FONT style="FONT-WEIGHT: bold; FONT-SIZE: 24pt; COLOR: #FF00FF; LINE-HEIGHT: 26pt; FONT-FAMILY: Arial; LETTER-SPACING: 0pt"></FONT><BR>


<STYLE type="text/css">
body {
background-color:#000000;
background-image:url(http://i42.photobucket.com/albums/e316/Lays696/9.jpg);
background-position: bottom center;
background-repeat: NO-repeat;
background-attachment:fixed;
scrollbar-arrow-color: #FF0099;
scrollbar-track-color: #FF99CC;
scrollbar-shadow-color: #FF0099;
scrollbar-face-color: #FF99CC;
scrollbar-highlight-color:#FF0099;
scrollbar-darkshadow-color:#FF0099;
scrollbar-3dlight-color:#FF0099;
}
.left, .blogbody, table.footer, .standard, td, p {
/* edits main text */
font: normal 13px arial;
color: #FF99CC;
letter-spacing: 0px;
text-align: left;
}
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: arial;
text-transform: lowercase;
background-color: transparent;
font-size:12px;
font-weight: bold;
line-height: 25px;
letter-spacing: 0px;
color: #FF99CC;
text-align: center;
padding: 3px;
width: 300px;
}
a:link, .footernav.link, a.footernav:link, a.footernav:active {
/* edits all links */
color: #FF99CC;
font:normal 13px arial;
text-transform: lowercase;
text-decoration: none;
}
a:visited, a.footernav:visited, {
/* edits the links that the user has visited */
color: #FF99CC;
font:normal 13px arial;
text-decoration: none;
text-transform: lowercase;
}
a:hover {
/* edits when user mouseovers the links */
font:normal 20px arial;
text-decoration:bold;
letter-spacing:0px;
cursor: nw-resize;
color: #FF0099;
border:3px solid #FF0099;
background-color:transparent;
}
input, select, textarea, iframe.htmleditor, .textfield, .button {
/* this edits the buttons, dropdowns, etc. */
border: 3px solid #FF0099;
font:normal 13px arial;
background-color: black;
letter-spacing:0px;
color: #FF99CC;
filter:alpha (opacity=70, finishopacity=70, style=1);
}
table.blogbody {
/* this edits the other the place where the blog is */
border: 3px solid #FF0099;
width: 300px;
background-color: #000000;
filter:alpha (opacity=70, finishopacity=70, style=1);
}
table.left {
/* this edits the menu module */
border: 3px solid #FF0099;
width: 200px;
background-color: #000000;
filter:alpha (opacity=70, finishopacity=70, style=1);
}
table.left th {
/* on your menu module, this edits the title part of it */
/* like BLOGRINGS, POSTING CALENDAR, etc */
background-image: url();
background-color: #000000;
font: 13px arial;
text-transform: lowercase;
text-align: center;
color: #FF99CC;
border: 3px solid #FF0099;
letter-spacing: 0px;
filter:alpha (opacity=70, finishopacity=70, style=1);
}
table.left TD {
/* on your menu module, this edits the body part of it */
font:13px arial;
color: #FF99CC;
text-align: Left;
border-top: 3px solid #FF0099;
width: 200px;
background-color: #000000;
}
table.search TD, table.search, table.announcements {
/* border of search bar (if you have it) */
background-color: #000000;
border: 3px solid #FF0099;
filter:alpha (opacity=70, finishopacity=70, style=1);
}
table.search TD, table.announcements TH {
/* this should be left alone */
/* unless you know what to do */
border: 3px solid #FF99CC;
}
table.navigation, table.main, table.footer {
/* the width of your blog with modules */
width: 500px;
}
hr {
/* horizontal divider */
border: 3px solid #FF0099;
}
</style>
<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
// various colors, in quotes, separated by commas
var blinkColors = new Array("#FF0099","#FF99CC","#000000");
// border color
var blinkBorderColor = "#ffffff";
// border width
var blinkBorderWidth = "1";
// number of horizonal lines
var blinkRows = "2";
// number of vertical lines
var blinkCols = "10";
// width of entire box
var blinkWidth = "750";
// height of each row
var blinkRowHeight = "20";
// blinking speed, in milliseconds
var blinkRate =5;
// 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>");
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>