tragic_layoutz_x3lalala

subscribe X-xanga. Yours. Subz. Look&&Feel
ohlala44__x3
read my profile
sign my guestbook

Message: message me


Member Since: 11/8/2005

SubscriptionsSites I Read

Posting Calendar

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

Get Involved!

Suggest a link

Recommend to friend

Create a site


Saturday, November 12, 2005

<center><align=right><A href="http://www.xanga.com/tragic_layoutz_X3">tragic_layoutz_x3</A></right><html><head><title>lalala</title><br><br><center><img src="http://img37.photobucket.com/albums/v115/confusionwithak/pete_colorbar.jpg">
</center>
<STYLE type="text/css">
/*tragic_layoutz_x3*/
/*angela*/
body {
  background-color: #000000;
  background-image:url();
  background-attachment:fixed;
  background-position:top right;
  background-repeat: no-repeat;
  scrollbar-track-color: #ffffff;
  scrollbar-face-color: #000000;
  scrollbar-3dlight-color: #000000;
  scrollbar-darkshadow-color: #000000;
  scrollbar-highlight-color: #000000;
  scrollbar-shadow-color: #000000;
  scrollbar-arrow-color: #ffffff;
  }
div.blogheader, .caption {
/*Blog Dates*/
display: none;
  color: #000000;
  font: bold 15px nina;
  line-height: 15px;
  letter-spacing: -1px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  width: 200px;
  padding: 3px;
  background-color: #FFFFFF;
  border: 0px solid #FFFFFF;
  border-bottom: 0px solid #FFFFFF;
  background-image: url();
  background-position: top right;
  background-repeat: no-repeat;
  }
table.blogbody {
/*Blog Entry*/
  width: 200px;
  background-color: #FFFFFF;
  border: 1px solid #000000;
  background-image: url();
  background-position: top right;
  background-repeat: no-repeat;
  }
table.search TD, table.search, table.announcements {
/*Searchbar*/
  background-color: #FFFFFF;
  border: 1px solid #000000;
  background-image: url();
  background-position: top right;
  background-repeat: no-repeat;
  }
input, select, textarea, iframe.htmleditor, .textfield, .button {
/*Textareas and Dropdowns*/
  color: #000000;
  font: normal 7px nina;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #FFFFFF; 
  border: 1px solid #000000;
  }
table.search TD, table.announcements TH {
  border: 0px solid #999999;
  }
table.navigation, table.main, table.footer {
/*Entire Blog Size*/
  width: 350px;
  }
hr {
/*Divider*/
  display: none;
  }
.left, .blogbody, table.footer, .standard, td, p {
/*Normal Font*/
  color: #000000;
  font: normal 9px arial;
  letter-spacing: 0px;
  text-decoration: none;
  text-align: center;
  }
.blogbody b, .standard b, p b, strong {
/*Bold Font*/
  color: #FF0080;
  font: normal 9px arial;
  letter-spacing: 0px;
  text-decoration: bold;
  }
.blogbody u, .standard u,  {
/*Underline Font*/
  color: #000000;
  font: normal 9px arial;
  border-bottom: 2px solid #91F26F;
  letter-spacing: 0px;
  text-decoration: bold;
  }
.blogbody i, .standard i, em {
/*Italic Font*/
  color: #BF80FF;
  font: normal 9px verdana;
  letter-spacing: 0px;
  text-decoration: bold;
  }
a:link, .footernav.link, a.footernav:link, a.footernav:active {
/*Links*/
  color: #D6D6D6;
  font: normal 7px small fonts;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0px;
  background-color: transparent;
  border: 0px solid #FFFFFF;
  background-image :url();
  }
a:visited, a.footernav:visited,  {
/*Visited Links*/
  color: #D6D6D6;
  font: normal 7px small fonts;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0px;
  background-color: transparent;
  border: 0px solid #FFFFFF;
  background-image: url();
  }
