| EVERYTHING ON THE LEFT SIDE OF THE PAGE
ALSO NO SEARCH BAR
<a href="http://www.xanga.com/testforoxygen8" target=_new>OXYGENmaskLAYOUTS</a> <table border="0" width="100%" cellpadding="0" cellspacing="0"><tr><td valign="bottom" align="right"><style type="text/css"> background-color: ffffff; scrollbar-arrow-color: #000000; scrollbar-track-color: #ffffff; scrollbar-shadow-color: #00EEEE; scrollbar-face-color: #55ffc2; scrollbar-highlight-color: #ffffff; scrollbar-darkshadow-color: #FB0163; scrollbar-3dlight-color: #FFFF00; cursor: crosshair; }
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 10px terminal; line-height:10px; color:#000000; letter-spacing:0px; text-align:justify; } .blogbody b, .standard b, p b, strong { /* edits bolded text in your entry */ font-weight: bold; color:#000000; } 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: none; background-color: #transparent; font: bold 22px techno; text-transform: lowercase; color: #000000; letter-spacing: -1px; text-align: center; width:300px; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:#000000; font:normal 10px terminal; line-height:10px; text-decoration: none; text-transform:none; letter-spacing:0px; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#000000; font:normal 10px terminal; line-height:10px; text-decoration:none; text-transform:none; letter-spacing:0px; } a:hover { /* edits when user mouseovers the links */ color: #000000; background-color: none; font:bold 17px techno; line-height:10px; text-decoration:none; text-transform: none; Border: none; letter-spacing:-1px; cursor: none; } input, select, textarea, iframe.htmleditor, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ font: normal 11px terminal; background-color: #ccffff; text-transform: none; color:#000000; letter-spacing:0px; } table.left { /* this edits the menu module */ width:175px; background-color: #55ffc2; border: 8px solid #000000; } table.blogbody { /* this edits the other the place where the blog is */ background-color: #55ffc2; width:300px; padding: 3px; border-top: 8px solid #000000; border-left: 8px solid #000000; border-right: 8px solid #000000; border-bottom: 8px solid #000000; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-color: #55ffc2; font: 10px tahoma; text-transform: lowercase; color: #000000; letter-spacing: 0px; text-align: center; } table.left TD { /* on your menu module, this edits the body part of it */ background-color: #55ffc2; text-align: left; margin-top: 3px; border: 0px solid #000000; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color:#ffffff; }
table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 400px; } hr { /* horizontal divider */ border: 1px #000000; } table.navigation, table.footer {display: show;} </style>
<script language=javascript> document.title=("____STILL WTF!;") </script>
<script type="text/javascript"> // // ?003 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( "AIM:", "Subscribe to x_electrikk", "Get trial subscription", "email it", "sign in", "sign out", "comment", "comments", "eprops", "Subscriptions", "My Blogrings", "Get Involved!", "Posting Calendar", "Name:", "Birthday:", "Gender:", "State:", "Occupation:", "Expertise:", "Interests:", "Email:", "Member Since:", "7/29/2004", "Stats", "click here", "maryland", "Female");
// *** add the replacing words or fragments below var newWords = new Array( "HIT:", "You know what makes me happy", "the things that make you sad", "!!!", "&@$%#", "&@$%#", "break-up note", "break-up notes", "love letters", "lovers", "&&liars", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "");
allTableData = document.getElementsByTagName('td'); allTableHeaders = document.getElementsByTagName('th'); var collections = new Array(allTableData,allTableHeaders); for (var k = 0 ; k < collections.length ; ++k ) { for (var i = 0 ; i < collections[k].length ; ++i ) { if (collections[k][i].innerHTML.indexOf('TABLE') == -1) { for ( var n = 0 ; n < oldWords.length; ++n ) { var indx = collections[k][i].innerHTML.indexOf(oldWords[n]) while (indx != -1) { var replacement = ''; indx = collections[k][i].innerHTML.indexOf(oldWords[n]); replacement = collections[k][i].innerHTML.replace(oldWords[n], newWords[n]); collections[k][i].innerHTML = replacement; break; } } } } } } replaceWords(); </script>
<script language="javascript"> <!-- //Get Involved! Box Remover - xanga.com/add_ons //by blogring.net 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>
<!--Customized Scrollbar : By Blogring.net --> <style type="text/css"> <!-- BODY { scrollbar-arrow-color: #000000; scrollbar-track-color: #ffffff; scrollbar-shadow-color: #00EEEE; scrollbar-face-color: #55ffc2; scrollbar-highlight-color: #ffffff; scrollbar-darkshadow-color: #FB0163; scrollbar-3dlight-color: #ccffff; --> </style>
|