cahl37
read my profile
sign my guestbook

Message: message me


Member Since: 6/1/2005

SubscriptionsSites I Read

Posting Calendar

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

Get Involved!

Suggest a link

Recommend to friend

Create a site


Wednesday, June 01, 2005

</style></head><body><center><span><center><a href="http://xanga.com/omgsh_layouts" target="_blank">OMGSH_LAYOUTS</a><br />

 

<style type="text/css">
/* <span class='searchlite'>Stalking LOVE</span> Stylesheet */
/* by Maddie (xanga.com/Omgsh_layouts) */
body {
background-color: #0000000;
 background-image: url(http://tinypic.com/5l3rcg);
 background-repeat: no-repeat;
 background-attachment: fixed;
 background-position:top center;
 background-color: #000000;
  scrollbar-arrow-color: #FFFFFF;
  scrollbar-track-color: #000000;
  scrollbar-shadow-color: #FF0080;
  scrollbar-face-color: #000000;
  scrollbar-highlight-color: #FF0080;
  scrollbar-darkshadow-color:#FF0080;
  scrollbar-3dlight-color: #FF0080;
  }
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p {
/* edits main text */
  font:normal 14px Futura Md BT;
  line-height:17px;
  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;
}
.left B, { font: bold 14px Futura Md BT; color: "#FF80BF"; line-height: 16px;}
.blogbody b, .standard b, p b, strong {
/* edits bolded text in your entry */
font-weight: bold;
color: #000000;
}
div.blogheader, .caption {
/* edits the dates */
font-family: Futura Md BT;
text-transform:Uppercase;
font-size:20px;
line-height:30px;
font-weight:regular;
height: 1px;
color: #000000;
letter-spacing:1px;
text-align: center;
background-color: #FFBFDF;
filter:alpha (opacity=45, finishopacity=45, style=1);
border: 5px single #FFBFDF;
}
a:link, .footernav.link, a.footernav:link, a.footernav:active {
/* edits all links */
  color:#FF0080;
  text-decoration: none;
font:normal 16px Futura Md BT;
  line-height:16px;

  }
a:visited, a.footernav:visited,  {
/* edits the links that the user has visited */
  color:#FF0080;
  text-decoration: none;
font:normal 14px Futura Md BT;
  line-height:16px;

}
a:hover {
/* edits when user mouseovers the links */
height: 2px;
 
font:bold 13px Futura Md BT;
line-height:16px;
cursor: crosshair;
 style=2);
height: 6px;
background-color:#FF80BF;
color:#000000;
text-decoration: none;
}
input, select, textarea, .textfield, .button {
/* this edits the buttons, dropdowns, etc. */
  border: 3px dotted #FF80BF;
  font:normal 14px Futura Md BT ;
  background-color: #000000;
  letter-spacing:0px;
  color: #FFFFFF;
  }
table.left {
/* this edits the menu module */
  border: 3px solid #FFBFDF;
  width:160px;
  }
table.blogbody {
/* this edits the other the place where the  blog is */
  border: 3px solid #FF80BF;
  background-color: #FF80BF;
  filter:alpha (opacity=45, finishopacity=45, style=1);
  width:400px;
  font:normal 14px 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: #000000;
  filter:alpha (opacity==45, finishopacity=45, style=1);
  font: bold 14px Futura Md BT;
  color: #000000;
  border: none;
  }
table.left TD {
/* on your menu module, this edits the body part of it */
  background-image: none;
  background-color: #ffffff;
  filter:alpha (opacity=45, finishopacity=45, style=1);
  border: 5px single #FF80BF;
  font:normal 14px Comic Sans Ms;
  line-height:16px;
  color: #000000;
  }
table.search TD, table.search, table.announcements {
/* border of search bar (if you have it) */
  background-color: #FFBFDF;
  border: 5px solid #000000;
  }
table.search TD, table.announcements TH {
/* this should be left alone */
/* unless you know what to do */
  border: 1px solid #000000;
  }
table.navigation, table.main, table.footer {
/* the width of your blog with modules */
  width: 500px;
  }
hr {
/* horizontal divider */
  border: 1px solid #000000;
  }
</style>

<!-- End Script by Blogring.net -->
<BODY style="border-bottom: #FF409F
15t solid; border-top: #FF409F
15t solid; border-left: #FF409F
40t solid; border-right: #FF409F
40t solid"></TBODY><a href=http://xanga.com/omgsh_layouts target="_blank">OMGSH_LAYOUTS</a><br />
<!-- End Script by Blogring.net -->
<script type="text/javascript">
function replaceWords()
{
    // ***add the words or fragments you wish to replace below
    var oldWords = new Array(
        "Subscriptions",
        "About Me:",
        "Name:",
        "Birthday:",
        "Expertise:",
        "State:",
        "Email:",
        "Interests:",
        "Stats",
        "Gender:",
        "Female",
        "Posting Calendar",
        "My Blogrings");

    // *** add the replacing words or fragments below
    var newWords = new Array(
        "My Lovers",
        "About ME!:",
        "Omgsh it's:",
        "Give me stuff on:",
        "I ROCK AT..",
        "Rockin it in:",
        "Mail:",
        "The things that intrest me:",
        "love:",
        "OMGSH one CrAzy:",
        "Female",
        "CALENDAR",
        "Places I've been");    allTableData = document.getElementsByTagName('td');
    allTableHeaders = document.getElementsByTagName('th');
       
    var collections = new Array(allTableData,allTableHeaders);
   
    for (var k = 0 ; k < collections.length ; ++k )
    {
        for (var i = 0 ; i < collections[k].length ; ++i )
        {  
            if (collections[k][i].innerHTML.indexOf('TABLE') == -1)
            {
                for ( var n = 0 ; n < oldWords.length; ++n )
                {
                    var indx = collections[k][i].innerHTML.indexOf(oldWords[n])
                    while (indx != -1)
                    {  
                        var replacement = '';
                        indx = collections[k][i].innerHTML.indexOf(oldWords[n]);
                        replacement = collections[k][i].innerHTML.replace(oldWords[n], newWords[n]);
                        if(navigator.userAgent.toLowerCase().indexOf('compatible')>0){collections[k][i].innerHTML=replacement;//please use supported code at http://help.xanga.com/codes.htm
}


                        break;                   
                    }
                }
            }
        }
    }
}
replaceWords();
</script>
<!-- begin code provided by createblog.com -->
<script language="javascript">
<!--
var links = document.getElementsByTagName ('a');
for (var l = 0; l < links.length; l++) {
str = links[l].innerHTML;
if (str.match (/\d+:\d+ (am|pm)/i)) links[l]
else if (str.match (/eprops/i)) links[l].innerHTML = str.replace (/eprops/i, "*flashing lights*");
else if (str.match (/eprop/i)) links[l].innerHTML = str.replace (/eprop/i, "*flashing light*");
else if (str.match (/comments/i)) links[l].innerHTML = str.replace (/comments/i, "**roles*");
else if (str.match (/comment/i)) links[l].innerHTML = str.replace (/comment/i, "role");
else if (str.match (/email it/i)) links[l].innerHTML = str.replace (/email it/i, "E-MAiL Me*");
}//-->
</script>
<!-- end code provided by createblog.com -->



OMGSH_LAYOUTS