Nintendo's Layouts

Nintendo's Layouts

by Nintendo on 08-11-2008 2:05 pm

Stripe Dream Layout:
Spoiler: 

Stripe Dream code:
Spoiler: 
Code:
 body {
   text-align: center;
   font-family: arial, helvetica, sans-serif;
   font-size: 12px;
   background-color: red;
   background-image: url(http://i32.tinypic.com/2d91ws5.png);
}
#wrap {
   width: 100%;
   margin: 0 auto;
   text-align: left;
   background-image: url(http://i32.tinypic.com/2d91ws5.png);
}
#wrapinside {
   width: 836px;
   background:inheirt;
   margin: 0 auto;
   text-align: left;
}
.navlinks, .navlinks a:link, .navlinks a:active, .navlinks a:visited {
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color:red;
    text-decoration: none;
}
.navlinks a:hover {
   color:white;
}
h1 {
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 20px;
   margin: 0px;
   color:white;
   display:inline;
   padding: 0px;
   padding-left: 5px;
}
.locationstuff {
color: white;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:14px;
padding-left: 5px;
}
.stufftable {
  background-image: none;
   background-color:red;
   width:100%;
   color:white;
   margin-top:40px;
   padding:5px;
   border:1px dotted #d00066;
   padding-left:10px;
}
.contacttable, .statstable, .raninfotable, .avatartable, .friendstable, .commenttable, .commentaddtable
{
  background-image: none;
   background-color:red;
   width:100%;
   margin-top:10px;
   color:white;
   padding:5px;
   border:1px dotted #d00066;
   padding-left:10px;
}
.profilepic {
   border:4px solid white;
}

.tableheader {
   height: 31px;
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 13px;
   color:white;
   margin:0;
   padding:0;
   font-weight: bold;
   padding-left: 5px;
   text-align: left;
}
.highlights, .highlights a:link, .highlights a:active, .highlights a:visited {
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 13px;
   color:white;
    font-weight: bold;
   padding-left: 5px;
   text-align: left;
}
.highlights a:hover {
   color:#003077;
}
#wrapinside .tableflip .righttablecol .stufftable .tableheader {
font-size:1px;
height:1px;
color: red;
}
.comments1 {
background-color:red;
}
.commentsinfo {
color:white;
font-size:10px;
}
.comment_media {
   background-color: red;
   color:white;
   text-align: left;
   border: 2px solid black;
}
#footer2 {
   text-align:center;
   background:none;
   padding: 2px;
    color: #ffffff;
}
.addcomment, .addcomment a:link, .addcomment a:active, .addcomment a:visited, addcomment {
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 14px;
   color:red;
   font-weight: bold;
}
.addcomment a:hover {
   color:#000000;
   text-decoration: line-through;
}
addcommentalign {
text-align:right;
}

a:link, a:active, a:visited {
color: #ffffff;
text-decoration: underline;
}

a:hover {
color: #d00066;
}


Plaid Pleasure:
Spoiler: 

Code:
Spoiler: 
Code:
 body {
   text-align: center;
   font-family: arial, helvetica, sans-serif;
   font-size: 12px;
   background-color: #000000;
   background-image: url(http://i25.tinypic.com/2s7evxv.jpg);
}
#wrap {
   width: 100%;
   margin: 0 auto;
   text-align: left;
   background-image: url(http://i25.tinypic.com/2s7evxv.jpg);
}
#wrapinside {
   width: 836px;
   background:inheirt;
   margin: 0 auto;
   text-align: left;
}
.navlinks, .navlinks a:link, .navlinks a:active, .navlinks a:visited {
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color:red;
}
.navlinks a:hover {
   color:red;
}
h1 {
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 20px;
   margin: 0px;
   color:white;
   display:inline;
   padding: 0px;
   padding-left: 5px;
}
.locationstuff {
color: white;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:14px;
padding-left: 5px;
}
.stufftable {
   background-image:url(http://i31.tinypic.com/2d7v8ls.jpg);
   background-position: left top;
   background-repeat:repeat;
   width:100%;
   color:white;
   margin-top:40px;
   padding:5px;
   border:3px solid #070707;
   padding-left:10px;
}
.contacttable, .statstable, .raninfotable, .avatartable, .friendstable, .commenttable, .commentaddtable
{
   background-image:url(http://i31.tinypic.com/2d7v8ls.jpg);
   background-position: left top;
   background-repeat:repeat;
   width:100%;
   margin-top:10px;
   color:#CCCCCC;
   padding:5px;
   border:3px solid #070707;
   padding-left:10px;
}
.profilepic {
   border:3px solid red;
}

.tableheader {
   height: 31px;
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 13px;
   color:white;
   margin:0;
   padding:0;
   font-weight: bold;
   padding-left: 5px;
   text-align: left;
}
.highlights, .highlights a:link, .highlights a:active, .highlights a:visited {
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 13px;
   color:white;
    font-weight: bold;
   padding-left: 5px;
   text-align: left;
}
.highlights a:hover {
   color:white;
}
#wrapinside .tableflip .righttablecol .stufftable .tableheader {
font-size:1px;
height:1px;
color: #000000;
}
.comments1 {
background-color:black;
}
.commentsinfo {
color:red;
font-size:10px;
}
.comment_media {
   background: none;
   color:#CCCCCC;
   text-align: left;
   border: 2px solid #070707;
}
#footer2 {
   text-align:center;
   background:none;
   padding: 2px;
}
.addcomment, .addcomment a:link, .addcomment a:active, .addcomment a:visited, addcomment {
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 14px;
   color:white;
   font-weight: bold;
}
.addcomment a:hover {
   color:red;
   text-decoration: line-through;
}
addcommentalign {
text-align:right;
}
.quote {
background-color:#1f1d1e;
border:2px solid #141311;
filter: Alpha(Opacity=80);
}
.genmed {
color:#c0c0c0;
}





