| </style></head><body><center><span><center><a href="http://xanga.com/Makeout_x3_LAYOUTS " target="_blank"> Makeout_x3_LAYOUTS </a><br />
<style type="text/css"> body { background-image:url(http://i10.photobucket.com/albums/a139/oxoxoopsyoxox/pink20heartagram.jpg); background-attachment:fixed; background-repeat:repeat; background-position:center; background-color: #000000; scrollbar-arrow-color: #ff00ff; scrollbar-track-color: #000000; scrollbar-shadow-color: #ff00ff; scrollbar-face-color: #000000; scrollbar-highlight-color: #ff00ff; scrollbar-darkshadow-color: #000000; scrollbar-3dlight-color: #FF00ff; }
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 15px lucinda sans unicode; line-height:15px; 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; }
div.blogheader, .caption { /* edits the dates */ font-family:bradway; text-transform:lowercase; font-size:20px; line-height:10px; font-weight:bold; color:#ff00ff; letter-spacing:0px; background-color: #000000; text-align: left; }
a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:#ffffff; text-decoration: none; }
a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#ffffff; text-decoration: none; }
a:hover { /* edits when user mouseovers the links */ background-color:ff00ff color:#000000; cursor: move; font-weight:normal; border: 2px dashed #000000; text-transform: UPPERCASE; font: 14px juice itc; line-height:12px; }
input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #ff00ff; font:normal 11px kristen itc; background-color: #000000; letter-spacing:0px; color: #ff00ff; }
table.left { /* this edits the menu module */ border: 1px solid #ff00ff; width:160px; background-color: #000000; }
table.blogbody { /* this edits the other the place where the blog is */ border: 0px solid ff00ff; 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: #000000; font: bold 11px arial; text-transform: uppercase; color: #ff00ff; border: ff00ff; } 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: #ff00ff; border: none; }
table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #000000; border: 1px solid #ff00ff; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px solid #ff00ff; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 500px; } hr { /* horizontal divider */ border: 1px solid #ff00ff; } </style>
put this in web stats
<!-- Scrollbar In Entries: Provided by ReqUestCenTraL@Xanga -->
<style type="text/css"> .custom{ width:450px; height:200px; z-index:100; overflow: auto; border: 0px none; background:; } </style>
<script> var tds = document.getElementsByTagName ('a'); for (var i = 0; i < tds.length; i++) { timeString = tds[i].innerText; if(timeString.match(/\d+:\d+ [ap]m\b/i)){ if(!tds[i].parentNode.parentNode.parentNode.parentNode.parentNode.tagName.match(/table/i)){break;} table = tds[i].parentNode.parentNode.parentNode.parentNode.parentNode; stuff = tds[i].parentNode.parentNode.parentNode.previousSibling.lastChild; inner = stuff.innerHTML stuff.innerHTML=""; stuff.insertAdjacentHTML('afterBegin','<div class="custom">'+inner+'</div>'); } } </script> <!-- End Script : Provided by ReqUestCenTraL@Xanga -->
<!-- begin code provided by createblog.com --> <script type="text/javascript"> // // © 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( "Subscriptions", "Publish Comments", "add eProps", "eprop", "eProps", "add comments", "comment", "comments", "email it", "view entire profile", "sign my guestbook", "My Blogrings", "Posting Calendar", "Get Involved!", "sign out", "Name:", "Birthday:", "Gender:", "State:", "Country:", "Interests:", "Expertise:", "Website", "Email", "Member since:");
// *** add the replacing words or fragments below var newWords = new Array( "Subs", "Publish Comments", "Gimme Some E-stuff", "E-Stuff", "E-Stuffs", "Gimme Comment Crap", "Comment Crap", "Comment Craps", "EMAIL ME, I ORDER YOU", "My Little Profile...", "Sign it!", "My B-Stuff", "Calender Thing That Has NO PURPOSE", "Get Involved!", "LEMME OUT!", "My Mother Named Me", "I popped out on", "The Doctor Said I was A", "I can Be Found Somewhere In", "My Country Tis' Of Thee", "I LOVE", "Hmm... Expertise..", "CLICK THIS!", "EMAIL ME! NOW!", "Been Here Since");
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> <!-- end code provided by createblog.com --> |