layouts__09x
layouts__3knoxville
read my profile
sign my guestbook

Message: message me


Member Since: 3/16/2005

SubscriptionsSites I Read

Posting Calendar

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

Get Involved!

Suggest a link

Recommend to friend

Create a site


Wednesday, March 16, 2005

change your module text to color #330000 and copy this code into custom header on your look and feel page

 

<a href=http://xanga.com/layouts__09x target="_blank">layouts__09x</a><br />
<style type="text/css">
body {
  background-color: #ffffff;
  background-image: url(http://img183.exs.cx/img183/9103/jknoxville6ea.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: bottom left;
  scrollbar-arrow-color: #ffbb00;
  scrollbar-track-color: #ffffff;
  scrollbar-shadow-color: #003344;
  scrollbar-face-color: #ffffff;
  scrollbar-highlight-color: #003344;
  scrollbar-darkshadow-color: #003344;
  scrollbar-3dlight-color: #003344;
  }

.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p {
  font:normal 11px arial;
  line-height:10px;
  color:#330000;
  letter-spacing:0px;
  text-align:justify;
  }

table.footer TD {
  text-align: center;
  }

div.blogheader, .caption {
  font-family:arial;
  text-transform:justify;
  font-size:20px;
  line-height:10px;
  font-weight:regular;
  color:#ffbb00;
  letter-spacing:0px;
  background-color: #;
  text-align: right;
  }

a:link, .footernav.link, a.footernav:link, a.footernav:active {
  color:#ff1177;
  text-decoration: none;
  }

a:visited, a.footernav:visited,  {
  color:#ff1177;
  text-decoration: none;
  }

a:hover {
  color:#003344;
  cursor: hand;
  text-decoration: none;
  font:normal 9px courier new;
  }

input, select, textarea, .textfield, .button {
  border: 3px solid #003344;
  font:normal 11px arial;
  background-color: #ffffff;
  letter-spacing:0px;
  color: #ff1177;
  }

table.left { 
  border: 5px solid #003344;
  width:180px;
  background-color: #ffffff;
  color: #330000;filter:alpha (opacity=70, finishopacity=70, style=1);       
  }

table.blogbody {
  border: 5px solid #003344;
  background-color: #ffffff;
  width:400px;
filter:alpha (opacity=70, finishopacity=70, style=1);       
  }

table.left th {
  background-image: url(url here);
  background-color: #ffffff;
  font: bold 12px arial;
  text-transform: lowercase;
  color: #ffbb00;
  border: none;
  }
table.left TD {
  background-image: url(url here);
  background-color: #ffffff;
  border: none;
  }

table.search TD, table.search, table.announcements {
  background-color: #ffffff;
  border: 5px solid #003344;
filter:alpha (opacity=70, finishopacity=70, style=1);       
  }
table.search TD, table.announcements TH {
  border: 0px solid #;
  }
table.navigation, table.main, table.footer {
  width: 580px;
  }
hr {
  border: 1px solid #ffffff;
  }
</style>
<BODY style="border-bottom: #000000
25t solid; border-top: #000000
25t solid; border-left: #000000
25t solid; border-right: #000000
25t solid"></TBODY>
<!-- Blink Boxes : Provided by Blogring.net -->
<script language=JavaScript>
<!--
var blinkColors = new Array("#003344","#ffbb00","#ff1177","#330000");
var blinkBorderColor = "#ffffff"
var blinkBorderWidth = 1;
var blinkRows = 1;
var blinkCols = 20;
var blinkWidth = 600;
var blinkRowHeight = 4;
var blinkRate = 8;
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>