made_by_ms_helpful06
read my profile
sign my guestbook

Message: message me


Member Since: 2/26/2005

SubscriptionsSites I Read

Posting Calendar

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

Get Involved!

Suggest a link

Recommend to friend

Create a site

Tuesday, March 15, 2005

<style type="text/css">

body {
background-color: #000000;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #000000;
scrollbar-shadow-color: #ff0099;
scrollbar-face-color: #000000;
scrollbar-highlight-color: #ff0099;
scrollbar-darkshadow-color: #33FF00;
scrollbar-3dlight-color: #33ff00;
}
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p {
/* main text stuff */
font:normal 11px Zapf-Chancery;
line-height: 11px;
color:#33FF00;
letter-spacing:0px;
text-align:justify;
}
table.footer TD {
/* centers bottom footer*/
text-align: center;
}
div.blogheader, .caption {
/* dates */
font-family:Zapf-Chancery;
text-transform:lowercase;
font-size:14px;
line-height:14px;
font-weight:bold;
color:#33FF00;
letter-spacing:-1px;
background-color: #000000;
text-align: right;
}
a:link, .footernav.link, a.footernav:link, a.footernav:active {
/* links */
color:#FF0099;
font:normal 11px Zapf-Chancery;line-height:12px;
text-decoration: none;
}
a:visited, a.footernav:visited, {
/* visited links */
color:#33ff00;
font:normal 11px Zapf-Chancery;
line-height:12px;
text-decoration: none;
}
a:hover {
/* hover links*/
COLOR:none;background:url(http://members.asianavenue.com/risa-cute-image/starglow.gif );
font:bolder 11px Zapf-Chancery;
line-height:12px;
text-decoration: strike-through;
cursor: crosshair;
}
a:active {
color: #ffff00;
font:normal 11px Zapf-Chancery;
line-height:12px;
cursor: s-resize;
text-decoration: stike-through;
}
input, select, textarea, iframe.htmleditor, .textfield, .button {
/* this edits the buttons, dropdowns, etc. */
border: 1px solid #ffff00;
font:normal 11px Zapf-Chancery;
background-color: #000000;
letter-spacing:0px;
}
table.left {
/* menu module */
border: 1px dashed #ffff00;
width:160px;
background-color: #000000;
color: #ff0099;
}
table.blogbody {
/* blog */
border: 1px dashed #ffff00;
background-color: #000000;
width: 560px;
}
table.left th {
/* title of the menu module */
background-image: url (http://url.com/to/the/site/image.gif);
background-color: #000000;
font: bold 11px Zapf-Chancery;
font-color: #33ff00
text-transform: lowercase;
color: #33ff00;
border: 1px solid #ffff00;
border-width: 1px 1px 0px 1px;
}
table.left TD {
/* body of the menu module */
background-image: url (http://url.com/to/the/site/image.gif);
background-color: #000000;
border: none;
}
table.search TD, table.search, table.announcements {
/* search bar stuff */
background-color: #000000;
border: 1px solid #ffff00;
}
table.search TD, table.announcements TH {
/* this should be left alone */
/* unless you know what to do */
border: 1px dashed #ffff00;
}
table.navigation, table.main, table.footer {
/* the width of your blog with modules */
width: 725px;
}
hr {
/* horizontal divider */
border: 2px solid #ffff00;
}
table.blogbody tr td {
/* this edits the left margin of blog */
width:0px;
padding: 3px;
}
table.blogbody div.smalltext{
/* this edits the blog footer */
text-align: right;
padding-bottom: 5px;
}
</style>

<!-- Blink Boxes : Provided by Blogring.net -->
<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

// customize by changing the values below
// these are the various colors, in quotes, seperated by commas
var blinkColors = new Array("#33ff00","#ff0099","#ffff00");
// the border color
var blinkBorderColor = "#000000"
// the border width, in pixels
var blinkBorderWidth = 1;
// the # of rows
var blinkRows = 1;
// the # of columns
var blinkCols = 40;
// the width of the entire box, in pixels or %
var blinkWidth = 590;
// the height of each row, in pixels
var blinkRowHeight = 10;
// speed of blinking, in milliseconds
var blinkRate = 8;

// 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>");
// ... and this makes it blink
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>