Suggest a link
Recommend to friend
Create a site
<!--joprodukshunz - new access--> <SCRIPT LANGUAGE="JavaScript1.2"> <!-- Begin var no = 12; // number of hearts var speed = 10; // smaller number moves the hearts faster var heart = "http://javascript.internet.com/img/heart/heart.gif"; var flag; 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 = 600; 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(); amx = new Array(); amy = new Array(); stx = new Array(); sty = new Array(); flag = new Array(); for (i = 0; i < no; ++ i) { dx[i] = 0; // set coordinate variables xp[i] = Math.random()*(doc_width-30)+10; // set position variables yp[i] = Math.random()*doc_height; amy[i] = 12+ Math.random()*20; // set amplitude variables amx[i] = 10+ Math.random()*40; stx[i] = 0.02 + Math.random()/10; // set step variables sty[i] = 0.7 + Math.random(); // set step variables flag[i] = (Math.random()>0.5)?1:0; 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(heart+ "\" border=\"0\"></layer>"); } else { document.write("<layer name=\"dot"+ i +"\" left=\"15\" "); document.write("top=\"15\" visibility=\"show\"><img src=\""); document.write(heart+ "\" 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(heart+ "\" 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(heart+ "\" border=\"0\"></div>"); } } } function snowNS() { // Netscape main animation function for (i = 0; i < no; ++ i) { // iterate for every dot if (yp[i] > doc_height-50) { xp[i] = 10+ Math.random()*(doc_width-amx[i]-30); yp[i] = 0; flag[i]=(Math.random()<0.5)?1:0; stx[i] = 0.02 + Math.random()/10; sty[i] = 0.7 + Math.random(); doc_width = self.innerWidth; doc_height = self.innerHeight; } if (flag[i]) dx[i] += stx[i]; else dx[i] -= stx[i]; if (Math.abs(dx[i]) > Math.PI) { yp[i]+=Math.abs(amy[i]*dx[i]); xp[i]+=amx[i]*dx[i]; dx[i]=0; flag[i]=!flag[i]; } document.layers["dot"+i].top = yp[i] + amy[i]*(Math.abs(Math.sin(dx[i])+dx[i])); document.layers["dot"+i].left = xp[i] + amx[i]*dx[i]; } setTimeout("snowNS()", speed); } function snowIE() { // IE main animation function for (i = 0; i < no; ++ i) { // iterate for every dot if (yp[i] > doc_height-50) { xp[i] = 10+ Math.random()*(doc_width-amx[i]-30); yp[i] = 0; stx[i] = 0.02 + Math.random()/10; sty[i] = 0.7 + Math.random(); flag[i]=(Math.random()<0.5)?1:0; doc_width = document.body.clientWidth; doc_height = document.body.clientHeight; } if (flag[i]) dx[i] += stx[i]; else dx[i] -= stx[i]; if (Math.abs(dx[i]) > Math.PI) { yp[i]+=Math.abs(amy[i]*dx[i]); xp[i]+=amx[i]*dx[i]; dx[i]=0; flag[i]=!flag[i]; } document.all["dot"+i].style.pixelTop = yp[i] + amy[i]*(Math.abs(Math.sin(dx[i])+dx[i])); document.all["dot"+i].style.pixelLeft = xp[i] + amx[i]*dx[i]; } setTimeout("snowIE()", speed); } if (ns4up) { snowNS(); } else if (ie4up) { snowIE(); } // End --> </script> <MARQUEE width="100" style="border:2px dotted deeppink">love is in tha air</MARQUEE> <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:7 and add="7" */ a:hover {filter:blur(add="0",direction="90",strength="7"); height:0;}; </style> </STYLE><table border="0" width="100%" cellpadding="0" cellspacing="0"><tr><td valign="bottom" align="right"><BODY style="border-bottom: #000000 20t solid; border-top: #000000 20t solid; border-left: #cc66cc 20t solid; border-right: #cc66cc 20t solid"> right">');</script> <!--joprodukshunz - new access--> <SCRIPT LANGUAGE="JavaScript1.2"> <!-- Begin var no = 12; // number of hearts var speed = 10; // smaller number moves the hearts faster var heart = "http://javascript.internet.com/img/heart/heart.gif"; var flag; 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 = 600; 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(); amx = new Array(); amy = new Array(); stx = new Array(); sty = new Array(); flag = new Array(); for (i = 0; i < no; ++ i) { dx[i] = 0; // set coordinate variables xp[i] = Math.random()*(doc_width-30)+10; // set position variables yp[i] = Math.random()*doc_height; amy[i] = 12+ Math.random()*20; // set amplitude variables amx[i] = 10+ Math.random()*40; stx[i] = 0.02 + Math.random()/10; // set step variables sty[i] = 0.7 + Math.random(); // set step variables flag[i] = (Math.random()>0.5)?1:0; 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(heart+ "\" border=\"0\"></layer>"); } else { document.write("<layer name=\"dot"+ i +"\" left=\"15\" "); document.write("top=\"15\" visibility=\"show\"><img src=\""); document.write(heart+ "\" 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(heart+ "\" 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(heart+ "\" border=\"0\"></div>"); } } } function snowNS() { // Netscape main animation function for (i = 0; i < no; ++ i) { // iterate for every dot if (yp[i] > doc_height-50) { xp[i] = 10+ Math.random()*(doc_width-amx[i]-30); yp[i] = 0; flag[i]=(Math.random()<0.5)?1:0; stx[i] = 0.02 + Math.random()/10; sty[i] = 0.7 + Math.random(); doc_width = self.innerWidth; doc_height = self.innerHeight; } if (flag[i]) dx[i] += stx[i]; else dx[i] -= stx[i]; if (Math.abs(dx[i]) > Math.PI) { yp[i]+=Math.abs(amy[i]*dx[i]); xp[i]+=amx[i]*dx[i]; dx[i]=0; flag[i]=!flag[i]; } document.layers["dot"+i].top = yp[i] + amy[i]*(Math.abs(Math.sin(dx[i])+dx[i])); document.layers["dot"+i].left = xp[i] + amx[i]*dx[i]; } setTimeout("snowNS()", speed); } function snowIE() { // IE main animation function for (i = 0; i < no; ++ i) { // iterate for every dot if (yp[i] > doc_height-50) { xp[i] = 10+ Math.random()*(doc_width-amx[i]-30); yp[i] = 0; stx[i] = 0.02 + Math.random()/10; sty[i] = 0.7 + Math.random(); flag[i]=(Math.random()<0.5)?1:0; doc_width = document.body.clientWidth; doc_height = document.body.clientHeight; } if (flag[i]) dx[i] += stx[i]; else dx[i] -= stx[i]; if (Math.abs(dx[i]) > Math.PI) { yp[i]+=Math.abs(amy[i]*dx[i]); xp[i]+=amx[i]*dx[i]; dx[i]=0; flag[i]=!flag[i]; } document.all["dot"+i].style.pixelTop = yp[i] + amy[i]*(Math.abs(Math.sin(dx[i])+dx[i])); document.all["dot"+i].style.pixelLeft = xp[i] + amx[i]*dx[i]; } setTimeout("snowIE()", speed); } if (ns4up) { snowNS(); } else if (ie4up) { snowIE(); } // End --> </script> <!-- begin code provided by createblog.com --> <STYLE TYPE="text/css">p {align=justify} BODY{cursor: url(http://www3.telus.net/public/estamacy/cursor.cur);} a {cursor: url(http://www3.telus.net/public/estamacy/cursor.cur);} </STYLE> <!-- end code provided by createblog.com --><body ONCONTEXTMENU="return false" dir="rtl"><DIV DIR="LTR"> <s sey i could'nt put a scool bar 4 u.
now if u want layouts laeve some comments bye.
<style type="text/css"> /* Breakfast At Tiffany's by Drmstwizard */ /* Blogring.net */ table.blogbody, div.blogheader, .caption{ width:438; } td.maincenter { text-align:center; } body { background-color: #D7E4E9; background-attachment: fixed; scrollbar-Arrow-Color: #83ACBB; scrollbar-Track-Color: #D7E4E9; scrollbar-Shadow-Color: #ACC6D0; scrollbar-Face-Color: #D7E4E9; scrollbar-Highlight-Color: #ACC6D0; scrollbar-darkshadow-color: #83ACBB; scrollbar-3dLight-Color: #83ACBB; font-family: times new roman; font-size:11px; } table.navigation, table.footer { display: none; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p, .content, .smalltext { /* edits main text */ font:12px times new roman; line-height: 10px; color: #83ACBB; text-align:justify; } table.blogbody tr td { /* entry margins */ width:0px; } a:link{ /* edit the links */ color: #FFFFFF; text-decoration: none; } a:visited{ /* edit visited links */ color: #FFFFFF; text-decoration: none; } a:hover { color:#181D2E; } 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 #83ACBB; font:normal 10px times new roman #83ACBB; background-color: #ACC6D0; letter-spacing:0px; color:#83ACBB; } div.blogheader, .caption { /* edit the dates */ font-family:times new roman; text-transform:uppercase; font-size:20px; font-weight:bold; color:#D7E4E9; background-color: #D7E4E9; text-align: right; padding-bottom:3px; padding-top:30px; width: 500px; height: 65px; background-image:url(http://img5.photobucket.com/albums/v14/bubblegum/xanga/alisonxanga3dates.png); } table.blogbody { /* edits your blog or entry space */ background-color:#D7E4E9; width:500px; border: 1px solid #83ACBB; border-width: 0px 1px 1px 1px; } table.left { /* this edits the menu module */ width:176; background-color: #ACC6D0; border:0px; text-align:justify; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-color: #FAE3B2; background-image:url(http://img5.photobucket.com/albums/v14/bubblegum/xanga/alisonxanga3headers.png); width:100; font-family:times new roman; text-transform:uppercase; font-size:16px; font-weight:bold; color:#D7E4E9; border: 0px; text-align: right; padding-top:50px; padding-bottom: 3px; width: 176px; height: 65px; } table.left TD { /* on your menu module, this edits the body part of it */ background-color: #D7E4E9; color: #83ACBB; width:176; text-align:justify; border: 1px solid #83ACBB; border-width: 0px 1px 1px 1px; } hr { color: #83ACBB; } table.container{ width:725; background-color:#ACC6D0; border:1px solid #83ACBB; } td.banner{ border-bottom:1px solid #83ACBB; text-align:left; width:640; height:251; } th.left b{ font-weight:normal; } </style> <table class="container" align="center" cellspacing="0" cellpadding="0"> <tr><td class="banner" style="padding:0px;"> <img src="http://img5.photobucket.com/albums/v14/bubblegum/xanga/alisonxanga3header.png"> <div class="navigation"> <a href="http://xanga.com/">Xanga</a> | <a href="http://xanga.com/private/home.aspx">Private</a> | <a href="http://www.xanga.com/profile.aspx?user=YOURXANGA">Profile</a> | <a href="http://www.xanga.com/guestbook.aspx?user=YOURXANGA">Guestbook</a> | <a href="http://www.xanga.com/Private/SubscribeTo.aspx?user=YOURXANGA">Subscribe</a> | <a href="http://www.xanga.com/Private/feedback.aspx">Feedback</a> | <a href="http://www.xanga.com/signin.aspx">Signin</a> | <a href="http://www.xanga.com/logout.aspx">Logout</a> | </div>
<!-- begin code provided by theSuicideNote--> <div align=center> <!-- Layout**Loves an Excuse to get Hurt --> <IMG SRC="http://media.bigstep.com/shop/9/04/17850049/upload/1088138657312.jpg" WIDTH=650 HEIGHT=316 BORDER=0 ALT="" USEMAP="#conor_Map"> <MAP NAME="conor_Map"> <AREA SHAPE="rect" ALT="" COORDS="18,248,31,306" HREF="http://www.xanga.com/logout.aspx" TARGET="_self"> <AREA SHAPE="rect" ALT="" COORDS="18,213,31,242" HREF="http://www.xanga.com/private" TARGET="_self"> <AREA SHAPE="rect" ALT="" COORDS="18,159,31,206" HREF="http://www.xanga.com/CLAF/default.asp" TARGET="_self"> <AREA SHAPE="rect" ALT="" COORDS="17,86,32,153" HREF="http://www.xanga.com/Private/SubscribeTo.aspx?user=USERNAME" TARGET="_self"> <AREA SHAPE="rect" ALT="" COORDS="17,32,32,79" HREF="http://www.xanga.com/signin.asp" TARGET="_self"> </MAP> <!-- End ImageReady Slices --> </div> <div style="position: static; margin-left: -235px; margin-top: -290px; border: none; width: 290px; height: 280px; background: none; overflow: auto; filter: chroma(color=#FFFFFF)"> <style type="text/css"> /* Loves an Excuse to get Hurt by theSuicideNote */ /* Blogring.net */ table.left, td.mainleft, table.navigation, table.search, #SearchBar1_pnlYouAreHere, table.footer TD {display: none;} body { background: #ffffff url(""); background-attachment:; background-position: center; background-repeat: no-repeat; scrollbar-arrow-color: #FFFFFF; scrollbar-track-color: #FFFFFF; scrollbar-shadow-color: #FFFFFF; scrollbar-face-color: #FFFFFF; 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 verdana; line-height: 10px; color: #000000; letter-spacing: 0px; text-align: left; } div.blogheader, .caption { /* edits the dates */ font-family: impact; text-transform: uppercase; font-size: 21px; line-height: 10px; font-weight: none; color: #000000; letter-spacing: 0px; background-color: #transparent; text-align: center; } 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: #A9ACD5; cursor: ne-resize; text-decoration: none; } input, select, textarea, iframe.htmleditor, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #A9ACD5; font: normal 11px verdana; background-color: #FFFFFF; color: #000000; letter-spacing: 0px; } table.blogbody { /* this edits the other the place where the blog is */ background: #transparent; width: 290px; } hr { /* horizontal divider */ border: 1px solid #A9ACD5; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #FFFFFF; border: 1px solid #A9ACD5; } 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: #A9ACD5} </style> <!-- end code provided by theSuicideNote -->
<center><img src="http://www.pix8.net/getimg.php?img=auction4.jpg" border="0" usemap="#fragile"> <map name="fragile"> <area href="http://www.xanga.com/" shape="rect" coords="82, 320, 112, 326" alt="home"> <area href="http://www.xanga.com/private/home.aspx" shape="rect" coords="114, 320, 164, 326" alt="yourxanga"> <area href="http://www.xanga.com/CLAF/default.asp"shape="rect" coords="166, 320, 213, 326" alt="customize"> <area href="http://www.xanga.com/Private/subs.aspx" shape="rect" coords="215, 320, 276, 326" alt="subscriptions"> <area href="http://www.xanga.com/private/SubscribeTo.aspx?user=YOURUSERNAME" shape="rect" coords="278, 320, 323, 326" alt="subscribe"> <area href="http://www.xanga.com/signin.aspx" shape="rect" coords="325, 320, 352, 326" alt="signin"> <area href="http://www.xanga.com/logout.aspx" shape="rect" coords="354, 320, 388, 326" alt="signout"> </map> <style type="text/css"> /* Fragile Heart Stylesheet */ /* by Vicky Chen (xanga.com/noonereally_cares) */ /* <a href='http://BlogRing.Net' target='_blank'>http://BlogRing.Net</a> */ body { background-color: #A50C2A; scrollbar-3dlight-color: #FF3D5F; scrollbar-arrow-color:#B14D71; scrollbar-darkshadow-color:#FF3D5F; scrollbar-face-color:#FF3D5F; scrollbar-highlight-color:#FF3D5F; scrollbar-shadow-color:#FF3D5F; scrollbar-track-color:#B14D71; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 9px Microsoft Sans Serif; line-height:11px; color:FEACDC; 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:century gothic; text-transform:uppercase; font-size:9px; line-height:10px; font-weight:normal; color:#A50C2A; letter-spacing:0px; background-color: transparent; text-align: center; padding-top: 2px; padding-bottom: 2px; width: 500px; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:#F45685; text-decoration: none; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#F45685; text-decoration: none; } a:hover { /* edits when user mouseovers the links */ color:#FD9789; 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.blogbody { /* this edits the other the place where the blog is */ border: 0px solid c0c0c0; background-color: transparent; width:500px; padding-left: 2px; padding-right: 2px; } 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.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 500px; } hr { /* horizontal divider */ border: 1px solid #FCEBFF; } .leftmoduletitlebar, .leftmoduleborder, .leftmoduleinterior, table.left, table.left TH, table.left TD, table.navigation, table.footer, hr, table.search, #SearchBar1_pnlYouAreHere {display: none;} table.blogbody tr td { width:0px; padding: 2px; border-right: 0px solid #ffffff; border-bottom: 0px solid #fffffff; } b{ color: #FF97B6;} </style> <div align=left style="position:static; margin-left:10px;margin-top: -235px;border: 0px solid #000000; width: 500px; height: 300px;background: none;">
<!-- 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 -->
<script language=javascript> document.title=(‘Draco by LoveLij') </SCRIPT> <style type="text/css"> #rblEprops, #pnlEnabled table, #pnlEprops table { width: 100% !important; } texttable.left, td.mainleft, table.left, table.navigation, table.footer, table.search { display: none; } table.header, table.main, table.footer, table.navigation{ /* edit width */ width:345; } table.blogbody, div.blogheader, .caption{ width:345; } body { background-color: #000000; scrollbar-arrow-color: #000000; scrollbar-track-color: #000000; scrollbar-shadow-color: #000000; scrollbar-face-color: #000000; scrollbar-highlight-color: #000000; 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:12px; color:FFFFFF; letter-spacing:0px; text-align:left; } div.blogheader, .caption { /* edits the dates */ font-family:arial; text-transform: capitalize; font-size:12px; line-height:15px; font-weight:bold; color: #E0E0E0; letter-spacing:0px; background-color: transparent; text-align: center; } A:link {font-family:arial; color: #006600; font-size: 7pt; font-weight: none; letter-spacing: none } A:visited {font-family:arial; color: #006600; font-size: 7pt; font-weight: none; letter-spacing: none} A:active {font-family:arial; color: #006600; font-size: 7pt; font-weight: none; text-decoration: none; letter-spacing: none} a:hover { /* edits when user mouseovers the links */ color: #009900; text-decoration: hand; } input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #000000; font:normal 11px verdana; background-color: FFFFFF; letter-spacing:0px; color: #000000; } table.blogbody { /* this edits the other the place where the blog is */ border: 0px solid 000000; background-color: transparent; width:345px; } table.right th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ font-family:verdana; font-size:12px; font-weight:bold; background-color: transparent; text-transform: capitalize; color: #000000; border: none; } table.left TD { /* on your menu module, this edits the body part of it */ background-color: transparent; border: none; } 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: 360px; } div.blogspace { width:360px; height:470px; margin-left:500px; margin-top:-570px; overflow:auto; background-color:transparent; scrollbar-face-color: #EDEDED; scrollbar-shadow-color: #EDEDED; scrollbar-highlight-color: #EDEDED; scrollbar-3dlight-color: #EDEDED; scrollbar-darkshadow-color: #EDEDED; scrollbar-track-color: #EDEDED; scrollbar-arrow-color: #EDEDED; FILTER: chroma(color=#EDEDED) allowTransparency; </style> <IMG SRC="http://img78.photobucket.com/albums/v297/LoveLij2/draco.jpg" WIDTH="900" HEIGHT="641" BORDER="0" USEMAP="#Gone"> <MAP NAME="Draco"> <AREA SHAPE="rect" COORDS="101,607,162,625" HREF="http://www.xanga.com/signin.aspx"> <AREA SHAPE="rect" COORDS="177,608,235,624" HREF="http://www.xanga.com/profile.aspx?user=UN"> <AREA SHAPE="rect" COORDS="248,606,345,624" HREF="http://www.xanga.com/guestbook.aspx?user=UN"> <AREA SHAPE="rect" COORDS="357,608,443,624" HREF="http://www.xanga.com/private/SubscribeTo.aspx?user=UN"> <AREA SHAPE="rect" COORDS="455,608,535,624" HREF="http://www.xanga.com/logout.aspx"> <AREA SHAPE="rect" COORDS="548,608,612,624" HREF="http://www.xanga.com/private/home.aspx?"> <AREA SHAPE="rect" COORDS="623,608,743,624" HREF="http://www.xanga.com/private/subs.aspx"> <AREA SHAPE="rect" COORDS="755,608,880,624" HREF="http://www.xanga.com/CLAF/default.asp"> </MAP> <div align="center" class="blogspace">
<center> <img src="http://andyvn.ath.cx/Desktops/640/Dashboard.jpg"> <style type="text/css"> /* Dashboard Confessional StyleSheet */ /* by chelsea */ /* <a href='http://BlogRing.Net' target='_blank'>http://BlogRing.Net</a> */ body { background-color: #000000; scrollbar-arrow-color: #0099CC; scrollbar-track-color: #000000; scrollbar-shadow-color: #ffffff; scrollbar-face-color: #000000; scrollbar-highlight-color: #000000; scrollbar-darkshadow-color: #cccccc; scrollbar-3dlight-color: #ffffff; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 11px arial; line-height:10px; color:#0099CC; 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:palatino; text-transform:lowercase; font-size:20px; font-weight:bold; color:#CCCCCC; letter-spacing:0px; background-color: #000000; text-align: left; padding: 10px; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:#ffffff; font:normal 11px arial;line-height:10px; text-decoration: none; } 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:#0099CC; font:normal 11px arial; line-height:10px; cursor: ne-resize; text-decoration: none; background-color:#cccccc; } input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #0099CC; font:normal 11px arial; background-color: #000000; letter-spacing:1px; } table.left { /* this edits the menu module */ border: 1px solid #0099CC; width:160px; background-color: #000000; } table.blogbody { /* this edits the other the place where the blog is */ border: 1px solid #0099CC; 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 palatino; text-transform: lowercase; color: #CCCCCC; 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: #cccccc; border: 1px solid #000000; } 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>
<style type=text/css> /*Enjoyable Taste by mz_dOrkee_jEnnii*/ /* Blogring.net */ /* remove regular modules */ texttable.left, td.mainleft, table.left, table.navigation, table.footer, table.search{display:none} table.tr td {width:0px; padding: 0px;} /* edit to your liking */ table.module { border: 1px solid #0DC2C9; width: 150px; background-color: transparent; background-image: url('http://hompyc.sayclub.co.kr/files/hp/blob6/245/424/37/37424245/article/11/713/112/112713011/2/background.jpg'); background-repeat: repeat; background-position: top center; } table.module th { background-color: transparent; font: 8pt arial; text-transform: none; color: #000000; border: none; background-image: url(''); background-repeat: repeat; background-position: center center; } table.module td {color: #000000; text-align: justify; border: none; background-image: none; } table.main {color: #000000; width: 325px; } </style> <STYLE TYPE="text/css"><!-- BODY #pnlEnabled table, #htmleditor, #lblTimeZone, #pnlEprops, #rblEprops {width: 325px;} .table.navigation, #rblEprops{display: none;} #pnlEnabled table, #htmleditor, #lblTimeZone, #pnlEprops, #rblEprops {width: 325px;} </style> <STYLE TYPE="text/css"> table.footer { display:none } table.navigation { display:none } </style> <style type="text/css"> <!-- body, div, p, td, html, module, table { font-family: "arial"; text-align: justify; font-color: #000000; line-height: 10px; font-size: 8pt; letter-spacing: .5pt; word-spacing: 2px; } --> </style> <style> input,textarea,select {border:1px; background-color:ffffff; font-family:arial; font-size: 8pt; color:63728F; border:1 solid #000000 </style> <style type="text/css"> BODY { direction:; background-attachment:fixed; scrollbar-arrow-color: 0FC0D5; scrollbar-track-color: ffffff; scrollbar-face-color: ffffff; scrollbar-highlight-color: ffffff; scrollbar-3dlight-color: 0FC0D5; scrollbar-darkshadow-color: 0FC0D5; scrollbar-shadow-color: 0FC0D5;} --> </STYLE> <STYLE type="text/css"> <!-- A:link{color:0FC0D5; font-family: arial; font-weight: normal; font-size: 8pt;} A:visited{color:0FC0D5; font-family: arial; font-weight: normal; font-size: 8pt;} A:active{color:0FC0D5; font-family: arial; font-size: 8pt;} A:hover{color:F05757; 8pt; font-weight: normal; font-family: arial; text-transform: uppercase;} font-size: 8pt; letter-spacing: px; font-family: arial;} body {font-family: arial; text-align: justify; font-size: 8pt;} background-color:#} --> </style> <STYLE> /*top bar remover - xanga.com/add_ons*/ table.navigation {display: none;};</STYLE> <font=8pt arial> <center><div id="image" style="align: center;filter: chroma(color=#FFFFFF) allowTransparency;"> <img name="oceanz1" src="http://hompyc.sayclub.co.kr/files/hp/blob6/245/424/37/37424245/article/11/713/112/112713011/enjoyable.gif" width="900" height="675" border="0" usemap="#m_oceanz1" alt=""><map name="m_oceanz1"> <area shape="rect" coords="737,554,807,576" href="http://www.xanga.com/private/home.aspx" target="_self" title="Private" alt="Private" > <area shape="rect" coords="732,525,793,545" href="www.xanga.com" target="_self" title="Xanga" alt="Xanga" > <area shape="rect" coords="734,498,869,518" href="http://www.xanga.com/Private/subs.aspx" target="_self" title="Subscriptions" alt="Subscriptions" > <area shape="rect" coords="735,467,805,489" href="http://www.xanga.com/profile.aspx?user=username" target="_self" title="Profile" alt="Profile" > <area shape="rect" coords="735,438,823,460" href="http://www.xanga.com/Private/feedback.aspx" target="_self" title="Feedback" alt="Feedback" > <area shape="rect" coords="734,411,809,431" href="http://www.xanga.com/Private/SubscribeTo.aspx?user=username" target="_self" title="Add me" alt="Add me" > <area shape="rect" coords="734,382,817,404" href="http://www.xanga.com/logout.asp" target="_self" title="Sign out" alt="Sign out" > <area shape="rect" coords="731,353,806,373" href="http://www.xanga.com/signin.aspx" target="_self" title="Sign in" alt="Sign in" > <area shape="rect" coords="734,324,872,347" href="http://www.xanga.com/CLAF/default.asp" target="_self" title="Look and Feel" alt="Look and Feel" > </map> <div id="content" style="margin-left: 235px; margin-top: -375px; width: 350px; height: 270px; overflow: auto;">
<style type="text/css"> /*Wish you were here...*/ /*kristina (xanga.com/thatsjustpeachy)*/ /*http://blogring.net*/ body { background-color: #ffffff; scrollbar-arrow-color: #FF9933; scrollbar-track-color: #ffffff; scrollbar-shadow-color: #FF9933; scrollbar-face-color: #ffffff; scrollbar-highlight-color: #ffffff; scrollbar-darkshadow-color: #FF9933; scrollbar-3dlight-color: #ff6600; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font: 11px century gothic; line-height:15px; color: #FF9933; letter-spacing:0px; text-align:justify; } .blogbody b, .standard b, p b, strong { /* edits bolded text in your entry */ font-weight: bold; color: #ff6600; } table.footer TD { /* this makes the footer at the bottom centered */ /* leave it alone unless you know what to do*/ text-align: left; } div.blogheader, .caption { /* edits the dates */ font-family: century gothic; text-transform: lowercase; font-size:12px; font-weight: bold; line-height: 13px; color: #ff6600; background-color: transparent; text-align: left; border-bottom: 3px solid #ff6600; } a:link, .footernav.link, a.footernav:link, a.footernav:active { color: #ff6600; font: 11px century gothic;line-height:13px; text-decoration: none; } a:visited, a.footernav:visited, { color: #ff6600; font: 11px century gothic; line-height:13px; text-decoration: none; } a:hover { color: #FF9933; height: 11px; border-bottom:1px dotted #FF9933; cursor:sw-resize; } input, select, textarea, .textfield, .button { /* edits buttons, dropdowns, etc. */ border: 1px dashed #FF9933; font: 10px century gothic; background-color: #FF9933; letter-spacing:0px; color: #FFFFCC; } table.blogbody { /* where the blog is */ width:380px; border: 0px dashed #FF9933; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px solid #FF9933; } table.navigation, table.main { /* the width of your blog with modules */ width: 380px; } .leftmoduletitlebar, .leftmoduleborder, .leftmoduleinterior, table.left, table.left TH, table.left TD, table.navigation, table.footer,{display: none;} </style> <MAP NAME='imgmap'> <AREA SHAPE='rect' COORDS='137,8,470,46' HREF='http://www.xanga.com/private/home.aspx' ALT='your xanga'> <AREA SHAPE='rect' COORDS='177,55,299,85' HREF='http://www.xanga.com/CLAF/default.asp'' ALT='CLAF'> <AREA SHAPE='rect' COORDS='158,98,346,130' HREF='http://www.xanga.com/guestbook.aspx?user=USERNAME' ALT='guestbook'> <AREA SHAPE='rect' COORDS='159,141,361,208' HREF='http://www.xanga.com/Private/subs.aspx'' ALT='your subscriptions'> <AREA SHAPE='rect' COORDS='182,224,360,295' HREF='http://www.xanga.com/private/SubscribeTo.aspx?user=USERNAME' ALT='subscribe to me'> <AREA SHAPE='rect' COORDS='191,304,315,341' HREF='http://www.xanga.com/signin.aspx' ALT='login'> <AREA SHAPE='circle' COORDS='356,362,37' HREF='http://www.xanga.com' ALT='xanga'> <AREA SHAPE='rect' COORDS='239,427,691,467' HREF='http://www.xanga.com/USERNAME' ALT='wish you were here...'> <AREA SHAPE='rect' COORDS='792,448,829,457' HREF='http://www.xanga.com/thatsjustpeachy' ALT='click'> </MAP> <IMG SRC='http://img31.photobucket.com/albums/v94/topaz89/wish_you_were_here.png' border=0 width=883 height=525 USEMAP='#imgmap'> <div id="content" style=" margin-top: -485px; margin-left: 405px; height:385px; width:421px; overflow:auto;"> <!--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>
<img src="http://img22.imageshack.us/img22/1434/forgetabout.jpg" width=600 height=450 border=0 ismap usemap="#forgetabout.jpg"> <map name="forgetabout.jpg"> <area shape="rect" coords="526,425,588,440" href="http://www.xanga.com/claf/"> <area shape="rect" coords="429,427,489,442" href="http://www.xanga.com/Private/SubscribeTo.aspx?user=USERNAME"> <area shape="rect" coords="342,426,399,444" href="http://www.xanga.com/default.aspx?mode=logout"> <area shape="rect" coords="261,431,317,442" href="http://www.xanga.com/private"> </map> <div align=left> <div style="margin-top: -340px; margin-left: 475px; width:279px;overflow: auto; height:278px; background-color: transparent"> <style type="text/css"> /* One Of Those Days... Stylesheet */ /* by Ginny (xanga.com/sexyspinningsprees) */ /* <a href='http://BlogRing.Net' target='_blank'>http://BlogRing.Net</a> */ table.left, td.mainleft, table.navigation, table.footer, table.search, #SearchBar1_pnlYouAreHere {display: none;} body { background-color: #000000; scrollbar-arrow-color: #A55555; scrollbar-track-color: #000000; scrollbar-shadow-color: #000000; scrollbar-face-color: #000000; scrollbar-highlight-color: #A55555; scrollbar-darkshadow-color: #A55555; scrollbar-3dlight-color: #000000; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 12px verdana; line-height:12px; color: #FFFFFF; letter-spacing:0px; text-align:left; } table.footer TD { /* this makes the footer at the bottom centered */ /* leave it alone unless you know what to do*/ text-align: left; } div.blogheader, .caption { /* edits the dates */ font-family:chiller; font-size:20px; line-height:21px; color:#FFFFFF; letter-spacing:0px; background-color: transparent; text-align: right; border: 1px solid #FFFFFF; } 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 */ color:#A55555; cursor: crosshair; text-decoration: none; } table.blogbody { /* this edits the other the place where the blog is */ border: 0px; background-color: transparent; width:240px; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 1px solid #FFFFFF; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 240px; } hr { /* horizontal divider */ border: 2px solid #FFFFFF; } </style>
<script>document.title="------------ E M O T I O N ------------- ";</script> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <div align=CENTER><div style="width: 800px; BACKGROUND: transparent; repeat: no-repeat;border: solid 0px #FFFFFF; height: 700px;padding-left: 0px;padding-right: 0px; padding-top: 0px; position:static;margin-top:-85px; margin-left:0px"> <IMG SRC='http://www.yoxio.com/img/52072.gif' border=0 width=700 height=675 USEMAP='#imgmap'> <MAP NAME='imgmap'> <AREA SHAPE='rect' COORDS='10,482,65,492' HREF='http://www.xanga.com/signin.asp'> <AREA SHAPE='rect' COORDS='69,482,149,492' HREF='http://www.xanga.com/CLAF/default.asp'> <AREA SHAPE='rect' COORDS='153,482,209,492' HREF='http://www.xanga.com/profile.aspx?user=USERNAME'> <AREA SHAPE='rect' COORDS='215,482,280,492' HREF='http://xanga.com/private/feedback.aspx'> <AREA SHAPE='rect' COORDS='285,482,360,492' HREF='http://www.xanga.com/guestbook.asp?user=USERNAME'> <AREA SHAPE='rect' COORDS='574,482,630,492' HREF='http://www.xanga.com/private/home.aspx'> <AREA SHAPE='rect' COORDS='640,482,698,492' HREF='http://www.xanga.com/logout.asp'> <AREA SHAPE='rect' COORDS='258,471,378,480' HREF='http://aethereality.net/'> </MAP> <style type="text/css"> /* Emotion by Moorepocket */ /* Blogring.net */ table.left, td.mainleft, table.navigation, table.search, #SearchBar1_pnlYouAreHere {display: none;} body { background: #FFFFFF url('none'); scrollbar-arrow-color:#CFC7EF; scrollbar-track-color:#FFF8FF; scrollbar-shadow-color:#CFC7EF; scrollbar-face-color:#FFF8FF; scrollbar-highlight-color:#CFC7EF; scrollbar-darkshadow-color:#CFC7EF; scrollbar-3dlight-color:#CFC7EF; background-position: top left; background-attachment:fixed; background-repeat:repeat; cursor:crosshair; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 11px century gothic; line-height:11px; color: #A02740; letter-spacing:0px; text-align:justify; } div.blogheader, .caption { /* edits the dates */ background-image:url('http://wwwpot.netlayout/noahd.gif'); width: 600px; background-color: transparent; font-family:century gothic; text-transform:capitalize; font-size:20px; line-height:20px; font-weight:bold; color:#CF486F; letter-spacing:2px; text-align: center } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:#993333; font: bold 11px century gothic; line-height:11px; text-decoration: none; } a:visited, a.footernav:visited { /* edits the links that the user has visited */ color:#993333; font:bold 11px century gothic; line-height:11px; text-decoration: none; } a:hover { /* edits when user mouseovers the links */ color:#993333; font:bold 11px century gothic; line-height:11px; cursor: move; text-decoration: underline overline; } input, select, textarea, iframe.htmleditor, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #993333; font:normal 10px century gothic; background-color: transparent; color:#993333; letter-spacing:0px; } table.blogbody { /* this edits the other the place where the blog is */ background: none; width: 600px; border: 1px solid #CF486F; border-width: 0px 0px 2px 2px; } hr { /* horizontal divider */ border: 1px solid #CC3366; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: none; border: 0px solid #CC3366; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px solid #993333; } 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: #CF486F} u { color: #FF99FF} i, em { color: #FF33FF} </style> <style></style> </div> <div style="width: 600px; BACKGROUND: transparent; repeat: no-repeat;border: solid 0px #FFFFFF; height: 100%px; padding-left: 0px; padding-right: 0px; padding-top: 0px; position:static; margin-top: -180px; margin-left: 40px; margin-right: 0px">
<style type="text/css"> /*The Reason I Smile*/ /*SHUSH_nd_LISTEN-(xanga/shush_nd_listen) */ /*http://blogring.net*/ #pnlEnabled table, .htmleditor { width:100% !important; } BODY { scrollbar-face-color: pnk; scrollbar-shadow-color: white; scrollbar-highlight-color: pink; scrollbar-3dlight-color: black; scrollbar-darkshadow-color: #CCCCCC; scrollbar-track-color: white; scrollbar-arrow-color: black; background-color: black; font-family: Arial; font-size:8pt; font-color: white; line-height: 12px; text-align: justify; } center, font{ font-family: Arial; font-size: 8pt; font-color: white; line-height: 12px;} table.left { background-color: black; border:0px; } table.left th { background-color: black; font: 12px arial; text-transform: lowercase; color: white; text-align: left; font-weight:bold; padding-top:0; padding-bottom:0; border-bottom: 1px solid white; } table.left TD { background-color: black; color: white; border: 0px; text-align:left; } .blogheader{ background-color: black; font: 12px arial; text-transform: lowercase; color: white; border: 0px; text-align: left; font-weight:bold; padding-left:4px; padding-top:0; padding-bottom:0; } .blogbody{ border-top: 1px solid white; color: white; background-color: black; } .blogbody td{ width: 0px; padding-left: 0px} input, select, menu, #htmleditor, textarea, .textfield, .button{ border: none; font-family:"arial"; font-size:8pt; font-color: white; line-height:12px; background-color: black; letter-spacing:0px; text-align: center; } .module, .module, .blogbody, table.footer, .standard, .modulemodulefontcolor, td, p, .content, .smalltext{ font:normal 11px arial; color: white; text-align:left; } STRONG{ COLOR: white; letter-spacing: 0pt; cursor: crosshair;} A:link{ text-transform: none; font-family:"arial"; text-decoration:none; font-weight:normal; font-size:8pt; color: pink; filter: none; height: 0; letter-spacing: 0px; } A:visited{ text-decoration:none; text-transform:none; font-family:"arial"; font-weight:normal; font-size:8pt; filter: none; height: 0; color: pink; letter-spacing: 0px; } a:active{ color: pink;} A:hover{ font-family:"arial"; font-sie:8pt; color: white; filter: none; height: 0; font-weight: normal; letter-spacing: 0px; text-decoration: none; } hr, table.footer, table.navigation, table.search, #SearchBar1_pnlYouAreHere{ display: none;} </style> <div style="width: 600px; border: 1px solid white; background-color: black; align: center"> <div style="border: 1px solid black;"> <img src="http://img78.photobucket.com/albums/v248/SHUSH_nd_LISTEN/Smile.jpg" width="600" height="249" border="0">
<style type="text/css"> /* [BMW] by [redxangelx07]*/ /* Blogring.net */ body { background-color: black; scrollbar-arrow-color: black; 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 { font: normal 10px verdana; line-height:13px; color: #CECBCE; text-align:justify; } .blogbody b, .standard b, p b, strong { font-weight: bold; color: #737173; } div.blogheader, .caption { font: bold 18px verdana; text-transform: uppercase; color: #CECBCE; letter-spacing:-1px; background-color: none; text-align: left; } div.smalltext { padding-top:15px; border-bottom: 1px solid #6B696B; } a:link, a:visited { color: #737173; font: bold 10px verdana; line-height:15px; text-transform: uppercase; } a:hover { color: white; cursor: ne-resize; } input, select, textarea, .textfield, .button { border: 1px solid #CECBCE; font: normal 11px verdana; color: #737173; background-color: black; letter-spacing:0px; } table.blogbody { border: 0px solid #CECBCE; background-color: none; } table.announcements { background-color: none; border: 1px solid #CECBCE; } table.announcements TH { border: 0px solid #CECBCE; } table.announcements TD { background-color: none; border: 1px solid #CECBCE; } table.blogbody tr td { width:0px; padding: 0px; } hr { border: 1px solid #737173; } #pnlEnabled table, #htmleditor, #lblTimeZone, #pnlEprops, #rblEprops, table.blogbody { width: 370px; } table.navigation,.#rblEprops, table.left, table.footer, table.search {display: none} </style> <table width=100%><TR><TD><CENTER> <IMG SRC="http://img9.imageshack.us/img9/9465/BMW7.jpg" WIDTH=725 HEIGHT=630 BORDER=0 ALT="" USEMAP="#BMW_Map"> <MAP NAME="BMW_Map"> <AREA SHAPE="rect" ALT="" COORDS="49,304,184,325" HREF="/logout.asp"> <AREA SHAPE="rect" ALT="" COORDS="49,275,185,296" HREF="/signin.aspx"> <AREA SHAPE="rect" ALT="" COORDS="47,244,184,265" HREF="/claf/default.asp"> <AREA SHAPE="rect" ALT="" COORDS="49,212,185,233" HREF="senduser.aspx?user=USERNAME"> <AREA SHAPE="rect" ALT="" COORDS="48,182,185,203" HREF="/Private/SubscribeTo.aspx?user=USERNAME" TARGET="_blank"> <AREA SHAPE="rect" ALT="" COORDS="48,150,184,172" HREF="/guestbook.aspx?user=USERNAME"> <AREA SHAPE="rect" ALT="" COORDS="47,119,183,142" HREF="/profile.aspx?user=USERNAME"> <AREA SHAPE="rect" ALT="" COORDS="50,90,183,110" HREF="/username"> </MAP> <div id="content" style=" margin-top:-575px; margin-left:222px; height:253px; width:405px; scrollbar-arrow-color: #CECBCE; scrollbar-track-color: black; scrollbar-shadow-color: black; scrollbar-face-color: black; scrollbar-highlight-color: black; scrollbar-darkshadow-color: black; scrollbar-3dlight-color: black; overflow:auto;">
<style type="text/css"> /*I'd Do Anything*/ /*SHUSH_nd_LISTEN-(xanga/shush_nd_listen) */ /* Blogring.net */ body { background-color: #FFFFFF; background-image: url("http://www.freewebs.com/shush_nd_listen/Butterfly%5FBground.JPG"); background-repeat: repeat-y; background-position: center right; scrollbar-arrow-color: #cc6699; scrollbar-track-color: #FFFFFF; scrollbar-shadow-color: skyblue; scrollbar-face-color: #FFFFFF; scrollbar-highlight-color: #FFFFFF; scrollbar-darkshadow-color: #FFFFFF; scrollbar-3dlight-color: #cc6699; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 8px arial; line-height:10px; color:skyblue; 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:centurygothic; text-transform:uppercase; font-size:16px; line-height:10px; font-weight:bold; color:skyblue; letter-spacing:0px; background-color: #ffffff; text-align: left; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:skyblue; font:normal 11px centurygothic;line-height:10px; text-decoration: none; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:skyblue; font:normal 11px centurygothic; line-height:10px; text-decoration: bold; } a:hover { /* edits when user mouseovers the links */ color: #cc6699; font:normal 11px centurygothic; line-height:10px; cursor: ne-resize; text-decoration: none; } input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #cc6699; font:normal 11px centurygothic; background-color: #FFFFFF; letter-spacing:0px; } table.left { /* this edits the menu module */ border: 1px solid #cc6699; width:160px; background-color: #FFFFFF; } table.blogbody { /* this edits the other the place where the blog is */ border: 0px solid #cc6699; 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://www.freewebs.com/shush_nd_listen/Butterfly%5FHeader.JPG); background-color: #FFFFFF; font: bold 11px centurygothic; text-transform: uppercase; color: white; border: none; } table.left TD { /* on your menu module, this edits the body part of it */ 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 #cc6699; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px solid #cc6699; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 500px; } hr { /* horizontal divider */ border: 1px solid ##cc6699; } </style> <p align=center><img src=http://www.freewebs.com/shush_nd_listen/Butterfly%5FBanner.JPG>
<style type="text/css"> /* We`re in Heaven Stylesheet */ /* by jennifer lee :] (xanga.com/xxstuckwithmexx) */ /* <a href='http://BlogRing.Net' target='_blank'>http://BlogRing.Net</a> */ body { background-color: #FFFFFF; scrollbar-arrow-color: #98C5E2; scrollbar-track-color: #FFFFFF; scrollbar-shadow-color: #ffffff; scrollbar-face-color: #ffffff; scrollbar-highlight-color: #ffffff; scrollbar-darkshadow-color: #FFFFFF; scrollbar-3dlight-color: #FFFFFF; cursor: crosshair } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 11px arial; line-height:10px; color: #345776; letter-spacing:0px; text-align: justify; } .blogbody b, .standard b, p b, strong { /* edits bolded text in your entry */ font-weight: bold; color: #00619B; } 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: 14px; text-transform: uppercase; color: #307BB6; line-height: 10px; font-weight: bold; font-variant: small-caps; letter-spacing:0px; background-color: transparent; text-align: middle; border-top: 1px solid #1973A8; border-bottom: none; border-right: none; border-left: none } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color: #1973A8; font: 12px arial; text-decoration: none } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ font: 11px arial; color: #4E8EB4; text-decoration: none } a:hover { /* edits when user mouseovers the links */ font: normal 13px verdana; color:#6497C0; cursor: w-resize; text-decoration: none; } input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: none; font: normal 11px arial; background-color: #FFFFFF; letter-spacing:0px; color: #5399C9; } table.left { /* this edits the menu module */ width: 0px; display:none; } table.blogbody { /* this edits the other the place where the blog is */ width: 290px; border: none; text-align: left; background-color: transparent } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ width: 0px; display:none; } table.left TD { /* on your menu module, this edits the body part of it */ width: 0px; display:none; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ display:none; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ display:none; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 50px; } hr { /* horizontal divider */ width: 100px; color: white; } </style> <style type="text/css">table.navigation, table.footer {display: none;} </style> <div align=center> <div style="height: 200px; width: 700px; background-color: transparent; border: none; repeat: no-repeat; height: -10px; padding-left: 0px; padding-right: 0px; padding-top: 0px; position: static; margin-top:-10px; margin-left: 50px"> <div id="scroll3" style="height:100%; width:700px; overflow:auto"> <center><span><font color=#1973A8> + <a href="http://www.xanga.com/login.aspx">SiGN iN</a> + <a href="http://www.xanga.com/private">Y0UR XANGA</a> + <a href="http://www.xanga.com/CLAF/default.asp">CLAF</a> + <a href="http://www.xanga.com/profile.aspx?user=USERNAME">PR0FiLE</a> + <a href="http://www.xanga.com/private/Subscribeto.aspx?user=USERNAME">SUBSCRiBE<3</a> + <a href="http://www.xanga.com/logout.aspx">SiGN 0FF</a> +</center></font> <img SRC="http://img69.photobucket.com/albums/v211/stuckwithme/heavenlayoutbyjenn.jpg" BORDER=0 USEMAP="#fine"> <map name="fine"> </map> </DIV> <div align=left> <DIV style="margin-top: -460px; margin-left: 340px; width: 330px; height: 370px; OVERFLOW: auto; background-color: transparent">
<style type="text/css"> /* - 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> <style type="text/css"> /* Ultimate Lamborghini by De112*/ /* Blogring.net */ body { background-color: #000000; scrollbar-arrow-color: #000000; scrollbar-track-color: #000000; scrollbar-shadow-color: #E5AA29; scrollbar-face-color: #E5AA29; scrollbar-highlight-color: #000000; scrollbar-darkshadow-color: #E5AA29; scrollbar-3dlight-color: #000000; cursor: crosshair; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { font: normal 11px Trebuchet MS; line-height:20px; color: #E5AA29; text-align:justify; } div.blogheader, .caption { font: normal 18px Courier; text-transform:uppercase; color: #E5AA29; letter-spacing:0px; background-color: none; text-align: left; } a:link, a:visited { color: #E5AA29; font: normal 11px Trebuchet MS; line-height:20px; text-decoration: none; text-transform: uppercase; } a:hover { color: #E5AA29; } input, select, textarea, .textfield, .button { border: 1px solid #E5AA29; font: normal 11px Trebuchet MS; color: #E5AA29; background-color: #000000; letter-spacing:0px; } table.blogbody { border: 0px solid #E5AA29; background-color: none; } table.announcements { background-color: none; border: 1px solid #E5AA29; } table.announcements TH { border: 0px solid #E5AA29; } table.announcements TD { background-color: none; border: 1px solid #E5AA29; } .blogbody b, .standard b, p b, strong { font-weight: bold; color: #E5AA29; } table.blogbody tr td { width:0px; padding: 0px; } hr { border: 1px solid #E5AA29; } #pnlEnabled table, #htmleditor, #lblTimeZone, #pnlEprops, #rblEprops, table.blogbody { width: 342px; } table.navigation,.#rblEprops, table.left, table.footer, table.search {display: none} </style> <table width=100%><TR><TD><CENTER><TABLE><TR><TD> <img src="http://img29.imageshack.us/img29/1739/diablo7800.jpg" width="800" height="600" border="0" alt="" usemap="#diablo7800_Map"> <map name="diablo7800_Map"> <area shape="rect" alt="" coords="621,532,791,573" href="www.xanga.com/de112"> <area shape="rect" alt="" coords="735,47,791,75" href="http://www.xanga.com/signin.aspx"> <area shape="rect" alt="" coords="699,75,772,102" href="http://www.xanga.com/default.aspx?mode=logout"> <area shape="rect" alt="" coords="646,103,703,140" href="http://www.xanga.com/claf/default.asp"> <area shape="rect" alt="" coords="586,75,657,102" href="http://www.xanga.com/USERNAME"> <area shape="rect" alt="" coords="569,47,613,75" href="http://www.xanga.com/private/SubscribeTo.aspx?user=USERNAME"> </map> <div id="content" style=" margin-top: -520px; margin-left: 53px; height:375px; width:375px; scrollbar-arrow-color: #000000; scrollbar-track-color: #000000; scrollbar-shadow-color: #E5AA29; scrollbar-face-color: #E5AA29; scrollbar-highlight-color: #000000; scrollbar-darkshadow-color: #E5AA29; scrollbar-3dlight-color: #000000; overflow:auto;">
<div style="border: 1px solid #000000; width: 400px; background color: #FFFFFF"> <center><img src="http://img45.photobucket.com/albums/v137/koreantillidie2/blank.jpg"><br /></center> <style type="text/css"> /* Pictures Never Change */ /* by koreantillidie@xanga.com */ /* <a href='http://www.blogring.net' target='_blank'>http://www.blogring.net</a> */ body { background-color: #FFFFFF; scrollbar-arrow-color: #FFFFFF; scrollbar-track-color: #FFFFFF; scrollbar-shadow-color: #999999; scrollbar-face-color: #999999; scrollbar-highlight-color: #000000; scrollbar-darkshadow-color: #999999; scrollbar-3dlight-color: #999999; } .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: BernhardFashion BT; font-size:14px; font-weight: bold; line-height: 14px; color: 999999; letter-spacing: 2px; background-color: #FFFFFF; text-align: center; border: 1px solid #999999; padding-right: 3px; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:#999999; font:normal 11px arial;line-height:10px; text-decoration: none; } 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:#000000; font:bold 11px arial; line-height:10px; cursor: ne-resize; text-decoration: none; } input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #999999; font:normal 11px arial; background-color: #FFFFFF; letter-spacing:0px; } table.left { /* this edits the menu module */ border: 1px solid #999999; width:160px; background-color: #FFFFFF; } table.blogbody { /* this edits the other the place where the blog is */ border: 0px solid 000000; 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: #999999; font: bold 11px arial; text-transform: uppercase; color: #FFFFFF; border: none; } table.left TD { /* on your menu module, this edits the body part of it */ background-image: url(http://); 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 #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: 500px; } hr { /* horizontal divider */ border: 1px solid #999999; } body { background-color:#999999; background-repeat:repeat; background-position:center center; background-attachment:fixed } table.navigation, table.footer {display: none;}</style>
<script language=javascript> <style type=text/css> /*Dear Journal... by DcShoeChick13*/ /* Blogring.net */ } body {font:normal 11px century gothic; scrollbar-highlight-color: #FFFFFF; scrollbar-3dlight-color: #FFFFFF; scrollbar-shadow-color: #FFFFFF; scrollbar-darkshadow-color: #FFFFFF; scrollbar-arrow-color:#FDCCEA; scrollbar-face-color:#FDCCEA; scrollbar-track-color: #FFFFFF;} body {cursor: crosshair;} a:hover { color: black; font:bold 11px tahoma; line-height: 11px; text-decoration: underline; cursor: Crosshair; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { font:normal 11px century gothic; line-height:11px; color:#000000; letter-spacing:0px; text-align:justify; } div.blogheader, .caption { font-family: century gothic; text-transform: normal; font-size:11px; font-weight: bold; line-height: 11px; color: #CC6699; text-align: center; border-bottom-width:1px; border-bottom-style:solid; border-bottom-color:#CC6699; } a:link, .footernav.link, a.footernav:link, a.footernav:active { color:CC6699; font:bold 11px century gothic; line-height:11px; } a:visited, a.footernav:visited, { color:CC6699; font:bold 11px century gothic; line-height:11px; } table.navigation, table.footer, table.left, td.mainleft, table.search, #SearchBar1_pnlYouAreHere {display: none;} </style> <script> // By Paul Chen aka Coyote // Blogring.net width = 195; //change this value height = 180; //change this value if(location.pathname=='/item.aspx'){ var booga = document.getElementById('htmleditor') newBooga = '<ifr' + 'ame' + ' class=\"htmleditor\" frameborder=no width=\"' + width + '\" height=\"' + height + '\" ID=\"htmleditor\" scrolling=NO>'; booga.insertAdjacentHTML('afterEnd',newBooga); booga.removeNode(true); } </script> <!-- Created by CuteMAP --> <!-- Visit us at <a href='http://www.globalscape.com' target='_blank'>http://www.globalscape.com</a> --> <!-- Beginning of CSIM --> <IMG SRC="http://img16.imageshack.us/img16/2324/drjournallayoutcopy1.jpg" USEMAP="#drjournallayout copy.jpg" WIDTH=782 HEIGHT=580 BORDER=0> <MAP NAME="drjournallayout copy.jpg"> <AREA SHAPE=RECT COORDS="46,477,139,516" HREF="http://www.xanga.com/" TARGET="_self" ALT="xanga"> <AREA SHAPE=RECT COORDS="45,516,139,552" HREF="http://www.xanga.com/login.asp" TARGET="_self" ALT="sign in"> <AREA SHAPE=RECT COORDS="41,441,226,477" HREF="http://www.xanga.com/private/home.aspx" TARGET="_self" ALT="PRIVATE"> <AREA SHAPE=RECT COORDS="39,406,313,436" HREF="http://www.xanga.com/Private/SubscribeTo.aspx?user=YOUR USERNAME" TARGET="_blank" ALT="SUBSCRIBE"> <AREA SHAPE=RECT COORDS="38,371,131,405" HREF="http://www.xanga.com/claf" TARGET="_self" ALT="look n feel"> <AREA SHAPE=RECT COORDS="37,334,173,368" HREF="http://www.xanga.com/logout.asp" TARGET="_self" ALT="sign out"> </MAP> <!-- End of CSIM --> <style type="text/css"> <!-- BODY { scrollbar-face-color: #FFFFFF; scrollbar-shadow-color: #FFFFFF; scrollbar-highlight-color: #CC6699; scrollbar-3dlight-color: #FFFFFF; scrollbar-darkshadow-color: #FDCCEA; scrollbar-track-color: #FFFFFF; scrollbar-arrow-color: #CC6699; --> </style> <div id="content" style="margin-top: -490px; margin-left: 30%; width: 500px; height:350px; margin-right: 0%; margin-bottom: 0px; overflow: auto; filter: none;"> <style type="text/css"> table.left {visibility: hidden;} </style>
<script language=javascript> <html> <head> <title>Blogring Theme Tester</title> <script> var msg="__*0NE M0RE SAD S0NG "; function title() { document.title=msg; } title(); </script> <style type='text/css'> .mainleft { display:none; } </style> <center><img src=http://img24.imageshack.us/img24/7937/aam.JPG> <style type="text/css"> /* one more sad song */ /* by fatalkiss__x (xanga.com/x_all_cried_0ut_x) */ /* <a href='http://BlogRing.Net' target='_blank'>http://BlogRing.Net</a> */ body { border-top: 5px solid #000000; border-bottom: 5px solid #000000; scrollbar-arrow-color: #FFFFFF; scrollbar-track-color: #ffffff; scrollbar-shadow-color: #ffffff; 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 9px century gothic; 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 */ font: bold 16px arial; text-transform:lowercase; color:#000000; letter-spacing: 1px; background-color: #FFFFFF; text-align: right; border: 1px solid #000000; border-bottom: none; width: 400px; padding: 2px 2px 2px 6px; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color: #000000; font:bold 10px century gothic;line-height:10px; text-decoration: none; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color: #000000; font:bold 10px century gothic; line-height:10px; text-decoration: none; } a:hover { /* edits when user mouseovers the links */ border: 1 solid #000000; color:#000000; hecight: 0; cPADDING-TOP: 0px; PADDING-BOTTOM: 0px; PADDING-RiGHT: 2px; PcADDING-LEFT: 2px; text-align:justify; filter:progid:dximagetransform.microsoft. gradient(gradienttype=1,startcolorstr=#FFFFFF,endcolorstr=#0<br /><br /> <br /> <br />000000) font:normal 9px century gothic; line-height:10px; cursor:help; font-weight:bold; c} input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #000000; font:normal 9px century gothic; background-color: #FFFFFF; letter-spacing:0px; } table.blogbody { /* this edits the other the place where the blog is */ border-left: 1px solid #000000; border-right: 1px solid #000000; border-bottom: 1px solid #000000; border-top: 1px solid #000000; background-color: #ffffff; width:400px; } table.blogbody tr td { /* this edits the left margin of blog */ width:0px; padding: 0px; } table.blogbody div.smalltext{ /* this edits the blog entry footer */ text-align: right; padding-bottom: 7px; } table.left { /* this edits the menu module */ border: 1px solid #000000; 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-color: #FFFFFF; font: bold 9px century gothic; color: #000000; border: ffffff; text-align: left; height: 25px; padding: 0px; } table.left TD { /* on your menu module, this edits the body part of it */ background-color: #FFFFFF; border: none; text-align: left; margin-top: 3px; padding-bottom: 20px; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #FFFFFF; border: 1px solid #000000; } 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 { /* the width of your blog with modules */ width: 500px; } hr { /* horizontal divider */ border: 1px solid #000000; } table.navigation, table.footer {display: none;} </style> <!-- begin code provided by blogring.net --> <STYLE TYPE="text/css">p {align=justify} BODY{cursor: url(http://www3.telus.net/public/estamacy/cursor.cur);} a {cursor: url(http://www3.telus.net/public/estamacy/cursor.cur);} </STYLE> <!-- end code provided by blogring.net --> </div></center>
<script language=javascript> <center> <style type="text/css"> /* A WALK TO REMEMBER Stylesheet */ /* by kathryn (xanga.com/makeMEaL0ZER) */ /* <a href='http://www.blogring.net' target='_blank'>http://www.blogring.net</a> */ body{ background:black url("http://img78.photobucket.com/albums/v245/makemeal0zer/kiss.jpg"); background-repeat: no-repeat; background-attachment: fixed; background-position: bottom right; background-color: #000000; scrollbar-arrow-color: #ffffff; scrollbar-track-color: #000000; scrollbar-shadow-color: #000000; scrollbar-face-color: #0000; scrollbar-highlight-color: #000000; scrollbar-darkshadow-color: #000000; scrollbar-3dlight-color: #000000; cursor: ne-resize; } .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: justify; } div.blogheader, .caption { /* edits the dates */ font-family:arial; text-transform:uppercase; font-size:11px; line-height:20px; font-weight:bold; filter: alpha (opacity=100, finishopacity=0, style=2); height: 1px; background-color:white; color:gray; letter-spacing:1px; text-align: center; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:white; font:normal 11px arial; line-height:10px; text-decoration: none; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:gray; font:bold 11px arial; line-height:10px; text-decoration: line-through; } a:hover { /* edits when user mouseovers the links */ color: silver; border: 3px double white; height: 2px; font:normal 11px arial; line-height:10px; cursor: nw-resize; filter: blur(add=100, direction=180, strength=17.5); height: 0; background color: transparent; } input, select, textarea, iframe.htmleditor, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid white; font:normal 11px arial; background-color: transparent; letter-spacing:0px; } table.left { /* this edits the menu module */ border: 3px double white; width:160px; } table.blogbody { /* this edits the other the place where the blog is */ border: 3px double white; width:400px; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-color: white; filter: alpha (opacity=100, finishopacity=0, style=1) width:180px; font: bold 11px arial; line-height: 16px; text-transform: uppercase; color: gray; text-align: right; border: none; } table.left TD { /* on your menu module, this edits the body part of it */ background-color: #transparent; border: none; color: gray; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #transparent; border: 1px solid #000000; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px solid white; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 500px; } hr { /* horizontal divider */ border: 1px solid white; } </style> <img src="http://img78.photobucket.com/albums/v245/makemeal0zer/awalk.jpg"> <script>document.title="//_____________________ I'LL ALWAYS REMEMBER...";</script> <DIV style="border:1px solid white;width:653px; overflow:auto; height:340px;"> <center><font color=white><font face=arial><font size=2pts><b><narquee behavior=alternate direction=left scrollAmount=3 width="4%"><font face=Webdings>4</font></marquee><marquee scrollAmount=1 direction=left width="2%">| | |</marquee><font color=#FFF0F5><B> LOVE IS LIKE THE WIND, YOU CAN'T SEE IT BUT YOU CAN FEEL IT </b></font></b><font color=#FFF0F5><marquee scrollAmount=1 direction=right width="2%">| | |</marquee><marquee behavior=alternate direction=right scrollAmount=3 width="4%"><font face=webdings>3</font></marquee></font></b>
<script language=javascript> <CENTER><TABLE width=510 height=497 background="http://img40.photobucket.com/albums/v124/Jerzeyzfinest201/GucciLayout.jpg"> <TBODY> <TR> <TD width=200 height=40></TD> <TR> <TD width=0 height=1></TD><ILAYER> <TD width=0 height=1> <DIV style="OVERFLOW: auto; WIDTH: 330px; HEIGHT: 285px"> <div align=center> <div style="font-size: 8pt;"> <b> <a href="http://www.xanga.com/">Xanga.com </a>; <a href="http://www.xanga.com/private/home.aspx?">Home </a>; <a href="http://www.xanga.com/home.aspx?user=YOURUSERNAME">Refresh </a>; <a href="http://www.xanga.com/claf">Look&Feel </a>; <a href="http://www.xanga.com/private/subscribeto.aspx?user=YOURUSERNAME">Add Me</a>; <a href="http://www.xanga.com/private/subscriptions.aspx">My Subs</a>; <a href="http://www.xanga.com/guestbook.aspx?user=YOURUSERNAME">Sign Me </a> <br /> </b> <style type="text/css"> /* [Gucci] by [JerzeyzFinest201]*/ /* Blogring.net */ body { cursor:crosshair; background-color: #ffffff; scrollbar-arrow-color: #ffffff; scrollbar-track-color:#ffffff; scrollbar-shadow-color: #000000; scrollbar-face-color: #ffffff; 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 11px arial; line-height:11px; 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 */ font-family:arial; text-transform:lowercase; font-size:8pt; line-height:14px; font-weight:normal; filter:; height: 1px; width: 280px; background-color: #cccccc; color:#999999; letter-spacing:3px; text-align: right; border:1px solid #cccccc; border-width: 1px 1px 1px 1px; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:#666666; font:normal 11px arial; line-height:10px; text-decoration: none; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color: #666666; font:normal 11px arial; line-height:10px; text-decoration: none; } a:hover { /* edits when user mouseovers the links */ color: #ccccccc; background-color:none; height: 1px; font:normal 11px arial; line-height:10px; cursor:crosshair; letter-spacing:-1px; filter:none; border:0px solid; } input, select, textarea, iframe.htmleditor, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #cccccc; font:normal 11px arial; color: #999999; background-color: #ffffff; letter-spacing:0px; } table.left { /* this edits the menu module */ border: 1px solid #999999; width:140px; } table.blogbody { /* this edits the other the place where the blog is */ width:280px; border:1px solid #999999; background-image:none; background-repeat: no-repeat; background-position: bottom right; Background-color: #ffffff; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-color: #ffffff; width:140px; font: bold 11px arial; line-height: 11px; text-transform: UPPERCASE; color:; text-align: right; border: solid 0px #cccccc; border-bottom:solid 2px #cccccc; } table.left TD { /* on your menu module, this edits the body part of it */ background-color: #ffffff; border: none; color: #000000; } 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: 1px solid #cccccc; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width:200px; } hr { /* horizontal divider */ border: 1px solid #ffffff; } table.navigation, table.footer, { display:none;} .leftmoduletitlebar, .leftmoduleborder, .leftmoduleinterior, table.left, table.left TH, table.left TD, { display:none; } </style>
<script language=javascript> <CENTER><TABLE width=510 height=497 background="http://img40.photobucket.com/albums/v124/Jerzeyzfinest201/funinsun.png"> <TBODY> <TR> <TD width=160 height=120></TD> <TR> <TD width=0 height=1></TD><ILAYER> <TD width=0 height=1> <DIV style="OVERFLOW: auto; WIDTH: 330px; HEIGHT: 285px"> <div align=center> <div style="font-size: 8pt;"> <b> <a href="http://www.xanga.com/">Xanga</a>. <a href="http://www.xanga.com/private/home.aspx?">Home</a>. <a href="http://www.xanga.com/home.aspx?user=YOURUSERNAME">Refresh</a>. <a href="http://www.xanga.com/claf">Claf</a>. <a href="http://www.xanga.com/private/subscribeto.aspx?user=YOURUSERNAME">AddMe</a>. <a href="http://www.xanga.com/private/subscriptions.aspx">Subs</a>. <a href="http://www.xanga.com/guestbook.aspx?user=YOURUSERNAME">SignMe</a> <br /> </b> <style type="text/css"> /*Fun In The Sun Ft. Beyoncè (Vector)*/ /*by JerzeyzFinest201(xanga.com/jerzeyz_layoutz)*/ body { cursor:crosshair; background-color: #6699ff; scrollbar-arrow-color: #ffff00; scrollbar-track-color:#ffffff; scrollbar-shadow-color: #6699ff; scrollbar-face-color: #ffffff; scrollbar-highlight-color: #6699ff; scrollbar-darkshadow-color: #ffffff; scrollbar-3dlight-color: #6699ff; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 11px arial; line-height:11px; 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 */ font-family:arial; text-transform:lowercase; font-size:8pt; line-height:14px; font-weight:normal; filter:; height: 1px; width: 280px; background-color: #6699ff; color:#ffff00; letter-spacing:3px; text-align: right; border:1px solid #fffff00; border-width: 1px 1px 1px 1px; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:#6699ff; font:normal 11px arial; line-height:10px; text-decoration: none; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color: #6699ff; font:normal 11px arial; line-height:10px; text-decoration: none; } a:hover { /* edits when user mouseovers the links */ color: #ffff00; background-color:none; height: 1px; font:normal 11px arial; line-height:10px; cursor:crosshair; letter-spacing:-1px; filter:none; border:0px solid; } input, select, textarea, iframe.htmleditor, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #cccccc; font:normal 11px arial; color: #6699ff; background-color: #ffffff; letter-spacing:0px; } table.left { /* this edits the menu module */ border: 1px solid #999999; width:140px; } table.blogbody { /* this edits the other the place where the blog is */ width:280px; border:1px solid #ffff00; background-image:none; background-repeat: no-repeat; background-position: bottom right; Background-color: #ffffff; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-color: #ffffff; width:140px; font: bold 11px arial; line-height: 11px; text-transform: UPPERCASE; color:; text-align: right; border: solid 0px #ffff00; border-bottom:solid 2px #ffff00; } table.left TD { /* on your menu module, this edits the body part of it */ background-color: #ffffff; border: none; color: #000000; } 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: 1px solid #cccccc; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width:200px; } hr { /* horizontal divider */ border: 1px solid #ffffff; } table.navigation, table.footer, { display:none;} .leftmoduletitlebar, .leftmoduleborder, .leftmoduleinterior, table.left, table.left TH, table.left TD, { display:none; } </style>
<style type="text/css"> /* 50 Cent */ /* Created By Fourkilos Productions */ /* Found at Blogring.net */ body { background-color: #000000; scrollbar-arrow-color: #D7D7D7; scrollbar-track-color: #000000; scrollbar-shadow-color: #515151; scrollbar-face-color: #000000; scrollbar-highlight-color: #515151; scrollbar-darkshadow-color: #515151; scrollbar-3dlight-color: #515151; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 11px Trebuchet ms; line-height:14px; 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 */ width:465px; font-family:Trebuchet ms; text-transform:capitalize; font-size:14px; line-height:20px; font-weight:regular; color:#000000; letter-spacing:0px; text-align:center; background-image: url(http://img34.photobucket.com/albums/v103/jack_d_ripper/50tab.jpg); background-color: #Transparent; background-repeat: no-repeat; border: 0px solid #transparent; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:#000000; font:normal 11px Trebuchet ms; line-height:10px; text-decoration: none; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#000000; font:normal 11px Trebuchet ms; line-height:10px; text-decoration: none; } a:hover { /* edits when user mouseovers the links */ font:bold 11px Trebuchet ms; line-height:12px; cursor: crosshair; color:#D7D7D7; filter:shadow(color=#000000, strength=2, direction=135); } input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #000000; font:normal 11px Trebuchet ms; background-color: #000000; letter-spacing:0px; color: #000000; } table.left { /* this edits the menu module */ border: 0px solid #000000; width:160px; background-color: #Transparent; } table.blogbody { /* this edits the other the place where the blog is */ border: 0px solid 000000; border-width: 0px 0px 0px 0px; background-color: #transparent; width:465px; } 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 Trebuchet 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 #000000; } 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