a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#ffffff; line-height:9px; text-decoration: none; }
a:hover { /* edits when user mouseovers the links */ color:#000000; font:normal 10px ; line-height:9px; cursor: ne-resize; text-decoration: line-through; }
input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #00FFFF; font:normal 10px; background-color: transparent; letter-spacing:0px; font: normal 10px verdana; color: black; }
table.left { /* this edits the menu module */ border: 1px solid #00FFFF; font:normal 10px; background-color: transparent; letter-spacing:0px; font: normal 10px verdana; color: black; }
table.blogbody { /* this edits the other the place where the blog is */ border: 1px solid #00FFFF; background-color: #transparent; width:400px; }
table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ border: 1px solid #00FFFF; font:normal 10px; background-color: transparent; letter-spacing:0px; font: normal 10px verdana; color: black; } table.left TD { /* on your menu module, this edits the body part of it */ border: 1px solid #00FFFF; font:normal 10px; background-color: transparent; letter-spacing:0px; font: normal 10px verdana; color: black; }
table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ border: 1px solid #00FFFF; font:normal 10px; background-color: transparent; letter-spacing:0px; font: normal 10px verdana; color: black; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 1px solid #00FFFF; font:normal 10px; background-color: transparent; letter-spacing:0px; font: normal 10px verdana; color: black; } table.navigation, table.main { /* the width of your blog with modules */ width: 400px; } hr { /* horizontal divider */ border: 1px solid #00FFFF; } </style>
a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#FFC0FF; font:normal 11px arial; line-height:10px; text-decoration: none; }
a:hover { /* edits when user mouseovers the links */ color:#FF3399; font:normal 11px arial; line-height:10px; cursor: e-resize; text-decoration: none; }
input, select, textarea, iframe.htmleditor, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px dashed #FFC0FF; font:normal 11px arial; background-color: #000000; letter-spacing:0px; color: #FFC0FF; filter: alpha(style=0,opacity=80); }
table.left { /* this edits the menu module */ border: 1px dashed #FFC0FF; width:180px; background-color: none; }
table.blogbody { /* this edits the other the place where the blog is */ filter:alpha (opacity=80,style=0); border: 1px dashed #FFC0FF; background-color: black; width:420px; border-width: 1px 1px 1px 1px; scrollbar-arrow-color: #FF3399; scrollbar-track-color: #000000; scrollbar-shadow-color: #FF3399; scrollbar-face-color: #000000; scrollbar-highlight-color: #FFC0FF; scrollbar-darkshadow-color: #FFFFFF; scrollbar-3dlight-color: #FFFFFF; }
table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */; background-position: top left; background-color: #000000; width:180px; font: bold 13px arial; text-transform: capitalize; color: #FFC0FF; border: none; text-align: center; }
table.left TD { /* on your menu module, this edits the body part of it */ background-color: none; border: none #FFC0FF; width:180px; }
table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #000000; border: 1px dashed #FFC0FF; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px dashed #FFC0FF; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 620px; } hr { /* horizontal divider */ border: 1px dashed #FFC0FF; } </style>
<script language="JavaScript1.2"> // ******************************************************************* // script by drevil_nz, Michael Dillon, Christchurch New Zealand. // Permission granted to use this script provided this credit // remains intact. Visit my homepage www.chc.quik.co.nz/juggler/mikey.html // Script written for Internet Explorer 4.0+. // *******************************************************************
var message=".:*LovE OF MY LifE*:." //specifys the title var message=message+" " //gives a pause at the end,1 space=1 speed unit, here I used 10 spaces@150 each = 1.5seconds. i="0" //declares the variable and sets it to start at 0 var temptitle="" //declares the variable and sets it to have no value yet. var speed="150" //the delay in milliseconds between letters
function titler(){ if (!document.all&&!document.getElementById) return document.title=temptitle+message.charAt(i) //sets the initial title temptitle=temptitle+message.charAt(i) //increases the title by one letter i++ //increments the counter if(i==message.length) //determines the end of the message { i="0" //resets the counter at the end of the message temptitle="" //resets the title to a blank value } setTimeout("titler()",speed) //Restarts. Remove line for no-repeat. }
a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#00FF00; font:normal 11px arial; line-height:10px; text-decoration: none; }
a:hover { /* edits when user mouseovers the links */ color:#FFFFFF; font:normal 11px arial; line-height:10px; cursor: e-resize; text-decoration: none; }
input, select, textarea, iframe.htmleditor, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px dashed #00FF00; font:normal 11px arial; background-color: #FFFFFF; letter-spacing:0px; color: #00FF00; filter: alpha(style=0,opacity=80); }
table.left { /* this edits the menu module */ border: 1px dashed #00FF00; width:180px; background-color: none; }
table.blogbody { /* this edits the other the place where the blog is */ filter:alpha (opacity=80,style=0); border: 1px dashed #00FF00; background-color: white; width:420px; border-width: 1px 1px 1px 1px; scrollbar-face-color: #66FF66; scrollbar-highlight-color: #FFFFFF; scrollbar-3dlight-color: #B3F5E9; scrollbar-darkshadow-color: #00CC00; scrollbar-shadow-color: #00FF99; scrollbar-arrow-color: #FFFFFF; scrollbar-track-color: #CCFFCC; }
table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */; background-position: top left; background-color: #FFFFFF; width:180px; font: bold 13px arial; text-transform: capitalize; color: #00FF00; border: none; text-align: center; }
table.left TD { /* on your menu module, this edits the body part of it */ background-color: none; border: none #00FF00; width:180px; }
table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #FFFFFF; border: 1px dashed #00FF00; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px dashed #00FF00; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 620px; } hr { /* horizontal divider */ border: 1px dashed #00FF00; } </style>
<script language="JavaScript1.2"> // ******************************************************************* // script by drevil_nz, Michael Dillon, Christchurch New Zealand. // Permission granted to use this script provided this credit // remains intact. Visit my homepage www.chc.quik.co.nz/juggler/mikey.html // Script written for Internet Explorer 4.0+. // *******************************************************************
var message=".:*CrazY IN LovE*:." //specifys the title var message=message+" " //gives a pause at the end,1 space=1 speed unit, here I used 10 spaces@150 each = 1.5seconds. i="0" //declares the variable and sets it to start at 0 var temptitle="" //declares the variable and sets it to have no value yet. var speed="150" //the delay in milliseconds between letters
function titler(){ if (!document.all&&!document.getElementById) return document.title=temptitle+message.charAt(i) //sets the initial title temptitle=temptitle+message.charAt(i) //increases the title by one letter i++ //increments the counter if(i==message.length) //determines the end of the message { i="0" //resets the counter at the end of the message temptitle="" //resets the title to a blank value } setTimeout("titler()",speed) //Restarts. Remove line for no-repeat. }
a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#FF0000; font:normal 11px arial; line-height:10px; text-decoration: none; }
a:hover { /* edits when user mouseovers the links */ color:#FFFFFF; font:normal 11px arial; line-height:10px; cursor: e-resize; text-decoration: none; }
input, select, textarea, iframe.htmleditor, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px dashed #FF0000; font:normal 11px arial; background-color: #0000FF; letter-spacing:0px; color: #FFFFFF; filter: alpha(style=0,opacity=80); }
table.left { /* this edits the menu module */ border: 1px dashed #FF0000; width:180px; background-color: #0000FF; }
table.blogbody { /* this edits the other the place where the blog is */ filter:alpha (opacity=80,style=0); border: 1px dashed #FF0000; background-color: #0000FF; width:420px; border-width: 1px 1px 1px 1px; scrollbar-face-color: #FF0000; scrollbar-highlight-color: #FFFFFF; scrollbar-3dlight-color: #FF9999; scrollbar-darkshadow-color: #CC0000; scrollbar-shadow-color: #FF6666; scrollbar-arrow-color: #FFFFFF; scrollbar-track-color: #FFCCCC; }
table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */; background-position: top left; background-color: #0000FF; width:180px; font: bold 13px arial; text-transform: capitalize; color: #FFFFFF; border: none; text-align: center; }
table.left TD { /* on your menu module, this edits the body part of it */ background-color: #0000FF; border: none #FF0000; width:180px; }
table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #0000FF; border: 1px dashed #FF0000; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px dashed #FF0000; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 620px; } hr { /* horizontal divider */ border: 1px dashed #FF0000; } </style>
<script language="JavaScript1.2"> // ******************************************************************* // script by drevil_nz, Michael Dillon, Christchurch New Zealand. // Permission granted to use this script provided this credit // remains intact. Visit my homepage www.chc.quik.co.nz/juggler/mikey.html // Script written for Internet Explorer 4.0+. // *******************************************************************
var message=".:*I LovE ChingY*:." //specifys the title var message=message+" " //gives a pause at the end,1 space=1 speed unit, here I used 10 spaces@150 each = 1.5seconds. i="0" //declares the variable and sets it to start at 0 var temptitle="" //declares the variable and sets it to have no value yet. var speed="150" //the delay in milliseconds between letters
function titler(){ if (!document.all&&!document.getElementById) return document.title=temptitle+message.charAt(i) //sets the initial title temptitle=temptitle+message.charAt(i) //increases the title by one letter i++ //increments the counter if(i==message.length) //determines the end of the message { i="0" //resets the counter at the end of the message temptitle="" //resets the title to a blank value } setTimeout("titler()",speed) //Restarts. Remove line for no-repeat. }
a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#FF0000; font:normal 11px arial; line-height:10px; text-decoration: none; }
a:hover { /* edits when user mouseovers the links */ color:#FFFFFF; font:normal 11px arial; line-height:10px; cursor: e-resize; text-decoration: none; }
input, select, textarea, iframe.htmleditor, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px dashed #00FF00; font:normal 11px arial; background-color: #FFFFFF; letter-spacing:0px; color: #FF0000; filter: alpha(style=0,opacity=80); }
table.left { /* this edits the menu module */ border: 1px dashed #00FF00; width:180px; background-color: none; }
table.blogbody { /* this edits the other the place where the blog is */ filter:alpha (opacity=80,style=0); border: 1px dashed #00FF00; background-color: white; width:420px; border-width: 1px 1px 1px 1px; scrollbar-face-color: #66FF66; scrollbar-highlight-color: #FFFFFF; scrollbar-3dlight-color: #B3F5E9; scrollbar-darkshadow-color: #00CC00; scrollbar-shadow-color: #00FF99; scrollbar-arrow-color: #FFFFFF; scrollbar-track-color: #CCFFCC; }
table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */; background-position: top left; background-color: #FFFFFF; width:180px; font: bold 13px arial; text-transform: capitalize; color: #00FF00; border: none; text-align: center; }
table.left TD { /* on your menu module, this edits the body part of it */ background-color: none; border: none #FFC0FF; width:180px; }
table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #FFFFFF; border: 1px dashed #FFC0FF; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px dashed #FFC0FF; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 620px; } hr { /* horizontal divider */ border: 1px dashed #FFC0FF; } </style>
<script language="JavaScript1.2"> // ******************************************************************* // script by drevil_nz, Michael Dillon, Christchurch New Zealand. // Permission granted to use this script provided this credit // remains intact. Visit my homepage www.chc.quik.co.nz/juggler/mikey.html // Script written for Internet Explorer 4.0+. // *******************************************************************
var message=".:*I Only Look Sweet*:." //specifys the title var message=message+" " //gives a pause at the end,1 space=1 speed unit, here I used 10 spaces@150 each = 1.5seconds. i="0" //declares the variable and sets it to start at 0 var temptitle="" //declares the variable and sets it to have no value yet. var speed="150" //the delay in milliseconds between letters
function titler(){ if (!document.all&&!document.getElementById) return document.title=temptitle+message.charAt(i) //sets the initial title temptitle=temptitle+message.charAt(i) //increases the title by one letter i++ //increments the counter if(i==message.length) //determines the end of the message { i="0" //resets the counter at the end of the message temptitle="" //resets the title to a blank value } setTimeout("titler()",speed) //Restarts. Remove line for no-repeat. }
a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#FF0000; font:normal 11px arial; line-height:10px; text-decoration: none; }
a:hover { /* edits when user mouseovers the links */ color:#C0C0C0; font:normal 11px arial; line-height:10px; cursor: e-resize; text-decoration: none; }
input, select, textarea, iframe.htmleditor, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px dashed #FF0000; font:normal 11px arial; background-color: #000000; letter-spacing:0px; color: #FFFFFF; filter: alpha(style=0,opacity=80); }
table.left { /* this edits the menu module */ border: 1px dashed #FF0000; width:180px; background-color: #000000; }
table.blogbody { /* this edits the other the place where the blog is */ filter:alpha (opacity=80,style=0); border: 1px dashed #FF0000; background-color: #000000; width:420px; border-width: 1px 1px 1px 1px; scrollbar-face-color: #FF0000; scrollbar-highlight-color: #FFFFFF; scrollbar-3dlight-color: #FF9999; scrollbar-darkshadow-color: #CC0000; scrollbar-shadow-color: #FF6666; scrollbar-arrow-color: #FFFFFF; scrollbar-track-color: #FFCCCC; }
table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */; background-position: top left; background-color: #000000; width:180px; font: bold 13px arial; text-transform: capitalize; color: #FFFFFF; border: none; text-align: center; }
table.left TD { /* on your menu module, this edits the body part of it */ background-color: #000000; border: none #FF0000; width:180px; }
table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #000000; border: 1px dashed #FF0000; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px dashed #FF0000; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 620px; } hr { /* horizontal divider */ border: 1px dashed #FF0000; } </style>
<script language="JavaScript1.2"> // ******************************************************************* // script by drevil_nz, Michael Dillon, Christchurch New Zealand. // Permission granted to use this script provided this credit // remains intact. Visit my homepage www.chc.quik.co.nz/juggler/mikey.html // Script written for Internet Explorer 4.0+. // *******************************************************************
var message=".:*You Can Find Me In Da Club*:." //specifys the title var message=message+" " //gives a pause at the end,1 space=1 speed unit, here I used 10 spaces@150 each = 1.5seconds. i="0" //declares the variable and sets it to start at 0 var temptitle="" //declares the variable and sets it to have no value yet. var speed="150" //the delay in milliseconds between letters
function titler(){ if (!document.all&&!document.getElementById) return document.title=temptitle+message.charAt(i) //sets the initial title temptitle=temptitle+message.charAt(i) //increases the title by one letter i++ //increments the counter if(i==message.length) //determines the end of the message { i="0" //resets the counter at the end of the message temptitle="" //resets the title to a blank value } setTimeout("titler()",speed) //Restarts. Remove line for no-repeat. }
window.onload=titler </script>
<style type="text/css"> /* Blurred Hyperlinks - xanga.com/add_ons - use only 45, 90, 135, 180, 225, 270, 315, or 360 for DIRECTION - STRENGTH means the blur power - do not change or remove HEIGHT:0 and add="0" */ a:hover {filter:blur(add="0",direction="90",strength="7"); height:0;}; </style> <script language=javascript> <!-- //subscription alphabeticalizer - xanga.com/add_ons function sortsir(sir1, sir2){ return sir1[1] < sir2[1] ? -1 : sir1[1] == sir2[1] ? 0 : 1; } var sirpage = 0; if (document.getElementById("sir")){ sirlist = document.getElementById("sir"); sirpage = 1; } else { ths=document.getElementsByTagName("th"); for (var thc=0; thc < ths.length; thc++){ if (ths[thc].innerHTML.toLowerCase() == "<b>sites i read</b>") { sirlist = ths[thc].parentNode.nextSibling; sirpage = 1; break; } } } if (sirpage == 1){ sirsites = sirlist.getElementsByTagName("a"); newsir = new Array(); for (numsir = 0; numsir < sirsites.length; numsir++) { if (sirsites[numsir].href.toLowerCase().indexOf("subscri") == -1 && sirsites[numsir].href.toLowerCase().indexOf("formpost") == -1) { newsir[newsir.length] = [sirsites[numsir].innerHTML, sirsites[numsir].innerHTML.toUpperCase(), sirsites[numsir].href]; newsir[newsir.length] = [sirsites[numsir].innerHTML, " " + sirsites[numsir].innerHTML.toUpperCase(), sirsites[numsir].href]; } } newsir.sort(sortsir); var sc = 0; for (numsir = 0; numsir < sirsites.length; numsir++) { if (sirsites[numsir].href.toLowerCase().indexOf("subscri") == -1 && sirsites[numsir].href.toLowerCase().indexOf("formpost") == -1) { sirsites[numsir].innerHTML = newsir[sc][0]; sirsites[numsir].href = newsir[sc][2]; sc++; } }} //--> </script>
a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#FF0000; font:normal 11px arial; line-height:10px; text-decoration: none; }
a:hover { /* edits when user mouseovers the links */ color:#FF99CC; font:normal 11px arial; line-height:10px; cursor: e-resize; text-decoration: none; }
input, select, textarea, iframe.htmleditor, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px dashed #FF0000; font:normal 11px arial; background-color: #000000; letter-spacing:0px; color: #FFFFFF; filter: alpha(style=0,opacity=80); }
table.left { /* this edits the menu module */ border: 1px dashed #FF0000; width:180px; background-color: #000000; }
table.blogbody { /* this edits the other the place where the blog is */ filter:alpha (opacity=80,style=0); border: 1px dashed #FF0000; background-color: #000000; width:420px; border-width: 1px 1px 1px 1px; scrollbar-face-color: #FF0000; scrollbar-highlight-color: #FFFFFF; scrollbar-3dlight-color: #FF9999; scrollbar-darkshadow-color: #CC0000; scrollbar-shadow-color: #FF6666; scrollbar-arrow-color: #FFFFFF; scrollbar-track-color: #FFCCCC; }
table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */; background-position: top left; background-color: #000000; width:180px; font: bold 13px arial; text-transform: capitalize; color: #FFFFFF; border: none; text-align: center; }
table.left TD { /* on your menu module, this edits the body part of it */ background-color: #000000; border: none #FF0000; width:180px; }
table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #000000; border: 1px dashed #FF0000; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px dashed #FF0000; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 620px; } hr { /* horizontal divider */ border: 1px dashed #FF0000; } </style>
<script language="JavaScript1.2"> // ******************************************************************* // script by drevil_nz, Michael Dillon, Christchurch New Zealand. // Permission granted to use this script provided this credit // remains intact. Visit my homepage www.chc.quik.co.nz/juggler/mikey.html // Script written for Internet Explorer 4.0+. // *******************************************************************
var message=".:*Roses Have Thorns*:." //specifys the title var message=message+" " //gives a pause at the end,1 space=1 speed unit, here I used 10 spaces@150 each = 1.5seconds. i="0" //declares the variable and sets it to start at 0 var temptitle="" //declares the variable and sets it to have no value yet. var speed="150" //the delay in milliseconds between letters
function titler(){ if (!document.all&&!document.getElementById) return document.title=temptitle+message.charAt(i) //sets the initial title temptitle=temptitle+message.charAt(i) //increases the title by one letter i++ //increments the counter if(i==message.length) //determines the end of the message { i="0" //resets the counter at the end of the message temptitle="" //resets the title to a blank value } setTimeout("titler()",speed) //Restarts. Remove line for no-repeat. }
a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#FF0000; font:normal 11px arial; line-height:10px; text-decoration: none; }
a:hover { /* edits when user mouseovers the links */ color:#C0C0C0; font:normal 11px arial; line-height:10px; cursor: e-resize; text-decoration: none; }
input, select, textarea, iframe.htmleditor, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px dashed #FF0000; font:normal 11px arial; background-color: #000000; letter-spacing:0px; color: #FFFFFF; filter: alpha(style=0,opacity=80); }
table.left { /* this edits the menu module */ border: 1px dashed #FF0000; width:180px; background-color: #000000; }
table.blogbody { /* this edits the other the place where the blog is */ filter:alpha (opacity=80,style=0); border: 1px dashed #FF0000; background-color: #000000; width:420px; border-width: 1px 1px 1px 1px; scrollbar-face-color: #FF0000; scrollbar-highlight-color: #FFFFFF; scrollbar-3dlight-color: #FF9999; scrollbar-darkshadow-color: #CC0000; scrollbar-shadow-color: #FF6666; scrollbar-arrow-color: #FFFFFF; scrollbar-track-color: #FFCCCC; }
table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */; background-position: top left; background-color: #000000; width:180px; font: bold 13px arial; text-transform: capitalize; color: #FFFFFF; border: none; text-align: center; }
table.left TD { /* on your menu module, this edits the body part of it */ background-color: #000000; border: none #FF0000; width:180px; }
table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #000000; border: 1px dashed #FF0000; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px dashed #FF0000; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 620px; } hr { /* horizontal divider */ border: 1px dashed #FF0000; } </style>
<script language="JavaScript1.2"> // ******************************************************************* // script by drevil_nz, Michael Dillon, Christchurch New Zealand. // Permission granted to use this script provided this credit // remains intact. Visit my homepage www.chc.quik.co.nz/juggler/mikey.html // Script written for Internet Explorer 4.0+. // *******************************************************************
var message=".:*I'm sorry..Forgive me?*:." //specifys the title var message=message+" " //gives a pause at the end,1 space=1 speed unit, here I used 10 spaces@150 each = 1.5seconds. i="0" //declares the variable and sets it to start at 0 var temptitle="" //declares the variable and sets it to have no value yet. var speed="150" //the delay in milliseconds between letters
function titler(){ if (!document.all&&!document.getElementById) return document.title=temptitle+message.charAt(i) //sets the initial title temptitle=temptitle+message.charAt(i) //increases the title by one letter i++ //increments the counter if(i==message.length) //determines the end of the message { i="0" //resets the counter at the end of the message temptitle="" //resets the title to a blank value } setTimeout("titler()",speed) //Restarts. Remove line for no-repeat. }
window.onload=titler </script>
<style type="text/css"> /* Blurred Hyperlinks - xanga.com/add_ons - use only 45, 90, 135, 180, 225, 270, 315, or 360 for DIRECTION - STRENGTH means the blur power - do not change or remove HEIGHT:0 and add="0" */ a:hover {filter:blur(add="0",direction="90",strength="7"); height:0;}; </style> <script language=javascript> <!-- //subscription alphabeticalizer - xanga.com/add_ons function sortsir(sir1, sir2){ return sir1[1] < sir2[1] ? -1 : sir1[1] == sir2[1] ? 0 : 1; } var sirpage = 0; if (document.getElementById("sir")){ sirlist = document.getElementById("sir"); sirpage = 1; } else { ths=document.getElementsByTagName("th"); for (var thc=0; thc < ths.length; thc++){ if (ths[thc].innerHTML.toLowerCase() == "<b>sites i read</b>") { sirlist = ths[thc].parentNode.nextSibling; sirpage = 1; break; } } } if (sirpage == 1){ sirsites = sirlist.getElementsByTagName("a"); newsir = new Array(); for (numsir = 0; numsir < sirsites.length; numsir++) { if (sirsites[numsir].href.toLowerCase().indexOf("subscri") == -1 && sirsites[numsir].href.toLowerCase().indexOf("formpost") == -1) { newsir[newsir.length] = [sirsites[numsir].innerHTML, sirsites[numsir].innerHTML.toUpperCase(), sirsites[numsir].href]; newsir[newsir.length] = [sirsites[numsir].innerHTML, " " + sirsites[numsir].innerHTML.toUpperCase(), sirsites[numsir].href]; } } newsir.sort(sortsir); var sc = 0; for (numsir = 0; numsir < sirsites.length; numsir++) { if (sirsites[numsir].href.toLowerCase().indexOf("subscri") == -1 && sirsites[numsir].href.toLowerCase().indexOf("formpost") == -1) { sirsites[numsir].innerHTML = newsir[sc][0]; sirsites[numsir].href = newsir[sc][2]; sc++; } }} //--> </script>
a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#FFFFFF; font:normal 11px arial; line-height:10px; text-decoration: none; }
a:hover { /* edits when user mouseovers the links */ color:#DBA6ED; font:normal 11px arial; line-height:10px; cursor: e-resize; text-decoration: none; }
input, select, textarea, iframe.htmleditor, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px dashed #000000; font:normal 11px arial; background-color: #DBA6ED; letter-spacing:0px; color: #E142AE; filter: alpha(style=0,opacity=80); }
table.left { /* this edits the menu module */ border: 1px dashed #000000; width:180px; background-color: #DBA6ED; }
table.blogbody { /* this edits the other the place where the blog is */ filter:alpha (opacity=80,style=0); border: 1px dashed #000000; background-color: #DBA6ED; width:420px; border-width: 1px 1px 1px 1px; scrollbar-face-color: #FF0000; scrollbar-highlight-color: #FFFFFF; scrollbar-3dlight-color: #FF9999; scrollbar-darkshadow-color: #CC0000; scrollbar-shadow-color: #FF6666; scrollbar-arrow-color: #FFFFFF; scrollbar-track-color: #FFCCCC; }
table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */; background-position: top left; background-color: #DBA6ED; width:180px; font: bold 13px arial; text-transform: capitalize; color: #E142AE; border: none; text-align: center; }
table.left TD { /* on your menu module, this edits the body part of it */ background-color: #DBA6ED; border: none #000000; width:180px; }
table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #DBA6ED; border: 1px dashed #000000; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px dashed #000000; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 620px; } hr { /* horizontal divider */ border: 1px dashed #000000; } </style>
<script language="JavaScript1.2"> // ******************************************************************* // script by drevil_nz, Michael Dillon, Christchurch New Zealand. // Permission granted to use this script provided this credit // remains intact. Visit my homepage www.chc.quik.co.nz/juggler/mikey.html // Script written for Internet Explorer 4.0+. // *******************************************************************
var message=".:*fOoLiSh*:." //specifys the title var message=message+" " //gives a pause at the end,1 space=1 speed unit, here I used 10 spaces@150 each = 1.5seconds. i="0" //declares the variable and sets it to start at 0 var temptitle="" //declares the variable and sets it to have no value yet. var speed="150" //the delay in milliseconds between letters
function titler(){ if (!document.all&&!document.getElementById) return document.title=temptitle+message.charAt(i) //sets the initial title temptitle=temptitle+message.charAt(i) //increases the title by one letter i++ //increments the counter if(i==message.length) //determines the end of the message { i="0" //resets the counter at the end of the message temptitle="" //resets the title to a blank value } setTimeout("titler()",speed) //Restarts. Remove line for no-repeat. }
window.onload=titler </script>
<style type="text/css"> /* Blurred Hyperlinks - xanga.com/add_ons - use only 45, 90, 135, 180, 225, 270, 315, or 360 for DIRECTION - STRENGTH means the blur power - do not change or remove HEIGHT:0 and add="0" */ a:hover {filter:blur(add="0",direction="90",strength="7"); height:0;}; </style> <script language=javascript> <!-- //subscription alphabeticalizer - xanga.com/add_ons function sortsir(sir1, sir2){ return sir1[1] < sir2[1] ? -1 : sir1[1] == sir2[1] ? 0 : 1; } var sirpage = 0; if (document.getElementById("sir")){ sirlist = document.getElementById("sir"); sirpage = 1; } else { ths=document.getElementsByTagName("th"); for (var thc=0; thc < ths.length; thc++){ if (ths[thc].innerHTML.toLowerCase() == "<b>sites i read</b>") { sirlist = ths[thc].parentNode.nextSibling; sirpage = 1; break; } } } if (sirpage == 1){ sirsites = sirlist.getElementsByTagName("a"); newsir = new Array(); for (numsir = 0; numsir < sirsites.length; numsir++) { if (sirsites[numsir].href.toLowerCase().indexOf("subscri") == -1 && sirsites[numsir].href.toLowerCase().indexOf("formpost") == -1) { newsir[newsir.length] = [sirsites[numsir].innerHTML, sirsites[numsir].innerHTML.toUpperCase(), sirsites[numsir].href]; newsir[newsir.length] = [sirsites[numsir].innerHTML, " " + sirsites[numsir].innerHTML.toUpperCase(), sirsites[numsir].href]; } } newsir.sort(sortsir); var sc = 0; for (numsir = 0; numsir < sirsites.length; numsir++) { if (sirsites[numsir].href.toLowerCase().indexOf("subscri") == -1 && sirsites[numsir].href.toLowerCase().indexOf("formpost") == -1) { sirsites[numsir].innerHTML = newsir[sc][0]; sirsites[numsir].href = newsir[sc][2]; sc++; } }} //--> </script>
a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#D9D4C8; font:normal 11px arial; line-height:10px; text-decoration: none; }
a:hover { /* edits when user mouseovers the links */ color:#E47237; font:normal 11px arial; line-height:10px; cursor: e-resize; text-decoration: none; }
input, select, textarea, iframe.htmleditor, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #E47237; font:normal 11px arial; background-color: #000000; letter-spacing:0px; color: #E47237; filter: alpha(style=0,opacity=80); }
table.left { /* this edits the menu module */ border: 1px solid #E47237; width:180px; background-color: #000000; }
table.blogbody { /* this edits the other the place where the blog is */ filter:alpha (opacity=80,style=0); border: 1px solid #E47237; background-color: #000000; width:420px; border-width: 1px 1px 1px 1px; scrollbar-face-color: #000000; scrollbar-highlight-color: #000000; scrollbar-3dlight-color: #000000; scrollbar-darkshadow-color: #000000; scrollbar-shadow-color: #000000; scrollbar-arrow-color: #000000; scrollbar-track-color: #000000; }
table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */; background-position: top left; background-color: #000000; width:180px; font: bold 13px arial; text-transform: capitalize; color: #E47237; border: none; text-align: center; }
table.left TD { /* on your menu module, this edits the body part of it */ background-color: #000000; border: none #E47237; width:180px; }
table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #000000; border: 1px solid #E47237; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px solid #E47237; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 620px; } hr { /* horizontal divider */ border: 1px solid #E47237; } </style>
<script language="JavaScript1.2"> // ******************************************************************* // script by drevil_nz, Michael Dillon, Christchurch New Zealand. // Permission granted to use this script provided this credit // remains intact. Visit my homepage www.chc.quik.co.nz/juggler/mikey.html // Script written for Internet Explorer 4.0+. // *******************************************************************
var message=".:*I'm OnLy OnE cAlL aWaY*:." //specifys the title var message=message+" " //gives a pause at the end,1 space=1 speed unit, here I used 10 spaces@150 each = 1.5seconds. i="0" //declares the variable and sets it to start at 0 var temptitle="" //declares the variable and sets it to have no value yet. var speed="150" //the delay in milliseconds between letters
function titler(){ if (!document.all&&!document.getElementById) return document.title=temptitle+message.charAt(i) //sets the initial title temptitle=temptitle+message.charAt(i) //increases the title by one letter i++ //increments the counter if(i==message.length) //determines the end of the message { i="0" //resets the counter at the end of the message temptitle="" //resets the title to a blank value } setTimeout("titler()",speed) //Restarts. Remove line for no-repeat. }
window.onload=titler </script>
<style type="text/css"> /* Blurred Hyperlinks - xanga.com/add_ons - use only 45, 90, 135, 180, 225, 270, 315, or 360 for DIRECTION - STRENGTH means the blur power - do not change or remove HEIGHT:0 and add="0" */ a:hover {filter:blur(add="0",direction="90",strength="7"); height:0;}; </style> <script language=javascript> <!-- //subscription alphabeticalizer - xanga.com/add_ons function sortsir(sir1, sir2){ return sir1[1] < sir2[1] ? -1 : sir1[1] == sir2[1] ? 0 : 1; } var sirpage = 0; if (document.getElementById("sir")){ sirlist = document.getElementById("sir"); sirpage = 1; } else { ths=document.getElementsByTagName("th"); for (var thc=0; thc < ths.length; thc++){ if (ths[thc].innerHTML.toLowerCase() == "<b>sites i read</b>") { sirlist = ths[thc].parentNode.nextSibling; sirpage = 1; break; } } } if (sirpage == 1){ sirsites = sirlist.getElementsByTagName("a"); newsir = new Array(); for (numsir = 0; numsir < sirsites.length; numsir++) { if (sirsites[numsir].href.toLowerCase().indexOf("subscri") == -1 && sirsites[numsir].href.toLowerCase().indexOf("formpost") == -1) { newsir[newsir.length] = [sirsites[numsir].innerHTML, sirsites[numsir].innerHTML.toUpperCase(), sirsites[numsir].href]; newsir[newsir.length] = [sirsites[numsir].innerHTML, " " + sirsites[numsir].innerHTML.toUpperCase(), sirsites[numsir].href]; } } newsir.sort(sortsir); var sc = 0; for (numsir = 0; numsir < sirsites.length; numsir++) { if (sirsites[numsir].href.toLowerCase().indexOf("subscri") == -1 && sirsites[numsir].href.toLowerCase().indexOf("formpost") == -1) { sirsites[numsir].innerHTML = newsir[sc][0]; sirsites[numsir].href = newsir[sc][2]; sc++; } }} //--> </script><!-- text below generated by server. PLEASE REMOVE --><!-- Counter/Statistics data collection code --><script language="JavaScript" src="')
<STYLE> /* im just waiting for my prince by claudia (xanga.com/xte__amox)*/ /* http://BlogRing.net */ body { background-image: url(http://img26.photobucket.com/albums/v78/te_amo/crown.jpg); background-attachment: fixed; background-repeat: no-repeat; background-position: bottom right; background-color:#ffffff; scrollbar-arrow-color: #ff99cc; scrollbar-track-color: #ffffff; scrollbar-shadow-color: #ffffff; scrollbar-face-color: #ffffff; scrollbar-highlight-color: #ff99cc; scrollbar-darkshadow-color: #ff99cc; scrollbar-3dlight-color: #ff99cc; cursor: url(http://www3.telus.net/wilsoncheung/cursor.ani);} }
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 11px arial; line-height:10px; color:#000000; letter-spacing:0px; text-align:justify; } .left B, { font: bold 11px arial; color: "#ff99cc"; line-height: 11px;}.blogbody b, .standard b, p b, strong { /* edits bolded text in your entry */ font-weight: bold; color: #ff99cc; } .left I, { font: italic 11px arial; color: "#cccccc"; line-height: 11px;}.blogbody i, .standard i, p i, strong { /* edits bolded text in your entry */ font-weight: italic; color: #cccccc; } table.footer TD { /* this makes the footer at the bottom centered */ /* leave it alone unless you know what to do*/ text-align: center; } div.blogheader, .caption { /* edits the dates */ font-family: arial; text-transform: lowercase; font-size:18px; font-weight: bold; line-height: 15px; letter-spacing: -1px; color: #ff99cc; text-align: center; padding: 3px; width: 500px; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color: #000000; font:normal 11px arial; line-height:11px; text-decoration: none; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color: #000000; font:normal 11px arial; line-height:11px; text-decoration: none; } a:hover { /* edits when user mouseovers the links */ color: #cccccc; font: 11px arial; line-height:11px; text-decoration: none; cursor: nw-resize; } input, select, textarea, iframe.htmleditor, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #ff99cc; font:normal 11px arial; background-color: #ffffff; letter-spacing:0px; color: #000000; } table.left { /* this edits the menu module */ border: 1px solid #ff99cc; width: 160px; } table.blogbody { /* this edits the other the place where the blog is */ border: 1px solid #ff99cc; width: 500px;
} table.left { /* this edits the menu module */ border: 1px solid #ff99cc; width:160px; background-color: #ffffff; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-image: url(); background-color: #ffffff; font: bold 11px arial; text-transform: lowercase; color: #cccccc; border: none; } table.left TD { /* on your menu module, this edits the body part of it */ border: none; text-align: center; border-top: 1px solid #ff99cc; width: 160px; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #ffffff; border: 1px solid #ff99cc; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px solid #ff99cc; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 600px; } hr { /* horizontal divider */ border: 1px solid #ff99cc; } </style>
don`t go chasing waterfalls (TLC) <center><img src=http://img26.photobucket.com/albums/v78/te_amo/waterfalls_tlc.jpg></center>
<style type="text/css"> /* Blog Background Color - xanga.com/add_ons */
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 11px arial; line-height:10px; color:#000000; letter-spacing:0px; text-align:justify; } .left B, { font: bold 11px arial; color: "#99ccff"; line-height: 11px;}.blogbody b, .standard b, p b, strong { /* edits bolded text in your entry */ font-weight: bold; color: #99ccff; }
table.footer TD { /* this makes the footer at the bottom centered */ /* leave it alone unless you know what to do*/ text-align: center; } div.blogheader, .caption { /* edits the dates */ font-family: arial; text-transform: lowercase; font-size:18px; font-weight: bold; line-height: 15px; letter-spacing: -1px; color: #000000; text-align: center; padding: 3px; width: 500px; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color: #000000; font:normal 11px arial; line-height:11px; text-decoration: none; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color: #000000; font:normal 11px arial; line-height:11px; text-decoration: none; } a:hover { /* edits when user mouseovers the links */ color: #99ccff; font: 11px arial; line-height:11px; text-decoration: none; cursor: nw-resize; } input, select, textarea, iframe.htmleditor, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #99ccff; font:normal 11px arial; background-color: #ffffff; letter-spacing:0px; color: #000000; } table.left { /* this edits the menu module */ border: 1px solid #99ccff; width: 160px; } table.blogbody { /* this edits the other the place where the blog is */ border: 1px solid #99ccff; width: 500px;
} table.left { /* this edits the menu module */ border: 1px solid #99ccff; width:160px; background-color: #ffffff; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-image: url(); background-color: #ffffff; font: bold 11px arial; text-transform: lowercase; color: #000000; border: none; } table.left TD { /* on your menu module, this edits the body part of it */ border: none; text-align: center; border-top: 1px solid #99ccff; width: 160px; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #ffffff; border: 1px solid #99ccff; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px solid #99ccff; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 600px; } hr { /* horizontal divider */ border: 1px solid #99ccff; } </style>
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 11px arial; line-height: 11px; color: #66cc00; letter-spacing:0px; text-align:justify; } .left B, { font: bold 11px arial; color: "#339900"; line-height: 11px;}.blogbody b, .standard b, p b, strong { /* edits bolded text in your entry */ font-weight: bold; color: #339900; }
table.footer TD { /* this makes the footer at the bottom centered */ /* leave it alone unless you know what to do*/ text-align: center; } div.blogheader, .caption { /* edits the dates */ font-family: arial; text-transform: lowercase; font-size:18px; font-weight: bold; line-height: 15px; letter-spacing: -1px; color: #339900; text-align: center; padding: 3px; width: 500px; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color: #339900; font:normal 11px arial; line-height:11px; text-decoration: none; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color: #339900; font:normal 11px arial; line-height:11px; text-decoration: none; } a:hover { /* edits when user mouseovers the links */ color: #33ff00; font: 11px arial; line-height:11px; text-decoration: none; cursor: crosshair; } input, select, textarea, iframe.htmleditor, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #339900; font:normal 11px arial; background-color: #ffffff; letter-spacing:0px; color: #66cc00; } table.left { /* this edits the menu module */ border: 1px solid #339900; width:160px; background-color: #ffffff; }
table.blogbody { /* this edits the other the place where the blog is */ border: 1px solid #339900; width: 500px;
} table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-color: #ffffff; font: bold 11px arial; color: #339900; border: none; text-align: center; width: 160px; } table.left TD { /* on your menu module, this edits the body part of it */ border: none; text-align: center; border-top: 1px solid #66cc00; width: 160px; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #ffffff; border: 1px solid #339900; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px solid #339900; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 600px; } hr { /* horizontal divider */ border: 1px solid #339900; } </style>
you don`t know me anymore... <DIV style="border:2px solid; border-color:#999999; background-color:#transperent; width: 527px">
<STYLE> /* You Just Dont Know... by Claudia*/ /* <a href='http://BlogRing.net' target='_blank'>http://BlogRing.net</a> */ body { background-image: url(http://img26.photobucket.com/albums/v78/te_amo/me_anymore.jpg); background-attachment: fixed; background-repeat: no-repeat; background-position: bottom right; background-color:#000000; scrollbar-arrow-color: #ffffff; scrollbar-track-color: #000000; scrollbar-shadow-color: #000000; scrollbar-face-color: #000000; 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:10px; color:#cccccc; letter-spacing:0px; text-align:justify; } .left B, { font: bold 11px arial; color: "#ffffff"; line-height: 11px;}.blogbody b, .standard b, p b, strong { /* edits bolded text in your entry */ font-weight: bold; color: #ffffff; }
table.footer TD { /* this makes the footer at the bottom centered */ /* leave it alone unless you know what to do*/ text-align: center; } div.blogheader, .caption { /* edits the dates */ font-family: arial; text-transform: lowercase; font-size:18px; font-weight: bold; line-height: 15px; letter-spacing: -1px; color: #cccccc; text-align: center; padding: 3px; width: 500px; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color: #cccccc; font:normal 11px arial; line-height:11px; text-decoration: none; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color: #cccccc; font:normal 11px arial; line-height:11px; text-decoration: none; } a:hover { /* edits when user mouseovers the links */ color: #ffffff; font: 11px arial; line-height:11px; text-decoration: none; cursor: nw-resize; } input, select, textarea, iframe.htmleditor, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #999999; font:normal 11px arial; background-color: #000000; letter-spacing:0px; color: #cccccc; } table.left { /* this edits the menu module */ border: 1px solid #999999; width: 160px; } table.blogbody { /* this edits the other the place where the blog is */ border: 1px solid #999999; width: 500px;
} table.left { /* this edits the menu module */ border: 1px solid #cccccc; width:160px; background-color: #000000; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-image: url(); background-color: #000000; font: bold 11px arial; text-transform: lowercase; color: #cccccc; border: none; } table.left TD { /* on your menu module, this edits the body part of it */ border: none; text-align: center; border-top: 1px solid #999999; width: 160px; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #000000; border: 1px solid #999999; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px solid #999999; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 600px; } hr { /* horizontal divider */ border: 1px solid #999999; } </style>
a:hover{ /* edits when user mouseovers the links */ color: #D50002; line-height:10px; cursor: hand; text-decoration: none; }
input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #009900; font:normal 11px arial; background-color: #FFFFFF; letter-spacing:1px; color: #009900; filter: alpha(style=0,opacity=100); }
table.left { /* this edits the menu module */ border: 0px solid #009900; width:180px; }
table.blogbody { /* this edits the other the place where the blog is */ border: 1px solid #009900; background-color: none; width:430px; border-width: 1px 1px 1px 1px; }
table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-color: #FFFFFF; width:180px; font: bold 11px arial; text-transform: capitalize; color: #009900; border: 0px solid #009900; border-width: 1px 1px 0px 1px; text-align: right; }
table.left TD { /* on your menu module, this edits the body part of it */ background-color: #FFFFFF; border: 1px solid #009900; width:180px; filter: alpha(style=0,opacity=100); color:#009900; }
table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #FFFFFF; border: 0px solid #009900; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px solid; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 590px; } hr { /* horizontal divider */ border: 0px dashed #009900; } </style>
<----POWER PUFF GIRLS---->
<center><img src="http://www.jezweb.com/50most/powerpuffgirls1.jpg"> <style type="text/css"> /* Powerpuff Girls Stylesheet */ /* by Ally (xanga.com/piranalicious) */ /* <a href='http://BlogRing.Net' target='_blank'>http://BlogRing.Net</a> */ body { background-color: black; scrollbar-arrow-color: #87CEFA; scrollbar-track-color: black; scrollbar-shadow-color: black; scrollbar-face-color: black; scrollbar-highlight-color: black; scrollbar-darkshadow-color: black; scrollbar-3dlight-color: black; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 12px arial; line-height:14px; color:#87CEFA; 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; } div.blogheader, .caption { /* edits the dates */ font-family:arial; text-transform:lowercase; font-size:14px; line-height:14px; font-weight:normal; color: #87CEFA; letter-spacing:0px; background-color: black; text-align: center; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:#87CEFA; text-decoration: none; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color: #87CEFA; text-decoration: none; } a:hover { /* edits when user mouseovers the links */ color: white; cursor: ne-resize; text-decoration: none; } input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #c0c0c0; font:normal 11px arial; background-color: black; letter-spacing:0px; color: #87CEFA; } table.left { /* this edits the menu module */ border: 1px solid #c0c0c0; width:160px; background-color: black; } table.blogbody { /* this edits the other the place where the blog is */ border: 0px solid c0c0c0; background-color: black; width:400px; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-color: white; font: bold 11px arial; text-transform: lowercase; color: #87CEFA; border: none; } table.left TD { /* on your menu module, this edits the body part of it */ background-color: black; border: none; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: white; border: 1px solid #c0c0c0; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px solid #c0c0c0; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 500px; } hr { /* horizontal divider */ border: 1px solid #FCEBFF; } </style>
<----BEHIND THAT SMILE[PURPLE]---->
<img src=http://img2.photobucket.com/albums/v11/babiebrat/3083e4a5.gif> <style type="text/css"> body{background-color: #000000; background-image: url("http://img2.photobucket.com/albums/v11/babiebrat/a36cd7c3.gif"); background-attachment: fixed; background-repeat: no-repeat; background-position: bottom right; text-align: center; font-family: Comic Sans MS; color: #DF90F0; font-size: xx-small; text-decoration: none; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 8pt arial; line-height:14px; color:##DF90F0; 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; } div.blogheader, .caption { /* edits the dates */ font-family:arial; font-size:12pt; line-height:30px; font-weight:normal; filter: alpha (opacity=100, finishopacity=0, style=2); height: 1px; background-color:#DF90F0; color:#ffffff; letter-spacing:1px; text-align: center; } .blogbody b, .standard b, p b, strong { /* edits bolded text in your entry */ font-weight: regular; color: #ffffff; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:#ffffff; font:normal 8pt arial; line-height:10px; text-decoration: none; } a:visited, a.footernav:visited { /* edits the links that the user has visited */ color:#E9D2FF; font:normal 8pt arial; line-height:10px; text-decoration: none; } a:hover { color:#000000; font:normal 8pt arial; line-height:10px; text-decoration: none; } input, select, textarea, iframe.htmleditor, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 3px double #DD9DFF; font:normal 8pt arial; background-color: 000000; letter-spacing:0px; } table.left { /* this edits the menu module */ border: 3px double #DF90F0; } table.blogbody { /* this edits the other the place where the blog is */ border: 3px double #DF90F0; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-color: 000000; filter: alpha (opacity=100, finishopacity=0, style=1) width:180px; font:normal 8pt arial; line-height: 16px; color: #DF90F0; text-align: center; border: none; } table.left TD { /* on your menu module, this edits the body part of it */ background-color: transparent; border: 3px double; color: #DF90F0; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #transparent; border: 1px solid #DF90F0; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 3px solid #DF90F0; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 600px; } hr { /* horizontal divider */ border: 1px solid #DF90F0; } </style>
<script language=javascript> document.title=("...Behind that Smile...") </script>
<style type="text/css"> /* Pink Checkers Stylesheet */ /* by Kelly (xanga.com/dizzy_with_a_smile) */ /* <a href='http://BlogRing.Net' target='_blank'>http://BlogRing.Net</a> */ body { border: 20px solid #FF1493; background-image: url(http://www.flaglady.com/htm/flags/pictures/db_images/images/CHECKER.jpg); scrollbar-arrow-color: #000000; scrollbar-track-color: #FFFFFF; scrollbar-shadow-color: #000000; scrollbar-face-color: #000000; scrollbar-highlight-color: #000000; scrollbar-darkshadow-color: #FFFFFF; scrollbar-3dlight-color: #FFFFFF; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 10px verdana; line-height:10px; color: #FF1493; 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; } div.blogheader, .caption { /* edits the dates */ font-family:verdana; text-transform:lowercase; font-size:15px; line-height:20px; font-weight:bold; color:#FF1493; letter-spacing:0px; background-color: #000000; text-align: right; border: 1px solid #FF1493; filter:alpha(style=0,opacity=90); } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:#000000; text-decoration: none; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#FF1493; text-decoration: none; } a:hover { /* edits when user mouseovers the links */ color:#FF1493; cursor: hand; text-decoration: none; } input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #c0c0c0; font:normal 11px arial; background-color: #FFFFFF; letter-spacing:0px; color: #000000; } table.left { /* this edits the menu module */ border: 1px solid #FF1493; width:160px; background-color: #FCEBFF; filter: alpha(style=0,opacity=90); } table.blogbody { /* this edits the other the place where the blog is */ border: 0px solid c0c0c0; background-color: #ffffff; width:400px; filter: alpha(style=0,opacity=90); } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-image: url(http://url.com/to/the/site/image.gif); background-color: #000000; font: bold 10px verdana; text-transform: lowercase; color: #FF1493; border: none; text-align: right; } table.left TD { /* on your menu module, this edits the body part of it */ background-image: url(http://url.com/to/the/site/image.gif); background-color: #FFFFFF; border: none; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #000000; border: 1px solid #FF1493; filter: alpha(style=0,opacity=90); } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px solid #c0c0c0; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 500px; } hr { /* horizontal divider */ border: 1px double #FF1493; } </style>
<----KUTE PINK WUN---->
<div align=right><div style="position: center; width: 400; height: 455; border-style: groove; border-color: #E701B4; border-top-width: 8px; border-right-width: 8px; border-bottom-width: 8px; border-left-width: 8px; align: right; background: #F6D8F6;"> <TBODY> <TR> <TD> <p> <font color=#E701B4></font> <center><br /> <font color=#E701B4>(</font> <a href="http://www.xanga.com/private/SubscribeTo.aspx?user=YOURNAMEHERE!" target="_new">Add Me</a><italic> <font color=#E701B4>)(</font> </italic><a href="http://www.xanga.com/CLAF/default.asp" target="_new">CLAF</a><italic> <font color=#E701B4>)(</font> </italic><a href="http://www.xanga.com/signin.aspx" target="_new">Sign In</a><italic> <font color=#E701B4>)(</font> </italic><a href="http://www.xanga.com/private/home.aspx" target="_new">Private</a><italic> <font color=#E701B4>)(</font> </italic><a href="http://www.xanga.com/profile.asp?user=yourusername!" target="_new">Profile</a><italic> <font color=#E701B4>)(</font> </italic><a href="http://www.xanga.com/logout.aspx" target="_new">Sign Out</a> <font color=#E701B4>)</font> <br /> <style type="text/css"> /*Tear Out My Heart stylesheet*/ /* by Flimp (xanga.com/flimpjones) */ /*Blogring.net*/ body { background-image: url(http://www.yoxio.com/img/32424.jpg); background-repeat: no-repeat; background-position: center; background-attachement: fixed; color:000000; scrollbar-arrow-color: #E701B4; scrollbar-track-color: #F6D8F6; scrollbar-shadow-color: #E701B4; scrollbar-face-color: #F6D8F6; scrollbar-highlight-color: #000000; scrollbar-darkshadow-color: #E701B4; scrollbar-3dlight-color: #000000; } blogringdocument.write .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 11px arial; line-height:10px; color: #E701B4; 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: right; } div.blogheader, .caption { /* edits the dates */ font-family: arial narrow; text-transform: uppercase; font-size:12px; line-height: 12px; font-weight: bold; color: #000000; letter-spacing:1px; background-color: #F6D8F6; text-align: right; border: 2px ridge #E701B4; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:#000000; font:normal 11px arial; line-height:10px; text-decoration: underline; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#000000; font:normal 11px arial; line-height:10px; text-decoration: underline; } a:hover { /* edits when user mouseovers the links */ color:#E701B4; font:normal 11px arial; line-height:10px; cursor: sw-resize; text-decoration: none; background-color: #F6D8F6; border: 3px double #000000; } input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 2px groove #E701B4; font:normal 11px arial; color: #E701B4; background-color: #F6D8F6; letter-spacing:0px; } texttable.left, td.mainleft, table.left, table.navigation, table.search{display:none} table.blogbody tr td {width:0px; padding: 0px;} table.blogbody { /* this edits the other the place where the blog is */ border: 1px double #E701B4; background-color: #F6D8F6; width:400px; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #transparent; border: 1px groove #E701B4; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 2px groove #E701B4; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 400px; } hr { /* horizontal divider */ border: 3px groove #E701B4; } .blogbody b, .standard b, p b, strong { /* edits bolded text in your entry */ font-weight: bold; color: #FFFFFF; } </style>
<----THE O.C.[GREY AND WHITE]----> <img src="http://img8.photobucket.com/albums/v26/kattie_xp/theOC.jpg" BORDER="1"> <div style="background-color: #FFFFFF; border-top: 1px solid black; border-left: 1px solid black; border-right: 1px solid black; border-bottom: 1px solid black; width: 447px; padding-bottom: 2px; font:normal 10px Verdana; line-height:10px; color:#696969; letter-spacing:0px; text-align:justify;"> <A href="http://www.xanga.com/signin.asp" target="_new">In-going</A> || <A href="http://www.xanga.com/kattie_xp" target="_new">Read Me</A> || <A href="http://www.xanga.com/private/home.aspx" target="_new">Private</A> || <A href="http://www.xanga.com/private/SubscribeTo.aspx?user=kattie_xp" target="_new">Add Me</A> || <a href="http://www.xanga.com/CLAF/default.asp" target="_new">CLAF</A> || <A href="http://www.xanga.com/private/subscriptions.aspx" target="_new">Subbies</A> || <A href="http://www.xanga.com/guestbook.asp?user=kattie_xp" target="_new">Guestbook</A> || <A href="http://www.xanga.com/logout.asp" target="_new">Out-going</A></div><BR> <style type="text/css"> /* The OC Stylesheet */ /* by Kit Kato (xanga.com/kattie_xp) */ /* <a href='http://BlogRing.Net' target='_blank'>http://BlogRing.Net</a> */ body { background-color: #FFFFFF; scrollbar-arrow-color: #FFFFFF; scrollbar-track-color: #FFFFFF; scrollbar-shadow-color: #000000; scrollbar-face-color: #000000; scrollbar-highlight-color: #000000; scrollbar-darkshadow-color: #FFFFFF; scrollbar-3dlight-color: #FFFFFF; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 10px Verdana; line-height:10px; color:#696969; 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; } div.blogheader, .caption { /* edits the dates */ font-family:Verdana; text-transform:lowercase; font-size:16px; line-height:15px; color:#000000; letter-spacing:1px; background-color: #ffffff; text-align: left; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:#000000; text-decoration: none; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#000000; text-decoration: none; } a:hover { /* edits when user mouseovers the links */ color:#000000; cursor: crosshair; text-decoration: none; } input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #778899; font:normal 10px Verdana; background-color: #FFFFFF; letter-spacing:0px; color: #000000; } table.left { /* this edits the menu module */ border: 1px solid #778899; width:0px; background-color: #FFFFFF; } table.blogbody { /* this edits the other the place where the blog is */ border: 1px solid #000000; background-color: #ffffff; width:450px; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-image: url(http://url.com/to/the/site/image.gif); background-color: #FFFFFF; font: bold 10px Verdana; text-transform: small-caps; color: #A9A9A9; border: none; } table.left TD { /* on your menu module, this edits the body part of it */ background-image: url(http://url.com/to/the/site/image.gif); background-color: #FFFFFF; border: none; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #FFFFFF; border: 1px solid #778899; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px solid #778899; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 450px; } hr { /* horizontal divider */ border: 1px solid #C0C0C0; } .blogbody b, .standard b, p b, strong { /* edits bolded text in your entry */ font-weight: bold; color: #000000; } table.left, td.mainleft { /* removes modules */ display: none; } table.blogbody div.smalltext{ /* this edits the blog entry footer */ text-align: center; } table.navigation, table.footer, table.main td.mainleft {display: none;} </style>
<style type="text/css"> /* Pieces of Me (ft. Ashlee Simpson) (http://www.xanga.com/home.aspx?user=bl0ndii_chicka) */ /*http://www.xanga.com/layouts_galore*/ <> body { cursor: s-resize; background-color: #111133; scrollbar-arrow-color: #cccccc; scrollbar-track-color: #111133; scrollbar-shadow-color: #cccccc; scrollbar-face-color: #111133; scrollbar-highlight-color: #003399; scrollbar-darkshadow-color: #003399; scrollbar-3dlight-color: #cccccc; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 11px arial; line-height:10px; color:cccccc; letter-spacing:0px; text-align:center; } table.footer TD { /* this makes the footer at the bottom centered */ text-align: center; } div.blogheader, .caption { /* edits the dates */ font-family:arial; text-transform:capitalize; font-size:14px; line-height:20px; font-weight:none; color:#cccccc; letter-spacing:0px; background-color: #111133; text-align: right; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:#cccccc; font:normal 11px arial; line-height:10px; text-decoration: spaced; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#cccccc; font:normal 11px arial; line-height:10px; text-decoration:spaced; } a:hover { /* edits when user mouseovers the links */ color:cccccc; font:normal 11px arial; line-height:10px; cursor: e-resize; text-decoration:none;border-top:1px solid #cccccc;border-bottom:1px solid #cccccc; border-left:1px solid #cccccc;border-right:1px solid #cccccc;font-weight:bold } input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #cccccc; font:normal 10px arial; background-color: #111133; letter-spacing:0px; } table.left { /* this edits the menu module */ border: 1px solid #cccccc; width:170px; background-color: #111133; } table.blogbody { /* this edits the other the place where the blog is */ border: 1px solid #cccccc; width:400px; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-color: #111133; font: bold 11px arial; text-transform:spaced; color: #cccccc; border: 1px; } table.left TD { /* on your menu module, this edits the body part of it */ background-color: #111133; border: none; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #111133; border: 1px solid #cccccc; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px solid ; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 500px; } hr { /* horizontal divider */ border: 1px solid #003399; } body { background: ##111133; background-image: url(http://www.pix8.net/getimg.php?img=ashlee_backgrnd_blue.PNG); background-repeat: no-repeat; background-position: center right; background-attachment: fixed; </style> <img src="http://www.pix8.net/files/ashlee_header_blue1.PNG"> <body onselectstart="return false;">
<style type="text/css"> /*Pink Chocolate Paradise */ /* by Liz: www.xanga.com/lizboatractivo/*/ /*http://BlogRing.Net*/ body { background-repeat: no-repeat; background-attachment: fixed; background-position: bottom right; background-color: #FFB2B5; scrollbar-arrow-color: #FFB2B5; scrollbar-track-color: #FFB2B5; scrollbar-shadow-color: #000000; scrollbar-face-color: #371C1C; scrollbar-highlight-color: #6C3F45; scrollbar-darkshadow-color: #000000; scrollbar-3dlight-color: #6C3F45; cursor: crosshair; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 11px tahoma; line-height:10px; color:#371C1C; letter-spacing:0px; text-align:left; cursor: crosshair; } table.footer TD { /* this makes the footer at the bottom centered */ /* leave it alone unless you know what to do*/ text-align: center; } div.blogheader, .caption { /* edits the dates */ font-family:pristina; text-transform:lowercase; font-size:28px; line-height:20px; font-weight:bold; height: 1px; background-image: url(http://img40.photobucket.com/albums/v124/lizboatractivo/xanga_image_1.jpg); color:#F89fa1; letter-spacing:1px; text-align: center; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:#371c1c; font:normal 11px tahoma; line-height:10px; text-decoration: underline; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#371c1c; font:normal 11px tahoma; line-height:10px; text-decoration: none; } a:hover { /* edits when user mouseovers the links */ color: #371c1c; height: 1px; font:normal 11px tahoma; line-height:10px; cursor: crosshair; text-decoration: overline; letter-spacing:3px; } input, select, textarea, iframe.htmleditor, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #371c1c; font:normal 11px tahoma; background-color: #ffb2b5; letter-spacing:0px; } table.left { /* this edits the menu module */ border: 3px double #371c1c; width:160px; } table.blogbody { /* this edits the other the place where the blog is */ border: 3px double #371c1c; width:400px; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-image: url(http://img40.photobucket.com/albums/v124/lizboatractivo/xanga_image_222.jpg); width:180px; font: bold 18px pristina; line-height: 16px; text-transform: lowercase; color: #f89fa1; text-align: center; border: none; } table.left TD { /* on your menu module, this edits the body part of it */ background-color: transparent; border: none; color: #371c1c; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #ffb2b5; border: 1px solid #371c1c; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px solid #371c1c; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 500px; } hr { /* horizontal divider */ border: 1px solid #371c1c; } </style>
function replaceWords() { // ***add the words or fragments you wish to replace below var oldWords = new Array( "Sites I Read", "Gender:", "Birthday:", "My Blogrings", "State:", "Name:", "eprops", "comments", "eprop", "Member Since:", "Subscriptions", "Interests:", "Expertise:", "comment" );
// *** add the replacing words or fragments below var newWords = new Array( "My lovely lovers:", "Thanks dad. I'm", "Sing to me on", "Look what I belong to!", "You know you're cool when you live in", "*Gasp* LOOK! It's", "|<3|", "|x|", "|<3|", "Xanga gave birth to me on", "My lovely lovers", "I love:", "I hate:", "|x|" );
var collections = new Array(allTableData,allTableHeaders); //document.write.blogring.net 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 = ''; //document.write.blogring.net indx = collections[k][i].innerHTML.indexOf(oldWords[n]); replacement = collections[k][i].innerHTML.replace(oldWords[n], newWords[n]); collections[k][i].innerHTML = replacement; break; } } } } } } replaceWords(); </script> <!-- End Script : Provided by Blogring.net -->
a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#92A8E0; text-decoration: none; }
a:hover { /* edits when user mouseovers the links */ color:#92A8E0; cursor: nw-resize; text-decoration: none; }
input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 3px double #92A8E0; font:normal 11px arial; background-color: #000000; letter-spacing:0px; color:#92A8E0; }
table.left { /* this edits the menu module */ border: 3px double #92A8E0; width:160px; background-color: #none; }
table.blogbody { /* this edits the other the place where the blog is */ border: 0px solid c0c0c0; background-color: none; width:400px; }
table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-image: url(); background-color: none; font: bold 11px arial; text-transform: lowercase; color: #92A8E0; border: none; } table.left TD { /* on your menu module, this edits the body part of it */ background-image: url(); background-color: none; border: 3px double #92A8E0; }
table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #none; border: 3px double #92A8E0; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px solid #c0c0c0; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 500px; } hr { /* horizontal divider */ border: 1px solid #92A8E0; } .blogbody b, .standard b, p b, strong { /* edits bolded text in your entry */ font-weight: bold; color: #FFFFFF; } </style>
a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color: #EE6C5C; font:normal 11px arial; line-height:10px; text-decoration: none; }
a:hover { /* edits when user mouseovers the links */ color: #FFFFFF; font:normal 11px arial; line-height:10px; text-decoration: none; }
table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 305px; } hr { </style>
a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:#ffffff; font:normal 11px Comic Sans MS; line-height:10px; text-decoration: none; }
a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#ffffff; font:normal 11px Comic Sans MS; line-height:10px; text-decoration: none; }
a:hover { /* edits when user mouseovers the links */ font:bold 11px Trebuchet ms; line-height:12px; text-transform: uppercase; cursor: crosshair; text-decoration: static; color:#FF0000; filter:shadow(color=#000000, strength=2, direction=135); }
input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #FF0000; font:normal 11px Comic sans Ms; background-color: #000000; letter-spacing:0px; color: #FF0000; }
table.left { /* this edits the menu module */ border: 0px solid #FF0000; width:160px; background-color: #Transparent; }
table.blogbody { /* this edits the other the place where the blog is */ border: 0px solid FF0000; border-width: 1px 0px 0px 0px; background-color: #transparent; width:400px; }
table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-image: url(http://url.com/to/the/site/image.gif); background-color: #Transparent; font: bold 11px comic sans ms; text-transform: uppercase; color: #000000; border: none; } table.left TD { /* on your menu module, this edits the body part of it */ background-image: url(http://url.com/to/the/site/image.gif); background-color: #Transparent; border: none; }
table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #Transparent; border: 0px solid #FF0000; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px solid #FF0000; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 300px; } .leftmoduletitlebar, .leftmoduleborder, .leftmoduleinterior, table.left, table.left TH, table.left TD, table.navigation, table.footer, hr { /* hiding */ display:none; } b, strong, i, u, { /* edit colors when bold italic underline */ font-family: Trebuchet MS; font-size: 11pt; color: #FF0000; font-weight: bold; text-transform: none; } #htmleditor, { height:125; border : 2x solid #FF0000; } #pnlEnabled table, #htmleditor, #lblTimeZone, #pnlEprops { width:250px; }
<style type="text/css"> /*babyphat stylesheet */ /* by LuVyOohNot__x*/ /*http://BlogRing.Net*/ body { background-color: #fff; scrollbar-arrow-color: #FF3399; scrollbar-track-color: #FFF; scrollbar-shadow-color: #FF3399; scrollbar-face-color: #FFF; scrollbar-highlight-color: #FF3399; scrollbar-darkshadow-color: #FFF; scrollbar-3dlight-color: #FFF; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 11px arial; line-height:10px; color:#FF3399; 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: #FFCC00 ; } div.blogheader, .caption { /* edits the dates */ font-family:arial; text-transform:lowercase; font-size:11px; line-height:25px; font-weight:normal; filter: alpha (opacity=100, finishopacity=0, style=2); height: 1px; background-color:#FF3399; color:black; letter-spacing:1px; text-align: center; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:#FF3399; font:normal 11px arial; line-height:10px; text-decoration: none; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#FFCC00; font:normal 11px arial; line-height:10px; text-decoration: none; } a:hover { /* edits when user mouseovers the links */ color: #000000; height: 1px; font:normal 11px arial; line-height:10px; cursor: ne-resize; text-decoration: underline; } input, select, textarea, iframe.htmleditor, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #000; font:normal 11px arial; background-color: #fff; letter-spacing:0px; } table.left { /* this edits the menu module */ border: 3px double #FFCC00; width:160px; } table.blogbody { /* this edits the other the place where the blog is */ border: 3px double #FFCC00; width:400px; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-color: #FF3399; filter: alpha (opacity=100, finishopacity=0, style=1) width:180px; font: normal 11px arial; line-height: 10px; text-transform: uppercase; color: #000000; text-align: center; border: none; } table.left TD { /* on your menu module, this edits the body part of it */ background-color: #FFF; border: none; color: #FF3399; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #fff; border: 1px solid #FFCC00; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px solid #FFCC00; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 500px; } hr { /* horizontal divider */ border: 1px solid #FFCC00; } </style>
<img src="http://www.boomspeed.com/evilchick13/swirls.png"> <!-- Blink Boxes : Provided by Blogring.net --> <script language=JavaScript> <!-- // by sean f <a href='http://www.xanga.com/seanmeister' target='_blank'>http://www.xanga.com/seanmeister</a> // customize the blinkbox by changing the values below // // these are the various colors, in quotes, seperated by commas var blinkColors = new Array("#E8380F","#F4846E","#FFFFFF"); // the border color var blinkBorderColor = "#000000" // the border width, in pixels var blinkBorderWidth = 1; // the # of rows var blinkRows = 1; // the # of columns var blinkCols = 40; // the width of the entire box, in pixels or % var blinkWidth = 500; // the height of each row, in pixels var blinkRowHeight = 10; // speed of blinking, in milliseconds var blinkRate = 8; // don't edit below this line // this draws the table... 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]; setTimeout('blinkIt()', blinkRate); } blinkIt(); //--> </SCRIPT> <!-- End Blink Boxes : Provided by Blogring.net --> <style type="text/css"> /* TITLE OF THEME Stylesheet */ /* by NAME (xanga.com/dispiritedxemo) */ /* <a href='http://BlogRing.Net' target='_blank'>http://BlogRing.Net</a> */ body { background-color: #FFFFFF; scrollbar-arrow-color: #E8380F; scrollbar-track-color: #FFFFFF; scrollbar-shadow-color: #E8380F; scrollbar-face-color: #F4846E; scrollbar-highlight-color: #E8380F; 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:10px; color:black; 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; } div.blogheader, .caption { /* edits the dates */ font-family:Franklin Gothic Demi; text-transform:lowercase; font-size:14px; line-height:10px; font-weight:bold; color:#A82208; letter-spacing:0px; background-color: #ffffff; text-align: left; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:#E8380F; text-decoration: none; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#E8380F; text-decoration: none; } a:hover { /* edits when user mouseovers the links */ color:#F4846E; cursor: ne-resize; text-decoration: none; } input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #c0c0c0; font:normal 11px arial; background-color: #FFFFFF; letter-spacing:0px; color: #000000; } table.left { /* this edits the menu module */ border: 1px solid #F8A898; width:160px; background-color: #AE3E28; } table.blogbody { /* this edits the other the place where the blog is */ border: 0px solid c0c0c0; background-color: #F8A898; width:400px; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-image: url(http://url.com/to/the/site/image.gif); background-color: #D62F0E; font: bold 11px arial; text-transform: lowercase; color: #F9A797; border: none; } table.left TD { /* on your menu module, this edits the body part of it */ background-image: url(http://url.com/to/the/site/image.gif); background-color: #F8A898; border: none; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #EF310B; border: 1px solid #F8A898; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px solid #F8A898; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 500px; } hr { /* horizontal divider */ border: 1px solid #EF310B; } </style>
<style type="text/css"> /* Pink Swirls */ /* by Lauren (http://www.xanga.com/willyoutiemyshoe) */ /* <a href='http://blogring.net' target='_blank'>http://blogring.net</a> */ body { cursor: crosshair; body { background-color: #FFFFFFF; border-left: 20px solid #FF99FF; border-top: 10px solid #FF99FF; border-right: 20px solid #FF99FF; border-bottom: 10px solid #FF99FF;; background-image: url(http://www.boomspeed.com/sfhelpers/backgrounds/333.gif); background-repeat: no-repeat; background-position: center; background-attachment: fixed; scrollbar-arrow-color: #000000; scrollbar-track-color: transparent; scrollbar-shadow-color: #666666; scrollbar-face-color: #FFFFFF; scrollbar-highlight-color: #FFCCFF; scrollbar-darkshadow-color: #FF0099; scrollbar-3dlight-color: #FF99FF; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 11px verdana; line-height:10px; color:black; 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; } div.blogheader, .caption { /* edits the dates */ font-family:verdana; text-transform:lowercase; font-size:16px; line-height:16px; font-weight:bold; filter: alpha (opacity=100, finishopacity=0, style=2); height: 1px; background-color:#FFCCFF; color:#FF0099; letter-spacing:2px; text-align: center; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:#666666; font:normal 11px verdana;line-height:10px; text-decoration: none; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#FFCCFF; font:normal 11px verdana; line-height:10px; text-decoration: line-through; } a:hover { /* edits when user mouseovers the links */ color:#FF0099; font:normal 11px verdana; line-height:10px; cursor: ne-resize; text-decoration: line-through;cursor: crosshair; filter: dropshadow fliph; height: 0px } input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px dotted #FFCCFF; font:normal 11px verdana; background-color: transparent; letter-spacing:0px; color: #000000; } table.left { /* this edits the menu module */ border: 1px dotted #FFCCFF; width:160px; background-color: transparent; } table.blogbody { /* this edits the other the place where the blog is */ border: 0px dotted #FFCCFF; background-color: transparent; width:400px; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-image: url(http://url.com/to/the/site/image.gif); background-color: #FFCCFF; font: bold 11px verdana; text-transform: lowercase; color: #FF0099; border: 1px dotted #FFCCFF; } table.left TD { /* on your menu module, this edits the body part of it */ background-image: url(http://url.com/to/the/site/image.gif); background-color: transparent; border: 1px dotted #FFCCFF; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: transparent; border: 1px dotted #FFCCFF; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px dotted #FFCCFF; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 500px; } hr { /* horizontal divider */ border: 1px solid #FFCCFF; } </style> <center> <script language=JavaScript> <!-- // blinkbox - creates blinking table // by sean f <a href='http://www.xanga.com/seanmeister' target='_blank'>http://www.xanga.com/seanmeister</a> // customize the blinkbox by changing the values below // // these are the various colors, in quotes, seperated by commas var blinkColors = new Array("#000000","#FFCCFF","#FFFFFF","#666666","#FF0099"); // the border color var blinkBorderColor = "#FFFFFF" // the border width, in pixels var blinkBorderWidth = 9; // the # of rows var blinkRows = 1; // the # of columns var blinkCols = 25; // the width of the entire box, in pixels or % var blinkWidth = 300; // the height of each row, in pixels var blinkRowHeight = 20; // speed of blinking, in milliseconds var blinkRate = 5; // don't edit below this line // this draws the table... 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]; setTimeout('blinkIt()', blinkRate); } blinkIt(); //--> </SCRIPT><!--Last Modified 03/4/04-->
<style type="text/css"> /* Its Just Love Stylesheet */ /* by Carolyn (xanga.com/) */ /* <a href='http://BlogRing.Net' target='_blank'>http://BlogRing.Net</a> */ body { background-color: #000000; scrollbar-arrow-color: #FF99CC ; scrollbar-track-color: #000000; scrollbar-shadow-color: #FF99CC ; scrollbar-face-color: #000000; scrollbar-highlight-color: #FF99CC ; 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:10px; color:#FF99CC; 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; } div.blogheader, .caption { /* edits the dates */ font: bold 11px 'arial', arial; font-weight: normal; text-transform: lowercase; color: #FF99CC; background-color: transparent; text-align: center; letter-spacing: 3px; border-bottom: 1px solid #FF99CC; } .blogbody b, .standard b, p b, strong { /* edits bolded text in your entry */ font-weight: bold; font-size: 11px arial; color: #FFFFFF; line-height: 11px; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:#FF99CC; font:normal 11px arial; line-height:10px; text-decoration: none; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#FF99CC; font:normal 11px arial; line-height:10px; text-decoration: none; } a:hover { /* edits when user mouseovers the links */ color: ffffff; text-transform: uppercase; } input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #FF99CC; font:normal 11px arial; background-color: #000000; letter-spacing:0px; color: #FF99CC; } table.left { /* this edits the menu module */ border: 0px solid #FF99CC; width:160px; background-color: #000000; } table.blogbody { /* this edits the other the place where the blog is */ border: 1px solid #FF99CC; background-color: #000000; width:350px; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-image: url(); background-color: #FF99CC; font: bold 11px arial; text-transform: uppercase; color: #000000; border: 0px #FF99CC; } table.left TD { /* on your menu module, this edits the body part of it */ background-image: url(); background-color: transparent; border: none; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #000000; border: 1px solid #FF99CC; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px solid #FF99CC; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 510px; } hr { /* horizontal divider */ border: 1px solid #FF99CC; } <style></style> <center> <div align: center; style="border: 1px solid #FFFFFF; width: 540px;background-color: #000000; filter:alpha(opacity=100)" class="text"> <div style="width:540px; BACKGROUND-COLOR: transparent; background-image: url(none); background-attachment: fixed; repeat: no-repeat;">
<script language="JavaScript"> document.title = "its just love x33"</script>
<!-- Switch Module Sides : Provided by Blogring.net --> <script language=javascript> // swaps sidebar position on default xanga site layout // by sean <a href='http://www.xanga.com/seanmeister' target='_blank'>http://www.xanga.com/seanmeister</a> function swapSidebar(){ var tds = document.getElementsByTagName("td") for (var i = 0; i < tds.length; i++){ if (tds[i] == "mainleft" || tds[i].width == "200"){ var sidebar = tds[i].cloneNode(true); //document.write.blogring.net tds[i].parentNode.appendChild(sidebar); tds[i].parentNode.removeChild(tds[i]); break; }} } swapSidebar(); </script> <!-- End Script : Provided by Blogring.net --> .blogbody b, .standard b, p b, strong { /* edits bolded text in your entry */ font-weight: bold; color: #FFFFFF; font-size: 10px; font: arial; letter-spacing:0px;
<img src="http://img8.photobucket.com/albums/v26/kattie_xp/theOC.jpg" BORDER="1"> <div style="background-color: #FFFFFF; border-top: 1px solid black; border-left: 1px solid black; border-right: 1px solid black; border-bottom: 1px solid black; width: 447px; padding-bottom: 2px; font:normal 10px Verdana; line-height:10px; color:#696969; letter-spacing:0px; text-align:justify;"> <A href="http://www.xanga.com/signin.asp" target="_new">In-going</A> || <A href="http://www.xanga.com/kattie_xp" target="_new">Read Me</A> || <A href="http://www.xanga.com/private/home.aspx" target="_new">Private</A> || <A href="http://www.xanga.com/private/SubscribeTo.aspx?user=kattie_xp" target="_new">Add Me</A> || <a href="http://www.xanga.com/CLAF/default.asp" target="_new">CLAF</A> || <A href="http://www.xanga.com/private/subscriptions.aspx" target="_new">Subbies</A> || <A href="http://www.xanga.com/guestbook.asp?user=kattie_xp" target="_new">Guestbook</A> || <A href="http://www.xanga.com/logout.asp" target="_new">Out-going</A></div><BR> <style type="text/css"> /* The OC Stylesheet */ /* by Kit Kato (xanga.com/kattie_xp) */ /* <a href='http://BlogRing.Net' target='_blank'>http://BlogRing.Net</a> */ body { background-color: #FFFFFF; scrollbar-arrow-color: #FFFFFF; scrollbar-track-color: #FFFFFF; scrollbar-shadow-color: #000000; scrollbar-face-color: #000000; scrollbar-highlight-color: #000000; scrollbar-darkshadow-color: #FFFFFF; scrollbar-3dlight-color: #FFFFFF; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 10px Verdana; line-height:10px; color:#696969; 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; } div.blogheader, .caption { /* edits the dates */ font-family:Verdana; text-transform:lowercase; font-size:16px; line-height:15px; color:#000000; letter-spacing:1px; background-color: #ffffff; text-align: left; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:#000000; text-decoration: none; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#000000; text-decoration: none; } a:hover { /* edits when user mouseovers the links */ color:#000000; cursor: crosshair; text-decoration: none; } input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #778899; font:normal 10px Verdana; background-color: #FFFFFF; letter-spacing:0px; color: #000000; } table.left { /* this edits the menu module */ border: 1px solid #778899; width:0px; background-color: #FFFFFF; } table.blogbody { /* this edits the other the place where the blog is */ border: 1px solid #000000; background-color: #ffffff; width:450px; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-image: url(http://url.com/to/the/site/image.gif); background-color: #FFFFFF; font: bold 10px Verdana; text-transform: small-caps; color: #A9A9A9; border: none; } table.left TD { /* on your menu module, this edits the body part of it */ background-image: url(http://url.com/to/the/site/image.gif); background-color: #FFFFFF; border: none; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #FFFFFF; border: 1px solid #778899; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px solid #778899; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 450px; } hr { /* horizontal divider */ border: 1px solid #C0C0C0; } .blogbody b, .standard b, p b, strong { /* edits bolded text in your entry */ font-weight: bold; color: #000000; } table.left, td.mainleft { /* removes modules */ display: none; } table.blogbody div.smalltext{ /* this edits the blog entry footer */ text-align: center; } table.navigation, table.footer, table.main td.mainleft {display: none;} </style>
<style type="text/css"> /* Christina Aguilera Stylesheet */ /* by Dolly (xanga.com/pureemptiness) */ /* <a href='http://BlogRing.Net' target='_blank'>http://BlogRing.Net</a> */ body { background-color: #d2d2d2; scrollbar-arrow-color: #d2d2d2; scrollbar-track-color: #191919; scrollbar-shadow-color: #191919; scrollbar-face-color: #d2d2d2; scrollbar-highlight-color: #191919; scrollbar-darkshadow-color: #191919; scrollbar-3dlight-color: #d2d2d2; } .leftmoduletitlebar, .leftmoduleborder, .leftmoduleinterior, table.left, table.left TH, table.left TD, table.navigation, table.footer {display: none;} .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 11px arial; line-height:10px; color: 191919; letter-spacing:0px; text-align:center; } table.footer TD { /* this makes the footer at the bottom centered */ /* leave it alone unless you know what to do*/ text-align: center; } div.blogheader, .caption { /* edits the dates */ font-family: arial; text-transform:uppercase; font-size: 15px; line-height:12px; font-weight:bold; color:#191919; letter-spacing:10px; background-color: #d2d2d2; border: 0px solid #191919; text-align: center; border-bottom-width:1px; }
a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:#191919; text-decoration: none; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#191919; text-decoration: none; } a:hover { /* edits when user mouseovers the links */ color:#666666; cursor: crosshair; text-decoration: none; font-weight: bold; } input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #d2d2d2; font:normal 11px arial; background-color: #FFFFFF; letter-spacing:0px; color: #000000; } table.left { /* this edits the menu module */ border: 1px solid #c0c0c0; width:160px; background-color: #FCEBFF; } table.blogbody { /* this edits the other the place where the blog is */ border: 0px solid c0c0c0; background-color: #d2d2d2; width:650px; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-image: url(http://url.com/to/the/site/image.gif); background-color: #FCEBFF; font: bold 11px arial; text-transform: uppercase; color: #C991AE; border: none; } table.left TD { /* on your menu module, this edits the body part of it */ background-image: url(http://url.com/to/the/site/image.gif); background-color: #FFFFFF; border: none; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #d2d2d2; border: 1px solid #191919; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px solid #c0c0c0; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 500px; } hr { /* horizontal divider */ border: 1px solid #FCEBFF; } </style> <center><img src="http://www.hamsterhouse.com/seduced/christinadf.jpg"> <font face=verdana><font size=1><br /> ---------------------- • <a href="http://www.xanga.com/private/subscriptions.aspx">Subscriptions</a> • <a href="http://www.xanga.com/profile.aspx?user=judybootey">Profile</a> • <a href="http://www.xanga.com/guestbook.aspx?user=judybootey">Guestbook</a> • <a href="http://xanga.com/Private/SubscribeTo.aspx?user=judybootey">Subscribe</a> • <a href="http://www.xanga.com/CLAF/default.asp">Edit</a> • <a href="http://www.xanga.com/private">Home</a> • <a href="http://www.xanga.com/logout.aspx">Log Out</a> • ----------------------<br />
<img src=http://img1.photobucket.com/albums/1003/urxmaixnumberx1/pinkishly.gif> <style type="text/css"> /* Pinkishly Pink Stylesheet */ /* by sHaRoN* (xanga.com/saranghaeyoo12) */ /*http://BlogRing.Net*/ body { background-image: url(http://img1.photobucket.com/albums/1003/urxmaixnumberx1/background10.gif); background-color: #FFFFFF; scrollbar-arrow-color: #FF69B4; scrollbar-track-color: #FFFFFF; scrollbar-shadow-color: #FF69B4; scrollbar-face-color: #FFFFFF; scrollbar-highlight-color: #FF69B4; 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:10px; color:black; 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; } div.blogheader, .caption { /* edits the dates */ font-family:impact; text-transform:uppercase; font-size:16px; line-height:10px; font-weight:bold; color:#FF69B4; letter-spacing:0px; background-color: #ffffff; text-align: left; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:#FF69B4; text-decoration: none; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#FF69B4; text-decoration: none; } a:hover { /* edits when user mouseovers the links */ color:#CCCCCC; cursor: nw-resize; text-decoration: none; } input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #CCCCCC; font:normal 11px arial; background-color: #FFFFFF; letter-spacing:0px; color: #000000; } table.left { /* this edits the menu module */ border: 1px solid #CCCCCC; width:160px; background-color: #FFFFFF; } table.blogbody { /* this edits the other the place where the blog is */ border: 0px solid OOOOOO; background-color: #ffffff; width:400px; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-image: url(http://url.com/to/the/site/image.gif); background-color: #FFFFFF; font: bold 11px arial; text-transform: uppercase; color: #FF69B4; border: none; } table.left TD { /* on your menu module, this edits the body part of it */ background-image: url(http://img1.photobucket.com/albums/1003/urxmaixnumberx1/background10.gif); background-color: #FFFFFF; border: none; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #FFFFFF; border: 1px solid #FF69B4; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px solid #CCCCCC; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 500px; } hr { /* horizontal divider */ border: 1px solid #CCCCCC; } </style>
<style type="text/css"> /* roxy surf */ /* by pinkmacaroni88 (xanga.com/pinkmacaroni88) */ /* <a href='http://blogring.net' target='_blank'>http://blogring.net</a> */ body { border: none; background:black url(http://roxy.com/content/images/111-284-81-filenameMedium.jpg); background-repeat: no-repeat; background-attachment: fixed; background-position: Middle; scrollbar-arrow-color: #3366FF; scrollbar-track-color: #ffffff; scrollbar-shadow-color: #3366FF; scrollbar-face-color: #ffffff; scrollbar-highlight-color: #3366FF; scrollbar-darkshadow-color: #ffffff; scrollbar-3dlight-color: #3366FF; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 11px arial; line-height:10px; 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; } div.blogheader, .caption { /* edits the dates */ width:330px; font-family:arial; text-transform:capitalize; font-size:17px; line-height:20px; font-weight:bold; color:#3366FF; letter-spacing:0px; background-color: #ffffff; text-align: left; border: 2px dashed #FFCC33; border-width: 1px 1px 0px 1px; filter: alpha(style=0,opacity=60); } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:#3366FF; font:normal 11px arial;line-height:10px; text-decoration: none; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#3366FF; font:normal 11px arial; line-height:10px; text-decoration: line-through; } a:hover { /* edits when user mouseovers the links */ color:#FFCC33; font:bold 12px arial; line-height:10px; cursor: hand; text-decoration: bold; } input, select, textarea, iframe.htmleditor, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 2px dashed #FFCC33; font:normal 11px arial; background-color: #ffffff; letter-spacing:1px; color: #3366FF; } table.left { /* this edits the menu module */ border: 2px dashed #FFCC33; width:160px; background-color: #ffffff; filter: alpha(style=0,opacity=60); } table.blogbody { /* this edits the other the place where the blog is */ border: 2px dashed #FFCC33; background-color: #ffffff; width:330px; border-width: 1px 1px 1px 1px; filter: alpha(style=0,opacity=60); } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-image: url(http://roxy.com/content/template_images/logo_box.gif); background-repeat: no-repeat; background-position: right; background-color: #ffffff; width:160px; font: bold 14px arial; line-height: 33px; text-transform: capitalize; color: #000000; border: 2px dashed #FFCC33; border-width: 1px 1px 1px 1px; text-align: middle; } table.left TD { /* on your menu module, this edits the body part of it */ background-color: #ffffff; border: 2px dashed #FFCC33; border-width: 1px 1px 1px 1px width:160px; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #ffffff; border: 2px dashed #FFCC33; filter: alpha(style=0,opacity=60); } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 1px solid #; filter: alpha(style=0,opacity=60); } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 400px; } hr { /* horizontal divider */ border: 1px solid #000000; } </style>
<center><img src=http://img28.photobucket.com/albums/v83/distortedandlovly/themes%20backgrounds/untitled.bmp></cente r> <center> <center><img src=http://img28.photobucket.com/albums/v83/distortedandlovly/themes%20backgrounds/untitled.bmp></cente r> <center> <center> <style type="text/css"> /* naughty Stylesheet */ /* by ashley (xanga.com/girls_vomit_candy) */ body { border-top: 15px solid #cccccc; border-right: 25px solid #6699ff; border-left: 25px solid #6699ff; border-bottom: 15px solid #cccccc; background: url(http://img28.photobucket.com/albums/v83/distortedandlovly/save.gif); background-repeat:no-repeat; background-attachment: fixed; background-position: bottom right; background-color: #ffffff; scrollbar-arrow-color: #6699ff; scrollbar-track-color: #999999; scrollbar-shadow-color: #6699ff; scrollbar-face-color: #ffffff; scrollbar-highlight-color: #6699ff; scrollbar-darkshadow-color: #999999; scrollbar-3dlight-color: #FFFFFF; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 11px times new roman; line-height:14px; color:#6699ff; 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; } div.blogheader, .caption { /* edits the dates */ background-image: url(http://img28.photobucket.com/albums/v83/distortedandlovly/themes%20backgrounds/layouts/blinkiebunny.bmp); background-repeat: no-repeat; background-position: top left; font-family:times new roman; text-transform:bold; font-size:11px; line-height:10px; font-weight:bold; height: 1px; background-color:#ffffff; color:#6699ff; letter-spacing:3px; text-align: right; border: 3px double #6699ff; } .blogbody b, .standard b, p b, strong { /* edits bolded text in your entry */ font-weight: regular; color: #999999; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ height: 2px; color:#999999; font:normal 11px times new roman; line-height:10px; text-decoration: none; } a:visited, a.footernav:visited { /* edits the links that the user has visited */ color:#cccccc; font:normal 11px times new roman; line-height:10px; text-decoration: none; } a:hover { /* edits when user mouseovers the links */ background-image: url(http://img28.photobucket.com/albums/v83/distortedandlovly/themes%20backgrounds/layouts/blinkiebunny.bmp); background-repeat: no-repeat; background-position: top left; font:normal 11px vernanda; line-height:11px; cursor: help; filter: alpha (opacity=100, finishopacity=3, style=1); height: 6px; background-color:#ffffff; color:#6699ff; text-decoration: none; border: 1px solid #6699ff; } input, select, textarea, iframe.htmleditor, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #6699ff; font:normal 11px times new roman; background-color: #ffffff; letter-spacing:0px; } table.left { /* this edits the menu module */ border: 3px double #6699ff; width:160px; } table.blogbody { /* this edits the other the place where the blog is */ border: 3px double #6699ff; width:400px; background-color:#ffffff; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-image: url(http://img28.photobucket.com/albums/v83/distortedandlovly/themes%20backgrounds/layouts/blinkiebunny.bmp); background-repeat: no-repeat; background-position: top left; background-color: ffffff; width:180px; font:normal 11px times new roman; line-height: 10px; text-transform: scratch; color: #6699ff; text-align: right; border: 3px double #6699ff; } table.left TD { /* on your menu module, this edits the body part of it */ background-color: #ffffff; border: none; color: #6699ff; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-image: url(http://blinkie.waterfaerie.org/botones/bunny.gif); background-repeat: no-repeat; background-position: top left; background-color: #ffffff; border: 1px solid #6699ff; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px solid #6699ff; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 500px; } hr { /* horizontal divider */ border: 1px solid #ffffff; } </style>
<!-- begin code provided by createblog.com --> <!-- begin code provided by createblog.com --> <!-- begin code provided by createblog.com --> <style type=text/css>
<!-- end code provided by createblog.com --> <!-- end code provided by createblog.com -->
<!-- begin code provided by createblog.com --> <script type='text/javascript'> document.title = ':goodmorning:feat.j-lo'; </script> <!-- end code provided by createblog.com -->
<!-- begin code provided by createblog.com --> <!-- begin code provided by createblog.com --> <script language="Javascript"> var tds = document.getElementsByTagName("td"); for (var i = 0; i < tds.length; i++){ if (tds[i].width == "200"){ tds[i].parentNode.appendChild(tds[i].cloneNode(true)); tds[i].parentNode.removeChild(tds[i]); break; }} </script> <script language="javascript"><!-- if (location.href.match ("home.aspx")) { var ht = document.getElementsByTagName ('table'); for (var t = 0; t < 10; t++) { str = ht[t].cells[0].innerHTML; if (!str.match (/Sites I Read/i) && str.match (/(Posting Calendar|Get Involved!|Build Traffic!)/i)) ht[t].style.display = "none"; } } //--></script> <!-- end code provided by createblog.com --> <!--Get this code at http://help.xanga.com/replacelinks.htm//--> <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, "Gil"); else if (str.match (/eprop/i)) links[l].innerHTML = str.replace (/eprop/i, "Gil"); else if (str.match (/comments/i)) links[l].innerHTML = str.replace (/comments/i, "Spheres"); else if (str.match (/comment/i)) links[l].innerHTML = str.replace (/comment/i, "Sphere"); else if (str.match (/GuestBook/i)) links[l].innerHTML = str.replace (/GuestBook/i, "Spheres"); }//--> </script> <!-- begin code provided by createblog.com --> <script language="javascript"> function colorComments(){ //Edit your first color below var blogring="#000000"; //Edit your second color below var dotnet="#336699"; var colorchange=0; var comments = document.all ? "class"+"Name" : "class"; var backgrounds = document.getElementsByTagName("table"); for (var cn=0; cn < backgrounds.length; cn++){ if (backgrounds[cn].getAttribute(comments) == "blogbody"){ colorchange = colorchange == 1 ? 0 : 1; backgrounds[cn].style.backgroundColor = colorchange == 1 ? blogring : dotnet; }}} if (document.location.href.indexOf("item.aspx") != -1) colorComments(); </script> <!-- end code provided by createblog.com --> <!-- begin code provided by createblog.com --> <script language="javascript"><!-- if (location.href.match ("home.aspx")) { var ht = document.getElementsByTagName ('table'); for (var t = 0; t < 10; t++) { str = ht[t].cells[0].innerHTML; if (!str.match (/Sites I Read/i) && str.match (/(Posting Calendar|Get Involved!|Build Traffic!|reviews|events)/i)) ht[t].style.display = "none"; } } //--></script> <!-- end code provided by createblog.com --> <!-- begin code provided by createblog.com --> <style type='text/css'> .mainleft { display:none; } </style> <!-- end code provided by createblog.com --> <STYLE type="text/css"> BODY {scrollbar-3dlight-color:#9FAFDF; scrollbar-arrow-color:#F0FFFF; scrollbar-base-color:#00008B; scrollbar-track-color:#4682B4; scrollbar-darkshadow-color:#000000; scrollbar-face-color:#00008B; scrollbar-highlight-color:; scrollbar-shadow-color:} </STYLE> <!-- begin code provided by createblog.com --> <style type="text/css">table.footer, table.footernav {display: none;};</style> <!-- end code provided by createblog.com --> <!-- begin code provided by createblog.com -->
<!--This is the code for no right click--> <body oncontextmenu="return false"> <!--This is the code for no right click--> <STYLE TYPE="text/css">p {align=justify} BODY{cursor: url(http://www3.telus.net/wilsoncheung/cursor.ani);} a {cursor: url(http://www3.telus.net/wilsoncheung/cursor.ani);} </STYLE> <!-- end code provided by createblog.com --> <!-- end code provided by createblog.com -->
<!-- begin code provided by createblog.com --> <!-- begin code provided by createblog.com --> <style type=text/css> body, div, tr, td, th, p, table, module{ cursor: crosshair; font-family: CAC Shishoni Brush; font-size:164pt; color:#3300FF; line-height:13px;}
<center><img src="http://img45.photobucket.com/albums/v137/Fan_gurl/Elijah%20Woods/Elijah_Wood_copy.jpg"></center> <!-- end code provided by createblog.com -->
function replaceWords() { // ***add the words or fragments you wish to replace below var oldWords = new Array( "eprops", "eProps", "comments", "Comments", "comment", "Comment", "email it", "My Blogrings");
// *** add the replacing words or fragments below var newWords = new Array( "El<b>ij</b>ah", "el<b>ij</b>ah", "h<b>ea</b>rts", "h<b>ea</b>rts", "h<b>ea</b>rt", "h<b>ea</b>rt", "send <b>he</b>arts ", "Groupees");
a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#FF94C6; font:normal 10px arial; line-height:10px; text-decoration: none; }
a:hover { /* edits when user mouseovers the links */ color:#FF94C6; font:bold 10px arial; line-height:10px; letter-spacing:1px; } }
input, select, textarea, iframe.htmleditor, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 0px solid #FFFFFF; font:normal 10px arial; color:#FF94C6; background-color:#444444; letter-spacing:0px; }
table.left { /* this edits the menu module */ border: 0px solid #333333; width:150px; background-color: #444444; }
table.blogbody { /* this edits the other the place where the blog is */ border: 0px solid #333333; background-color: #444444; width: 310px; }
table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-color:#555555; font: bold 10px arial; text-align: left; text-transform: lowercase; color: #FFFFFF; border: 0px solid; text-align: center; } table.left TD { /* on your menu module, this edits the body part of it */ background-color:#444444; font: bold 10px arial; text-align: left; text-transform: lowercase; color: #FFFFFF; border: 0px solid; }
table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ border: 0px solid #FFFFFF; font:normal 10px arial; background-color:#444444; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px solid #444444; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 270px; } hr { /* horizontal divider */ border: 1px solid #444444; } table.blogbody tr td { /* this edits the left margin of blog */ width:0px; padding: 1px; border-bottom: 1px solid #444444; } table.blogbody div.smalltext{ /* this edits the blog entry footer */ text-align: right; padding-bottom: 1px; }
a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color: #000000; font:normal 11px arial; line-height:10px; text-decoration: none; }
a:hover { /* edits when user mouseovers the links */ color: #ffffff; font:normal 11px arial; line-height:10px; text-decoration: none; }
input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #000000; font:normal 11px arial; background-color: #FFFFFF; letter-spacing:0px; color: #000000; filter: alpha(style=0,opacity=50); } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px solid #000000; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 350px; } hr { /* horizontal divider */ border: 1px dashed #000000; } </style> <!-- end code provided by createblog.com --> <!-- end code provided by createblog.com -->
a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color: #000000; font:normal 11px arial; line-height:10px; text-decoration: none; }
a:hover { /* edits when user mouseovers the links */ color: #306692; font:normal 11px arial; line-height:10px; text-decoration: none; }
input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #000000; font:normal 11px arial; background-color: #FFFFFF; letter-spacing:0px; color: #000000; filter: alpha(style=0,opacity=50); } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px solid #000000; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 350px; } hr { </style> <!-- end code provided by createblog.com --> <!-- end code provided by createblog.com -->
I am so very sorry that i haven't posted for a while. Well, here are some skins. Hope ya'll like them. And i hope some of you use them! I ave seen a few ppls sites with some of these skins. so, yeah. well..... ENJOY! lolz
Tupac-
Put this into your html in look and feel
<!-- begin code provided by createblog.com --> <!-- begin code provided by createblog.com --> <style type="text/css"> /* Skinby Tupac_Shakurs_Angel - [URL=http://xanga.com/Tupac_Shakurs_Angel]http://xanga.com/Tupac_Shakurs_Angel[/URL] */ #rblEprops, #pnlEnabled table, #pnlEprops table { width: auto !important; } table.header, table.main, table.footer, table.navigation{ /* edit width */ width:634; } table.blogbody, div.blogheader, .caption{ /* edit width of blog */ width:452; } table.left{ /* edit width of left modules */ width:182; } td.maincenter { text-align:center; } body { /* edits body background and scrollbars */ background:#663333 url() fixed; scrollbar-Arrow-Color: #ffffff; scrollbar-Track-Color: #663333; scrollbar-Shadow-Color: #000000; scrollbar-Face-Color: #663333; scrollbar-Highlight-Color: #000000; scrollbar-darkshadow-color: #663333; scrollbar-3dLight-Color: #663333; } table.navigation, table.footer { /* remove default navigation and footer */ display: none; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p, .content, .smalltext { /* edits main text */ font:normal 10px verdana; color: #ffffff; text-align:left; } a:link, a:active, a:visited, a:hover{ /* edit the links outside modules and blog */ color:#ffffff; text-decoration:none; } .left a:link, .blogbody a:link, .left a:visited, .blogbody a:visited, { /* edit the links within left modules and blog */ color: #ffffff; text-decoration: none; font:normal 10px arial; } .left a:hover, .blogbody a:hover{ /* edit link hover */ color:#ffffff; } input, select, textarea, .textfield, .button{ /* this edits buttons, drop down menus etc. */ border: 1px solid #000000; font:normal 9px arial #ffffff; background-color: #663333; letter-spacing:0px; color:#ffffff; } div.blogheader, .caption { /* edit the blog dates */ font-family:verdana; text-transform:uppercase; font-size:11px; color:#ffffff; background-color: #663333; text-align: left; font-weight:bold; border:1px solid black; border-bottom:0px; padding:4px; filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#663333,EndColorStr=#000000); } table.blogbody { /* edits your blog or entry space */ border: 0px; text-align:left; background-color:; border:1px solid black; } table.left { /* this edits the left module */ background-color:; border:1px solid black; padding:0px; } table.left th { /* this edits your left module titles */ background-color:; width:160; font: 11px arial; text-transform: uppercase; color: #ffffff; border: 0px; text-align: left; font-weight:bold; border-bottom:1px solid #000000; filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#663333,EndColorStr=#000000); } table.left TD { /* this edits the body part of of your left modules */ background-color: transparent; color: #ffffff; border: 0px; width:160; text-align:left; } .blogbody td{ /* edits spacing of blogbody */ width: 0px; padding-left:0px; } table.search{ /* edits search bar */ border:#000000 solid 1px; background-color:#2E2A29; } table.search td{ background-color:#2E2A29; } hr { /* edits horizontal rule */ color: #ffffff; } </style> <img src="http://img56.photobucket.com/albums/v170/tupac_shakurs_angel/2pac_brown.jpg" width="634" height="500" border=0 alt="2pac" usemap="#2pac_brown_Map"> <map name="2pac_brown_Map" id="2pac_brown_Map"> <area shape="rect" coords="193,481,231,493" href="http://xanga.com" alt="Xanga"> <area shape="rect" coords="141,480,175,493" href="http://xanga.com/Tupac_Shakurs_Angel" alt="Refresh Page"> <area shape="rect" coords="248,480,292,492" href="http://xanga.com/private/home.aspx" alt="Private"> <area shape="rect" coords="352,480,415,492" href="http://www.xanga.com/Private/SubscribeTo.aspx?user=Tupac_Shakurs_Angel" alt="Subscribe"> <area shape="rect" coords="311,480,335,490" href="http://www.xanga.com/CLAF/default.asp" alt="Look and Feel"> <area shape="rect" coords="554,479,630,492" href="http://www.hitemup.com/" alt="HitEmUp Website"> <area shape="rect" coords="432,481,470,493" href="http://www.xanga.com/signin.aspx" alt="Sign In"> <area shape="rect" coords="486,481,535,492" href="http://www.xanga.com/logout.aspx" alt="Log Out"> </map> <table cellpadding="0" cellspacing="0" border="0" align="center" style="padding-top:8px;"> <tr><td> <!-- end code provided by createblog.com --> <!-- end code provided by createblog.com -->
Put this into your website stats
<!-- begin code provided by createblog.com --> <!-- begin code provided by createblog.com --> <div align="center">||Layout By <a href="http://xanga.com/Tupac_Shakurs_Angel" target="_blank">Tupac_Shakurs_Angel||</a></div> </td></tr> </table>
input, select, textarea, iframe.htmleditor, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid black; font:normal 10px verdana; background-color: none; font-color:black; } table.navigation, table.footer {display: none;}
table.footer TD { /* this makes the footer at the bottom centered */ /* leave it alone unless you know what to do*/ text-align: center; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-image: url(); background-color:none; color: #000000; font: bold 10pt verdana; text-transform: none; text-align:center; border-bottom: #000000 1px solid; border-top: none; border-right: none; border-left: none;}
table.left { /* this edits the menu module */ width:180px; color:000000; background-color:ffffff; BORDER-RIGHT: #000000 1px solid; BORDER-TOP: none; BORDER-LEFT: #000000 1px solid; -BOTTOM: #000000 1px solid
}
.#rblEprops{display:none;} #pnlEnabled table, #htmleditor, #lblTimeZone, #pnlEprops, #rblEprops /* width of the comment page I suggest miking it the same width as the blogbody*/ {width:300px; }
table.blogbody tr td { /* this edits the left margin of blog */ width:0px; padding-left: 0px; } table.blogbody { /* this edits the other the place where the blog is */ background-color:none; family-font: verdana; BORDER-RIGHT: black 0px solid; BORDER-TOP: black 0px solid; BORDER-LEFT:black 0px solid; BORDER-BOTTOM:black 0px solid width:300; }
table.navigation, table.main, table.footer { /* the width of your blog with modules */ width:300; }
<!-- begin code provided by createblog.com --> ] <!-- begin code provided by createblog.com --> <!-- begin code provided by createblog.com --> <style type=text/css>
<!-- end code provided by createblog.com --> <!-- end code provided by createblog.com -->
<!-- begin code provided by createblog.com --> <script type='text/javascript'> document.title = 'the:truth'; </script> <!-- end code provided by createblog.com -->
<!-- end code provided by createblog.com -->
ADRIANA LIMA-
<!-- begin code provided by createblog.com --> <script language="JavaScript"> document.title=('the 0riginal can `t be beat .. adriana lima *')</script>
table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #FFFFFF; border: 1px solid #F079AF; }
table.blogbody tr td { /* this edits the left margin of blog */ width: 0px; padding: 2px; } table.blogbody div.smalltext{ /* this edits the blog entry footer */ text-align: right; padding-bottom: 7px; }
b, strong {color: #F079AF} </style> <!-- end code provided by createblog.com -->
RED LOST FISH-
PUT IN CUSTOM HEADER
<!-- begin code provided by createblog.com --> <!-- begin code provided by createblog.com -->
table.blogbody { /* this edits the other the place where the blog is */ border: 0px dashed #D4C76A; filter:alpha (opacity=100); background-color: transparent; background-image: url(""); width:280px; border: 0px solid none; border-width: 1px 1px 1px 1px; }
<!-- end code provided by createblog.com --> <!-- end code provided by createblog.com -->
PUT IN WEBSITE STATS
<!-- begin code provided by createblog.com --> <!-- begin code provided by createblog.com --> <a href="http://lostfish.free.fr" target="_blank"><img src="http://lostfish.free.fr/lostbutton.gif" border="0"></a> <!-- end code provided by createblog.com --> <!-- end code provided by createblog.com -->
BRING IT ON-
<!-- begin code provided by createblog.com --> <!-- begin code provided by createblog.com -->
a:hover { color:yellow; cursor: NW-Resize;border:1 solid; border-color:#000000; }table.footer TD { /* edits the footer */ text-align: center; } .blogbody td{ width: 0px; padding-left: 0px } input, select, textarea, .textfield, .button{ /* this edits buttons, drop down menus etc. */ border: 1px solid black; font:normal 10px verdana black; background-color:none; letter-spacing:0px; color:black; } div.blogheader, .caption { /* edit the dates */ font-family:britannic bold; text-transform:lowercase; font-size:18px; color:black; background-color: transparent; text-align:left; font-weight:none; width:400; } table.blogbody { /* edits your blog or entry space */ border:1px solid black; background-color:transparent; width:400; } table.left { /* this edits the menu module */ width:175; background-color: transparent; font-weight:normal; border:0px solid black; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-color: transparent; width:175; font: 18px britannic bold; text-transform:lowercase; color:black; border:0px; text-align:left; font-weight:none; padding-bottom:1px; } table.left TD { /* on your menu module, this edits the body part of it */ background-color:transparent; border:1px solid black; width:175; } hr { color: black; } table.search{ /* edits search bar */ border:#000000 solid 1px; background-color:#FFFFFF; } table.search td{ background-color:#FFFFFF; } </style>
<!-- end code provided by createblog.com -->
<!-- end code provided by createblog.com -->
COPY IN WEBSITE STATS
<!-- begin code provided by createblog.com --> <!-- begin code provided by createblog.com -->
<script> // removes Get Involved if (location.href.match ("home.aspx")) { __aspnetForm.nextSibling.nextSibling.removeNode(true); __aspnetForm.nextSibling.removeNode(true); } </script> <script> //removes Calender if (location.href.match ("home.aspx")) { __aspnetForm.removeNode(true); } </script>
<!-- begin code provided by createblog.com --> <script type="text/javascript"> // original by EasterEgg, xanga.com/easteregg // modified to reflect xanga's current html schemas function adjustSirListHeight() { // *** define the height of your SIR-list in the line below var sirListHeight = '100px'; var allTables = document.getElementsByTagName('tbody'); for (i=0; i < allTables.length; i++) { if ((allTables[i].innerHTML.indexOf('Sites I Read') != -1) && (allTables[i].innerHTML.toUpperCase().indexOf('<TABLE') == -1)) { sirlist = allTables[i].lastChild; temp = sirlist.firstChild.innerHTML; sirlist.removeChild(sirlist.firstChild); td = document.createElement('td'); div = document.createElement('div'); div.style.width = '100%'; div.style.height = sirListHeight; div.style.overflow = 'auto'; div.innerHTML = temp; td.appendChild(div); sirlist.appendChild(td); break; } } } if (navigator.userAgent.indexOf('Mac') == -1) if ((document.URL.indexOf('weblogs') == -1) && (document.URL.indexOf('guestbook') == -1) && (document.URL.indexOf('events') == -1) && (document.URL.indexOf('reviews') == -1)) adjustSirListHeight(); </script> <!-- end code provided by createblog.com -->
var message=""; /////////////////////////////////// function clickIE() {if (document.all) {(message);return false;}} function clickNS(e) {if (document.layers||(document.getElementById&&!document.all)) { if (e.which==2||e.which==3) {(message);return false;}}} if (document.layers) {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;} else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
Hurr is the order: layouts, images, and then codes. II don't make any of these so know request. I don't know squat about xangaz except for "copy n paste"
Put in Custom Header:
All custom header:
All cutom header:
<center> <img src="http://www.innocentkisses.com/babyphat/chingy.gif"><br> <br/> <br/> <style type="text/css"> /* I Love Chingy by ILuvMyGbaby@xanga.com */ body { scrollbar-face-color: #FF0000; scrollbar-highlight-color: #FFFFFF; scrollbar-3dlight-color: #FF9999; scrollbar-darkshadow-color: #CC0000; scrollbar-shadow-color: #FF6666; scrollbar-arrow-color: #FFFFFF; scrollbar-track-color: #FFCCCC; } -->
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 11px arial; line-height:10px; color:#FFFFFF; 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; }
a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#FF0000; font:normal 11px arial; line-height:10px; text-decoration: none; }
a:hover { /* edits when user mouseovers the links */ color:#FFFFFF; font:normal 11px arial; line-height:10px; cursor: e-resize; text-decoration: none; }
input, select, textarea, iframe.htmleditor, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px dashed #FF0000; font:normal 11px arial; background-color: #0000FF; letter-spacing:0px; color: #FFFFFF; filter: alpha(style=0,opacity=80); }
table.left { /* this edits the menu module */ border: 1px dashed #FF0000; width:180px; background-color: #0000FF; }
table.blogbody { /* this edits the other the place where the blog is */ filter:alpha (opacity=80,style=0); border: 1px dashed #FF0000; background-color: #0000FF; width:420px; border-width: 1px 1px 1px 1px; scrollbar-face-color: #FF0000; scrollbar-highlight-color: #FFFFFF; scrollbar-3dlight-color: #FF9999; scrollbar-darkshadow-color: #CC0000; scrollbar-shadow-color: #FF6666; scrollbar-arrow-color: #FFFFFF; scrollbar-track-color: #FFCCCC; }
table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */; background-position: top left; background-color: #0000FF; width:180px; font: bold 13px arial; text-transform: capitalize; color: #FFFFFF; border: none; text-align: center; }
table.left TD { /* on your menu module, this edits the body part of it */ background-color: #0000FF; border: none #FF0000; width:180px; }
table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #0000FF; border: 1px dashed #FF0000; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px dashed #FF0000; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 620px; } hr { /* horizontal divider */ border: 1px dashed #FF0000; } </style>
<script language="JavaScript1.2"> // ******************************************************************* // script by drevil_nz, Michael Dillon, Christchurch New Zealand. // Permission granted to use this script provided this credit // remains intact. Visit my homepage www.chc.quik.co.nz/juggler/mikey.html // Script written for Internet Explorer 4.0+. // *******************************************************************
var message=".:*I LovE ChingY*:." //specifys the title var message=message+" " //gives a pause at the end,1 space=1 speed unit, here I used 10 spaces@150 each = 1.5seconds. i="0" //declares the variable and sets it to start at 0 var temptitle="" //declares the variable and sets it to have no value yet. var speed="150" //the delay in milliseconds between letters
function titler(){ if (!document.all&&!document.getElementById) return document.title=temptitle+message.charAt(i) //sets the initial title temptitle=temptitle+message.charAt(i) //increases the title by one letter i++ //increments the counter if(i==message.length) //determines the end of the message { i="0" //resets the counter at the end of the message temptitle="" //resets the title to a blank value } setTimeout("titler()",speed) //Restarts. Remove line for no-repeat. }
a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#FF0000; font:normal 11px arial; line-height:10px; text-decoration: none; }
a:hover { /* edits when user mouseovers the links */ color:#FFFFFF; font:normal 11px arial; line-height:10px; cursor: e-resize; text-decoration: none; }
input, select, textarea, iframe.htmleditor, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px dashed #00FF00; font:normal 11px arial; background-color: #FFFFFF; letter-spacing:0px; color: #FF0000; filter: alpha(style=0,opacity=80); }
table.left { /* this edits the menu module */ border: 1px dashed #00FF00; width:180px; background-color: none; }
table.blogbody { /* this edits the other the place where the blog is */ filter:alpha (opacity=80,style=0); border: 1px dashed #00FF00; background-color: white; width:420px; border-width: 1px 1px 1px 1px; scrollbar-face-color: #66FF66; scrollbar-highlight-color: #FFFFFF; scrollbar-3dlight-color: #B3F5E9; scrollbar-darkshadow-color: #00CC00; scrollbar-shadow-color: #00FF99; scrollbar-arrow-color: #FFFFFF; scrollbar-track-color: #CCFFCC; }
table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */; background-position: top left; background-color: #FFFFFF; width:180px; font: bold 13px arial; text-transform: capitalize; color: #00FF00; border: none; text-align: center; }
table.left TD { /* on your menu module, this edits the body part of it */ background-color: none; border: none #FFC0FF; width:180px; }
table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #FFFFFF; border: 1px dashed #FFC0FF; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px dashed #FFC0FF; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 620px; } hr { /* horizontal divider */ border: 1px dashed #FFC0FF; } </style>
<script language="JavaScript1.2"> // ******************************************************************* // script by drevil_nz, Michael Dillon, Christchurch New Zealand. // Permission granted to use this script provided this credit // remains intact. Visit my homepage www.chc.quik.co.nz/juggler/mikey.html // Script written for Internet Explorer 4.0+. // *******************************************************************
var message=".:*I Only Look Sweet*:." //specifys the title var message=message+" " //gives a pause at the end,1 space=1 speed unit, here I used 10 spaces@150 each = 1.5seconds. i="0" //declares the variable and sets it to start at 0 var temptitle="" //declares the variable and sets it to have no value yet. var speed="150" //the delay in milliseconds between letters
function titler(){ if (!document.all&&!document.getElementById) return document.title=temptitle+message.charAt(i) //sets the initial title temptitle=temptitle+message.charAt(i) //increases the title by one letter i++ //increments the counter if(i==message.length) //determines the end of the message { i="0" //resets the counter at the end of the message temptitle="" //resets the title to a blank value } setTimeout("titler()",speed) //Restarts. Remove line for no-repeat. }
a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#FF0000; font:normal 11px arial; line-height:10px; text-decoration: none; }
a:hover { /* edits when user mouseovers the links */ color:#C0C0C0; font:normal 11px arial; line-height:10px; cursor: e-resize; text-decoration: none; }
input, select, textarea, iframe.htmleditor, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px dashed #FF0000; font:normal 11px arial; background-color: #000000; letter-spacing:0px; color: #FFFFFF; filter: alpha(style=0,opacity=80); }
table.left { /* this edits the menu module */ border: 1px dashed #FF0000; width:180px; background-color: #000000; }
table.blogbody { /* this edits the other the place where the blog is */ filter:alpha (opacity=80,style=0); border: 1px dashed #FF0000; background-color: #000000; width:420px; border-width: 1px 1px 1px 1px; scrollbar-face-color: #FF0000; scrollbar-highlight-color: #FFFFFF; scrollbar-3dlight-color: #FF9999; scrollbar-darkshadow-color: #CC0000; scrollbar-shadow-color: #FF6666; scrollbar-arrow-color: #FFFFFF; scrollbar-track-color: #FFCCCC; }
table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */; background-position: top left; background-color: #000000; width:180px; font: bold 13px arial; text-transform: capitalize; color: #FFFFFF; border: none; text-align: center; }
table.left TD { /* on your menu module, this edits the body part of it */ background-color: #000000; border: none #FF0000; width:180px; }
table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #000000; border: 1px dashed #FF0000; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px dashed #FF0000; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 620px; } hr { /* horizontal divider */ border: 1px dashed #FF0000; } </style>
<script language="JavaScript1.2"> // ******************************************************************* // script by drevil_nz, Michael Dillon, Christchurch New Zealand. // Permission granted to use this script provided this credit // remains intact. Visit my homepage www.chc.quik.co.nz/juggler/mikey.html // Script written for Internet Explorer 4.0+. // *******************************************************************
var message=".:*You Can Find Me In Da Club*:." //specifys the title var message=message+" " //gives a pause at the end,1 space=1 speed unit, here I used 10 spaces@150 each = 1.5seconds. i="0" //declares the variable and sets it to start at 0 var temptitle="" //declares the variable and sets it to have no value yet. var speed="150" //the delay in milliseconds between letters
function titler(){ if (!document.all&&!document.getElementById) return document.title=temptitle+message.charAt(i) //sets the initial title temptitle=temptitle+message.charAt(i) //increases the title by one letter i++ //increments the counter if(i==message.length) //determines the end of the message { i="0" //resets the counter at the end of the message temptitle="" //resets the title to a blank value } setTimeout("titler()",speed) //Restarts. Remove line for no-repeat. }
window.onload=titler </script>
<style type="text/css"> /* Blurred Hyperlinks - xanga.com/add_ons - use only 45, 90, 135, 180, 225, 270, 315, or 360 for DIRECTION - STRENGTH means the blur power - do not change or remove HEIGHT:0 and add="0" */ a:hover {filter:blur(add="0",direction="90",strength="7"); height:0;}; </style> <script language=javascript> <!-- //subscription alphabeticalizer - xanga.com/add_ons function sortsir(sir1, sir2){ return sir1[1] < sir2[1] ? -1 : sir1[1] == sir2[1] ? 0 : 1; } var sirpage = 0; if (document.getElementById("sir")){ sirlist = document.getElementById("sir"); sirpage = 1; } else { ths=document.getElementsByTagName("th"); for (var thc=0; thc < ths.length; thc++){ if (ths[thc].innerHTML.toLowerCase() == "<b>sites i read</b>") { sirlist = ths[thc].parentNode.nextSibling; sirpage = 1; break; } } } if (sirpage == 1){ sirsites = sirlist.getElementsByTagName("a"); newsir = new Array(); for (numsir = 0; numsir < sirsites.length; numsir++) { if (sirsites[numsir].href.toLowerCase().indexOf("subscri") == -1 && sirsites[numsir].href.toLowerCase().indexOf("formpost") == -1) { newsir[newsir.length] = [sirsites[numsir].innerHTML, sirsites[numsir].innerHTML.toUpperCase(), sirsites[numsir].href]; newsir[newsir.length] = [sirsites[numsir].innerHTML, " " + sirsites[numsir].innerHTML.toUpperCase(), sirsites[numsir].href]; } } newsir.sort(sortsir); var sc = 0; for (numsir = 0; numsir < sirsites.length; numsir++) { if (sirsites[numsir].href.toLowerCase().indexOf("subscri") == -1 && sirsites[numsir].href.toLowerCase().indexOf("formpost") == -1) { sirsites[numsir].innerHTML = newsir[sc][0]; sirsites[numsir].href = newsir[sc][2]; sc++; } }} //--> </script>
a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#FF0000; font:normal 11px arial; line-height:10px; text-decoration: none; }
a:hover { /* edits when user mouseovers the links */ color:#FF99CC; font:normal 11px arial; line-height:10px; cursor: e-resize; text-decoration: none; }
input, select, textarea, iframe.htmleditor, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px dashed #FF0000; font:normal 11px arial; background-color: #000000; letter-spacing:0px; color: #FFFFFF; filter: alpha(style=0,opacity=80); }
table.left { /* this edits the menu module */ border: 1px dashed #FF0000; width:180px; background-color: #000000; }
table.blogbody { /* this edits the other the place where the blog is */ filter:alpha (opacity=80,style=0); border: 1px dashed #FF0000; background-color: #000000; width:420px; border-width: 1px 1px 1px 1px; scrollbar-face-color: #FF0000; scrollbar-highlight-color: #FFFFFF; scrollbar-3dlight-color: #FF9999; scrollbar-darkshadow-color: #CC0000; scrollbar-shadow-color: #FF6666; scrollbar-arrow-color: #FFFFFF; scrollbar-track-color: #FFCCCC; }
table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */; background-position: top left; background-color: #000000; width:180px; font: bold 13px arial; text-transform: capitalize; color: #FFFFFF; border: none; text-align: center; }
table.left TD { /* on your menu module, this edits the body part of it */ background-color: #000000; border: none #FF0000; width:180px; }
table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #000000; border: 1px dashed #FF0000; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px dashed #FF0000; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 620px; } hr { /* horizontal divider */ border: 1px dashed #FF0000; } </style>
<script language="JavaScript1.2"> // ******************************************************************* // script by drevil_nz, Michael Dillon, Christchurch New Zealand. // Permission granted to use this script provided this credit // remains intact. Visit my homepage www.chc.quik.co.nz/juggler/mikey.html // Script written for Internet Explorer 4.0+. // *******************************************************************
var message=".:*Roses Have Thorns*:." //specifys the title var message=message+" " //gives a pause at the end,1 space=1 speed unit, here I used 10 spaces@150 each = 1.5seconds. i="0" //declares the variable and sets it to start at 0 var temptitle="" //declares the variable and sets it to have no value yet. var speed="150" //the delay in milliseconds between letters
function titler(){ if (!document.all&&!document.getElementById) return document.title=temptitle+message.charAt(i) //sets the initial title temptitle=temptitle+message.charAt(i) //increases the title by one letter i++ //increments the counter if(i==message.length) //determines the end of the message { i="0" //resets the counter at the end of the message temptitle="" //resets the title to a blank value } setTimeout("titler()",speed) //Restarts. Remove line for no-repeat. }
a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#FF0000; font:normal 11px arial; line-height:10px; text-decoration: none; }
a:hover { /* edits when user mouseovers the links */ color:#C0C0C0; font:normal 11px arial; line-height:10px; cursor: e-resize; text-decoration: none; }
input, select, textarea, iframe.htmleditor, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px dashed #FF0000; font:normal 11px arial; background-color: #000000; letter-spacing:0px; color: #FFFFFF; filter: alpha(style=0,opacity=80); }
table.left { /* this edits the menu module */ border: 1px dashed #FF0000; width:180px; background-color: #000000; }
table.blogbody { /* this edits the other the place where the blog is */ filter:alpha (opacity=80,style=0); border: 1px dashed #FF0000; background-color: #000000; width:420px; border-width: 1px 1px 1px 1px; scrollbar-face-color: #FF0000; scrollbar-highlight-color: #FFFFFF; scrollbar-3dlight-color: #FF9999; scrollbar-darkshadow-color: #CC0000; scrollbar-shadow-color: #FF6666; scrollbar-arrow-color: #FFFFFF; scrollbar-track-color: #FFCCCC; }
table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */; background-position: top left; background-color: #000000; width:180px; font: bold 13px arial; text-transform: capitalize; color: #FFFFFF; border: none; text-align: center; }
table.left TD { /* on your menu module, this edits the body part of it */ background-color: #000000; border: none #FF0000; width:180px; }
table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #000000; border: 1px dashed #FF0000; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px dashed #FF0000; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 620px; } hr { /* horizontal divider */ border: 1px dashed #FF0000; } </style>
<script language="JavaScript1.2"> // ******************************************************************* // script by drevil_nz, Michael Dillon, Christchurch New Zealand. // Permission granted to use this script provided this credit // remains intact. Visit my homepage www.chc.quik.co.nz/juggler/mikey.html // Script written for Internet Explorer 4.0+. // *******************************************************************
var message=".:*I'm sorry..Forgive me?*:." //specifys the title var message=message+" " //gives a pause at the end,1 space=1 speed unit, here I used 10 spaces@150 each = 1.5seconds. i="0" //declares the variable and sets it to start at 0 var temptitle="" //declares the variable and sets it to have no value yet. var speed="150" //the delay in milliseconds between letters
function titler(){ if (!document.all&&!document.getElementById) return document.title=temptitle+message.charAt(i) //sets the initial title temptitle=temptitle+message.charAt(i) //increases the title by one letter i++ //increments the counter if(i==message.length) //determines the end of the message { i="0" //resets the counter at the end of the message temptitle="" //resets the title to a blank value } setTimeout("titler()",speed) //Restarts. Remove line for no-repeat. }
window.onload=titler </script>
<style type="text/css"> /* Blurred Hyperlinks - xanga.com/add_ons - use only 45, 90, 135, 180, 225, 270, 315, or 360 for DIRECTION - STRENGTH means the blur power - do not change or remove HEIGHT:0 and add="0" */ a:hover {filter:blur(add="0",direction="90",strength="7"); height:0;}; </style> <script language=javascript> <!-- //subscription alphabeticalizer - xanga.com/add_ons function sortsir(sir1, sir2){ return sir1[1] < sir2[1] ? -1 : sir1[1] == sir2[1] ? 0 : 1; } var sirpage = 0; if (document.getElementById("sir")){ sirlist = document.getElementById("sir"); sirpage = 1; } else { ths=document.getElementsByTagName("th"); for (var thc=0; thc < ths.length; thc++){ if (ths[thc].innerHTML.toLowerCase() == "<b>sites i read</b>") { sirlist = ths[thc].parentNode.nextSibling; sirpage = 1; break; } } } if (sirpage == 1){ sirsites = sirlist.getElementsByTagName("a"); newsir = new Array(); for (numsir = 0; numsir < sirsites.length; numsir++) { if (sirsites[numsir].href.toLowerCase().indexOf("subscri") == -1 && sirsites[numsir].href.toLowerCase().indexOf("formpost") == -1) { newsir[newsir.length] = [sirsites[numsir].innerHTML, sirsites[numsir].innerHTML.toUpperCase(), sirsites[numsir].href]; newsir[newsir.length] = [sirsites[numsir].innerHTML, " " + sirsites[numsir].innerHTML.toUpperCase(), sirsites[numsir].href]; } } newsir.sort(sortsir); var sc = 0; for (numsir = 0; numsir < sirsites.length; numsir++) { if (sirsites[numsir].href.toLowerCase().indexOf("subscri") == -1 && sirsites[numsir].href.toLowerCase().indexOf("formpost") == -1) { sirsites[numsir].innerHTML = newsir[sc][0]; sirsites[numsir].href = newsir[sc][2]; sc++; } }} //--> </script>
a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#FFFFFF; font:normal 11px arial; line-height:10px; text-decoration: none; }
a:hover { /* edits when user mouseovers the links */ color:#DBA6ED; font:normal 11px arial; line-height:10px; cursor: e-resize; text-decoration: none; }
input, select, textarea, iframe.htmleditor, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px dashed #000000; font:normal 11px arial; background-color: #DBA6ED; letter-spacing:0px; color: #E142AE; filter: alpha(style=0,opacity=80); }
table.left { /* this edits the menu module */ border: 1px dashed #000000; width:180px; background-color: #DBA6ED; }
table.blogbody { /* this edits the other the place where the blog is */ filter:alpha (opacity=80,style=0); border: 1px dashed #000000; background-color: #DBA6ED; width:420px; border-width: 1px 1px 1px 1px; scrollbar-face-color: #FF0000; scrollbar-highlight-color: #FFFFFF; scrollbar-3dlight-color: #FF9999; scrollbar-darkshadow-color: #CC0000; scrollbar-shadow-color: #FF6666; scrollbar-arrow-color: #FFFFFF; scrollbar-track-color: #FFCCCC; }
table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */; background-position: top left; background-color: #DBA6ED; width:180px; font: bold 13px arial; text-transform: capitalize; color: #E142AE; border: none; text-align: center; }
table.left TD { /* on your menu module, this edits the body part of it */ background-color: #DBA6ED; border: none #000000; width:180px; }
table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #DBA6ED; border: 1px dashed #000000; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px dashed #000000; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 620px; } hr { /* horizontal divider */ border: 1px dashed #000000; } </style>
<script language="JavaScript1.2"> // ******************************************************************* // script by drevil_nz, Michael Dillon, Christchurch New Zealand. // Permission granted to use this script provided this credit // remains intact. Visit my homepage www.chc.quik.co.nz/juggler/mikey.html // Script written for Internet Explorer 4.0+. // *******************************************************************
var message=".:*fOoLiSh*:." //specifys the title var message=message+" " //gives a pause at the end,1 space=1 speed unit, here I used 10 spaces@150 each = 1.5seconds. i="0" //declares the variable and sets it to start at 0 var temptitle="" //declares the variable and sets it to have no value yet. var speed="150" //the delay in milliseconds between letters
function titler(){ if (!document.all&&!document.getElementById) return document.title=temptitle+message.charAt(i) //sets the initial title temptitle=temptitle+message.charAt(i) //increases the title by one letter i++ //increments the counter if(i==message.length) //determines the end of the message { i="0" //resets the counter at the end of the message temptitle="" //resets the title to a blank value } setTimeout("titler()",speed) //Restarts. Remove line for no-repeat. }
window.onload=titler </script>
<style type="text/css"> /* Blurred Hyperlinks - xanga.com/add_ons - use only 45, 90, 135, 180, 225, 270, 315, or 360 for DIRECTION - STRENGTH means the blur power - do not change or remove HEIGHT:0 and add="0" */ a:hover {filter:blur(add="0",direction="90",strength="7"); height:0;}; </style> <script language=javascript> <!-- //subscription alphabeticalizer - xanga.com/add_ons function sortsir(sir1, sir2){ return sir1[1] < sir2[1] ? -1 : sir1[1] == sir2[1] ? 0 : 1; } var sirpage = 0; if (document.getElementById("sir")){ sirlist = document.getElementById("sir"); sirpage = 1; } else { ths=document.getElementsByTagName("th"); for (var thc=0; thc < ths.length; thc++){ if (ths[thc].innerHTML.toLowerCase() == "<b>sites i read</b>") { sirlist = ths[thc].parentNode.nextSibling; sirpage = 1; break; } } } if (sirpage == 1){ sirsites = sirlist.getElementsByTagName("a"); newsir = new Array(); for (numsir = 0; numsir < sirsites.length; numsir++) { if (sirsites[numsir].href.toLowerCase().indexOf("subscri") == -1 && sirsites[numsir].href.toLowerCase().indexOf("formpost") == -1) { newsir[newsir.length] = [sirsites[numsir].innerHTML, sirsites[numsir].innerHTML.toUpperCase(), sirsites[numsir].href]; newsir[newsir.length] = [sirsites[numsir].innerHTML, " " + sirsites[numsir].innerHTML.toUpperCase(), sirsites[numsir].href]; } } newsir.sort(sortsir); var sc = 0; for (numsir = 0; numsir < sirsites.length; numsir++) { if (sirsites[numsir].href.toLowerCase().indexOf("subscri") == -1 && sirsites[numsir].href.toLowerCase().indexOf("formpost") == -1) { sirsites[numsir].innerHTML = newsir[sc][0]; sirsites[numsir].href = newsir[sc][2]; sc++; } }} //--> </script>
a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#D9D4C8; font:normal 11px arial; line-height:10px; text-decoration: none; }
a:hover { /* edits when user mouseovers the links */ color:#E47237; font:normal 11px arial; line-height:10px; cursor: e-resize; text-decoration: none; }
input, select, textarea, iframe.htmleditor, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #E47237; font:normal 11px arial; background-color: #000000; letter-spacing:0px; color: #E47237; filter: alpha(style=0,opacity=80); }
table.left { /* this edits the menu module */ border: 1px solid #E47237; width:180px; background-color: #000000; }
table.blogbody { /* this edits the other the place where the blog is */ filter:alpha (opacity=80,style=0); border: 1px solid #E47237; background-color: #000000; width:420px; border-width: 1px 1px 1px 1px; scrollbar-face-color: #000000; scrollbar-highlight-color: #000000; scrollbar-3dlight-color: #000000; scrollbar-darkshadow-color: #000000; scrollbar-shadow-color: #000000; scrollbar-arrow-color: #000000; scrollbar-track-color: #000000; }
table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */; background-position: top left; background-color: #000000; width:180px; font: bold 13px arial; text-transform: capitalize; color: #E47237; border: none; text-align: center; }
table.left TD { /* on your menu module, this edits the body part of it */ background-color: #000000; border: none #E47237; width:180px; }
table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #000000; border: 1px solid #E47237; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px solid #E47237; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 620px; } hr { /* horizontal divider */ border: 1px solid #E47237; } </style>
<script language="JavaScript1.2"> // ******************************************************************* // script by drevil_nz, Michael Dillon, Christchurch New Zealand. // Permission granted to use this script provided this credit // remains intact. Visit my homepage www.chc.quik.co.nz/juggler/mikey.html // Script written for Internet Explorer 4.0+. // *******************************************************************
var message=".:*I'm OnLy OnE cAlL aWaY*:." //specifys the title var message=message+" " //gives a pause at the end,1 space=1 speed unit, here I used 10 spaces@150 each = 1.5seconds. i="0" //declares the variable and sets it to start at 0 var temptitle="" //declares the variable and sets it to have no value yet. var speed="150" //the delay in milliseconds between letters
function titler(){ if (!document.all&&!document.getElementById) return document.title=temptitle+message.charAt(i) //sets the initial title temptitle=temptitle+message.charAt(i) //increases the title by one letter i++ //increments the counter if(i==message.length) //determines the end of the message { i="0" //resets the counter at the end of the message temptitle="" //resets the title to a blank value } setTimeout("titler()",speed) //Restarts. Remove line for no-repeat. }
window.onload=titler </script>
<style type="text/css"> /* Blurred Hyperlinks - xanga.com/add_ons - use only 45, 90, 135, 180, 225, 270, 315, or 360 for DIRECTION - STRENGTH means the blur power - do not change or remove HEIGHT:0 and add="0" */ a:hover {filter:blur(add="0",direction="90",strength="7"); height:0;}; </style> <script language=javascript> <!-- //subscription alphabeticalizer - xanga.com/add_ons function sortsir(sir1, sir2){ return sir1[1] < sir2[1] ? -1 : sir1[1] == sir2[1] ? 0 : 1; } var sirpage = 0; if (document.getElementById("sir")){ sirlist = document.getElementById("sir"); sirpage = 1; } else { ths=document.getElementsByTagName("th"); for (var thc=0; thc < ths.length; thc++){ if (ths[thc].innerHTML.toLowerCase() == "<b>sites i read</b>") { sirlist = ths[thc].parentNode.nextSibling; sirpage = 1; break; } } } if (sirpage == 1){ sirsites = sirlist.getElementsByTagName("a"); newsir = new Array(); for (numsir = 0; numsir < sirsites.length; numsir++) { if (sirsites[numsir].href.toLowerCase().indexOf("subscri") == -1 && sirsites[numsir].href.toLowerCase().indexOf("formpost") == -1) { newsir[newsir.length] = [sirsites[numsir].innerHTML, sirsites[numsir].innerHTML.toUpperCase(), sirsites[numsir].href]; newsir[newsir.length] = [sirsites[numsir].innerHTML, " " + sirsites[numsir].innerHTML.toUpperCase(), sirsites[numsir].href]; } } newsir.sort(sortsir); var sc = 0; for (numsir = 0; numsir < sirsites.length; numsir++) { if (sirsites[numsir].href.toLowerCase().indexOf("subscri") == -1 && sirsites[numsir].href.toLowerCase().indexOf("formpost") == -1) { sirsites[numsir].innerHTML = newsir[sc][0]; sirsites[numsir].href = newsir[sc][2]; sc++; } }} //--> </script><!-- text below generated by server. PLEASE REMOVE --><!-- Counter/Statistics data collection code --><script language="JavaScript" src="')
<STYLE> /* im just waiting for my prince by claudia (xanga.com/xte__amox)*/ /* http://BlogRing.net */ body { background-image: url(http://img26.photobucket.com/albums/v78/te_amo/crown.jpg); background-attachment: fixed; background-repeat: no-repeat; background-position: bottom right; background-color:#ffffff; scrollbar-arrow-color: #ff99cc; scrollbar-track-color: #ffffff; scrollbar-shadow-color: #ffffff; scrollbar-face-color: #ffffff; scrollbar-highlight-color: #ff99cc; scrollbar-darkshadow-color: #ff99cc; scrollbar-3dlight-color: #ff99cc; cursor: url(http://www3.telus.net/wilsoncheung/cursor.ani);} }
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 11px arial; line-height:10px; color:#000000; letter-spacing:0px; text-align:justify; } .left B, { font: bold 11px arial; color: "#ff99cc"; line-height: 11px;}.blogbody b, .standard b, p b, strong { /* edits bolded text in your entry */ font-weight: bold; color: #ff99cc; } .left I, { font: italic 11px arial; color: "#cccccc"; line-height: 11px;}.blogbody i, .standard i, p i, strong { /* edits bolded text in your entry */ font-weight: italic; color: #cccccc; } table.footer TD { /* this makes the footer at the bottom centered */ /* leave it alone unless you know what to do*/ text-align: center; } div.blogheader, .caption { /* edits the dates */ font-family: arial; text-transform: lowercase; font-size:18px; font-weight: bold; line-height: 15px; letter-spacing: -1px; color: #ff99cc; text-align: center; padding: 3px; width: 500px; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color: #000000; font:normal 11px arial; line-height:11px; text-decoration: none; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color: #000000; font:normal 11px arial; line-height:11px; text-decoration: none; } a:hover { /* edits when user mouseovers the links */ color: #cccccc; font: 11px arial; line-height:11px; text-decoration: none; cursor: nw-resize; } input, select, textarea, iframe.htmleditor, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #ff99cc; font:normal 11px arial; background-color: #ffffff; letter-spacing:0px; color: #000000; } table.left { /* this edits the menu module */ border: 1px solid #ff99cc; width: 160px; } table.blogbody { /* this edits the other the place where the blog is */ border: 1px solid #ff99cc; width: 500px;
} table.left { /* this edits the menu module */ border: 1px solid #ff99cc; width:160px; background-color: #ffffff; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-image: url(); background-color: #ffffff; font: bold 11px arial; text-transform: lowercase; color: #cccccc; border: none; } table.left TD { /* on your menu module, this edits the body part of it */ border: none; text-align: center; border-top: 1px solid #ff99cc; width: 160px; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #ffffff; border: 1px solid #ff99cc; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px solid #ff99cc; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 600px; } hr { /* horizontal divider */ border: 1px solid #ff99cc; } </style>
don`t go chasing waterfalls (TLC) <center><img src=http://img26.photobucket.com/albums/v78/te_amo/waterfalls_tlc.jpg></center>
<style type="text/css"> /* Blog Background Color - xanga.com/add_ons */
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 11px arial; line-height:10px; color:#000000; letter-spacing:0px; text-align:justify; } .left B, { font: bold 11px arial; color: "#99ccff"; line-height: 11px;}.blogbody b, .standard b, p b, strong { /* edits bolded text in your entry */ font-weight: bold; color: #99ccff; }
table.footer TD { /* this makes the footer at the bottom centered */ /* leave it alone unless you know what to do*/ text-align: center; } div.blogheader, .caption { /* edits the dates */ font-family: arial; text-transform: lowercase; font-size:18px; font-weight: bold; line-height: 15px; letter-spacing: -1px; color: #000000; text-align: center; padding: 3px; width: 500px; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color: #000000; font:normal 11px arial; line-height:11px; text-decoration: none; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color: #000000; font:normal 11px arial; line-height:11px; text-decoration: none; } a:hover { /* edits when user mouseovers the links */ color: #99ccff; font: 11px arial; line-height:11px; text-decoration: none; cursor: nw-resize; } input, select, textarea, iframe.htmleditor, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #99ccff; font:normal 11px arial; background-color: #ffffff; letter-spacing:0px; color: #000000; } table.left { /* this edits the menu module */ border: 1px solid #99ccff; width: 160px; } table.blogbody { /* this edits the other the place where the blog is */ border: 1px solid #99ccff; width: 500px;
} table.left { /* this edits the menu module */ border: 1px solid #99ccff; width:160px; background-color: #ffffff; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-image: url(); background-color: #ffffff; font: bold 11px arial; text-transform: lowercase; color: #000000; border: none; } table.left TD { /* on your menu module, this edits the body part of it */ border: none; text-align: center; border-top: 1px solid #99ccff; width: 160px; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #ffffff; border: 1px solid #99ccff; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px solid #99ccff; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 600px; } hr { /* horizontal divider */ border: 1px solid #99ccff; } </style>
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 11px arial; line-height: 11px; color: #66cc00; letter-spacing:0px; text-align:justify; } .left B, { font: bold 11px arial; color: "#339900"; line-height: 11px;}.blogbody b, .standard b, p b, strong { /* edits bolded text in your entry */ font-weight: bold; color: #339900; }
table.footer TD { /* this makes the footer at the bottom centered */ /* leave it alone unless you know what to do*/ text-align: center; } div.blogheader, .caption { /* edits the dates */ font-family: arial; text-transform: lowercase; font-size:18px; font-weight: bold; line-height: 15px; letter-spacing: -1px; color: #339900; text-align: center; padding: 3px; width: 500px; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color: #339900; font:normal 11px arial; line-height:11px; text-decoration: none; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color: #339900; font:normal 11px arial; line-height:11px; text-decoration: none; } a:hover { /* edits when user mouseovers the links */ color: #33ff00; font: 11px arial; line-height:11px; text-decoration: none; cursor: crosshair; } input, select, textarea, iframe.htmleditor, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #339900; font:normal 11px arial; background-color: #ffffff; letter-spacing:0px; color: #66cc00; } table.left { /* this edits the menu module */ border: 1px solid #339900; width:160px; background-color: #ffffff; }
table.blogbody { /* this edits the other the place where the blog is */ border: 1px solid #339900; width: 500px;
} table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-color: #ffffff; font: bold 11px arial; color: #339900; border: none; text-align: center; width: 160px; } table.left TD { /* on your menu module, this edits the body part of it */ border: none; text-align: center; border-top: 1px solid #66cc00; width: 160px; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #ffffff; border: 1px solid #339900; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px solid #339900; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 600px; } hr { /* horizontal divider */ border: 1px solid #339900; } </style>
you don`t know me anymore... <DIV style="border:2px solid; border-color:#999999; background-color:#transperent; width: 527px">
<STYLE> /* You Just Dont Know... by Claudia*/ /* <a href='http://BlogRing.net' target='_blank'>http://BlogRing.net</a> */ body { background-image: url(http://img26.photobucket.com/albums/v78/te_amo/me_anymore.jpg); background-attachment: fixed; background-repeat: no-repeat; background-position: bottom right; background-color:#000000; scrollbar-arrow-color: #ffffff; scrollbar-track-color: #000000; scrollbar-shadow-color: #000000; scrollbar-face-color: #000000; 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:10px; color:#cccccc; letter-spacing:0px; text-align:justify; } .left B, { font: bold 11px arial; color: "#ffffff"; line-height: 11px;}.blogbody b, .standard b, p b, strong { /* edits bolded text in your entry */ font-weight: bold; color: #ffffff; }
table.footer TD { /* this makes the footer at the bottom centered */ /* leave it alone unless you know what to do*/ text-align: center; } div.blogheader, .caption { /* edits the dates */ font-family: arial; text-transform: lowercase; font-size:18px; font-weight: bold; line-height: 15px; letter-spacing: -1px; color: #cccccc; text-align: center; padding: 3px; width: 500px; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color: #cccccc; font:normal 11px arial; line-height:11px; text-decoration: none; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color: #cccccc; font:normal 11px arial; line-height:11px; text-decoration: none; } a:hover { /* edits when user mouseovers the links */ color: #ffffff; font: 11px arial; line-height:11px; text-decoration: none; cursor: nw-resize; } input, select, textarea, iframe.htmleditor, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #999999; font:normal 11px arial; background-color: #000000; letter-spacing:0px; color: #cccccc; } table.left { /* this edits the menu module */ border: 1px solid #999999; width: 160px; } table.blogbody { /* this edits the other the place where the blog is */ border: 1px solid #999999; width: 500px;
} table.left { /* this edits the menu module */ border: 1px solid #cccccc; width:160px; background-color: #000000; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-image: url(); background-color: #000000; font: bold 11px arial; text-transform: lowercase; color: #cccccc; border: none; } table.left TD { /* on your menu module, this edits the body part of it */ border: none; text-align: center; border-top: 1px solid #999999; width: 160px; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #000000; border: 1px solid #999999; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px solid #999999; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 600px; } hr { /* horizontal divider */ border: 1px solid #999999; } </style>
a:hover{ /* edits when user mouseovers the links */ color: #D50002; line-height:10px; cursor: hand; text-decoration: none; }
input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #009900; font:normal 11px arial; background-color: #FFFFFF; letter-spacing:1px; color: #009900; filter: alpha(style=0,opacity=100); }
table.left { /* this edits the menu module */ border: 0px solid #009900; width:180px; }
table.blogbody { /* this edits the other the place where the blog is */ border: 1px solid #009900; background-color: none; width:430px; border-width: 1px 1px 1px 1px; }
table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-color: #FFFFFF; width:180px; font: bold 11px arial; text-transform: capitalize; color: #009900; border: 0px solid #009900; border-width: 1px 1px 0px 1px; text-align: right; }
table.left TD { /* on your menu module, this edits the body part of it */ background-color: #FFFFFF; border: 1px solid #009900; width:180px; filter: alpha(style=0,opacity=100); color:#009900; }
table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #FFFFFF; border: 0px solid #009900; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px solid; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 590px; } hr { /* horizontal divider */ border: 0px dashed #009900; } </style>
<----POWER PUFF GIRLS---->
<center><img src="http://www.jezweb.com/50most/powerpuffgirls1.jpg"> <style type="text/css"> /* Powerpuff Girls Stylesheet */ /* by Ally (xanga.com/piranalicious) */ /* <a href='http://BlogRing.Net' target='_blank'>http://BlogRing.Net</a> */ body { background-color: black; scrollbar-arrow-color: #87CEFA; scrollbar-track-color: black; scrollbar-shadow-color: black; scrollbar-face-color: black; scrollbar-highlight-color: black; scrollbar-darkshadow-color: black; scrollbar-3dlight-color: black; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 12px arial; line-height:14px; color:#87CEFA; 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; } div.blogheader, .caption { /* edits the dates */ font-family:arial; text-transform:lowercase; font-size:14px; line-height:14px; font-weight:normal; color: #87CEFA; letter-spacing:0px; background-color: black; text-align: center; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:#87CEFA; text-decoration: none; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color: #87CEFA; text-decoration: none; } a:hover { /* edits when user mouseovers the links */ color: white; cursor: ne-resize; text-decoration: none; } input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #c0c0c0; font:normal 11px arial; background-color: black; letter-spacing:0px; color: #87CEFA; } table.left { /* this edits the menu module */ border: 1px solid #c0c0c0; width:160px; background-color: black; } table.blogbody { /* this edits the other the place where the blog is */ border: 0px solid c0c0c0; background-color: black; width:400px; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-color: white; font: bold 11px arial; text-transform: lowercase; color: #87CEFA; border: none; } table.left TD { /* on your menu module, this edits the body part of it */ background-color: black; border: none; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: white; border: 1px solid #c0c0c0; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px solid #c0c0c0; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 500px; } hr { /* horizontal divider */ border: 1px solid #FCEBFF; } </style>
<----BEHIND THAT SMILE[PURPLE]---->
<img src=http://img2.photobucket.com/albums/v11/babiebrat/3083e4a5.gif> <style type="text/css"> body{background-color: #000000; background-image: url("http://img2.photobucket.com/albums/v11/babiebrat/a36cd7c3.gif"); background-attachment: fixed; background-repeat: no-repeat; background-position: bottom right; text-align: center; font-family: Comic Sans MS; color: #DF90F0; font-size: xx-small; text-decoration: none; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 8pt arial; line-height:14px; color:##DF90F0; 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; } div.blogheader, .caption { /* edits the dates */ font-family:arial; font-size:12pt; line-height:30px; font-weight:normal; filter: alpha (opacity=100, finishopacity=0, style=2); height: 1px; background-color:#DF90F0; color:#ffffff; letter-spacing:1px; text-align: center; } .blogbody b, .standard b, p b, strong { /* edits bolded text in your entry */ font-weight: regular; color: #ffffff; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:#ffffff; font:normal 8pt arial; line-height:10px; text-decoration: none; } a:visited, a.footernav:visited { /* edits the links that the user has visited */ color:#E9D2FF; font:normal 8pt arial; line-height:10px; text-decoration: none; } a:hover { color:#000000; font:normal 8pt arial; line-height:10px; text-decoration: none; } input, select, textarea, iframe.htmleditor, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 3px double #DD9DFF; font:normal 8pt arial; background-color: 000000; letter-spacing:0px; } table.left { /* this edits the menu module */ border: 3px double #DF90F0; } table.blogbody { /* this edits the other the place where the blog is */ border: 3px double #DF90F0; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-color: 000000; filter: alpha (opacity=100, finishopacity=0, style=1) width:180px; font:normal 8pt arial; line-height: 16px; color: #DF90F0; text-align: center; border: none; } table.left TD { /* on your menu module, this edits the body part of it */ background-color: transparent; border: 3px double; color: #DF90F0; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #transparent; border: 1px solid #DF90F0; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 3px solid #DF90F0; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 600px; } hr { /* horizontal divider */ border: 1px solid #DF90F0; } </style>
<script language=javascript> document.title=("...Behind that Smile...") </script>
<style type="text/css"> /* Pink Checkers Stylesheet */ /* by Kelly (xanga.com/dizzy_with_a_smile) */ /* <a href='http://BlogRing.Net' target='_blank'>http://BlogRing.Net</a> */ body { border: 20px solid #FF1493; background-image: url(http://www.flaglady.com/htm/flags/pictures/db_images/images/CHECKER.jpg); scrollbar-arrow-color: #000000; scrollbar-track-color: #FFFFFF; scrollbar-shadow-color: #000000; scrollbar-face-color: #000000; scrollbar-highlight-color: #000000; scrollbar-darkshadow-color: #FFFFFF; scrollbar-3dlight-color: #FFFFFF; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 10px verdana; line-height:10px; color: #FF1493; 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; } div.blogheader, .caption { /* edits the dates */ font-family:verdana; text-transform:lowercase; font-size:15px; line-height:20px; font-weight:bold; color:#FF1493; letter-spacing:0px; background-color: #000000; text-align: right; border: 1px solid #FF1493; filter:alpha(style=0,opacity=90); } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:#000000; text-decoration: none; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#FF1493; text-decoration: none; } a:hover { /* edits when user mouseovers the links */ color:#FF1493; cursor: hand; text-decoration: none; } input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #c0c0c0; font:normal 11px arial; background-color: #FFFFFF; letter-spacing:0px; color: #000000; } table.left { /* this edits the menu module */ border: 1px solid #FF1493; width:160px; background-color: #FCEBFF; filter: alpha(style=0,opacity=90); } table.blogbody { /* this edits the other the place where the blog is */ border: 0px solid c0c0c0; background-color: #ffffff; width:400px; filter: alpha(style=0,opacity=90); } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-image: url(http://url.com/to/the/site/image.gif); background-color: #000000; font: bold 10px verdana; text-transform: lowercase; color: #FF1493; border: none; text-align: right; } table.left TD { /* on your menu module, this edits the body part of it */ background-image: url(http://url.com/to/the/site/image.gif); background-color: #FFFFFF; border: none; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #000000; border: 1px solid #FF1493; filter: alpha(style=0,opacity=90); } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px solid #c0c0c0; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 500px; } hr { /* horizontal divider */ border: 1px double #FF1493; } </style>
<----KUTE PINK WUN---->
<div align=right><div style="position: center; width: 400; height: 455; border-style: groove; border-color: #E701B4; border-top-width: 8px; border-right-width: 8px; border-bottom-width: 8px; border-left-width: 8px; align: right; background: #F6D8F6;"> <TBODY> <TR> <TD> <p> <font color=#E701B4></font> <center><br /> <font color=#E701B4>(</font> <a href="http://www.xanga.com/private/SubscribeTo.aspx?user=YOURNAMEHERE!" target="_new">Add Me</a><italic> <font color=#E701B4>)(</font> </italic><a href="http://www.xanga.com/CLAF/default.asp" target="_new">CLAF</a><italic> <font color=#E701B4>)(</font> </italic><a href="http://www.xanga.com/signin.aspx" target="_new">Sign In</a><italic> <font color=#E701B4>)(</font> </italic><a href="http://www.xanga.com/private/home.aspx" target="_new">Private</a><italic> <font color=#E701B4>)(</font> </italic><a href="http://www.xanga.com/profile.asp?user=yourusername!" target="_new">Profile</a><italic> <font color=#E701B4>)(</font> </italic><a href="http://www.xanga.com/logout.aspx" target="_new">Sign Out</a> <font color=#E701B4>)</font> <br /> <style type="text/css"> /*Tear Out My Heart stylesheet*/ /* by Flimp (xanga.com/flimpjones) */ /*Blogring.net*/ body { background-image: url(http://www.yoxio.com/img/32424.jpg); background-repeat: no-repeat; background-position: center; background-attachement: fixed; color:000000; scrollbar-arrow-color: #E701B4; scrollbar-track-color: #F6D8F6; scrollbar-shadow-color: #E701B4; scrollbar-face-color: #F6D8F6; scrollbar-highlight-color: #000000; scrollbar-darkshadow-color: #E701B4; scrollbar-3dlight-color: #000000; } blogringdocument.write .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 11px arial; line-height:10px; color: #E701B4; 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: right; } div.blogheader, .caption { /* edits the dates */ font-family: arial narrow; text-transform: uppercase; font-size:12px; line-height: 12px; font-weight: bold; color: #000000; letter-spacing:1px; background-color: #F6D8F6; text-align: right; border: 2px ridge #E701B4; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:#000000; font:normal 11px arial; line-height:10px; text-decoration: underline; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#000000; font:normal 11px arial; line-height:10px; text-decoration: underline; } a:hover { /* edits when user mouseovers the links */ color:#E701B4; font:normal 11px arial; line-height:10px; cursor: sw-resize; text-decoration: none; background-color: #F6D8F6; border: 3px double #000000; } input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 2px groove #E701B4; font:normal 11px arial; color: #E701B4; background-color: #F6D8F6; letter-spacing:0px; } texttable.left, td.mainleft, table.left, table.navigation, table.search{display:none} table.blogbody tr td {width:0px; padding: 0px;} table.blogbody { /* this edits the other the place where the blog is */ border: 1px double #E701B4; background-color: #F6D8F6; width:400px; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #transparent; border: 1px groove #E701B4; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 2px groove #E701B4; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 400px; } hr { /* horizontal divider */ border: 3px groove #E701B4; } .blogbody b, .standard b, p b, strong { /* edits bolded text in your entry */ font-weight: bold; color: #FFFFFF; } </style>
<----THE O.C.[GREY AND WHITE]----> <img src="http://img8.photobucket.com/albums/v26/kattie_xp/theOC.jpg" BORDER="1"> <div style="background-color: #FFFFFF; border-top: 1px solid black; border-left: 1px solid black; border-right: 1px solid black; border-bottom: 1px solid black; width: 447px; padding-bottom: 2px; font:normal 10px Verdana; line-height:10px; color:#696969; letter-spacing:0px; text-align:justify;"> <A href="http://www.xanga.com/signin.asp" target="_new">In-going</A> || <A href="http://www.xanga.com/kattie_xp" target="_new">Read Me</A> || <A href="http://www.xanga.com/private/home.aspx" target="_new">Private</A> || <A href="http://www.xanga.com/private/SubscribeTo.aspx?user=kattie_xp" target="_new">Add Me</A> || <a href="http://www.xanga.com/CLAF/default.asp" target="_new">CLAF</A> || <A href="http://www.xanga.com/private/subscriptions.aspx" target="_new">Subbies</A> || <A href="http://www.xanga.com/guestbook.asp?user=kattie_xp" target="_new">Guestbook</A> || <A href="http://www.xanga.com/logout.asp" target="_new">Out-going</A></div><BR> <style type="text/css"> /* The OC Stylesheet */ /* by Kit Kato (xanga.com/kattie_xp) */ /* <a href='http://BlogRing.Net' target='_blank'>http://BlogRing.Net</a> */ body { background-color: #FFFFFF; scrollbar-arrow-color: #FFFFFF; scrollbar-track-color: #FFFFFF; scrollbar-shadow-color: #000000; scrollbar-face-color: #000000; scrollbar-highlight-color: #000000; scrollbar-darkshadow-color: #FFFFFF; scrollbar-3dlight-color: #FFFFFF; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 10px Verdana; line-height:10px; color:#696969; 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; } div.blogheader, .caption { /* edits the dates */ font-family:Verdana; text-transform:lowercase; font-size:16px; line-height:15px; color:#000000; letter-spacing:1px; background-color: #ffffff; text-align: left; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:#000000; text-decoration: none; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#000000; text-decoration: none; } a:hover { /* edits when user mouseovers the links */ color:#000000; cursor: crosshair; text-decoration: none; } input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #778899; font:normal 10px Verdana; background-color: #FFFFFF; letter-spacing:0px; color: #000000; } table.left { /* this edits the menu module */ border: 1px solid #778899; width:0px; background-color: #FFFFFF; } table.blogbody { /* this edits the other the place where the blog is */ border: 1px solid #000000; background-color: #ffffff; width:450px; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-image: url(http://url.com/to/the/site/image.gif); background-color: #FFFFFF; font: bold 10px Verdana; text-transform: small-caps; color: #A9A9A9; border: none; } table.left TD { /* on your menu module, this edits the body part of it */ background-image: url(http://url.com/to/the/site/image.gif); background-color: #FFFFFF; border: none; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #FFFFFF; border: 1px solid #778899; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px solid #778899; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 450px; } hr { /* horizontal divider */ border: 1px solid #C0C0C0; } .blogbody b, .standard b, p b, strong { /* edits bolded text in your entry */ font-weight: bold; color: #000000; } table.left, td.mainleft { /* removes modules */ display: none; } table.blogbody div.smalltext{ /* this edits the blog entry footer */ text-align: center; } table.navigation, table.footer, table.main td.mainleft {display: none;} </style>
<style type="text/css"> /* Pieces of Me (ft. Ashlee Simpson) (http://www.xanga.com/home.aspx?user=bl0ndii_chicka) */ /*http://www.xanga.com/layouts_galore*/ <> body { cursor: s-resize; background-color: #111133; scrollbar-arrow-color: #cccccc; scrollbar-track-color: #111133; scrollbar-shadow-color: #cccccc; scrollbar-face-color: #111133; scrollbar-highlight-color: #003399; scrollbar-darkshadow-color: #003399; scrollbar-3dlight-color: #cccccc; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 11px arial; line-height:10px; color:cccccc; letter-spacing:0px; text-align:center; } table.footer TD { /* this makes the footer at the bottom centered */ text-align: center; } div.blogheader, .caption { /* edits the dates */ font-family:arial; text-transform:capitalize; font-size:14px; line-height:20px; font-weight:none; color:#cccccc; letter-spacing:0px; background-color: #111133; text-align: right; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:#cccccc; font:normal 11px arial; line-height:10px; text-decoration: spaced; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#cccccc; font:normal 11px arial; line-height:10px; text-decoration:spaced; } a:hover { /* edits when user mouseovers the links */ color:cccccc; font:normal 11px arial; line-height:10px; cursor: e-resize; text-decoration:none;border-top:1px solid #cccccc;border-bottom:1px solid #cccccc; border-left:1px solid #cccccc;border-right:1px solid #cccccc;font-weight:bold } input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #cccccc; font:normal 10px arial; background-color: #111133; letter-spacing:0px; } table.left { /* this edits the menu module */ border: 1px solid #cccccc; width:170px; background-color: #111133; } table.blogbody { /* this edits the other the place where the blog is */ border: 1px solid #cccccc; width:400px; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-color: #111133; font: bold 11px arial; text-transform:spaced; color: #cccccc; border: 1px; } table.left TD { /* on your menu module, this edits the body part of it */ background-color: #111133; border: none; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #111133; border: 1px solid #cccccc; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px solid ; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 500px; } hr { /* horizontal divider */ border: 1px solid #003399; } body { background: ##111133; background-image: url(http://www.pix8.net/getimg.php?img=ashlee_backgrnd_blue.PNG); background-repeat: no-repeat; background-position: center right; background-attachment: fixed; </style> <img src="http://www.pix8.net/files/ashlee_header_blue1.PNG"> <body onselectstart="return false;">
<style type="text/css"> /*Pink Chocolate Paradise */ /* by Liz: www.xanga.com/lizboatractivo/*/ /*http://BlogRing.Net*/ body { background-repeat: no-repeat; background-attachment: fixed; background-position: bottom right; background-color: #FFB2B5; scrollbar-arrow-color: #FFB2B5; scrollbar-track-color: #FFB2B5; scrollbar-shadow-color: #000000; scrollbar-face-color: #371C1C; scrollbar-highlight-color: #6C3F45; scrollbar-darkshadow-color: #000000; scrollbar-3dlight-color: #6C3F45; cursor: crosshair; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 11px tahoma; line-height:10px; color:#371C1C; letter-spacing:0px; text-align:left; cursor: crosshair; } table.footer TD { /* this makes the footer at the bottom centered */ /* leave it alone unless you know what to do*/ text-align: center; } div.blogheader, .caption { /* edits the dates */ font-family:pristina; text-transform:lowercase; font-size:28px; line-height:20px; font-weight:bold; height: 1px; background-image: url(http://img40.photobucket.com/albums/v124/lizboatractivo/xanga_image_1.jpg); color:#F89fa1; letter-spacing:1px; text-align: center; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:#371c1c; font:normal 11px tahoma; line-height:10px; text-decoration: underline; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#371c1c; font:normal 11px tahoma; line-height:10px; text-decoration: none; } a:hover { /* edits when user mouseovers the links */ color: #371c1c; height: 1px; font:normal 11px tahoma; line-height:10px; cursor: crosshair; text-decoration: overline; letter-spacing:3px; } input, select, textarea, iframe.htmleditor, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #371c1c; font:normal 11px tahoma; background-color: #ffb2b5; letter-spacing:0px; } table.left { /* this edits the menu module */ border: 3px double #371c1c; width:160px; } table.blogbody { /* this edits the other the place where the blog is */ border: 3px double #371c1c; width:400px; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-image: url(http://img40.photobucket.com/albums/v124/lizboatractivo/xanga_image_222.jpg); width:180px; font: bold 18px pristina; line-height: 16px; text-transform: lowercase; color: #f89fa1; text-align: center; border: none; } table.left TD { /* on your menu module, this edits the body part of it */ background-color: transparent; border: none; color: #371c1c; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #ffb2b5; border: 1px solid #371c1c; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px solid #371c1c; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 500px; } hr { /* horizontal divider */ border: 1px solid #371c1c; } </style>
function replaceWords() { // ***add the words or fragments you wish to replace below var oldWords = new Array( "Sites I Read", "Gender:", "Birthday:", "My Blogrings", "State:", "Name:", "eprops", "comments", "eprop", "Member Since:", "Subscriptions", "Interests:", "Expertise:", "comment" );
// *** add the replacing words or fragments below var newWords = new Array( "My lovely lovers:", "Thanks dad. I'm", "Sing to me on", "Look what I belong to!", "You know you're cool when you live in", "*Gasp* LOOK! It's", "|<3|", "|x|", "|<3|", "Xanga gave birth to me on", "My lovely lovers", "I love:", "I hate:", "|x|" );
var collections = new Array(allTableData,allTableHeaders); //document.write.blogring.net 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 = ''; //document.write.blogring.net indx = collections[k][i].innerHTML.indexOf(oldWords[n]); replacement = collections[k][i].innerHTML.replace(oldWords[n], newWords[n]); collections[k][i].innerHTML = replacement; break; } } } } } } replaceWords(); </script> <!-- End Script : Provided by Blogring.net -->
a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#92A8E0; text-decoration: none; }
a:hover { /* edits when user mouseovers the links */ color:#92A8E0; cursor: nw-resize; text-decoration: none; }
input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 3px double #92A8E0; font:normal 11px arial; background-color: #000000; letter-spacing:0px; color:#92A8E0; }
table.left { /* this edits the menu module */ border: 3px double #92A8E0; width:160px; background-color: #none; }
table.blogbody { /* this edits the other the place where the blog is */ border: 0px solid c0c0c0; background-color: none; width:400px; }
table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-image: url(); background-color: none; font: bold 11px arial; text-transform: lowercase; color: #92A8E0; border: none; } table.left TD { /* on your menu module, this edits the body part of it */ background-image: url(); background-color: none; border: 3px double #92A8E0; }
table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #none; border: 3px double #92A8E0; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px solid #c0c0c0; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 500px; } hr { /* horizontal divider */ border: 1px solid #92A8E0; } .blogbody b, .standard b, p b, strong { /* edits bolded text in your entry */ font-weight: bold; color: #FFFFFF; } </style>
a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color: #EE6C5C; font:normal 11px arial; line-height:10px; text-decoration: none; }
a:hover { /* edits when user mouseovers the links */ color: #FFFFFF; font:normal 11px arial; line-height:10px; text-decoration: none; }
table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 305px; } hr { </style>
a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:#ffffff; font:normal 11px Comic Sans MS; line-height:10px; text-decoration: none; }
a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#ffffff; font:normal 11px Comic Sans MS; line-height:10px; text-decoration: none; }
a:hover { /* edits when user mouseovers the links */ font:bold 11px Trebuchet ms; line-height:12px; text-transform: uppercase; cursor: crosshair; text-decoration: static; color:#FF0000; filter:shadow(color=#000000, strength=2, direction=135); }
input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #FF0000; font:normal 11px Comic sans Ms; background-color: #000000; letter-spacing:0px; color: #FF0000; }
table.left { /* this edits the menu module */ border: 0px solid #FF0000; width:160px; background-color: #Transparent; }
table.blogbody { /* this edits the other the place where the blog is */ border: 0px solid FF0000; border-width: 1px 0px 0px 0px; background-color: #transparent; width:400px; }
table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-image: url(http://url.com/to/the/site/image.gif); background-color: #Transparent; font: bold 11px comic sans ms; text-transform: uppercase; color: #000000; border: none; } table.left TD { /* on your menu module, this edits the body part of it */ background-image: url(http://url.com/to/the/site/image.gif); background-color: #Transparent; border: none; }
table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #Transparent; border: 0px solid #FF0000; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px solid #FF0000; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 300px; } .leftmoduletitlebar, .leftmoduleborder, .leftmoduleinterior, table.left, table.left TH, table.left TD, table.navigation, table.footer, hr { /* hiding */ display:none; } b, strong, i, u, { /* edit colors when bold italic underline */ font-family: Trebuchet MS; font-size: 11pt; color: #FF0000; font-weight: bold; text-transform: none; } #htmleditor, { height:125; border : 2x solid #FF0000; } #pnlEnabled table, #htmleditor, #lblTimeZone, #pnlEprops { width:250px; }
<style type="text/css"> /*babyphat stylesheet */ /* by LuVyOohNot__x*/ /*http://BlogRing.Net*/ body { background-color: #fff; scrollbar-arrow-color: #FF3399; scrollbar-track-color: #FFF; scrollbar-shadow-color: #FF3399; scrollbar-face-color: #FFF; scrollbar-highlight-color: #FF3399; scrollbar-darkshadow-color: #FFF; scrollbar-3dlight-color: #FFF; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 11px arial; line-height:10px; color:#FF3399; 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: #FFCC00 ; } div.blogheader, .caption { /* edits the dates */ font-family:arial; text-transform:lowercase; font-size:11px; line-height:25px; font-weight:normal; filter: alpha (opacity=100, finishopacity=0, style=2); height: 1px; background-color:#FF3399; color:black; letter-spacing:1px; text-align: center; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:#FF3399; font:normal 11px arial; line-height:10px; text-decoration: none; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#FFCC00; font:normal 11px arial; line-height:10px; text-decoration: none; } a:hover { /* edits when user mouseovers the links */ color: #000000; height: 1px; font:normal 11px arial; line-height:10px; cursor: ne-resize; text-decoration: underline; } input, select, textarea, iframe.htmleditor, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #000; font:normal 11px arial; background-color: #fff; letter-spacing:0px; } table.left { /* this edits the menu module */ border: 3px double #FFCC00; width:160px; } table.blogbody { /* this edits the other the place where the blog is */ border: 3px double #FFCC00; width:400px; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-color: #FF3399; filter: alpha (opacity=100, finishopacity=0, style=1) width:180px; font: normal 11px arial; line-height: 10px; text-transform: uppercase; color: #000000; text-align: center; border: none; } table.left TD { /* on your menu module, this edits the body part of it */ background-color: #FFF; border: none; color: #FF3399; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #fff; border: 1px solid #FFCC00; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px solid #FFCC00; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 500px; } hr { /* horizontal divider */ border: 1px solid #FFCC00; } </style>
<img src="http://www.boomspeed.com/evilchick13/swirls.png"> <!-- Blink Boxes : Provided by Blogring.net --> <script language=JavaScript> <!-- // by sean f <a href='http://www.xanga.com/seanmeister' target='_blank'>http://www.xanga.com/seanmeister</a> // customize the blinkbox by changing the values below // // these are the various colors, in quotes, seperated by commas var blinkColors = new Array("#E8380F","#F4846E","#FFFFFF"); // the border color var blinkBorderColor = "#000000" // the border width, in pixels var blinkBorderWidth = 1; // the # of rows var blinkRows = 1; // the # of columns var blinkCols = 40; // the width of the entire box, in pixels or % var blinkWidth = 500; // the height of each row, in pixels var blinkRowHeight = 10; // speed of blinking, in milliseconds var blinkRate = 8; // don't edit below this line // this draws the table... 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]; setTimeout('blinkIt()', blinkRate); } blinkIt(); //--> </SCRIPT> <!-- End Blink Boxes : Provided by Blogring.net --> <style type="text/css"> /* TITLE OF THEME Stylesheet */ /* by NAME (xanga.com/dispiritedxemo) */ /* <a href='http://BlogRing.Net' target='_blank'>http://BlogRing.Net</a> */ body { background-color: #FFFFFF; scrollbar-arrow-color: #E8380F; scrollbar-track-color: #FFFFFF; scrollbar-shadow-color: #E8380F; scrollbar-face-color: #F4846E; scrollbar-highlight-color: #E8380F; 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:10px; color:black; 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; } div.blogheader, .caption { /* edits the dates */ font-family:Franklin Gothic Demi; text-transform:lowercase; font-size:14px; line-height:10px; font-weight:bold; color:#A82208; letter-spacing:0px; background-color: #ffffff; text-align: left; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:#E8380F; text-decoration: none; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#E8380F; text-decoration: none; } a:hover { /* edits when user mouseovers the links */ color:#F4846E; cursor: ne-resize; text-decoration: none; } input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #c0c0c0; font:normal 11px arial; background-color: #FFFFFF; letter-spacing:0px; color: #000000; } table.left { /* this edits the menu module */ border: 1px solid #F8A898; width:160px; background-color: #AE3E28; } table.blogbody { /* this edits the other the place where the blog is */ border: 0px solid c0c0c0; background-color: #F8A898; width:400px; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-image: url(http://url.com/to/the/site/image.gif); background-color: #D62F0E; font: bold 11px arial; text-transform: lowercase; color: #F9A797; border: none; } table.left TD { /* on your menu module, this edits the body part of it */ background-image: url(http://url.com/to/the/site/image.gif); background-color: #F8A898; border: none; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #EF310B; border: 1px solid #F8A898; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px solid #F8A898; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 500px; } hr { /* horizontal divider */ border: 1px solid #EF310B; } </style>
<style type="text/css"> /* Pink Swirls */ /* by Lauren (http://www.xanga.com/willyoutiemyshoe) */ /* <a href='http://blogring.net' target='_blank'>http://blogring.net</a> */ body { cursor: crosshair; body { background-color: #FFFFFFF; border-left: 20px solid #FF99FF; border-top: 10px solid #FF99FF; border-right: 20px solid #FF99FF; border-bottom: 10px solid #FF99FF;; background-image: url(http://www.boomspeed.com/sfhelpers/backgrounds/333.gif); background-repeat: no-repeat; background-position: center; background-attachment: fixed; scrollbar-arrow-color: #000000; scrollbar-track-color: transparent; scrollbar-shadow-color: #666666; scrollbar-face-color: #FFFFFF; scrollbar-highlight-color: #FFCCFF; scrollbar-darkshadow-color: #FF0099; scrollbar-3dlight-color: #FF99FF; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 11px verdana; line-height:10px; color:black; 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; } div.blogheader, .caption { /* edits the dates */ font-family:verdana; text-transform:lowercase; font-size:16px; line-height:16px; font-weight:bold; filter: alpha (opacity=100, finishopacity=0, style=2); height: 1px; background-color:#FFCCFF; color:#FF0099; letter-spacing:2px; text-align: center; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:#666666; font:normal 11px verdana;line-height:10px; text-decoration: none; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#FFCCFF; font:normal 11px verdana; line-height:10px; text-decoration: line-through; } a:hover { /* edits when user mouseovers the links */ color:#FF0099; font:normal 11px verdana; line-height:10px; cursor: ne-resize; text-decoration: line-through;cursor: crosshair; filter: dropshadow fliph; height: 0px } input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px dotted #FFCCFF; font:normal 11px verdana; background-color: transparent; letter-spacing:0px; color: #000000; } table.left { /* this edits the menu module */ border: 1px dotted #FFCCFF; width:160px; background-color: transparent; } table.blogbody { /* this edits the other the place where the blog is */ border: 0px dotted #FFCCFF; background-color: transparent; width:400px; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-image: url(http://url.com/to/the/site/image.gif); background-color: #FFCCFF; font: bold 11px verdana; text-transform: lowercase; color: #FF0099; border: 1px dotted #FFCCFF; } table.left TD { /* on your menu module, this edits the body part of it */ background-image: url(http://url.com/to/the/site/image.gif); background-color: transparent; border: 1px dotted #FFCCFF; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: transparent; border: 1px dotted #FFCCFF; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px dotted #FFCCFF; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 500px; } hr { /* horizontal divider */ border: 1px solid #FFCCFF; } </style> <center> <script language=JavaScript> <!-- // blinkbox - creates blinking table // by sean f <a href='http://www.xanga.com/seanmeister' target='_blank'>http://www.xanga.com/seanmeister</a> // customize the blinkbox by changing the values below // // these are the various colors, in quotes, seperated by commas var blinkColors = new Array("#000000","#FFCCFF","#FFFFFF","#666666","#FF0099"); // the border color var blinkBorderColor = "#FFFFFF" // the border width, in pixels var blinkBorderWidth = 9; // the # of rows var blinkRows = 1; // the # of columns var blinkCols = 25; // the width of the entire box, in pixels or % var blinkWidth = 300; // the height of each row, in pixels var blinkRowHeight = 20; // speed of blinking, in milliseconds var blinkRate = 5; // don't edit below this line // this draws the table... 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]; setTimeout('blinkIt()', blinkRate); } blinkIt(); //--> </SCRIPT><!--Last Modified 03/4/04-->
<style type="text/css"> /* Its Just Love Stylesheet */ /* by Carolyn (xanga.com/) */ /* <a href='http://BlogRing.Net' target='_blank'>http://BlogRing.Net</a> */ body { background-color: #000000; scrollbar-arrow-color: #FF99CC ; scrollbar-track-color: #000000; scrollbar-shadow-color: #FF99CC ; scrollbar-face-color: #000000; scrollbar-highlight-color: #FF99CC ; 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:10px; color:#FF99CC; 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; } div.blogheader, .caption { /* edits the dates */ font: bold 11px 'arial', arial; font-weight: normal; text-transform: lowercase; color: #FF99CC; background-color: transparent; text-align: center; letter-spacing: 3px; border-bottom: 1px solid #FF99CC; } .blogbody b, .standard b, p b, strong { /* edits bolded text in your entry */ font-weight: bold; font-size: 11px arial; color: #FFFFFF; line-height: 11px; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:#FF99CC; font:normal 11px arial; line-height:10px; text-decoration: none; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#FF99CC; font:normal 11px arial; line-height:10px; text-decoration: none; } a:hover { /* edits when user mouseovers the links */ color: ffffff; text-transform: uppercase; } input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #FF99CC; font:normal 11px arial; background-color: #000000; letter-spacing:0px; color: #FF99CC; } table.left { /* this edits the menu module */ border: 0px solid #FF99CC; width:160px; background-color: #000000; } table.blogbody { /* this edits the other the place where the blog is */ border: 1px solid #FF99CC; background-color: #000000; width:350px; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-image: url(); background-color: #FF99CC; font: bold 11px arial; text-transform: uppercase; color: #000000; border: 0px #FF99CC; } table.left TD { /* on your menu module, this edits the body part of it */ background-image: url(); background-color: transparent; border: none; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #000000; border: 1px solid #FF99CC; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px solid #FF99CC; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 510px; } hr { /* horizontal divider */ border: 1px solid #FF99CC; } <style></style> <center> <div align: center; style="border: 1px solid #FFFFFF; width: 540px;background-color: #000000; filter:alpha(opacity=100)" class="text"> <div style="width:540px; BACKGROUND-COLOR: transparent; background-image: url(none); background-attachment: fixed; repeat: no-repeat;">
<script language="JavaScript"> document.title = "its just love x33"</script>
<!-- Switch Module Sides : Provided by Blogring.net --> <script language=javascript> // swaps sidebar position on default xanga site layout // by sean <a href='http://www.xanga.com/seanmeister' target='_blank'>http://www.xanga.com/seanmeister</a> function swapSidebar(){ var tds = document.getElementsByTagName("td") for (var i = 0; i < tds.length; i++){ if (tds[i] == "mainleft" || tds[i].width == "200"){ var sidebar = tds[i].cloneNode(true); //document.write.blogring.net tds[i].parentNode.appendChild(sidebar); tds[i].parentNode.removeChild(tds[i]); break; }} } swapSidebar(); </script> <!-- End Script : Provided by Blogring.net --> .blogbody b, .standard b, p b, strong { /* edits bolded text in your entry */ font-weight: bold; color: #FFFFFF; font-size: 10px; font: arial; letter-spacing:0px;
<img src="http://img8.photobucket.com/albums/v26/kattie_xp/theOC.jpg" BORDER="1"> <div style="background-color: #FFFFFF; border-top: 1px solid black; border-left: 1px solid black; border-right: 1px solid black; border-bottom: 1px solid black; width: 447px; padding-bottom: 2px; font:normal 10px Verdana; line-height:10px; color:#696969; letter-spacing:0px; text-align:justify;"> <A href="http://www.xanga.com/signin.asp" target="_new">In-going</A> || <A href="http://www.xanga.com/kattie_xp" target="_new">Read Me</A> || <A href="http://www.xanga.com/private/home.aspx" target="_new">Private</A> || <A href="http://www.xanga.com/private/SubscribeTo.aspx?user=kattie_xp" target="_new">Add Me</A> || <a href="http://www.xanga.com/CLAF/default.asp" target="_new">CLAF</A> || <A href="http://www.xanga.com/private/subscriptions.aspx" target="_new">Subbies</A> || <A href="http://www.xanga.com/guestbook.asp?user=kattie_xp" target="_new">Guestbook</A> || <A href="http://www.xanga.com/logout.asp" target="_new">Out-going</A></div><BR> <style type="text/css"> /* The OC Stylesheet */ /* by Kit Kato (xanga.com/kattie_xp) */ /* <a href='http://BlogRing.Net' target='_blank'>http://BlogRing.Net</a> */ body { background-color: #FFFFFF; scrollbar-arrow-color: #FFFFFF; scrollbar-track-color: #FFFFFF; scrollbar-shadow-color: #000000; scrollbar-face-color: #000000; scrollbar-highlight-color: #000000; scrollbar-darkshadow-color: #FFFFFF; scrollbar-3dlight-color: #FFFFFF; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 10px Verdana; line-height:10px; color:#696969; 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; } div.blogheader, .caption { /* edits the dates */ font-family:Verdana; text-transform:lowercase; font-size:16px; line-height:15px; color:#000000; letter-spacing:1px; background-color: #ffffff; text-align: left; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:#000000; text-decoration: none; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#000000; text-decoration: none; } a:hover { /* edits when user mouseovers the links */ color:#000000; cursor: crosshair; text-decoration: none; } input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #778899; font:normal 10px Verdana; background-color: #FFFFFF; letter-spacing:0px; color: #000000; } table.left { /* this edits the menu module */ border: 1px solid #778899; width:0px; background-color: #FFFFFF; } table.blogbody { /* this edits the other the place where the blog is */ border: 1px solid #000000; background-color: #ffffff; width:450px; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-image: url(http://url.com/to/the/site/image.gif); background-color: #FFFFFF; font: bold 10px Verdana; text-transform: small-caps; color: #A9A9A9; border: none; } table.left TD { /* on your menu module, this edits the body part of it */ background-image: url(http://url.com/to/the/site/image.gif); background-color: #FFFFFF; border: none; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #FFFFFF; border: 1px solid #778899; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px solid #778899; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 450px; } hr { /* horizontal divider */ border: 1px solid #C0C0C0; } .blogbody b, .standard b, p b, strong { /* edits bolded text in your entry */ font-weight: bold; color: #000000; } table.left, td.mainleft { /* removes modules */ display: none; } table.blogbody div.smalltext{ /* this edits the blog entry footer */ text-align: center; } table.navigation, table.footer, table.main td.mainleft {display: none;} </style>
<style type="text/css"> /* Christina Aguilera Stylesheet */ /* by Dolly (xanga.com/pureemptiness) */ /* <a href='http://BlogRing.Net' target='_blank'>http://BlogRing.Net</a> */ body { background-color: #d2d2d2; scrollbar-arrow-color: #d2d2d2; scrollbar-track-color: #191919; scrollbar-shadow-color: #191919; scrollbar-face-color: #d2d2d2; scrollbar-highlight-color: #191919; scrollbar-darkshadow-color: #191919; scrollbar-3dlight-color: #d2d2d2; } .leftmoduletitlebar, .leftmoduleborder, .leftmoduleinterior, table.left, table.left TH, table.left TD, table.navigation, table.footer {display: none;} .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 11px arial; line-height:10px; color: 191919; letter-spacing:0px; text-align:center; } table.footer TD { /* this makes the footer at the bottom centered */ /* leave it alone unless you know what to do*/ text-align: center; } div.blogheader, .caption { /* edits the dates */ font-family: arial; text-transform:uppercase; font-size: 15px; line-height:12px; font-weight:bold; color:#191919; letter-spacing:10px; background-color: #d2d2d2; border: 0px solid #191919; text-align: center; border-bottom-width:1px; }
a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:#191919; text-decoration: none; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#191919; text-decoration: none; } a:hover { /* edits when user mouseovers the links */ color:#666666; cursor: crosshair; text-decoration: none; font-weight: bold; } input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #d2d2d2; font:normal 11px arial; background-color: #FFFFFF; letter-spacing:0px; color: #000000; } table.left { /* this edits the menu module */ border: 1px solid #c0c0c0; width:160px; background-color: #FCEBFF; } table.blogbody { /* this edits the other the place where the blog is */ border: 0px solid c0c0c0; background-color: #d2d2d2; width:650px; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-image: url(http://url.com/to/the/site/image.gif); background-color: #FCEBFF; font: bold 11px arial; text-transform: uppercase; color: #C991AE; border: none; } table.left TD { /* on your menu module, this edits the body part of it */ background-image: url(http://url.com/to/the/site/image.gif); background-color: #FFFFFF; border: none; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #d2d2d2; border: 1px solid #191919; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px solid #c0c0c0; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 500px; } hr { /* horizontal divider */ border: 1px solid #FCEBFF; } </style> <center><img src="http://www.hamsterhouse.com/seduced/christinadf.jpg"> <font face=verdana><font size=1><br /> ---------------------- • <a href="http://www.xanga.com/private/subscriptions.aspx">Subscriptions</a> • <a href="http://www.xanga.com/profile.aspx?user=judybootey">Profile</a> • <a href="http://www.xanga.com/guestbook.aspx?user=judybootey">Guestbook</a> • <a href="http://xanga.com/Private/SubscribeTo.aspx?user=judybootey">Subscribe</a> • <a href="http://www.xanga.com/CLAF/default.asp">Edit</a> • <a href="http://www.xanga.com/private">Home</a> • <a href="http://www.xanga.com/logout.aspx">Log Out</a> • ----------------------<br />
<img src=http://img1.photobucket.com/albums/1003/urxmaixnumberx1/pinkishly.gif> <style type="text/css"> /* Pinkishly Pink Stylesheet */ /* by sHaRoN* (xanga.com/saranghaeyoo12) */ /*http://BlogRing.Net*/ body { background-image: url(http://img1.photobucket.com/albums/1003/urxmaixnumberx1/background10.gif); background-color: #FFFFFF; scrollbar-arrow-color: #FF69B4; scrollbar-track-color: #FFFFFF; scrollbar-shadow-color: #FF69B4; scrollbar-face-color: #FFFFFF; scrollbar-highlight-color: #FF69B4; 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:10px; color:black; 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; } div.blogheader, .caption { /* edits the dates */ font-family:impact; text-transform:uppercase; font-size:16px; line-height:10px; font-weight:bold; color:#FF69B4; letter-spacing:0px; background-color: #ffffff; text-align: left; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:#FF69B4; text-decoration: none; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#FF69B4; text-decoration: none; } a:hover { /* edits when user mouseovers the links */ color:#CCCCCC; cursor: nw-resize; text-decoration: none; } input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #CCCCCC; font:normal 11px arial; background-color: #FFFFFF; letter-spacing:0px; color: #000000; } table.left { /* this edits the menu module */ border: 1px solid #CCCCCC; width:160px; background-color: #FFFFFF; } table.blogbody { /* this edits the other the place where the blog is */ border: 0px solid OOOOOO; background-color: #ffffff; width:400px; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-image: url(http://url.com/to/the/site/image.gif); background-color: #FFFFFF; font: bold 11px arial; text-transform: uppercase; color: #FF69B4; border: none; } table.left TD { /* on your menu module, this edits the body part of it */ background-image: url(http://img1.photobucket.com/albums/1003/urxmaixnumberx1/background10.gif); background-color: #FFFFFF; border: none; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #FFFFFF; border: 1px solid #FF69B4; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px solid #CCCCCC; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 500px; } hr { /* horizontal divider */ border: 1px solid #CCCCCC; } </style>
<style type="text/css"> /* roxy surf */ /* by pinkmacaroni88 (xanga.com/pinkmacaroni88) */ /* <a href='http://blogring.net' target='_blank'>http://blogring.net</a> */ body { border: none; background:black url(http://roxy.com/content/images/111-284-81-filenameMedium.jpg); background-repeat: no-repeat; background-attachment: fixed; background-position: Middle; scrollbar-arrow-color: #3366FF; scrollbar-track-color: #ffffff; scrollbar-shadow-color: #3366FF; scrollbar-face-color: #ffffff; scrollbar-highlight-color: #3366FF; scrollbar-darkshadow-color: #ffffff; scrollbar-3dlight-color: #3366FF; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 11px arial; line-height:10px; 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; } div.blogheader, .caption { /* edits the dates */ width:330px; font-family:arial; text-transform:capitalize; font-size:17px; line-height:20px; font-weight:bold; color:#3366FF; letter-spacing:0px; background-color: #ffffff; text-align: left; border: 2px dashed #FFCC33; border-width: 1px 1px 0px 1px; filter: alpha(style=0,opacity=60); } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:#3366FF; font:normal 11px arial;line-height:10px; text-decoration: none; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#3366FF; font:normal 11px arial; line-height:10px; text-decoration: line-through; } a:hover { /* edits when user mouseovers the links */ color:#FFCC33; font:bold 12px arial; line-height:10px; cursor: hand; text-decoration: bold; } input, select, textarea, iframe.htmleditor, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 2px dashed #FFCC33; font:normal 11px arial; background-color: #ffffff; letter-spacing:1px; color: #3366FF; } table.left { /* this edits the menu module */ border: 2px dashed #FFCC33; width:160px; background-color: #ffffff; filter: alpha(style=0,opacity=60); } table.blogbody { /* this edits the other the place where the blog is */ border: 2px dashed #FFCC33; background-color: #ffffff; width:330px; border-width: 1px 1px 1px 1px; filter: alpha(style=0,opacity=60); } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-image: url(http://roxy.com/content/template_images/logo_box.gif); background-repeat: no-repeat; background-position: right; background-color: #ffffff; width:160px; font: bold 14px arial; line-height: 33px; text-transform: capitalize; color: #000000; border: 2px dashed #FFCC33; border-width: 1px 1px 1px 1px; text-align: middle; } table.left TD { /* on your menu module, this edits the body part of it */ background-color: #ffffff; border: 2px dashed #FFCC33; border-width: 1px 1px 1px 1px width:160px; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #ffffff; border: 2px dashed #FFCC33; filter: alpha(style=0,opacity=60); } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 1px solid #; filter: alpha(style=0,opacity=60); } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 400px; } hr { /* horizontal divider */ border: 1px solid #000000; } </style>
<center><img src=http://img28.photobucket.com/albums/v83/distortedandlovly/themes%20backgrounds/untitled.bmp></cente r> <center> <center><img src=http://img28.photobucket.com/albums/v83/distortedandlovly/themes%20backgrounds/untitled.bmp></cente r> <center> <center> <style type="text/css"> /* naughty Stylesheet */ /* by ashley (xanga.com/girls_vomit_candy) */ body { border-top: 15px solid #cccccc; border-right: 25px solid #6699ff; border-left: 25px solid #6699ff; border-bottom: 15px solid #cccccc; background: url(http://img28.photobucket.com/albums/v83/distortedandlovly/save.gif); background-repeat:no-repeat; background-attachment: fixed; background-position: bottom right; background-color: #ffffff; scrollbar-arrow-color: #6699ff; scrollbar-track-color: #999999; scrollbar-shadow-color: #6699ff; scrollbar-face-color: #ffffff; scrollbar-highlight-color: #6699ff; scrollbar-darkshadow-color: #999999; scrollbar-3dlight-color: #FFFFFF; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 11px times new roman; line-height:14px; color:#6699ff; 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; } div.blogheader, .caption { /* edits the dates */ background-image: url(http://img28.photobucket.com/albums/v83/distortedandlovly/themes%20backgrounds/layouts/blinkiebunny.bmp); background-repeat: no-repeat; background-position: top left; font-family:times new roman; text-transform:bold; font-size:11px; line-height:10px; font-weight:bold; height: 1px; background-color:#ffffff; color:#6699ff; letter-spacing:3px; text-align: right; border: 3px double #6699ff; } .blogbody b, .standard b, p b, strong { /* edits bolded text in your entry */ font-weight: regular; color: #999999; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ height: 2px; color:#999999; font:normal 11px times new roman; line-height:10px; text-decoration: none; } a:visited, a.footernav:visited { /* edits the links that the user has visited */ color:#cccccc; font:normal 11px times new roman; line-height:10px; text-decoration: none; } a:hover { /* edits when user mouseovers the links */ background-image: url(http://img28.photobucket.com/albums/v83/distortedandlovly/themes%20backgrounds/layouts/blinkiebunny.bmp); background-repeat: no-repeat; background-position: top left; font:normal 11px vernanda; line-height:11px; cursor: help; filter: alpha (opacity=100, finishopacity=3, style=1); height: 6px; background-color:#ffffff; color:#6699ff; text-decoration: none; border: 1px solid #6699ff; } input, select, textarea, iframe.htmleditor, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #6699ff; font:normal 11px times new roman; background-color: #ffffff; letter-spacing:0px; } table.left { /* this edits the menu module */ border: 3px double #6699ff; width:160px; } table.blogbody { /* this edits the other the place where the blog is */ border: 3px double #6699ff; width:400px; background-color:#ffffff; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-image: url(http://img28.photobucket.com/albums/v83/distortedandlovly/themes%20backgrounds/layouts/blinkiebunny.bmp); background-repeat: no-repeat; background-position: top left; background-color: ffffff; width:180px; font:normal 11px times new roman; line-height: 10px; text-transform: scratch; color: #6699ff; text-align: right; border: 3px double #6699ff; } table.left TD { /* on your menu module, this edits the body part of it */ background-color: #ffffff; border: none; color: #6699ff; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-image: url(http://blinkie.waterfaerie.org/botones/bunny.gif); background-repeat: no-repeat; background-position: top left; background-color: #ffffff; border: 1px solid #6699ff; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px solid #6699ff; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 500px; } hr { /* horizontal divider */ border: 1px solid #ffffff; } </style>
<!-- begin code provided by createblog.com --> <!-- begin code provided by createblog.com --> <!-- begin code provided by createblog.com --> <style type=text/css>
<!-- end code provided by createblog.com --> <!-- end code provided by createblog.com -->
<!-- begin code provided by createblog.com --> <script type='text/javascript'> document.title = ':goodmorning:feat.j-lo'; </script> <!-- end code provided by createblog.com -->
<!-- begin code provided by createblog.com --> <!-- begin code provided by createblog.com --> <script language="Javascript"> var tds = document.getElementsByTagName("td"); for (var i = 0; i < tds.length; i++){ if (tds[i].width == "200"){ tds[i].parentNode.appendChild(tds[i].cloneNode(true)); tds[i].parentNode.removeChild(tds[i]); break; }} </script> <script language="javascript"><!-- if (location.href.match ("home.aspx")) { var ht = document.getElementsByTagName ('table'); for (var t = 0; t < 10; t++) { str = ht[t].cells[0].innerHTML; if (!str.match (/Sites I Read/i) && str.match (/(Posting Calendar|Get Involved!|Build Traffic!)/i)) ht[t].style.display = "none"; } } //--></script> <!-- end code provided by createblog.com --> <!--Get this code at http://help.xanga.com/replacelinks.htm//--> <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, "Gil"); else if (str.match (/eprop/i)) links[l].innerHTML = str.replace (/eprop/i, "Gil"); else if (str.match (/comments/i)) links[l].innerHTML = str.replace (/comments/i, "Spheres"); else if (str.match (/comment/i)) links[l].innerHTML = str.replace (/comment/i, "Sphere"); else if (str.match (/GuestBook/i)) links[l].innerHTML = str.replace (/GuestBook/i, "Spheres"); }//--> </script> <!-- begin code provided by createblog.com --> <script language="javascript"> function colorComments(){ //Edit your first color below var blogring="#000000"; //Edit your second color below var dotnet="#336699"; var colorchange=0; var comments = document.all ? "class"+"Name" : "class"; var backgrounds = document.getElementsByTagName("table"); for (var cn=0; cn < backgrounds.length; cn++){ if (backgrounds[cn].getAttribute(comments) == "blogbody"){ colorchange = colorchange == 1 ? 0 : 1; backgrounds[cn].style.backgroundColor = colorchange == 1 ? blogring : dotnet; }}} if (document.location.href.indexOf("item.aspx") != -1) colorComments(); </script> <!-- end code provided by createblog.com --> <!-- begin code provided by createblog.com --> <script language="javascript"><!-- if (location.href.match ("home.aspx")) { var ht = document.getElementsByTagName ('table'); for (var t = 0; t < 10; t++) { str = ht[t].cells[0].innerHTML; if (!str.match (/Sites I Read/i) && str.match (/(Posting Calendar|Get Involved!|Build Traffic!|reviews|events)/i)) ht[t].style.display = "none"; } } //--></script> <!-- end code provided by createblog.com --> <!-- begin code provided by createblog.com --> <style type='text/css'> .mainleft { display:none; } </style> <!-- end code provided by createblog.com --> <STYLE type="text/css"> BODY {scrollbar-3dlight-color:#9FAFDF; scrollbar-arrow-color:#F0FFFF; scrollbar-base-color:#00008B; scrollbar-track-color:#4682B4; scrollbar-darkshadow-color:#000000; scrollbar-face-color:#00008B; scrollbar-highlight-color:; scrollbar-shadow-color:} </STYLE> <!-- begin code provided by createblog.com --> <style type="text/css">table.footer, table.footernav {display: none;};</style> <!-- end code provided by createblog.com --> <!-- begin code provided by createblog.com -->
<!--This is the code for no right click--> <body oncontextmenu="return false"> <!--This is the code for no right click--> <STYLE TYPE="text/css">p {align=justify} BODY{cursor: url(http://www3.telus.net/wilsoncheung/cursor.ani);} a {cursor: url(http://www3.telus.net/wilsoncheung/cursor.ani);} </STYLE> <!-- end code provided by createblog.com --> <!-- end code provided by createblog.com -->
<!-- begin code provided by createblog.com --> <!-- begin code provided by createblog.com --> <style type=text/css> body, div, tr, td, th, p, table, module{ cursor: crosshair; font-family: CAC Shishoni Brush; font-size:164pt; color:#3300FF; line-height:13px;}
<center><img src="http://img45.photobucket.com/albums/v137/Fan_gurl/Elijah%20Woods/Elijah_Wood_copy.jpg"></center> <!-- end code provided by createblog.com -->
function replaceWords() { // ***add the words or fragments you wish to replace below var oldWords = new Array( "eprops", "eProps", "comments", "Comments", "comment", "Comment", "email it", "My Blogrings");
// *** add the replacing words or fragments below var newWords = new Array( "El<b>ij</b>ah", "el<b>ij</b>ah", "h<b>ea</b>rts", "h<b>ea</b>rts", "h<b>ea</b>rt", "h<b>ea</b>rt", "send <b>he</b>arts ", "Groupees");
a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#FF94C6; font:normal 10px arial; line-height:10px; text-decoration: none; }
a:hover { /* edits when user mouseovers the links */ color:#FF94C6; font:bold 10px arial; line-height:10px; letter-spacing:1px; } }
input, select, textarea, iframe.htmleditor, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 0px solid #FFFFFF; font:normal 10px arial; color:#FF94C6; background-color:#444444; letter-spacing:0px; }
table.left { /* this edits the menu module */ border: 0px solid #333333; width:150px; background-color: #444444; }
table.blogbody { /* this edits the other the place where the blog is */ border: 0px solid #333333; background-color: #444444; width: 310px; }
table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-color:#555555; font: bold 10px arial; text-align: left; text-transform: lowercase; color: #FFFFFF; border: 0px solid; text-align: center; } table.left TD { /* on your menu module, this edits the body part of it */ background-color:#444444; font: bold 10px arial; text-align: left; text-transform: lowercase; color: #FFFFFF; border: 0px solid; }
table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ border: 0px solid #FFFFFF; font:normal 10px arial; background-color:#444444; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px solid #444444; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 270px; } hr { /* horizontal divider */ border: 1px solid #444444; } table.blogbody tr td { /* this edits the left margin of blog */ width:0px; padding: 1px; border-bottom: 1px solid #444444; } table.blogbody div.smalltext{ /* this edits the blog entry footer */ text-align: right; padding-bottom: 1px; }
<div align="right"><script language=JavaScript> var blinkColors = new Array("#333333","#555555","#444444","#FF94C6","#FFFFFF"); var blinkBorderColor = "#333333" var blinkBorderWidth = 1; var blinkRows = 1; var blinkCols = 40; var blinkWidth = "470"; var blinkRowHeight = 7; var blinkRate = 1; 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); document.getElementById("blinkbox").getElementsByTagName("td")[changecell].style.backgroundColor = blinkColors[changecolor]; setTimeout('blinkIt()', blinkRate); } blinkIt(); //--></SCRIPT><br>
<font color="FFFFFF"> <!-- end code provided by createblog.com --> <!-- end code provided by createblog.com -->
Pinkish, Orangish, Whitish Xanag (looks nice)
<!-- begin code provided by blogring.net --> <style type="text/css"> /* Mary Kate and Ashley layout */ /* by kitz03 */ body { background-color: #ffffff; scrollbar-arrow-color: #ffffff; scrollbar-track-color: #ffffff; scrollbar-shadow-color: #ff99cc; scrollbar-face-color: #ff99cc; scrollbar-highlight-color: #ff99cc; scrollbar-darkshadow-color: #ff99cc; scrollbar-3dlight-color: #ff99cc; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 12px arial; line-height:11px; color:#ff9999; letter-spacing:0px; text-align:justify; } .blogbody b, .standard b, p b, strong { font-weight: bold; color: #cc9900; } table.footer TD { /* this makes the footer at the bottom centered */ /* leave it alone unless you know what to do*/ text-align: center; } div.blogheader, .caption { /* edits the dates */ border: 1px solid #cccccc; font-family:arial; text-transform:uppercase; font-size:18px; line-height:14px; font-weight:bold; color:#663300; letter-spacing:0px; background-color: #ffffff; text-align: center; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:#ff9999; font:normal 12px arial; line-height: 11px; text-decoration: none; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#ffcccc; font:normal 12px arial; line-height:11px; text-decoration: none; } a:hover { /* edits when user mouseovers the links */ color:#ffffcc; font:normal 12px arial; line-height:11px; cursor: crosshair; text-decoration: none; filter: blur; height:2; } input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #cccccc; font:normal 12px arial; background-color: #ffffff; letter-spacing:0px; color: #ff9999; } table.left { /* this edits the menu module */ border: 1px solid #cccccc; width:120px; background-color: #ffffff; } table.blogbody { /* this edits the other the place where the blog is */ border: 1px solid #cccccc; background-color: #ffffff; width:380px; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-image: url(http://url.com/to/the/site/image.gif); background-color: #ffffff; font: bold 11px arial; text-transform: uppercase; color: #663300; border: none; } table.left TD { /* on your menu module, this edits the body part of it */ background-image: url(); background-color: #ffffff; border: none; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #ffffff; border: 1px solid #cccccc; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px solid #cccccc; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 380px; } hr { /* horizontal divider */ border: 1px solid #cccccc; } BODY{cursor:transparent} table.footer {display: none;} </style> <!-- end code provided by blogring.net -->
a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color: #000000; font:normal 11px arial; line-height:10px; text-decoration: none; }
a:hover { /* edits when user mouseovers the links */ color: #ffffff; font:normal 11px arial; line-height:10px; text-decoration: none; }
input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #000000; font:normal 11px arial; background-color: #FFFFFF; letter-spacing:0px; color: #000000; filter: alpha(style=0,opacity=50); } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px solid #000000; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 350px; } hr { /* horizontal divider */ border: 1px dashed #000000; } </style> <!-- end code provided by createblog.com --> <!-- end code provided by createblog.com -->
a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color: #000000; font:normal 11px arial; line-height:10px; text-decoration: none; }
a:hover { /* edits when user mouseovers the links */ color: #306692; font:normal 11px arial; line-height:10px; text-decoration: none; }
input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #000000; font:normal 11px arial; background-color: #FFFFFF; letter-spacing:0px; color: #000000; filter: alpha(style=0,opacity=50); } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px solid #000000; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 350px; } hr { </style> <!-- end code provided by createblog.com --> <!-- end code provided by createblog.com -->
I am so very sorry that i haven't posted for a while. Well, here are some skins. Hope ya'll like them. And i hope some of you use them! I ave seen a few ppls sites with some of these skins. so, yeah. well..... ENJOY! lolz
Tupac-
Put this into your html in look and feel
<!-- begin code provided by createblog.com --> <!-- begin code provided by createblog.com --> <style type="text/css"> /* Skinby Tupac_Shakurs_Angel - [URL=http://xanga.com/Tupac_Shakurs_Angel]http://xanga.com/Tupac_Shakurs_Angel[/URL] */ #rblEprops, #pnlEnabled table, #pnlEprops table { width: auto !important; } table.header, table.main, table.footer, table.navigation{ /* edit width */ width:634; } table.blogbody, div.blogheader, .caption{ /* edit width of blog */ width:452; } table.left{ /* edit width of left modules */ width:182; } td.maincenter { text-align:center; } body { /* edits body background and scrollbars */ background:#663333 url() fixed; scrollbar-Arrow-Color: #ffffff; scrollbar-Track-Color: #663333; scrollbar-Shadow-Color: #000000; scrollbar-Face-Color: #663333; scrollbar-Highlight-Color: #000000; scrollbar-darkshadow-color: #663333; scrollbar-3dLight-Color: #663333; } table.navigation, table.footer { /* remove default navigation and footer */ display: none; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p, .content, .smalltext { /* edits main text */ font:normal 10px verdana; color: #ffffff; text-align:left; } a:link, a:active, a:visited, a:hover{ /* edit the links outside modules and blog */ color:#ffffff; text-decoration:none; } .left a:link, .blogbody a:link, .left a:visited, .blogbody a:visited, { /* edit the links within left modules and blog */ color: #ffffff; text-decoration: none; font:normal 10px arial; } .left a:hover, .blogbody a:hover{ /* edit link hover */ color:#ffffff; } input, select, textarea, .textfield, .button{ /* this edits buttons, drop down menus etc. */ border: 1px solid #000000; font:normal 9px arial #ffffff; background-color: #663333; letter-spacing:0px; color:#ffffff; } div.blogheader, .caption { /* edit the blog dates */ font-family:verdana; text-transform:uppercase; font-size:11px; color:#ffffff; background-color: #663333; text-align: left; font-weight:bold; border:1px solid black; border-bottom:0px; padding:4px; filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#663333,EndColorStr=#000000); } table.blogbody { /* edits your blog or entry space */ border: 0px; text-align:left; background-color:; border:1px solid black; } table.left { /* this edits the left module */ background-color:; border:1px solid black; padding:0px; } table.left th { /* this edits your left module titles */ background-color:; width:160; font: 11px arial; text-transform: uppercase; color: #ffffff; border: 0px; text-align: left; f
IMAGES
TO PUT AN IMAGE ON UR XANGA US THIS CODE: <IMG src="address of image">
TO GET THE ADDRESS OF THE IMAGE: right click and go to properties and there you see the URL or ADRESS of the IMAGE.
function replaceWordsDates() { // ***add the Months or Days you wish to replace below var oldWordsDates = new Array( "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday" );
// *** add the replacing Months or Days below var newWordsDates = new Array( "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat" );
<BGSOUND SRC="url of song here"LOOP=infinite AUTOSTART=true
Move modules to the right
<script language=javascript> function swapSidebar(){ var module = document.getElementsByTagName("td") for (var i = 0; i < module.length; i++){ if (module[i] == "mainleft" || module[i].width == "200"){ var sidebar = module[i].cloneNode(true); module[i].parentNode.appendChild(sidebar); module[i].parentNode.removeChild(module[i]); break; }} } swapSidebar(); </script>
Merlin...
<Object ID=tsaiannie53441 ClassID=CLSID:D45FD31B-5C6E-11D1-9EC1-00C04FD7081F></Object> <script language="JavaScript"> <!-- file://animated merlin - xanga.com/add_ons file://PASTE IN CUSTOM HEADER ONLY
file://edit at next section var RoverID; var RoverACS; tsaiannie53441.Connected = true; RoverLoaded = LoadLocalAgent(RoverID, RoverACS); Rover = tsaiannie53441.Characters.Character(RoverID); Rover.Show();
file://do not edit below this line Rover.Hide(); function LoadLocalAgent(CharID, CharACS) { LoadReq = tsaiannie53441.Characters.Load(CharID, CharACS); return(true); } file://--> </script>
Note: This is for only for people who have a certain type of computer though I forget what it is because this computer isn't it so I guess a newer type... anyways put what you want him to say in the command area... just see it for yourself just put it in your website stats... if it doesn't work don't get mad at me... I'm not sure if I should show an example of this but if you want me to please tell me... anymore questions?
<style type="text/css"> /* Blurred Hyperlinks - xanga.com/add_ons - use only 45, 90, 135, 180, 225, 270, 315, or 360 for DIRECTION - STRENGTH means the blur power - do not change or remove HEIGHT:0 and add="0" */ a:hover {filter:blur(add="0",direction="90",strength="7"); height:0;}; </style>
This is to have alternate background for your questions.
<script language="javascript"> /* colorComments by Sean F http://www.Xanga.com/seanmeister this script will display your reader comments in alternating background colors. Paste the code into the Website Stats section of your Xanga Look & Feel settings. Change the values of bg1 and bg2 to customize. */ function colorComments(){ var bg1="#FFFFFF"; var bg2="#FCEBFF"; var sw=0; var attname = document.all ? "class"+"Name" : "class"; var ctables = document.getElementsByTagName("table"); for (var cn=0; cn < ctables.length; cn++){ if (ctables[cn].getAttribute(attname) == "blogbody"){ sw = sw == 1 ? 0 : 1; ctables[cn].style.backgroundColor = sw == 1 ? bg1 : bg2; }}} if (document.location.href.indexOf("item.aspx") != -1) colorComments(); </script>
This is to get falling hearts.
<SCRIPT language=JavaScript1.2> <!-- Begin var no = 20; // snow number var speed = 28; // smaller number moves the snow faster var snowflake= "http://www.yedpa.net/4/Gif/hearts.gif";
var ns4up = (document.layers) ? 1 : 0; // browser sniffer var ie4up = (document.all) ? 1 : 0; var dx, xp, yp; // coordinate and position variables var am, stx, sty; // amplitude and step variables var i, doc_width = 800, doc_height = 900; if (ns4up) { doc_width = self.innerWidth; doc_height = self.innerHeight; } else if (ie4up) { doc_width = document.body.clientWidth; doc_height = document.body.clientHeight; } dx = new Array(); xp = new Array(); yp = new Array(); am = new Array(); stx = new Array(); sty = new Array(); for (i = 0; i < no; ++ i) { dx[i] = 0; // set coordinate variables xp[i] = Math.random()*(doc_width-50); // set position variables yp[i] = Math.random()*doc_height; am[i] = Math.random()*20; // set amplitude variables stx[i] = 0.02 + Math.random()/10; // set step variables sty[i] = 0.7 + Math.random(); // set step variables if (ns4up) { // set layers if (i == 0) { document.write("<layer name=\"dot"+ i +"\" left=\"15\" "); document.write("top=\"15\" visibility=\"show\"><img src=\""); document.write(snowflake + "\" border=\"0\"></layer>"); } else { document.write("<layer name=\"dot"+ i +"\" left=\"15\" "); document.write("top=\"15\" visibility=\"show\"><img src=\""); document.write(snowflake + "\" border=\"0\"></layer>"); } } else if (ie4up) { if (i == 0) { document.write("<div id=\"dot"+ i +"\" style=\"POSITION: "); document.write("absolute; Z-INDEX: "+ i +"; VISIBILITY: "); document.write("visible; TOP: 15px; LEFT: 15px;\"><img src=\""); document.write(snowflake + "\" border=\"0\"></div>"); } else { document.write("<div id=\"dot"+ i +"\" style=\"POSITION: "); document.write("absolute; Z-INDEX: "+ i +"; VISIBILITY: "); document.write("visible; TOP: 15px; LEFT: 15px;\"><img src=\""); document.write(snowflake + "\" border=\"0\"></div>"); } } } function snowNS() { // Netscape main animation function for (i = 0; i < no; ++ i) { // iterate for every dot yp[i] += sty[i]; if (yp[i] > doc_height-50) { xp[i] = Math.random()*(doc_width-am[i]-30); yp[i] = 0; stx[i] = 0.02 + Math.random()/10; sty[i] = 0.7 + Math.random(); doc_width = self.innerWidth; doc_height = self.innerHeight; } dx[i] += stx[i]; document.layers["dot"+i].top = yp[i]; document.layers["dot"+i].left = xp[i] + am[i]*Math.sin(dx[i]); } setTimeout("snowNS()", speed); } function snowIE() { // IE main animation function for (i = 0; i < no; ++ i) { // iterate for every dot yp[i] += sty[i]; if (yp[i] > doc_height-50) { xp[i] = Math.random()*(doc_width-am[i]-30); yp[i] = 0; stx[i] = 0.02 + Math.random()/10; sty[i] = 0.7 + Math.random(); doc_width = document.body.clientWidth; doc_height = document.body.clientHeight; } dx[i] += stx[i]; document.all["dot"+i].style.pixelTop = yp[i]; document.all["dot"+i].style.pixelLeft = xp[i] + am[i]*Math.sin(dx[i]); } setTimeout("snowIE()", speed); } if (ns4up) { snowNS(); } else if (ie4up) { snowIE(); } // End --> </SCRIPT>
I'm not sure why but the falling hearts only work in the reviews and event for example check out where it says "stuff" near the top of the screen.
<BODY oncontextmenu=`alert("MESSAGE");location.replace("TYPE SITE YOU WANT TO BE REDIRECTED HERE");status=("MESSAGE 2");return false;` onselectstart="return false" ondragdrop="return false"; background=personalpage_files/404.htm topMargin=0>
Rainbow Mouseover
<script language="JavaScript1.2"> <!--Source for Rainbow.js--> var rate = 75; // Increase amount(The degree of the transmutation)
//////////////////////////////////////////////////////////////////// // Main routine
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 (Browser) { document.onmouseover = doRainbowAnchor; document.onmouseout = stopRainbowAnchor; }
//============================================================================= // doRainbow // This function begins to change a color. //============================================================================= function doRainbow() { if (Browser && act != 1) { act = 1; obj = event.srcElement; clrOrg = obj.style.color; TimerID = setInterval("ChangeColor()",100); } }
//============================================================================= // stopRainbow // This function stops to change a color. //============================================================================= function stopRainbow() { if (Browser && act != 0) { obj.style.color = clrOrg; clearInterval(TimerID); act = 0; } }
//============================================================================= // doRainbowAnchor // This function begins to change a color. (of a anchor, automatically) //============================================================================= function doRainbowAnchor() { if (Browser && act != 1) { obj = event.srcElement;
//============================================================================= // stopRainbowAnchor // This function stops to change a color. (of a anchor, automatically) //============================================================================= function stopRainbowAnchor() { if (Browser && act != 0) { if (obj.tagName == 'A') { obj.style.color = clrOrg; clearInterval(TimerID); act = 0; } } }
//============================================================================= // Change Color // This function changes a color actually. //============================================================================= function ChangeColor() { obj.style.color = makeColor(); }
//============================================================================= // makeColor // This function makes rainbow colors. //============================================================================= function makeColor() { // Don't you think Color Gamut to look like Rainbow?
<script type="text/javascript"> // // 2003 EasterEgg, http://www.Xanga.com/easteregg // // For use at Xanga only. // // This script replaces any given word or text fragment with // whatever you want: new words and fragments, or even HTML! // // Actually it's pretty simple: add the words or fragments you // wish to replace to the array "oldWords" (each word placed // between double quotation marks, and separated by colons as you // can see below) and add their replacements to the array "newWords", // at the same position as the original words in "oldWords". // The example is pretty self-explaining. // // The script is case sensitive, meaning that if you add "something" // to "oldWords" array it will not recognize "SOMETHING", or "SoMetHInG". // // You can adjust the existing arrays in this code as you see fit, // as long as both arrays keep the same size (same amount of words // in both arrays), otherwise a script error will occur. // // Copy this entire code and paste in the webstats box at your // Look and Feel page. // // You're free to use this script as long as this comment remains intact, // and as long you won't use it to cripple the comments of your visitors; // after all, no one likes his/her words getting twisted... //
function replaceWords() { // ***add the words or fragments you wish to replace below var oldWords = new Array( "Sites I Read", "Gender:", "Birthday:", "My Blogrings", "eprop", "comment" );
// *** add the replacing words or fragments below var newWords = new Array( "Dailies:", "Gender:", "B-Day:", "Recommended Sites", "cent", "dollar" );
<script language="JavaScript"> document.title = "NEW TITLE HERE"</script>
Title Bar Message (Surroundings Move)
</script> </td></tr></table><br /><br /><SCRIPT> var titletext="Type Here for middle text" var thetext="" var started=false var step=0 var times=1
function welcometext() { times-- if (times==0) { if (started==false) { started = true; document.title = titletext; setTimeout("anim()",1); } thetext = titletext; } }
function showstatustext(txt) { thetext = txt; setTimeout("welcometext()",4000) times++ }
function anim() { step++ if (step==20) {step=1}
if (step==1) {document.title='][---- '+thetext+' ----]['} if (step==2) {document.title='-][--- '+thetext+' ---][-'} if (step==3) {document.title='--][-- '+thetext+' --][--'} if (step==4) {document.title='---][- '+thetext+' -][---'} if (step==4) {document.title='----][ '+thetext+' ][----'}
setTimeout("anim()",200); }
if (document.title) window.onload=onload=welcometext </SCRIPT>
Note: You can change the middle text and where it says step1, step 2, step 3, and step 4. And you can add steps too. Just copy and paste that whole line, and change it to step 5.
CHANGE WORDSnote: you have to change the 2and set of months/days not the first
function replaceWordsDates() { // ***add the Months or Days you wish to replace below var oldWordsDates = new Array( "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday" );
// *** add the replacing Months or Days below var newWordsDates = new Array( "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat" );
<BGSOUND SRC="url of song here"LOOP=infinite AUTOSTART=true
MOVE MODUELS TO THE RIGHT
<script language=javascript> function swapSidebar(){ var module = document.getElementsByTagName("td") for (var i = 0; i < module.length; i++){ if (module[i] == "mainleft" || module[i].width == "200"){ var sidebar = module[i].cloneNode(true); module[i].parentNode.appendChild(sidebar); module[i].parentNode.removeChild(module[i]); break; }} } swapSidebar(); </script>
BLURRED LINKS(what i have)
<style type="text/css"> /* Blurred Hyperlinks - xanga.com/add_ons - use only 45, 90, 135, 180, 225, 270, 315, or 360 for DIRECTION - STRENGTH means the blur power - do not change or remove HEIGHT:0 and add="0" */ a:hover {filter:blur(add="0",direction="90",strength="7"); height:0;}; </style>
this is a very mean script*muhahaha* WHEN SOMEONE RIGHT CLICKS, IT GIVES THEM A WARNING THE SECOND TIME AND IT MAKES OVER A GAZILLION POP UPS! THESE KIND OF POP UPS ARE LIKE "HAHA!" CTRL+ALT+DELETE IS THE ONLY WAY TO GET OUT OF THE MANY EVIL POP UPS!
Ex. right click on my site TootsieRoll882
Where To Paste: Website Stats
REPLACE A LINK
Codes that need to be entered in Custom Header will have 1 star next to them (*) Codes that need to be entered in Website Stats will have 2 stars next to them (**) Codes that can be entered where ever you want them to appear will have 0 stars next to them I no longer make custom cursors =[ Please still comment and prop me. Thanks =D
A Basic Link
Email Link
Emails with subjects
When your mouse goes over this link a popup comes up, and allows you to change the background color of the xanga
When your mouse goes over this link a popup comes up
When you go to a site it automatically takes you to another site