I'll post more as I make them. I was running out of time, and I made these a while ago. I'm not going to share the layouts I use most often, such as Black Lace, Brick Wall, and Red Ruby 'cos they're my favorite. Feel free to use them. I also take requests.
BrawnyMan wrote: THAT'S WHAT SHE... dammit

Nintendo
I love Tyler.
 
Posts: 1910
Joined: 18 Mar 2008
Age: 13
Gender: Female
Location: bashing the fuckers who stole my idea.

RE: Nintendo's Layouts

by TooSweet on 08-11-2008 2:17 pm

I stole the second layout, its nice.
Smile
ORDER OF THE EVIL CEILING CATS
Academyofliars + TooSweet = Commanders
darkened star = Number Two
Tom = da sexxi strippa
musicaholic = da seckspert
Statistic = almost evil ceiling cat worshipper
XxMinedWeaverxX = da female sexxi strippa
RestriCKted = uber noob
PrettyOdd08 = Panic at the Disco-obsessed noob
RebelWithOutaCause = evil noob in training
Jackie xx Jaded- sheer sexiness, and I luff her.
Join now. We are evil and sexy and worship ceiling cat.This is

TooSweet
Smile Like You Mean It.
 
Posts: 1360
Joined: 26 Feb 2008
Age: 15
Gender: Female
Location: I wish I was with him right now.

RE: Nintendo's Layouts

by stJIMMY13 on 08-11-2008 10:42 pm

borrowed the image from the first....
DONT GET MAD AT ME!!!! Laughing

stJIMMY13
Almost Emo
 
Posts: 63
Joined: 28 Jan 2008
Age: 16
Gender: Male
Location: exeter, pa

RE: Nintendo's Layouts

by Nintendo on 08-12-2008 9:51 am

Pink News Print:
Spoiler: 

