<!--
Theme by r-u-s-s-h/t4nline
Please don't remove the credit!
If you do, please put it in your FAQ. Thank you. :)
-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script type="text/javascript"
src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
{block:IndexPage}
<script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
<script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
<script type="text/javascript">
$(window).load(function () {
var $content = $('#content');
$content.masonry({itemSelector: '.entry'}),
$content.infinitescroll({
navSelector : 'div#pagination',
nextSelector : 'div#pagination a#nextPage',
itemSelector : '.entry',
loading: {
finishedMsg: '',
img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
},
bufferPx : 600,
debug : false,
},
// call masonry as a callback.
function( newElements ) {
var $newElems = $( newElements );
$newElems.hide();
// ensure that images load before adding to masonry layout
$newElems.imagesLoaded(function(){
$content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );});});});</script>
{/block:IndexPage}
<meta name="color:background" content="#EFEFEF" />
<meta name="color:text" content="#000" />
<meta name="color:title" content="#000" />
<meta name="color:link hover" content="#999" />
<meta name="color:shadow" content="#999" />
<meta name="image:background" content="" />
<meta name="image:sidebar" content="1"/>
<meta name="if:mini cursor" content="1"/>
<meta name="if:dash scrollbar" content="1"/>
<meta name="color:scrollbar" content="#FF7293"/>
<meta name="if:color scrollbar" content="1"/>
<meta name="if:shadow on blog title" content="0"/>
<meta name="if:show photo" content="1"/>
<meta name="text:link one" content="" />
<meta name="text:link one title" content="" />
<meta name="text:link two" content="" />
<meta name="text:link two title" content="" />
<meta name="text:link three" content="" />
<meta name="text:link three title" content="" />
<meta name="text:link four" content="" />
<meta name="text:link four title" content="" />
<meta name="text:link five" content="" />
<meta name="text:link five title" content="" />
<meta name="text:link six" content="" />
<meta name="text:link six title" content="" />
<meta name="text:quote" content="" />
<meta name="text:music" content="" />
<style type="text/css">
{block:ifminicursor}
body, a, a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;}
{/block:ifminicursor}
{block:iffancyscrollbar}
::-webkit-scrollbar {width: 9px; height: 3px; background:{color:background};}
::-webkit-scrollbar-thumb {background-color: #ffffff;}
{/block:iffancyscrollbar}
iframe#tumblr_controls {top: 1px !important;margin: 0 0 0 0;right:4px !important;position:fixed !important; position:absolute;z-index:11;}
@font-face { font-family: "ronda"; src: url('http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
@font-face { font-family: "swenson"; src: url('http://static.tumblr.com/q54tzar/PHem21foh/swenson_1_.ttf'); }
{block:ifdashscrollbar}
::-webkit-scrollbar-thumb:vertical {
background-color:#ffffff;
-moz-border-radius:10px;
border: dashed 1.75px #aaa;
}
::-webkit-scrollbar {
width:7px;
height:5px;
background-color:#ffffff;
-webkit-border-radius:10px;
}
{/block:ifdashscrollbar}
{block:ifcolorscrollbar}
::-webkit-scrollbar {
height:5px;
width:5px;
background-color:#ECECEC;
border-left: 1px solid #C5C5C5;
}
::-webkit-scrollbar-thumb {
border-top: 1px solid #303030;
border-bottom: 1px solid #303030;
border-left: 1px solid #4B4B4B;
background-color:#474747;
height:auto;
}
::-webkit-scrollbar {width: 7px; height: 4px; background: #FFFFFF; border: 1px solid #aaa; }
::-webkit-scrollbar-thumb { background-color: {color:scrollbar}; border: 1px solid #aaa;}
{/block:ifcolorscrollbar}
img {
border: 0px;
padding: 0px;
margin: 0px;
}
body, p {
font-size:8px;
letter-spacing:0px;
font-family:ronda;
line-height:12px;
padding: 0px;
margin: 0px;
color:{color:text};
}
body {
background-color:{color:background};
background-image:url({image:Background});
background-attachment: fixed;
background-repeat: repeat;
}
a {
text-decoration:none;
color:{color:text};
-webkit-transition: all 0.4s linear;
-moz-transition: all 0.4s linear;
transition: all 0.4s linear;
}
a:hover{
color:{color:link hover};
}
div#all{
width:100%;
height:100%;
z-index:-100;
}
div#center{
margin: auto;
width: 1000px;
}
#sidebar{
position:fixed !important;
width:320px;
height:auto;
margin-top:60px;
margin-left:-40px;
border:0px solid #ccc;
padding:3px;
z-index:;
-webkit-transition: all 0.9s linear;
-moz-transition: all 0.9s linear;
transition: all 0.9s linear;
}
#desc {
opacity:0;
width:155px;
margin-left:75px;
padding-right:0px;
padding-top:0px;
height:auto;
z-index:1;
letter-spacing:1px;
margin-top:20px;
border:0px solid #bbb;
position:fixed !important;
text-align:center;
background:transparent;
transition: all 0.9s ease-out;
-o-transition-transition: all 0.9s ease-out;
-webkit-transition: all 0.9s ease-out;
-moz-transition: all 0.9s ease-out;
}
#sidebar:hover #desc{
margin-top:30px;
transition: all 0.9s ease-out;
-o-transition-transition: all 0.9s ease-out;
-webkit-transition: all 0.9s ease-out;
-moz-transition: all 0.9s ease-out;
opacity:1;
}
#sidebarpic{
.9s ease-out;
-o-transition-transition: all 0.9s ease-out;
-webkit-transition: all 0.9s ease-out;
-moz-transition: all 0.9s ease-out;
}
#sidebar:hover #sidebarpic{
opacity:0;
transition: all 0.9s ease-out;
-o-transition-transition: all 0.9s ease-out;
-webkit-transition: all 0.9s ease-out;
-moz-transition: all 0.9s ease-out;
}
div#content {
width: 820px;
margin-left:255px;
margin-top:0px;
float:left;
}
.entry {
margin:1px;
padding-left:1px;
padding-right:1px;
padding-top:1px;
border:1px solid #ccc;
float:left;
height:auto;
background-color:#fff;
{block:IndexPage}
width:300px;
overflow-x:hidden;
overflow:hidden;
{/block:IndexPage}
{block:PermalinkPage}
width:500px;
{/block:PermalinkPage}
}
.permalink{
position:absolute;
margin-top:-200px;
width:300px;
height:4px;
padding-top:0px;
padding-bottom:10px;
background-color:#fff;
overflow:hidden;
font-size:8px;
line-height:13px;
font-family:silkscreen;
text-align:center;
opacity:0.0;
color:#333;
-webkit-transition: all 0.4s linear;
-moz-transition: all 0.4s linear;
transition: all 0.4s linear;
}
iframe#tumblr_controls {
right:3px !important;
position: fixed !important;
-webkit-transition: opacity 0.7s
linear;opacity: 0.2;
-webkit-transition: all 0.8s ease-out;
-moz-transition: all 0.8s ease-out;
transition: all 0.8s ease-out;
}
iframe#tumblr_controls:hover{
-webkit-transition: opacity 0.7s linear;
opacity: 1;
-webkit-transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
@font-face { font-family: "silkscreen"; src: url('http://static.tumblr.com/1kdckk4/9yjlolf0w/slkscr.ttf'); }
.entry:hover .permalink{
margin-top:-200px;
overflow:visible;
opacity:0.8;
-webkit-transition: all 0.4s linear;
-moz-transition: all 0.4s linear;
transition: all 0.4s linear;
}
#infscr-loading{
opacity:0.0;
}
.title{
font-family:swenson;
font-size:30px;
line-height:30px;
color:#000;
}
.titles{
font-family: "bebas neue";
line-height:27px;
font-size: 30px;
text-transform:uppercase;
letter-spacing:0px;
text-shadow: 1px 1px 2px {color:shadow};
color: {color:title};
}
.blogtitle{
font-family: pacific;
font-size:30px;
line-height: 50px;
color: {color:title};
font-weight: none;
margin-left:0px;
margin-top: 65px;
{block:ifshadowonblogtitle}
text-shadow: 1px 1px 2px {color:shadow};
{/block:ifshadowonblogtitle}
}
@font-face { font-family:arsenale; src: url(http://static.tumblr.com/emvmfcr/fVPlulq0f/arsenale_white.ttf);} .video embed, .post div.video object {width:260px !important; height:180px !important;}
@font-face { font-family: "just realize"; src: url('http://static.tumblr.com/sghs9ih/2tFlu5il8/justrealize.ttf'); }
@font-face { font-family: "edwardian"; src: url('http://static.tumblr.com/oetadgc/sUtm6d6kz/ufonts.com_edwardian-script-itc-2.ttf'); }
@font-face { font-family: "bebas neue"; src: url('http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf'); }
@font-face { font-family: "pacific"; src: url('http://dl.dropbox.com/u/68970830/Pacifico.ttf'); }
blockquote{
padding:0px 0px 2px 5px;
margin:0px 0px 2px 4px;
border-left: 1px dotted #555555;
}
{CustomCSS}
</style>
<title>{title}</title>
<link rel="shortcut icon" href="http://media.tumblr.com/tumblr_lfhu2nfXDI1qzvcyt.gif">
<link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
<meta name="viewport" content="width=820" />
</head>
<body>
<div id="all"></div>
<div id="center">
<div id="sidebar">
<center><div class="blogtitle"><a href="/"><font color="000">{title}</font></a></div><p>
<div id="desc">
<span class="titles">about me</span><br>
{description}
<br><br><br>
<span class="titles">links</span><br>
<a href="{text:link one}">{text:link one title}</a> +
<a href="{text:link two}">{text:link two title}</a> +
<a href="{text:link three}">{text:link three title}</a> +
<a href="{text:link four}">{text:link four title}</a> +
<a href="{text:link five}">{text:link five title}</a> +
<a href="{text:link six}">{text:link six title}</a>
<br><br><br>
<span class="titles">Quote</span><br>
{text:quote}
<br><br><br>
<span class="titles">music</span><br>
{text:music}
</div>
<center><div id="sidebarpic">
<a href="/"><a href="/"><img src="{image:sidebar}" width=200 height=250px;></a></div>
</div>
<div id="content">
{block:Posts}
<div class="entry">
{block:Text}
{block:Title}<center><span class="title">{Title}</span></center>{/block:Title}
<div style="margin-left:3px;">{Body}</div>
{block:IndexPage}<div style="height:1px;background-color:#bbb;width:100%;margin-top:2px;margin-bottom:1px;"></div>
<a href="{Permalink}"><div style="margin-bottom:0px; font-size:8px; text-align:right;">{block:Date}{Month} {DayofMonth}{DayofMonthSuffix}, {Year}{/block:Date} // {NoteCountwithLabel}</div></a>
{/block:IndexPage}
{/block:Text}
{block:Answer}
<br>
<div style="border-radius:5px; border: 1px solid #E6DFDF; margin: 3px; min-height:30px; padding: 3px; background-color: #fff; box-shadow: 0px 0px 5px 3px {color:shadow}; font-family: silkscreen; font-size: 8px;">
<img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px; box-shadow: 0px 0px 0px 2px #E6DFDF; border-radius: 30px;"/>
{Asker} was all: {Question}<br></div>
<div style="font-family: ronda; font-size: 8px;">
and I was like: {Answer}
</div>
{/block:Answer}
{block:Link}
<center><a href="{URL}"><span class="title">{Name}</span></a></center>
<div style="margin-left:3px;">{block:Description}{Description}{/block:Description}</div>
{block:IndexPage}<div style="height:1px;background-color:#bbb;width:100%;margin-top:2px;margin-bottom:1px;"></div>
<a href="{Permalink}"><div style="margin-bottom:0px; font-size:8px; text-align:right;">{block:Date}{Month} {DayofMonth}{DayofMonthSuffix}, {Year}{/block:Date} // {NoteCountwithLabel}</div></a>
{/block:IndexPage}
{block:Link}
{block:Photo}
<center>
{block:IndexPage}{LinkOpenTag}<div class="photo"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width=300px/></div>{LinkCloseTag}{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=500px/>{LinkCloseTag}{/block:PermalinkPage}</center>
{block:IndexPage}
<div class="permalink">
<a href="{Permalink}">Posted {TimeAgo} · {NoteCountWithLabel}</a> · <a href="{ReblogURL}">reblog</a></span></div>
{/block:IndexPage}
{/block:Photo}
{block:Photoset}
<center>
{block:IndexPage}{Photoset-400}{/block:IndexPage}
{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
</center>
{block:IndexPage}
<div class="permalink">
<a href="{Permalink}">Posted {TimeAgo} · {NoteCountWithLabel}</a> · <a href="{ReblogURL}">reblog</a></span></div>
{/block:IndexPage}
{/block:Photoset}
{block:Quote}
<div style="margin-left:3px;">
{Quote}</span>
{block:Source}<strong>{Source}</strong>{/block:Source}
</div>
{block:IndexPage}<div style="height:1px;background-color:#bbb;width:100%;margin-top:2px;margin-bottom:1px;"></div>
<a href="{Permalink}"><div style="margin-bottom:0px; font-size:8px; text-align:right;">{block:Date}{Month} {DayofMonth}{DayofMonthSuffix}, {Year}{/block:Date} // {NoteCountwithLabel}</div></a>
{/block:IndexPage}
{/block:Quote}
{block:Chat}
<div style="margin-left:3px;">
{block:Title}<span class="title">{Title}</span>{/block:Title}
<ul class="chat">
{block:Lines}
<li class="user_{UserNumber}">
{block:Label}
<span class="label">{Label}</span>
{/block:Label}
{Line}
</li>
{/block:Lines}
</ul>
</div>
{block:IndexPage}<div style="height:1px;background-color:#bbb;width:100%;margin-top:2px;margin-bottom:1px;"></div>
<a href="{Permalink}"><div style="margin-bottom:0px; font-size:8px; text-align:right;">{block:Date}{Month} {DayofMonth}{DayofMonthSuffix}, {Year}{/block:Date} // {NoteCountwithLabel}</div></a>
{/block:IndexPage}
{/block:Chat}
{block:Audio}<div style="height:0px;background-color:black;opacity:0.1;width:100%;margin-top:10px;margin-bottom:5px;"></div>
<center>{AudioPlayerBlack}
{block:Caption}{Caption}{/block:Caption}</center>
{block:IndexPage}<div style="height:1px;background-color:#bbb;width:100%;margin-top:2px;margin-bottom:1px;"></div>
<a href="{Permalink}"><div style="margin-bottom:0px; font-size:8px; text-align:right;">{block:Date}{Month} {DayofMonth}{DayofMonthSuffix}, {Year}{/block:Date} // {NoteCountwithLabel}</div></a>
{/block:IndexPage}
{/block:Audio}
{block:Video}
{block:IndexPage}
<center>
{Video-400}</center>
{/block:IndexPage}
{block:PermalinkPage}
<center>
{Video-500}</center>
{/block:PermalinkPage}
{block:IndexPage}<div style="height:1px;background-color:#bbb;width:100%;margin-top:2px;margin-bottom:1px;"></div>
<a href="{Permalink}"><div style="margin-bottom:0px; font-size:8px; text-align:right;">{block:Date}{Month} {DayofMonth}{DayofMonthSuffix}, {Year}{/block:Date} // {NoteCountwithLabel}</div></a>
{/block:IndexPage}
{block:Video}
{block:PermalinkPage}
<center>{block:Caption}{Caption}<div style="height:1px;background-color:black;opacity:0.1;width:100%;margin-top:5px;margin-bottom:5px;"></div>{/block:Caption}
{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} · {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
{/block:PermalinkPage}
{block:PostNotes}
</center></center>
<div align="left">{PostNotes}</div>
{/block:PostNotes}
</div>
{/block:Posts}
{block:IndexPage}
{block:Pagination}
<div id="pagination">
{block:NextPage}
<a id="nextPage" href="{NextPage}"></a>
{/block:NextPage}
{block:PreviousPage}
<a href="{PreviousPage}"></a>
{/block:PreviousPage}
</div>
{/block:Pagination}
{/block:IndexPage}
</div>
</body>
</a><div style="position:fixed; bottom:8px; right:10px;font-size:6px;">
<a href="http://t4nline.tumblr.com">theme by t4nline</a>
</html>
View count: 852