">
<STYLE type=text/css>
body {
background-color: black;
scrollbar-arrow-color: #ffffff;
scrollbar-track-color: #575757;
scrollbar-shadow-color: black;
scrollbar-face-color: #c0c0c0;
scrollbar-highlight-color: white;
scrollbar-darkshadow-color: #575757;
scrollbar-3dlight-color: #c0c0c0;
}
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p {
/* edits main text */
font:normal 8pt arial;
line-height:10px;
color:white;
letter-spacing:0px;
text-align:justify;
}
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:uppercase;
font-size:8pt;
line-height:10px;
font-weight:bold;
color:white;
border: 1px solid #575757;
border-bottom: 1px solid #575757;
letter-spacing:0px;
background-color: #000000;
padding-top: 1px;
padding-bottom: 1px;
padding-right: 1px;
padding-left: 1px;
text-align: right;
width: 600px;
}
a:link, .footernav.link, a.footernav:link, a.footernav:active {
/* edits all links */
color:white;
font: normal 8pt arial;
text-decoration: none;
}
a:visited, a.footernav:visited, {
/* edits the links that the user has visited */
color:white;
font: normal 8pt arial;
text-decoration: none;
}
a:hover {
/* edits when user mouseovers the links */
color:#575757;
cursor: help;
line-height: 7px;
font: 8pt arial;
border-bottom: 1px dashed black;
text-decoration: none;
}
input, select, textarea, .textfield, .button {
/* this edits the buttons, dropdowns, etc. */
border: 1px solid #575757;
font:normal 8pt arial;
background-color: #000000;
letter-spacing:0px;
color:white;
}
table.left {
/* this edits the menu module */
border: 1px solid #575757;
width:200px;
background-color:#000000;
}
table.blogbody {
/* this edits the other the place where the blog is */
border: 1px solid #575757;
border-top: none;
background-color: #000000;
width:600px;
}
table.left th {
/* on your menu module, this edits the title part of it */
/* like BLOGRINGS, POSTING CALENDAR, etc */
background-image: url(http://url.com/to/the/site/image.gif);
background-color: #000000;
font: bold 8pt arial;
text-transform: uppercase;
color: #ffffff;
padding-top: 1px;
padding-bottom: 1px;
padding-right: 1px;
padding-left: 1px;
border: 1px solid #575757;
border-bottom: none;
}
table.left TD {
/* on your menu module, this edits the body part of it */
background-image: url(http://url.com/to/the/site/image.gif);
background-color: #000000;
border: 1px solid #575757;
border-top: 1px solid #575757;
}
table.search TD, table.search, table.announcements {
/* border of search bar (if you have it) */
background-color: #000000;
border: 1px solid #575757;
}
table.search TD, table.announcements TH {
/* this should be left alone */
/* unless you know what to do */
border: 1px solid #575757;
}
table.navigation, table.main, table.footer {
/* the width of your blog with modules */
width: 800px;
}
hr {
/* horizontal divider */
border: 1px solid white;
}
</STYLE>
<STYLE type=text/css>
body {BACKGROUND-COLOR: #000000;
background-image: url("
"); background-attachment: fixed; background-repeat: no-repeat; background-position: bottom right; }
</STYLE>
<!--
//blink boxes - xanga.com/add_ons
var blinkColors = new Array("#ffffff","#c0c0c0","#000000");
// the border color
var blinkBorderColor = "#575757"
// the border width, in pixels
var blinkBorderWidth = 1;
// the # of rows
var blinkRows = 1;
// the # of columns
var blinkCols = 4;
// the width of the entire box, in pixels or %
var blinkWidth = 810;
// the height of each row, in pixels
var blinkRowHeight = 1;
// speed of blinking, in milliseconds
var blinkRate = 1;
// 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();
//-->
<CENTER><A href="http://www.xanga.com/home.aspx?user=Strawberri_Layouts" target=_new>© Layout by Strawberri_Layouts</A></CENTER