Code:
Spoiler: 
Code:
 body {
   text-align: center;
   font-family: arial, helvetica, sans-serif;
   font-size: 12px;
   background-color: #000000;
   background-image: url(http://i129.photobucket.com/albums/p237/LiZZlE_ANN/layouts/emo-1.jpg);
 }
#wrap {
   width: 100%;
   margin: 0 auto;
   text-align: left;
   background-image: url(http://i129.photobucket.com/albums/p237/LiZZlE_ANN/layouts/emo-1.jpg);
}
#wrapinside {
   width: 836px;
   background:inheirt;
   margin: 0 auto;
   text-align: left;
}
.navlinks, .navlinks a:link, .navlinks a:active, .navlinks a:visited {
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color:#483D8B;
}
.navlinks a:hover {
   color:#483D8B;
}
h1 {
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 20px;
   margin: 0px;
   color:#483D8B;
   display:inline;
   padding: 0px;
   padding-left: 5px;
}
.locationstuff {
color: #483D8B;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:14px;
padding-left: 5px;
}
.stufftable {
   background-image:url(http://i254.photobucket.com/albums/hh92/murphy_murphy/black_.jpg);
   background-position: left top;
   background-repeat:repeat;
   width:100%;
   color:white;
   margin-top:40px;
   padding:5px;
   border:3px solid #FF1493;
   padding-left:10px;
}
.contacttable, .statstable, .raninfotable, .avatartable, .friendstable, .commenttable, .commentaddtable
{
   background-image:url(http://i254.photobucket.com/albums/hh92/murphy_murphy/black_.jpg);
   background-position: left top;
   background-repeat:repeat;
   width:100%;
   margin-top:10px;
   color:white;
   padding:5px;
   border:3px solid #FF1493;
   padding-left:10px;
}
.profilepic {
   border:3px solid #FF1493;
}

.tableheader {
   height: 31px;
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 13px;
   color:#FF1493;
   margin:0;
   padding:0;
   font-weight: bold;
   padding-left: 5px;
   text-align: left;
}
.highlights, .highlights a:link, .highlights a:active, .highlights a:visited {
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 13px;
   color:#FF1493;
    font-weight: bold;
   padding-left: 5px;
   text-align: left;
}
.highlights a:hover {
   color:#003077;
}
#wrapinside .tableflip .righttablecol .stufftable .tableheader {
font-size:1px;
height:1px;
color: #483D8B;
}
.comments1 {
background-color:#070707;
}
.commentsinfo {
color:white;
font-size:10px;
}
.comment_media {
   background: none;
   color:white;
   text-align: left;
   border: 2px solid #070707;
}
#footer2 {
   text-align:center;
   background:none;
   padding: 2px;
}
.addcomment, .addcomment a:link, .addcomment a:active, .addcomment a:visited, addcomment {
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 14px;
   color:#483D8B;
   font-weight: bold;
}
.addcomment a:hover {
   color:#67a4ff;
   text-decoration: line-through;
}
addcommentalign {
text-align:right;
}
.quote {
background-color:#1f1d1e;
border:2px solid #141311;
filter: Alpha(Opacity=80);
}
.genmed {
color:#c0c0c0;
} .quote {
background-color:#1f1d1e;
border:2px solid #FF1493;
filter: Alpha(Opacity=80);
}
.genmed {
color:#c0c0c0;
}


Red Vortex:
Spoiler: 

Code:
Spoiler: 
Code:
 body {
   text-align: center;
   font-family: arial, helvetica, sans-serif;
   font-size: 12px;
   background-color: #000000;
   background-image: url(http://i247.photobucket.com/albums/gg138/xjaeteex/layouts/red.jpg);
 }
#wrap {
   width: 100%;
   margin: 0 auto;
   text-align: left;
   background-image: url(http://i247.photobucket.com/albums/gg138/xjaeteex/layouts/red.jpg);
}
#wrapinside {
   width: 836px;
   background:inheirt;
   margin: 0 auto;
   text-align: left;
}
.navlinks, .navlinks a:link, .navlinks a:active, .navlinks a:visited {
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color:red;
}
.navlinks a:hover {
   color:white;
}
h1 {
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 20px;
   margin: 0px;
   color:white;
   display:inline;
   padding: 0px;
   padding-left: 5px;
}
.locationstuff {
color: white;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:14px;
padding-left: 5px;
}
.stufftable {
   background-image:url(http://i234.photobucket.com/albums/ee180/ClaytonPerryman/Black%20Chains/Layout.jpg);
   background-position: left top;
   background-repeat:repeat;
   width:100%;
   color:white;
   margin-top:40px;
   padding:5px;
   border:3px solid #CD0000;
   padding-left:10px;
}
.contacttable, .statstable, .raninfotable, .avatartable, .friendstable, .commenttable, .commentaddtable
{
   background-image:url(http://i234.photobucket.com/albums/ee180/ClaytonPerryman/Black%20Chains/Layout.jpg);
   background-position: left top;
   background-repeat:repeat;
   width:100%;
   margin-top:10px;
   color:white;
   padding:5px;
   border:3px solid #CD0000;
   padding-left:10px;
}
.profilepic {
   border:3px solid #CD0000;
}

.tableheader {
   height: 31px;
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 13px;
   color:red;
   margin:0;
   padding:0;
   font-weight: bold;
   padding-left: 5px;
   text-align: left;
}
.highlights, .highlights a:link, .highlights a:active, .highlights a:visited {
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 13px;
   color: black;
    font-weight: bold;
   padding-left: 5px;
   text-align: left;
}
.highlights a:hover {
   color:#003077;
}
#wrapinside .tableflip .righttablecol .stufftable .tableheader {
font-size:1px;
height:1px;
color: white;
}
.comments1 {
background-color:black;
}
.commentsinfo {
color:white;
font-size:10px;
}
.comment_media {
   background: none;
   color:white;
   text-align: left;
   border: 2px solid #CD0000;
}
#footer2 {
   text-align:center;
   background:none;
   padding: 2px;
}
.addcomment, .addcomment a:link, .addcomment a:active, .addcomment a:visited, addcomment {
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 14px;
   color:black;
   font-weight: bold;
}
.addcomment a:hover {
   color:#CD0000;
   text-decoration: line-through;
}
addcommentalign {
text-align:right;
}
.quote {
background-color:#1f1d1e;
border:2px solid #141311;
filter: Alpha(Opacity=80);
}
.genmed {
color:#c0c0c0;
} .quote {
background-color:#1f1d1e;
border:2px solid #CD0000;
filter: Alpha(Opacity=80);
}
.genmed {
color:#c0c0c0;
}
BrawnyMan wrote: THAT'S WHAT SHE... dammit

