Zaje_pRoduCtiOnZ
zaje_productionz11
read my profile
sign my guestbook

Message: message me


Member Since: 7/15/2005

SubscriptionsSites I Read

Posting Calendar

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

Get Involved!

Suggest a link

Recommend to friend

Create a site


Friday, July 15, 2005

<!--  start of "No Man Iz Worth Ya Tearz..." layout © by
Zaje_Productionz -->

<IMG src="http://img292.imageshack.us/img292/139/layout60hd.gif">


<style>body {background:#000000; filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr=#ffffff,EndColorStr=#FFBFBF); }</style>
<!-- begin code provided by createblog.com -->

<style type="text/css">
/* Layout Made By Zaje_productionz*/
body {
background-color: #ffffff;
background-image: url(http://tinypic.com/539t7k);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: bottom right;
scrollbar-arrow-color: #B8B8B8;
scrollbar-track-color: #FFBFBF;
scrollbar-shadow-color:#ffffff;
scrollbar-face-color: #FFBFBF;
scrollbar-highlight-color: #B8B8B8;
scrollbar-darkshadow-color:#ffffff;
scrollbar-3dlight-color: #ffffff;
}
.blogbody b, .standard b, p b, strong {
/* edits bold text */
 font-weight: bold;
 color: #B8B8B8;
 }
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p {
/* edits main text */
  font:normal 11px arial;
  line-height:16px;
  color:#000000;
  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:upercase;
font-size:24px;
line-height:30px;
font-weight:bold;
filter: alpha (opacity=100, finishopacity=0, style=2);
height: 1px;
background-color:#ffffff;
color:black;
letter-spacing:1px;
text-align: center;
}
a:link, .footernav.link, a.footernav:link, a.footernav:active {
/* edits all links */
  color:#FFBFBF;
  text-decoration: none;
font:normal 11px arial;
  line-height:16px;
  }
a:visited, a.footernav:visited,  {
/* edits visited links*/
  color:#FFBFbF;
  text-decoration: none;
font:normal 11px arial;
  line-height:16px;
   }
a:hover {
/* edits when user mouseovers the links */
  color:#ffffff;
  text-decoration: none;
font:bold 11px arial;
  line-height:16px;
background-color: #ffbfbf;
BORDER-left: #B8B8B83px solid;
BORDER-right: #B8B8B83px solid;
BORDER-bottom: #B8B8B83px solid;
BORDER-top: #B8B8B83px solid;
/* Layout Made By Zaje_Productionz*/
}
input, select, textarea, .textfield, .button {
/* this edits the buttons, dropdowns, etc. */
  border: 3px solid #B8B8B8
  font:normal 11px arial;
  background-color: #ffffff;
  letter-spacing:0px;
  color: #000000;
  }
table.left {
/* edits the menu module */
  border: 5px solid #B8B8B8;
  width:155px;
  }
table.blogbody {
/* edits blog area */
  background-color: #ffffff;
  width: 390px;
  font:normal 11px arial;
  line-height:16px;
  color: #ffbfdb;
BORDER-left: #FFBFBF 4px solid;
BORDER-right: #FFBFBF 4px solid;
BORDER-bottom: #FFBFBF 4px solid;
BORDER-top: #FFBFBF 4px solid;
BORDER-bottom: #FFBFBF 4px solid;
}
table.left th {
/* on your menu module, this edits the title part of it */
/* like BLOGRINGS, POSTING CALENDAR, etc */
  background-image: none;
  background-color: #ffffff;
  font: bold 11px arial;
  color: #B8B8B8;
BORDER-bottom: #B8B8B8 5px solid;
  }
table.left TD {
/* edits body of menu module */
/* Layout made by Zaje_productionz*/
background-color: ffffff;
border: solid #FFBFbF;
text-align: center;
color:#000000;
  }
table.search TD, table.search, table.announcements {
/* border of search bar (if you have it) */
  background-color: #ffffff;
  border: 1px solid #FFBFBF;
  }
table.search TD, table.announcements TH {
/* this should be left alone */
/* unless you know what to do */
  border: 1px dotted #B8B8B8;
  }
table.navigation, table.main, table.footer {
/* the width of your blog with modules */
  width: 500px;
  }
hr {
/* horizontal divider */
  border: 1px solid #000000;
  }
</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("#B8B8B8","#FFBFBF");
// the border color
var blinkBorderColor = "#ffffff"
// the border width, in pixels
var blinkBorderWidth = 1;
// the # of rows
var blinkRows = 2;
// the # of columns
var blinkCols = 4;
// the width of the entire box, in pixels or %
var blinkWidth = 550;
// the height of each row, in pixels
var blinkRowHeight = 6;
// speed of blinking, in milliseconds
var blinkRate = 20;

// 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>
<BODY style="border-bottom: #FFBFbF
10t solid; border-top: #FFBFBF
10t solid; border-left: #B8B8B8
10t solid; border-right: #FFBFBF
10t solid"></TBODY>

<a href="http://xanga.com/Zaje_productionz" target="_blank">Zaje_pRoduCtiOnZ</a><br />
<!-- End Script by Blogring.net -->


<!--  end  of "No Man Iz Worth Ya Tearz..." layout ©
Zaje_productionz -->