Your Oh so tough..
But i want to be your first weakness ♥ xcellent_layouts
About this Entry
Posted by: yertough_tester

Original: 5/3/2005 5:21 PM
Views: 8
Comments: 4
eProps: 8

Read Comments
Post a Comment
Back to Your Xanga Site



Tuesday, May 03, 2005

 

<CENTER><FONT style="FONT-WEIGHT: regular; FONT-SIZE: 33pt; COLOR: #ffffff; LINE-HEIGHT: 40pt; FONT-FAMILY: arial; LETTER-SPACING: -3pt">Your Oh so tough..</head></font>
<CENTER><FONT style="FONT-WEIGHT: regular; FONT-SIZE: 33pt; COLOR: #ff0066; LINE-HEIGHT: 40pt; FONT-FAMILY: arial; LETTER-SPACING: -3pt">But i want to be your first weakness &hearts;</head></font>
<style type="text/css">
/* <span class='searchlite'>xciting colors</span> Stylesheet */
/* by tay (xanga.com/xcellent_layouts) */
/* <a href='http://BlogRing.Net' target='_blank'>http://BlogRing.Net</a> */
body {
background-color: #000000;
 background-image: url(http://tinypic.com/4u87c5);
 background-repeat: repeat;
 background-attachment: fixed;
 background-position: bottom right;
 background-color: #000000;
  scrollbar-arrow-color: #ff0066;
  scrollbar-track-color: #000000;
  scrollbar-shadow-color: #ff0066;
  scrollbar-face-color: #ff0066;
  scrollbar-highlight-color: #ff0066;
  scrollbar-darkshadow-color:#ff0066;
  scrollbar-3dlight-color: #ff0066;
}
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p {
/* edits main text */
  font:normal 11px arial;
  line-height:16px;
  color:#ff0066;
  letter-spacing:0px;
  text-align:justify;
}
.left B, { font: bold 11px arial; color: "#ffffff"; line-height: 16px;}
.blogbody b, .standard b, p b, strong {
/* edits bolded text in your entry */
font-weight: bold;
color: #ffffff;

}

table.footer TD {
/* this makes the footer at the bottom centered */
/* leave it alone unless you know what to do*/
  text-align: center;
}
div.blogheader, .caption {
/* edits the dates */
font-family: arial;
text-transform:uppercase;
font-size:18px;
line-height:18px;
font-weight:bold;
height: 1px;
color: #ffffff;
letter-spacing:1px;
text-align: right;
background-color: #transparent;
}
a:link, .footernav.link, a.footernav:link, a.footernav:active {
/* edits all links */
  color:#ff0066;
  text-decoration: none;
  font:normal 11px arial;
  line-height:16px;

  }
a:visited, a.footernav:visited,  {
/* edits the links that the user has visited */
  color: #ffffff;
  text-decoration: none;
  font:normal 11px arial;
  line-height:16px;

}
a:hover {
/* edits when user mouseovers the links */
  color:#CC66FF;
  text-decoration: reverse;
font:regular 11px arial;
  line-height:16px;
}
input, select, textarea, .textfield, .button {
/* this edits the buttons, dropdowns, etc. */
  border: 2px dashed #ff0066;
  font:normal 11px arial;
  background-color: #transparent;
  letter-spacing:0px;
  color: #ff0066;
  }
table.left {
/* this edits the menu module */
  border: 11px dotted #ff0066;
  width:160px;
  font:normal 11px arial;
  line-height:16px;
  }
table.blogbody {
/* this edits the other the place where the  blog is */
  border: 6px dashed #ff0066;
  background-color: #transparent;
  width:400px;
  font:normal 11px arial;
  line-height:10px;
  color: #ff0066;

  }
table.left th {
/* on your menu module, this edits the title part of it */
/* like BLOGRINGS, POSTING CALENDAR, etc */
  background-image: none;
  font: bold 11px arial;
  color: #ff0066;
  border: 2px dashed; #ff0066;
BORDER-BOTTOM: #ff0066; 2px dashed;
  }
table.left TD {
/* on your menu module, this edits the body part of it */
  background-image: none;
  background-color: #transparent;
  border: 2px dashed; #ff0066;
  font:normal 11px arial;
  line-height:16px;
  color: #ff0066;
 
}

table.search TD, table.search, table.announcements {
/* border of search bar (if you have it) */
  background-color: #transparent;
  border: 5px dotted#ff0066;
  }
table.search TD, table.announcements TH {
/* this should be left alone */
/* unless you know what to do */
  border: 5px dotted #ff0066;
  }
table.navigation, table.main, table.footer {
/* the width of your blog with modules */
  width: 500px;
  }
hr {
/* horizontal divider */
  border: 1px dotted #ff0066;
  }
</style>
<script language=JavaScript>
<!--
//blink boxes - xanga.com/add_ons
//by sean f http://www.xanga.com/seanmeister
//fixed to work with new security measures by
//hotaru_01 http://www.xanga.com/hotaru_01
// customize by changing the values below
// these are the various colors, in quotes, seperated by commas
var blinkColors = new Array("#ffffff","ff0066");
// the border color
var blinkBorderColor = "#000000"
// the border width, in pixels
var blinkBorderWidth = 3;
// the # of rows
var blinkRows = 2;
// the # of columns
var blinkCols = 1;
// the width of the entire box, in pixels or %
var blinkWidth = 690;
// the height of each row, in pixels
var blinkRowHeight = 8;
// speed of blinking, in milliseconds
var blinkRate = 4;
// do not edit below this line
st=setTimeout;
document.write("<table id='blinkbox' width='" + blinkWidth +"' border = 0 cellspacing='" + blinkBorderWidth + "' cellpadding=0 bgcolor='" + blinkBorderColor +"'>");
for (r = 0; r < blinkRows; r++){
document.write("<TR>");
for (c = 0; c < blinkCols; c++){
document.write("<TD height='" + blinkRowHeight + "'></TD>");
}
document.write("</TR>");
}
document.write("</table>");
// ... and this makes it blink
function blinkIt() {
changecell = Math.floor(Math.random() * (blinkCols * blinkRows));
changecolor = Math.floor(Math.random() * blinkColors.length);
bb = document.getElementById("blinkbox");
bbtd = bb.getElementsByTagName("td");
bbtd[changecell].style.backgroundColor = blinkColors[changecolor];
st('blinkIt()', blinkRate);
}
blinkIt();
//-->
</script>
<!-- End Script by Blogring.net -->
<a href="http://xanga.com/xcellent_layouts" target="_blank">xcellent_layouts</a><br />
<!-- End Script by Blogring.net -->

 Posted 5/3/2005 5:21 PM - 8 views - 4 comments

Give eProps or Post a Comment

4 Comments

Visit x_KelleyMarie_x's Xanga Site!
very cute layouts..love them. hope you don't mind if i use any!   A little girl named Chelsey Mcaun was killed in 1933, by a homicidal maniac who buried her alive while chanting a satanic chant. "Tomo sama te bilastat" those were the words spoken, and now you have read them... anyone who reads the chant will meet this small child. In the middle of the night she will be on your ceiling, as you sleep. she will suffocate you as she was suffocated.... unless you send this to at least 20 people before tommorow, so she will leave you be, for your kindness....
Posted 7/15/2005 12:47 AM by x_KelleyMarie_x - reply

Visit alice_ayres80's Xanga Site!
Very cute layouts, I love so many of them, and this one is no exception, however just wanted to let you know that you spelled "your" wrong, it should be "you're."
Posted 9/19/2005 1:15 PM by alice_ayres80 - reply

Visit Attitude_Ashley's Xanga Site!
very nice...hot one...i have looked at layouts all day pretty much and this one is one of em ive been looking for..it caught my eye..i love ur layouts
Posted 11/1/2005 10:52 PM by Attitude_Ashley - reply

Visit shortstop_britt02's Xanga Site!
sorry had to do this =)
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>Hope it works!
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>Supposedly The Phone Will Ring
>Right After You Do This.
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>Just read the little stories and
>think of a wish as you scroll all
>the way to the bottom. There is
>a message there - then make your
>wish.
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>No attachment on this one.
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>Stories
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>I'm 13 years old, and I wished
>that my dad would come home from
>the army, because he'd been having
>problems with his heart and right
>leg. It was 2:53 p.m . When I made
>my wish. At 3:07 p.m. (14 minutes
>later), the doorbell rang, and
>there my Dad was, luggage and all!!
>
>
>
>
>
>
>
>
>
>I'm Katie and I'm 20 and I've been
>having trouble in my job and on the
>verge of quitting. I made a simple
>wish that my boss would get a new
>job. That was at 1:35 and at 2:55
>there was an announcement that he
>was promoted and was leaving for
>another city. Believe me...this
>really works!!!
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>My name is Ann and I am 45 years
>of age. I had always been single
>and had been hoping to get into a
>nice, loving relationship for many
>years. While kind of daydreaming
>(and right after receiving this email)
>I wished that a quality person would
>finally come into my life. That was at
>9:10 AM on a twist it tuesday. At 9:55 AM
>a FedEx delivery man came into my
>office.He was cute, polite and
>could not stop smiling at me. He
>started coming back almost everyday
>(even without packages) and asked me
>out a week later. We married 6
>months later and now have been
>happily married for 2 years.
>
>
>
>What a great hit me up was!!
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>Just scroll down to the end, but
>while you do, think of a wish.
>Make your wish when you have completed
>scrolling. Whatever age you are, is the
>number of minutes it will take for your
>wish to come true. ex.you are 25 years
>old, it will take 25 minutes for your wish
>to come true).
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>However, if you don't send this to
>people in 5 minutes, you will have bad
>luck for years!!
>
>
>
>Go for it!!!
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>SCROLL DOWN!!!!
>
>
>
>*
>
>
>
>**
>
>
>
>***
>
>
>
>****
>
>
>
>*****
>
>
>
>******
>
>
>
>*******
>
>
>
>********
>
>
>
>*********
>
>
>
>**********
>
>
>
>***********
>
>
>
>************
>
>
>
>*************
>
>
>
>**************
>
>
>
>***************
>
>
>
>****************
>
>
>
>*****************
>
>
>
>******************
>
>
>
>*******************
>
>
>
>********************
>
>
>
>*********************
>
>
>
>**********************
>
>
>
>***********************
>
>
>
>************************
>
>
>
>*************************
>
>
>
>**************************
>
>
>
>***************************
>
>
>
>****************************
>
>
>
>*****************************
>
>
>
>******************************
>
>
>
>**************************** ***
>
>
>
>********************************
>
>
>
>*********************************
>
>
>
>**********************************
>
>
>
>****************************** *****
>
>
>
>**********************************
>
>
>
>*********************************
>
>
>
>********************************
>
>
>
>*******************************
>
>
>
>******************************
>
>
>
>*****************************
>
>
>
>****************************
>
>
>
>***************************
>
>
>
>**************************
>
>
>
>************************
>
>
>
>************************
>
>
>
>***********************
>
>
>
>**********************
>
>
>
>*********************
>
>
>
>********************
>
>
>
>*******************
>
>
>
>******************
>
>
>
>*****************
>
>
>
>****************
>
>
>
>*********** ****
>
>
>
>**************
>
>
>
>*************
>
>
>
>************
>
>
>
>***********
>
>
>
>**********
>
>
>
>*********
>
>
>
>********
>
>
>
>*******
>
>
>
>******
>
>
>
>*****
>
>
>
>****
>
>
>
>***
>
>
>
>**
>
>
>
>*
>
>
>
>STOP!!!
>
>
>
>Congratulations!!! Your wish will
>now come true in your age minutes.
>
>
>
>Now follow this carefully....it
>can be very rewarding!!!!
>
>
>
>If you send this to 10 more
>people, other than the 5 that you
>already have to send to, something
>major that you've been wanting
>will happen.
>
>
>
>Message: This is scary!
>
>
>
>The phone will ring right after
>you do dont ask!!! DONT SEND BACK TO SENDER
Posted 11/19/2005 7:30 PM by shortstop_britt02 - reply


Choose Identity
(?)
 
Give eProps (?)
Post a Comment
Add Link | Preview HTML comment help 
  • Say it with Minis! (?)

Profile Pic:
Default  |  Choose »  (?)



Back to yertough_tester's Xanga Site!
Note: your comment will appear in yertough_tester's local time zone:
GMT -05:00 (Eastern Standard - US, Canada)