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.
What will it take for you to understand?
This is something the doctors just can't fix.


Classicfall wrote:

I'm sure the hobos can find a public restroom, and "get jiggy with it"

Nintendo
Trapped.
 
Posts: 1716
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;
}
What will it take for you to understand?
This is something the doctors just can't fix.


Classicfall wrote:

I'm sure the hobos can find a public restroom, and "get jiggy with it"

Nintendo
Trapped.
 
Posts: 1716
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.
http://demonforest.darkbb.com/index.htm
All who were personally invited have my blessings.
If you were not invited but wish to join feel free to do so.
Do not expect to stay if you prove yourself to cause problems.
Click here if you would like to be a moderator.
How do you know when you're defeated?

When you're dead.

InnocentDemon
The Mother
 
Posts: 6243
Joined: 15 Feb 2008
Age: 21
Location: My Happy Place

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;
}
What will it take for you to understand?
This is something the doctors just can't fix.


Classicfall wrote:

I'm sure the hobos can find a public restroom, and "get jiggy with it"

Nintendo
Trapped.
 
Posts: 1716
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
Still a Poser
 
Posts: 191
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


xXGlassTearsXx wrote: My god is humping my leg xD


Academyofliars wrote: Tom is cooler then you.

Tom
I know you can see right through me,let me go
 
Posts: 2812
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
What will it take for you to understand?
This is something the doctors just can't fix.


Classicfall wrote:

I'm sure the hobos can find a public restroom, and "get jiggy with it"

Nintendo
Trapped.
 
Posts: 1716
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.


xXGlassTearsXx wrote: My god is humping my leg xD


Academyofliars wrote: Tom is cooler then you.

Tom
I know you can see right through me,let me go
 
Posts: 2812
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.
What will it take for you to understand?
This is something the doctors just can't fix.


Classicfall wrote:

I'm sure the hobos can find a public restroom, and "get jiggy with it"

Nintendo
Trapped.
 
Posts: 1716
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


xXGlassTearsXx wrote: My god is humping my leg xD


Academyofliars wrote: Tom is cooler then you.

Tom
I know you can see right through me,let me go
 
Posts: 2812
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.
What will it take for you to understand?
This is something the doctors just can't fix.


Classicfall wrote:

I'm sure the hobos can find a public restroom, and "get jiggy with it"

Nintendo
Trapped.
 
Posts: 1716
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.


xXGlassTearsXx wrote: My god is humping my leg xD


Academyofliars wrote: Tom is cooler then you.

Tom
I know you can see right through me,let me go
 
Posts: 2812
Joined: 11 Feb 2008
Age: 15
Location: KENYAAAAAAAAAAA!

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

I used tire tracks. I like it
I'm so sick and tired of being sick and tired.

ShyGirl
Who's afraid of the big bad wolf?
 
Posts: 1308
Joined: 07 Aug 2008
Age: 15
Gender: Female
Location: A castle in the sky


Profile Layouts


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