TearDropsPreview:
Preview::: Click here.
*At the top of Look and Feel: Alignment - Left Aligned*
Custom Header<img src="http://img19.exs.cx/img19/2811/tear2.png" alt="Image Hosted by ImageShack.us" />Website Stats<style type="text/css"> /* Teardrop Stylesheet */ /* Teardrop(xanga.com/OoSweet_LayoutzoO) */ body { background-color: #000000; scrollbar-arrow-color: #41999A; scrollbar-track-color: #000000; scrollbar-shadow-color: #41999A; scrollbar-face-color: #000000; scrollbar-highlight-color: #41999A; scrollbar-darkshadow-color: #41999A; scrollbar-3dlight-color: #000000; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 11px arial; line-height:10px; color:white; 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:uppercase; font-size:14px; line-height:10px; font-weight:bold; color:#41999A; letter-spacing:-2px; background-color: #000000; text-align: left; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ font: normal 11px arial; color:#41999A; text-decoration: none; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ font: normal 11px arial; color:#41999A; 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 #ffffff; font:normal 11px arial; background-color: #000000; letter-spacing:0px; color: #41999A; } table.left { /* this edits the menu module */ border: 1px solid #ffffff; width:160px; background-color: #000000; } table.blogbody { /* this edits the other the place where the blog is */ border: 0px solid ffffff; background-color: #000000; 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: lowercase; color: #41999A; letter-spacing:-1px; 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: #000000; border: none; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: black; border: 1px solid #ffffff; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px solid #ffffff; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 500px; } hr { /* horizontal divider */ border: 1px solid #ffffff; } </style> <script type="text/javascript"> // // ゥ2003 EasterEgg, <a href='http://www.xanga.com/easteregg' target='_blank'>http://www.xanga.com/easteregg</a> // Changes date text // For use at Xanga only. // // Info at <a href='http://dorkette.net' target='_blank'>http://dorkette.net</a> // function replaceWordsDates() { // ***add the Months or Days you wish to replace below var oldWordsDates = new Array( "Monday, ", "Tuesday, ", "Wednesday, ", "Thursday, ", "Friday, ", "Saturday, ", "Sunday, ", "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December", "1, 2004", "2, 2004", "3, 2004", "4, 2004", "5, 2004", "6, 2004", "7, 2004", "8, 2004", "9, 2004", "10, 2004", "11, 2004", "12, 2004", "13, 2004", "14, 2004", "15, 2004", "16, 2004", "17, 2004", "18, 2004", "19, 2004", "20, 2004", "21, 2004", "22, 2004", "23, 2004", "24, 2004", "25, 2004", "26, 2004", "27, 2004", "28, 2004", "29, 2004", "30, 2004", "31, 2004" ); // *** add the replacing Months or Days below var newWordsDates = new Array( "M-o-n-d-a-y--", "T-u-e-s-d-a-y--", "W-e-d-n-e-s-d-a-y--", "T-h-u-r-s-d-a-y--", "F-r-i-d-a-y--", "S-a-t-u-r-d-a-y--", "S-u-n-d-a-y--", "J-a-n-u-a-r-y--", "F-e-b-r-u-a-r-y--", "M-a-r-c-h--", "A-p-r-i-l--", "M-a-y--", "J-u-n-e--", "J-u-l-y--", "A-u-g-u-s-t--", "S-e-p-t-e-m-b-e-r--", "O-c-t-o-b-e-r--", "N-o-v-e-m-b-e-r--", "D-e-c-e-m-b-e-r--", "1--2-0-0-4", "2--2-0-0-4", "3--2-0-0-4", "4--2-0-0-4", "5--2-0-0-4", "6--2-0-0-4", "7--2-0-0-4", "8--2-0-0-4", "9--2-0-0-4", "10--2-0-0-4", "11--2-0-0-4", "12--2-0-0-4", "13--2-0-0-4", "14--2-0-0-4", "15--2-0-0-4", "16--2-0-0-4", "17--2-0-0-4", "18--2-0-0-4", "19--2-0-0-4", "20--2-0-0-4", "21--2-0-0-4", "22--2-0-0-4", "23--2-0-0-4", "24--2-0-0-4", "25--2-0-0-4", "26--2-0-0-4", "27--2-0-0-4", "28--2-0-0-4", "29--2-0-0-4", "30--2-0-0-4", "31--2-0-0-4" ); allDivData = document.getElementsByTagName('div'); var collections = new Array(allDivData); for (var k = 0 ; k < collections.length ; ++k ) { for (var i = 0 ; i < collections[k].length ; ++i ) { if (collections[k][i].innerHTML.indexOf('DIV') == -1) { for ( var n = 0 ; n < oldWordsDates.length; ++n ) { var indx = collections[k][i].innerHTML.indexOf(oldWordsDates[n]) while (indx != -1) { var replacement = ''; indx = collections[k][i].innerHTML.indexOf(oldWordsDates[n]); replacement = collections[k][i].innerHTML.replace(oldWordsDates[n], newWordsDates[n]); collections[k][i].innerHTML = replacement; break; } } } } } } replaceWordsDates(); </script>