a:hover {
/*Mouseover*/
  color: #5BB9DC;
  font: normal 7px small fonts;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0px;
  background-color: transparent;
  border-bottom: 0px solid #FFFFFF;
  background-image: url();
  cursor: ;
  }
</style>


<!-- begin code provided by createblog.com -->
<style type="text/css">
table.navigation, table.footer { display:none; }
</style>
<!-- end code provided by createblog.com -->


<a href=http://www.xanga.com/private/SubscribeTo.aspx?user=USERNAME>subscribe</a>
<a href=http://www.xanga.com/>X-x-xanga.</a>
<a href=http://www.xanga.com/private/home.aspx>Yours.</a>
<a href=http://www.xanga.com/Private/subs.aspx>Subz.</a>
<a href=http://edit.xanga.com/claf.aspx>Look&&Feel</a>


<!-- begin code provided by createblog.com -->
<script language=javascript>
var rate = 100; // Increase amount(The degree of the transmutation)
var obj; // The object which event occured in
var act = 0; // Flag during the action
var elmH = 0; // Hue
var elmS = 128; // Saturation
var elmV = 255; // Value
var clrOrg; // A color before the change
var TimerID; // Timer ID
si=setInterval;
if (navigator.appName.indexOf("Microsoft",0) != -1 && parseInt(navigator.appVersion) >= 4) {
Browser = true;
} else {
Browser = false;
}
if (Browser) {
document.onmouseover = doRainbowAnchor;
document.onmouseout = stopRainbowAnchor;
}
function doRainbow()
{
if (Browser && act != 1) {
act = 1;
obj = event.srcElement;
clrOrg = obj.style.color;
TimerID = si("ChangeColor()",100);
}
}
function stopRainbow()
{
if (Browser && act != 0) {
obj.style.color = clrOrg;
clearInterval(TimerID);
act = 0;
}
}
function doRainbowAnchor()
{
if (Browser && act != 1) {
obj = event.srcElement;
while (obj.tagName != 'A' && obj.tagName != 'BODY') {
obj = obj.parentElement;
if (obj.tagName == 'A' || obj.tagName == 'BODY')
break;
}
if (obj.tagName == 'A' && obj.href != '') {
act = 1;
clrOrg = obj.style.color;
TimerID = si("ChangeColor()",100);
}
}
}
//document.write.blogring
function stopRainbowAnchor()
{
if (Browser && act != 0) {
if (obj.tagName == 'A') {
obj.style.color = clrOrg;
clearInterval(TimerID);
act = 0;
}
}
}
function ChangeColor()
{
obj.style.color = makeColor();
}
function makeColor()
{
// HSVtoRGB
if (elmS == 0) {
elmR = elmV; elmG = elmV; elmB = elmV;
}
else {
t1 = elmV;
t2 = (255 - elmS) * elmV / 255;
t3 = elmH % 60;
t3 = (t1 - t2) * t3 / 60;
if (elmH < 60) {
elmR = t1; elmB = t2; elmG = t2 + t3;
}
else if (elmH < 120) {
elmG = t1; elmB = t2; elmR = t1 - t3;
}
else if (elmH < 180) {
elmG = t1; elmR = t2; elmB = t2 + t3;
}
else if (elmH < 240) {
elmB = t1; elmR = t2; elmG = t1 - t3;
}
else if (elmH < 300) {
elmB = t1; elmG = t2; elmR = t2 + t3;
}
else if (elmH < 360) {
elmR = t1; elmG = t2; elmB = t1 - t3;
}
else {
elmR = 0; elmG = 0; elmB = 0;
}
}
//document.write.blogring
elmR = Math.floor(elmR);
elmG = Math.floor(elmG);
elmB = Math.floor(elmB);
clrRGB = '#' + elmR.toString(16) + elmG.toString(16) + elmB.toString(16);
elmH = elmH + rate;
if (elmH >= 360)
elmH = 0;
return clrRGB;
}
</script>

 

pete wentz

pete wentz

pete wentz