Nintendo
I love Tyler.
 
Posts: 1910
Joined: 18 Mar 2008
Age: 13
Gender: Female
Location: bashing the fuckers who stole my idea.

RE: Nintendo's Layouts

by InnocentDemon on 08-12-2008 2:33 pm

I actually like the Pink News Print one even though I wouldn't use it for myself.

InnocentDemon
Needs a custom title
 
Posts: 6771
Joined: 15 Feb 2008
Age: 21

RE: Nintendo's Layouts

by Nintendo on 08-12-2008 6:11 pm

Film Tracks:
Spoiler: 

Code:
Spoiler: 
Code:
body {
   text-align: center;
   font-family: arial, helvetica, sans-serif;
   font-size: 12px;
   background-color: #000000;
   background-image: url(http://i217.photobucket.com/albums/cc291/jmiss101/Layouts/cool.jpg);
 }
#wrap {
   width: 100%;
   margin: 0 auto;
   text-align: left;
   background-image: url(http://i217.photobucket.com/albums/cc291/jmiss101/Layouts/cool.jpg);
}
#wrapinside {
   width: 836px;
   background:inheirt;
   margin: 0 auto;
   text-align: left;
}
.navlinks, .navlinks a:link, .navlinks a:active, .navlinks a:visited {
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color:white;
}
.navlinks a:hover {
   color:#53868B;
}
h1 {
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 20px;
   margin: 0px;
   color: white;
   display:inline;
   padding: 0px;
   padding-left: 5px;
}
.locationstuff {
color: white;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:14px;
padding-left: 5px;
}
.stufftable {
   background-image:url(http://i265.photobucket.com/albums/ii221/feb1991/layouts/grey.png);
   background-position: left top;
   background-repeat:repeat;
   width:100%;
   color:white;
   margin-top:40px;
   padding:5px;
   border:3px solid #FFFFFF;
   padding-left:10px;
}
.contacttable, .statstable, .raninfotable, .avatartable, .friendstable, .commenttable, .commentaddtable
{
   background-image:url(http://i265.photobucket.com/albums/ii221/feb1991/layouts/grey.png);
   background-position: left top;
   background-repeat:repeat;
   width:100%;
   margin-top:10px;
   color:white;
   padding:5px;
   border:3px solid #FFFFFF;
   padding-left:10px;
}
.profilepic {
   border:3px solid #FFFFFF;
}

.tableheader {
   height: 31px;
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 13px;
   color:#FFFFFF;
   margin:0;
   padding:0;
   font-weight: bold;
   padding-left: 5px;
   text-align: left;
}
.highlights, .highlights a:link, .highlights a:active, .highlights a:visited {
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 13px;
   color:#FFFFFF;
    font-weight: bold;
   padding-left: 5px;
   text-align: left;
}
.highlights a:hover {
   color:#003077;
}
#wrapinside .tableflip .righttablecol .stufftable .tableheader {
font-size:1px;
height:1px;
color: #FFFFFF;
}
.comments1 {
background-color:black;
}
.commentsinfo {
color:white;
font-size:10px;
}
.comment_media {
   background: none;
   color:white;
   text-align: left;
   border: 2px solid #FFFFFF;
}
#footer2 {
   text-align:center;
   color:#FFFFFF;
   padding: 2px;
}
.addcomment, .addcomment a:link, .addcomment a:active, .addcomment a:visited, addcomment {
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 14px;
   color:#FFFFFF;
   font-weight: bold;
}
.addcomment a:hover {
   color:white;
   text-decoration: line-through;
}
addcommentalign {
text-align:right;
}
.quote {
background-color:#1f1d1e;
border:2px solid #141311;
filter: Alpha(Opacity=80);
}
.genmed {
color:#c0c0c0;
} .quote {
background-color:#1f1d1e;
border:2px solid #141311;
filter: Alpha(Opacity=80);
}
.genmed {
color:#c0c0c0;
}
BrawnyMan wrote: THAT'S WHAT SHE... dammit

Nintendo
I love Tyler.
 
