hott_layzXx
layy48
read my profile
sign my guestbook

Message: message me


Member Since: 12/5/2005

SubscriptionsSites I Read

Posting Calendar

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

Get Involved!

Suggest a link

Recommend to friend

Create a site


Monday, December 05, 2005

 

<!-- begin code provided by createblog.com -->
<style>
u{
border-bottom: 1px Dashed #FF80BF;
color:#8FEFEF;
}
</style>

<!-- end code provided by createblog.com -->

 

<!-- begin code provided by createblog.com -->
<style type="text/css">
.blogbody b, .standard b, p b, strong {
/* edits bolded text in your entry */
 font-weight: bold;
 color: #ff9999;
 }
</style>
<!-- end code provided by createblog.com -->

 

<!-- begin code provided by blogring.net-->
<style type="text/css">
.blogbody i, .standard i, p i, em {
font-weight: italic;
color: #ffbf80;}
</style>
<!-- end code provided by blogring.net-->

</style>
<!-- end code provided by blogring.net-->

<!-- begin code provided by blogring.net-->
<style type="text/css">
.blogbody i, .standard i, p i, em {
font-weight: italic;
color: #ffbf80;}
</style>
<!-- end code provided by blogring.net-->

<script language="JavaScript1.2">

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
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 = setInterval("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 = setInterval("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>

 

<style type="text/css">
body {
background-color: #ffffff;
background-image: url(http://i26.photobucket.com/albums/c133/hott_layzXx/pinkhearts.png);
background-repeat:repeat;
background-attachment: fixed;
background-position: top center;
scrollbar-arrow-color: #FF66CC;
scrollbar-track-color: #FF66CC;
scrollbar-shadow-color: #FFFFCC;
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #ffffff;
scrollbar-darkshadow-color:#ffffff;
scrollbar-3dlight-color: #ffffff;
}
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p {
/* edits main text */
font:normal 11px arial;
line-height:16px;
color:#FF80BF;
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;
}
.left B, { font: bold 11px arial; color: "#bfff80"; line-height: 16px;}
.blogbody b, .standard b, p b, strong {
/* edits bolded text in your entry */
font-weight: bold;
color: #bfff80;
}
div.blogheader, .caption {
/* edits the dates */
font-family: trebuchet ms;
text-transform:normal;
font-size:19px;
line-height:35px;
font-weight: normal;
filter: alpha (opacity=100, finishopacity=0, style=3);
height: 1px;
background-color:#ffffbf;
color:#000000;
letter-spacing:1px;
text-align: center;
background-image: url(http://photobucket.com/albums/b384/xglitterxshimmerxshinex/);
}
a:link, .footernav.link, a.footernav:link, a.footernav:active {
/* edits all links */
color:#58E7E7;
text-decoration: none;
}
a:visited, a.footernav:visited, {
/* edits the links that the user has visited */
color:#58E7E7;
text-decoration: underline;
}
a:hover {
/* edits when user mouseovers the links */
color:#58E7E7;

background-image :url(http://photobucket.com/albums/b384/xglitterxshimmerxshinex/);
cursor: ne-resize;
text-decoration: underline overline;
font:normal 11px arial;
line-height:16px;
}
input, select, textarea, .textfield, .button {
/* this edits the buttons, dropdowns, etc. */
border: 2px dashed #FF80bf;
font:normal 11px arial;
background-color: #FFFFFF;
letter-spacing:0px;
color: #FF80bf;
}
table.left {
/* this edits the menu module */
border: 2px dashed #FF80bf;
width:160px;
}
table.blogbody {
/* this edits the other the place where the blog is */
border: 2px dashed #FF80bf;
background-color: #FFFFFF;
filter:alpha (opacity=70, finishopacity=70, style=1);
width:400px;
font:normal 11px arial;
line-height:16px;
color: #FFBF80;
}
table.left th {
/* on your menu module, this edits the title part of it */
/* like BLOGRINGS, POSTING CALENDAR, etc */
background-image: url(http://photobucket.com/albums/b384/xglitterxshimmerxshinex/);
background-color: #FFFFFF;
font: bold 11px arial;
text-transform: lowercase;
color: #FF80BF;
border: none;
text-align: center;
filter:alpha (opacity=70, finishopacity=70, style=1);
color: #FF80BF;
}
table.left TD {
/* on your menu module, this edits the body part of it */
background-image: http://photobucket.com/albums/b384/xglitterxshimmerxshinex/;
background-color: #FFFFFF;
filter:alpha (opacity=70, finishopacity=70, style=1);
border: none;
font:normal 11px arial;
line-height:16px;
color:#FF80BF;
}
table.search TD, table.search, table.announcements {
/* border of search bar (if you have it) */
background-color: #transparent;
border: 2px dashed #FF80BF;
}
table.search TD, table.announcements TH {
/* this should be left alone */
/* unless you know what to do */
border: 0px double #FF80BF;
}
table.navigation, table.main, table.footer {
/* the width of your blog with modules */
width: 500px;
}
hr {
/* horizontal divider */
border: 1px double #FFFFBF;
}
</style><script language=JavaScript>

<STYLE TYPE="text/css">
BODY
{
BORDER-TOP: 12px solid #FF66CC;
BORDER-BOTTOM: 12px solid #FF66CC;
BORDER-LEFT: 12px solid #FF66CC;
BORDER-RIGHT:12px solid #FF66CC;
</STYLE>


 

<a href="http://www.xanga.com/hott_layzXx " target="_blank">hott_layzXx</a><br />