ehh_HTML
About this Entry
Posted by: ehhHTML_Bre1

Original: 2/21/2006 10:26 PM
Comments: 1
eProps: 2

Read Comments
Post a Comment
Back to Your Xanga Site


Who gave the eProps?
2 eProps!2 eProps! 2 eProps from:
music872

Tuesday, February 21, 2006
 

[bold]
[normal text]

*hint to make your site appear to load faster, change the background color in your look and feel to match your layout background like here it would be:  669966*

(place in your header, or web stats)

 

<style type="text/css">
/* <span class='searchlite'>Simple Gal</span> Stylesheet */
/* by Bre (xanga.com/ehh_HTML) */
/* <a href='http://BlogRing.Net' target='_blank'>http://BlogRing.Net</a> */
body {
background-color: #669966;
 background-image: url("http://img.villagephotos.com/p/2004-11/874174/cartoon_top.gif");
 background-repeat: no-repeat;
 background-attachment: fixed;
 background-position: bottom right;
 background-color: #669966;
  scrollbar-arrow-color: #99CCCC;
  scrollbar-track-color: #FFFFFF;
  scrollbar-shadow-color: #FFFFFF;
  scrollbar-face-color: #ffffff;
  scrollbar-highlight-color: #FFFFFF;
  scrollbar-darkshadow-color:#000000;
  scrollbar-3dlight-color: #000000;
}
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p {
/* edits main text */
  font:normal 11px arial;
  line-height:16px;
  color:#99CCCC;
  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;
}
.blogbody b, .standard b, p b, strong {
/* edits bolded text in your entry */
 font-weight: bold;
 color: #669966;

.blogbody b, .standard b, p b, italic {
/* edits italic text in your entry */
 font-weight: italic;
 color: #CCCCCC;


}
div.blogheader, .caption {
/* edits the dates */
font-family: impact;
text-transform:lowercase;
font-size:24px;
line-height:30px;
font-weight: regular;
height: 1px;
color: #000000;
letter-spacing:0px;
text-align: center;
border: 3px dashed #CCCCCC;
background-color: #99CCCC;
}
a:link, .footernav.link, a.footernav:link, a.footernav:active {
/* edits all links */
  color:#99CCCC;
  text-decoration: none;
  font:normal 11px arial;
  line-height:16px;

  }
a:visited, a.footernav:visited,  {
/* edits the links that the user has visited */
  color: #CCCCCC;
  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: transparent
border: 5px solid #000000;
}
input, select, textarea, .textfield, .button {
/* this edits the buttons, dropdowns, etc. */
  border: 3px solid #FFFFFF;
  font:normal 11px arial;
  background-color: transparent;
  letter-spacing:0px;
  color: #000000;
  }
table.left {
/* this edits the menu module */
  border: 5px dashed #000000;
  width:160px;
  font:normal 11px arial;
  line-height:16px;

  }
table.blogbody {
/* this edits the other the place where the  blog is */
  border: 2px solid #000000;
  background-color: #ffffff;
  width:400px;
  font:normal 11px arial;
  line-height:16px;
  color: #000000;

  }
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: #000000;
  border: none;
  }
table.left TD {
/* on your menu module, this edits the body part of it */
  background-image: none;
  background-color: ffffff;
  border: none;
  font:normal 11px arial;
  line-height:16px;
  color: #000000;
  }
table.search TD, table.search, table.announcements {
/* border of search bar (if you have it) */
  background-color: transparent;
  border: 1px dashed #000000;
  }
table.search TD, table.announcements TH {
/* this should be left alone */
/* unless you know what to do */
  border: 1px dashed #000000;
  }
table.navigation, table.main, table.footer {
/* the width of your blog with modules */
  width: 500px;
  }
hr {
/* horizontal divider */
  border: 1px dashed #000000;
  }
</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
// customize by changing the values below
// these are the various colors, in quotes, seperated by commas
var blinkColors = new Array("#99CCCC","#000000","FFFFFF");
// the border color
var blinkBorderColor = "#000000"
// the border width, in pixels
var blinkBorderWidth = 1;
// the # of rows
var blinkRows = 2;
// the # of columns
var blinkCols = 80;
// the width of the entire box, in pixels or %
var blinkWidth = 570;
// the height of each row, in pixels
var blinkRowHeight = 5;
// speed of blinking, in milliseconds
var blinkRate = 15;
// 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>
<!-- End Script by Blogring.net -->
<a href="http://xanga.com/ehh_HTML" target="_blank">ehh_HTML</a><br />
<BODY style="border-bottom: #99CCCC
20t solid; border-top: #99CCCC
20t solid; border-left: #99CCCC
20t solid; border-right: #99CCCC
20t solid"></TBODY>

 Posted 2/21/2006 10:26 PM - 1 comments

Give eProps or Post a Comment

1 Comment

Visit music872's Xanga Site!
Hey nice profile.. add me on msn dizzyduda@hotmail.com - im trying to meet some new friends in my area :) xoxox monica - ps i have a webcam so msn me and ill go on :)
Posted 7/30/2006 12:07 AM by music872 - reply


Choose Identity
(?)
 
Give eProps (?)
Post a Comment
Add Link | Preview HTML comment help 
Profile Pic:
Default  |  Choose »  (?)



Back to ehhHTML_Bre1's Xanga Site!
Note: your comment will appear in ehhHTML_Bre1's local time zone:
GMT -05:00 (Eastern Standard - US, Canada)