Posts: 1910
Joined: 18 Mar 2008
Age: 13
Gender: Female
Location: bashing the fuckers who stole my idea.

RE: Nintendo's Layouts

by evotion on 08-15-2008 7:53 pm

thanks thanks, stolen the Plaid Pleasure. ...where is the nintendos?

evotion
Emo Kid
 
Posts: 247
Joined: 30 Apr 2008
Age: 93
Gender: Male
Location: Ohio

RE: Nintendo's Layouts

by Tom on 08-16-2008 4:13 pm

You should make a Nintendo themed layout xD
Just because I can't change everything doesn't mean I can't change anything


Quotes of Tom's awesomeness:
Spoiler: 
Academyofliars wrote: Tom is cooler then you.


Ashr wrote: You're sexy too tom. ^-^


BrawnyMan wrote: Tom has a soul after all.

Tom
I'm barely holdin' on to you
 
Posts: 3136
Joined: 11 Feb 2008
Age: 15
Location: KENYAAAAAAAAAAA!

RE: Nintendo's Layouts

by Nintendo on 08-18-2008 1:56 pm

I'm planning on making one, I'm just not gonna share the code. Cool
BrawnyMan wrote: THAT'S WHAT SHE... dammit

Nintendo
I love Tyler.
 
Posts: 1910
Joined: 18 Mar 2008
Age: 13
Gender: Female
Location: bashing the fuckers who stole my idea.

RE: Nintendo's Layouts

by Tom on 08-18-2008 2:27 pm

Oh you're no fun.
Just because I can't change everything doesn't mean I can't change anything


Quotes of Tom's awesomeness:
Spoiler: 
Academyofliars wrote: Tom is cooler then you.


Ashr wrote: You're sexy too tom. ^-^


BrawnyMan wrote: Tom has a soul after all.

Tom
I'm barely holdin' on to you
 
Posts: 3136
Joined: 11 Feb 2008
Age: 15
Location: KENYAAAAAAAAAAA!

RE: Nintendo's Layouts

by Nintendo on 08-18-2008 6:32 pm

...


YOUR MOM. Ooh, burn.
BrawnyMan wrote: THAT'S WHAT SHE... dammit

Nintendo
I love Tyler.
 
Posts: 1910
Joined: 18 Mar 2008
Age: 13
Gender: Female
Location: bashing the fuckers who stole my idea.

Re: RE: Nintendo's Layouts

by Tom on 08-18-2008 6:40 pm

Nintendo wrote: ...


YOUR MOM. Ooh, burn.


Copying my avatar now are we?
xD
Just because I can't change everything doesn't mean I can't change anything


Quotes of Tom's awesomeness:
Spoiler: 
Academyofliars wrote: Tom is cooler then you.


Ashr wrote: You're sexy too tom. ^-^


BrawnyMan wrote: Tom has a soul after all.

Tom
I'm barely holdin' on to you
 
Posts: 3136
Joined: 11 Feb 2008
Age: 15
Location: KENYAAAAAAAAAAA!

Re: RE: Nintendo's Layouts

by Nintendo on 08-18-2008 6:47 pm

Tom wrote:
Nintendo wrote: ...


YOUR MOM. Ooh, burn.


Copying my avatar now are we?
xD





Shhh >_> They don't know that.
BrawnyMan wrote: THAT'S WHAT SHE... dammit

Nintendo
I love Tyler.
 
Posts: 1910
Joined: 18 Mar 2008
Age: 13
Gender: Female
Location: bashing the fuckers who stole my idea.

Re: RE: Nintendo's Layouts

by Tom on 08-18-2008 7:18 pm

Nintendo wrote:
Tom wrote:
Nintendo wrote: ...


YOUR MOM. Ooh, burn.


Copying my avatar now are we?
xD





Shhh >_> They don't know that.


Sure.
Sure they don't.
Just because I can't change everything doesn't mean I can't change anything


Quotes of Tom's awesomeness:
Spoiler: 
Academyofliars wrote: Tom is cooler then you.


Ashr wrote: You're sexy too tom. ^-^


BrawnyMan wrote: Tom has a soul after all.

Tom
I'm barely holdin' on to you
 
Posts: 3136
Joined: 11 Feb 2008
Age: 15
Location: KENYAAAAAAAAAAA!

by ShyGirl on 09-12-2008 5:48 pm

I used tire tracks. I like it
How did we get here? I used to know you so well.

ShyGirl
Do you like scary stories?
 
Posts: 1498
Joined: 07 Aug 2008
Age: 15
Gender: Female
Location: La Push


Profile Layouts


Learn about emo | Emo Layouts | About | Contact Us | Privacy Policy | Terms of Use | Emo the Blog