Surprise! We've been running on hardware provided by BuyVM for a few months and wanted to show them a little appreciation.
Running a paste site comes with unique challenges, ones that aren't always obvious and hard to control. As such, BuyVM offered us a home where we could worry less about the hosting side of things and focus on maintaining a clean and useful service! Go check them out and show them some love!
Description: Cascade
Submitted on November 2, 2015 at 11:56 PM

Section 1 (Text)

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746
<!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" xml:lang="en" lang="en">
 
<!--
consdeleonn.tumblr.com
-->
 
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js" type="text/javascript"><!--mce:0--></script>
<script src="toggle.js" type="text/javascript"><!--mce:1--></script>
<script type="text/javascript">
$(document).ready(function(){
$(".description").hide();
$(".about").click(function(){
$('.description').slideToggle("fast");
return true;
});
});
</script>
 
<meta name="color:Background" content="#fff" />
<meta name="color:Text" content="#333333" />
<meta name="color:Links" content="#555555"/>
<meta name="color:Hover" content="#dad8d8"/>
<meta name="color:Scrollbar" content="#666666"/>
<meta name="color:Scrollbar Background" content="#dad8d8"/>
<meta name="color:Posts" content="#FFFFFF"/>
<meta name="color:Drop Down Menu" content="#F5F5F5"/>
<meta name="color:Answer" content="#ebebeb"/>
<meta name="color:Borders" content="#dad8d8"/>
 
<meta name="image:Background" content=""/>
<meta name="image:Sidebar" content=""/>
 
<meta name="text:First custom link title" content=""/>
<meta name="text:First custom link url" content=""/>
<meta name="text:Second custom link title" content=""/>
<meta name="text:Second custom link url" content=""/>
<meta name="text:Third custom link title" content=""/>
<meta name="text:Third custom link url" content=""/>
<meta name="text:Fourth custom link title" content=""/>
<meta name="text:Fourth custom link url" content=""/>
<meta name="text:Drop down title" content="Navigate"/>
 
<meta name="if:Submit link" content="0"/>
<meta name="if:Archive link" content="1"/>
<meta name="if:Home link" content="1"/>
<meta name="if:Message link" content="1"/>
<meta name="if:First custom link" content="0"/>
<meta name="if:Second custom link" content="0"/>
<meta name="if:Third custom link" content="0"/>
<meta name="if:Fourth custom link" content="0"/>
<meta name="if:Cross cursor" content="1"/>
 
<meta name="font:Body" content="Lucida Sans"/>
<meta name="font:Permalink" content="Arial"/>
 
 
<title>{Title}</title>
<link rel="shortcut icon" href="{Favicon}">
<link rel="alternate" type="application/rss+xml" href="{RSS}">
<link rel="shortcut icon" href="{Favicon}">
<title>Untitled Document</title>
<link rel="shortcut icon" href="{Favicon}">
<link rel="alternate" type="application/rss+xml" href="{RSS}">
 
{block:Description}
<meta name="description" content="{MetaDescription}" />
{/block:Description}
 
<style type="text/css">
{CustomCSS}
 
p{
margin:0px;
padding:0px;
}
 
#tumblr_controls{
position:absolute;
margin-top:0px;
margin-left:0px;
}
 
#tumblr_controls{
-webkit-transition: opacity 0.4s linear;
opacity: 0.7;
}
#tumblr_controls:hover{
-webkit-transition: opacity 0.4s linear;
opacity: 1;
}
 
a{
text-decoration: none;
color:{color:links};
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
{block:ifcrosscursor}
cursor: crosshair;
{/block:ifcrosscursor}
}
 
a:hover{
color:{color:hover};
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
{block:ifcrosscursor}
cursor: crosshair;
{/block:ifcrosscursor}
}
 
body{
color:{color:Text};
background-color:{color:Background};
background-image:url({image:Background});
background-attachment: fixed; background-repeat: repeat;
font-size:9px;
text-align: center;
font-family: {font:Body};
line-height:10px;
{block:ifcrosscursor}
cursor: crosshair;
{/block:ifcrosscursor}
}
 
#content{
margin: auto auto auto auto ;
width:100%;
top:0px;
position:relative;
{block:ifcrosscursor}
cursor: crosshair;
{/block:ifcrosscursor}
}
 
#content .posts{
width:664px;
font-family:{font:Body};
margin: 0px 0px 0px 30px;
margin-left: 0px;
{block:PermalinkPage}
width:650px;
{/block:PermalinkPage}
{block:ifcrosscursor}
cursor: crosshair;
{/block:ifcrosscursor}
}
 
#content .entry{
{block:IndexPage}
width:300px;
margin:6px;
background-color:{color:Posts};
padding: 5px;
-webkit-box-shadow:  1px 1px 1px 1px rgba(123, 123, 124, 0.2);
box-shadow:  1px 1px 1px 1px rgba(123, 123, 124, 0.2);
-moz-transition: all 1.9s ease-out;
-o-transition: all 1.9s ease-out;
-webkit-transition: all 1.9s ease-out;
transition: all 1.9s ease-out;
{block:ifcrosscursor}
cursor: crosshair;
{/block:ifcrosscursor}
{/block:IndexPage}
{block:PermalinkPage}
width: 650px;
{/block:PermalinkPage}
}
 
.entry:hover .tc {
opacity: .5;
filter: alpha(opacity = 50);
margin-left: 0;
}
 
.entry .permaone {
position: absolute;
width: 295px;
text-align: center;
top:5px;
left:5px;
opacity: 0;
filter:alpha(opacity=0);
z-index: 10000;
background: rgba(255, 255, 255, 0.9);
font-size: 10px;
height: 14px;
line-height: 14px;
font-family: {font:Permalink};
text-transform: Uppercase;
color:#000000;
padding: 3px;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
 
.entry:hover .permaone{
opacity: 1;
filter:alpha(opacity=100);
}
 
.permaone:hover{
background: rgba(255, 255, 255, 100);
}
 
.permaone a{
color:#000;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
 
.permaone a:hover{
color:{color:hover};
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
 
.entry:hover .tc {
opacity: .5;
filter: alpha(opacity = 50);
margin-left: 0;
}
 
.entry .permatwo {
position: absolute;
width: 295px;
text-align: center;
top:27px;
left:5px;
opacity: 0;
filter:alpha(opacity=0);
z-index: 10000;
background: rgba(255, 255, 255, 0.8);
font-size: 10px;
height: 14px;
line-height: 14px;
font-family: {font:Permalink};
text-transform: Uppercase;
color:#000000;
padding: 3px;
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;
}
 
.entry:hover .permatwo{
opacity: 1;
filter:alpha(opacity=100);
}
 
.permatwo:hover{
background: rgba(255, 255, 255, 100);
}
 
.permatwo a{
color:#000;
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;
}
 
.permatwo a:hover{
color:{color:hover};
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;
}
 
.entry:hover .tc {
opacity: .5;
filter: alpha(opacity = 50);
margin-left: 0;
}
 
.entry .permathree {
position: absolute;
width: 295px;
text-align: center;
top:49px;
left:5px;
opacity: 0;
filter:alpha(opacity=0);
z-index: 10000;
background: rgba(255, 255, 255, 0.70);
font-size: 10px;
height: 14px;
line-height: 14px;
font-family: {font:Permalink};
text-transform: Uppercase;
color:#000000;
padding: 3px;
-webkit-transition: all 0.8s ease-in-out;
-moz-transition: all 0.8s ease-in-out;
-o-transition: all 0.8s ease-in-out;
transition: all 0.8s ease-in-out;
}
 
.entry:hover .permathree{
opacity: 1;
filter:alpha(opacity=100);
}
 
.permathree:hover{
background: rgba(255, 255, 255, 100);
}
 
.permathree a{
color:#000;
-webkit-transition: all 0.8s ease-in-out;
-moz-transition: all 0.8s ease-in-out;
-o-transition: all 0.8s ease-in-out;
transition: all 0.8s ease-in-out;
}
 
.permathree a:hover{
color:{color:hover};
-webkit-transition: all 0.8s ease-in-out;
-moz-transition: all 0.8s ease-in-out;
-o-transition: all 0.8s ease-in-out;
transition: all 0.8s ease-in-out;
}
 
.entry:hover .tc {
opacity: .5;
filter: alpha(opacity = 50);
margin-left: 0;
}
 
.entry .permafour {
position: absolute;
width: 295px;
text-align: center;
top:71px;
left:5px;
opacity: 0;
filter:alpha(opacity=0);
z-index: 10000;
background: rgba(255, 255, 255, 0.5);
font-size: 10px;
height: 14px;
line-height: 14px;
font-family: {font:Permalink};
text-transform: Uppercase;
color:#000000;
padding: 3px;
-webkit-transition: all 1.0s ease-in-out;
-moz-transition: all 1.0s ease-in-out;
-o-transition: all 1.0s ease-in-out;
transition: all 1.0s ease-in-out;
}
 
.entry:hover .permafour{
opacity: 1;
filter:alpha(opacity=100);
}
 
.permafour:hover{
background: rgba(255, 255, 255, 100);
}
 
.permafour a{
color:#000;
-webkit-transition: all 1.0s ease-in-out;
-moz-transition: all 1.0s ease-in-out;
-o-transition: all 1.0s ease-in-out;
transition: all 1.0s ease-in-out;
}
 
.permafour a:hover{
color:{color:hover};
-webkit-transition: all 1.0s ease-in-out;
-moz-transition: all 1.0s ease-in-out;
-o-transition: all 1.0s ease-in-out;
transition: all 1.0s ease-in-out;
}
 
#content .entry img{
{block:IndexPage}
max-width:300px;
{/block:IndexPage}
}
 
.desc{
width:184px;
height:184px;
text-align:center;
top: 260px;
left:670px;
z-index:5001;
margin-top:5px;
background-color:#fff;
{block:ifcrosscursor}
cursor: crosshair;
{/block:ifcrosscursor}
padding: 8px;
position: fixed;
font-family: {font:Body};
}
 
.image{
width:200px;
height:200px;
text-align:center;
top: 160px;
left:670px;
z-index:5000;
border-radius:9999px;
{block:ifcrosscursor}
cursor: crosshair;
{/block:ifcrosscursor}
position: fixed;
}
 
.box{
width:200px;
height:auto;
text-align:center;
bottom: 80%;
left:670px;
z-index:5000;
position: fixed;
font-family:economica-regular;
font-size:20px;
padding: 5px;
background-color:{color:Posts};
text-transform:uppercase;
}
 
.h1{
display:block;
font-size:14px
line-height:14px;
text-align: center;
margin-bottom: 10px;
font-family: {font:Body};
}
 
.h2{
display:block;
text-align:left;
font-size:14px;
line-height:14px;
margin-bottom:0px;
font-family: {font:Body};
}
 
.h3{
font-size:10px;
line-height:6px;
text-align:center;
font-family: {font:Title};
}
 
.h4{
font-size:9px;
line-height:10px;
text-align:center;
font-family: {font:Body};
}
 
.h5{
font-size:11px;
line-height:10px;
text-align:center;
font-family: {font:Body};
}
 
#h9{
width:200px;
padding:5px;
font-size:10px;
line-height:10px;
text-align:center;
font-family: {font:Body};
background-color:{color:Posts};
}
 
.nav{
text-align:center;
margin-top:0px;
margin-bottom:0px;
font-family: {font:Body};
}
 
.notes{
width:675px;
padding-left:0px;
text-align:left;
}
 
.permalink{
display:block;
text-align:right;
padding:2px;
border-width:1px;
font-family: {font:Body};
margin-top:5px;
font-size:11px;
}
 
 
.quote{
font-size:12px;
line-height:12px;
text-transform:none;
margin-bottom:5px;
font-family: {font:Body};
}
 
.audio{
{block:IndexPage}
width:288px;
{/block:IndexPage}
{block:PermalinkPage}
width:638px;
{/block:PermalinkPage}
background-color:#fff;
padding:5px;
margin-bottom:0px;
}
 
.audiocap, .videocap{
display:block;
padding:10px;
}
 
.albumart, .albumart img{
{block:IndexPage}
width:300px;
{/block:IndexPage}
{block:PermalinkPage}
width:650px;
{/block:PermalinkPage}
}
 
div.video embed,
div.post div.video object {
{block:IndexPage}
width:250px !important;
height:150px !important;
{/block:IndexPage}
{block:PermalinkPage}
width:500px !important;
height:400px !important;
{/block:PermalinkPage}
}
 
.question{
margin-bottom:5px;
font-size:10px;
line-height:10px;
display:block;
font-family: {font:Body};
background-color:{color:Answer};
border-left-style:solid;
border-right-style:solid;
border-width:2px;
border-color:{color:Borders};
padding:5px;
}
 
.asker{
font-family: {font:Body};
font-size:10px;
line-height:10px;
}
 
.answer{
padding:3px;
font-size:10px;
line-height:10px;
font-family: {font:Body};
color: {color:text};
}
 
.nav { font-size:10px;
}
 
::-webkit-scrollbar-thumb:vertical {
background-color:{color:Scrollbar};
height:100px;
}
 
::-webkit-scrollbar-thumb:horizontal {
background-color:{color:Scrollbar};
height:10px;
}
 
::-webkit-scrollbar {
height:10px;
width:8px;
background-color:{color:Scrollbar Background};
}
 
</style>
<script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
<script type="text/javascript" src="http://static.tumblr.com/imovwvl/rSGl20lfv/masonry.js">
</script>
<script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
<script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
<script type="text/javascript">
 
$(window).load(function () {
$('.posts').masonry(),
$('.masonryWrap').infinitescroll({
navSelector : "div#navigation",
// selector for the paged navigation (it will be hidden)
nextSelector : "div#navigation a#nextPage",
// selector for the NEXT link (to page 2)
itemSelector : ".entry",
// selector for all items you'll retrieve
bufferPx : 10000,
extraScrollPx: 11000,
loadingImg : "",
loadingText : "<em></em>",
},
// call masonry as a callback.
function() { $('.posts').masonry({ appendedContent: $(this) }); }
);
});
</script>
<script type="text/javascript">$(window).load(function(){$("p").remove(":contains('Source:')");});</script></head>
<body>
<div class="nav">
<div align="center"><p>
</div></div></div><div class="image"><div align="center">
<a href="/"><img src="{image:sidebar}" width="200px"  target="_blank" style="padding:5px; background-color:{color:Posts}; margin-bottom:5px;"></a>
<div id="h9">{Description}</span></center></div></div></a><div class="box"><select onchange='location=this.options[this.selectedIndex].value;' style="width: 200px; height: 15px; background-color:{color:Drop Down Menu}; border-width:0px; font-size: 9px; text-transform:uppercase; letter-spacing:1px; color:#666; font-family: {font:Body}; "><option value="/">{text:Drop down title}</a>{block:ifhomelink}<option value="/">Home</a>{block:ifhomelink}{block:ifmessagelink}<option value="/ask">Message</option>{block:ifmessagelink}{block:ifarchivelink}<option value="/archive">Archive</option>{/block:ifarchivelink}{block:ifsubmitlink}<option value="/submit">Submit</option>{/block:ifsubmitlink}{block:iffirstcustomlink}<option value="{text:first custom link url}">{text:first custom link title}</option>{/block:iffirstcustomlink}{block:ifsecondcustomlink}<option value="{text:second custom link url}">{text:second custom link title}</option>{/block:ifsecondcustomlink}{block:ifthirdcustomlink}<option value="{text:third custom link url}">{text:third custom link title}</option>{/block:ifthirdcustomlink}{block:iffourthcustomlink}<option value="{text:fourth custom link url}">{text:fourth custom link title}</option>{/block:iffourthcustomlink}{block:iffifthcustomlink}<option value="{text:fifth custom link url}">{text:fifth custom link title}</a></option>{/block:iffifthcustomlink}<option value="http://consdeleonn.tumblr.com">Tema</option></select></div></div></div></div></form></div></div></div></span></div></div></div></div></span></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
 
<div id="content">
<div class="posts">
{block:Posts}
<div class="entry">
{block:Text}
{block:Title}<span class="h1">{Title}</span>{/block:Title}
{Body}
{block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCount}</a><div>{/block:IndexPage}</span></div></div>
{block:PermalinkPage}<div style="margin-left:270px;"</div>{/block:PermalinkPage}
{/block:Text}
 
{block:Photo}
{block:IndexPage}
<b><div class="permaone"><a href="{Permalink}"><a href="{Permalink}">Permalink</a> ∞ <a href="{ReblogURL}">Reblog</a></div><div class="permatwo"><a href="{Permalink}">{TimeAgo}</a></div><div class="permathree"><a href="{Permalink}">{NoteCountWithLabel}</a></div><div class="permafour"><a href="{Permalink}">{24HourWithZero}:{Minutes}</a></div></b><a href="{Permalink}" target="_blank"><img src="{PhotoURL-400}" alt="{PhotoAlt}" width="300"/>
{/block:IndexPage}
{block:PermalinkPage}
{LinkOpenTag}
<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a>
{LinkCloseTag}
{/block:permalinkpage}
{/block:Photo}
 
{block:Photoset}
{block:IndexPage}{Photoset-250}{/block:IndexPage}
{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
{block:Caption}{Caption}{/block:Caption}
{block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank">Reblog</a><div>{/block:IndexPage}</span></div></div>
{/block:Photoset}
 
{block:Quote}
<div class="quote"><b><i>"</i></b>{Quote}<b><i>"</i></b> </div>
{block:Source}<small>{Source}</small>{/block:Source}
{block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCount}</a><div>{/block:IndexPage}</span></div></div>
{block:PermalinkPage}<div style="margin-left:10px;"</div>{/block:PermalinkPage}
{/block:Quote}
 
{block:Link}
<a href="{URL}"{Target}><span class="h2"> →{Name}</span></a>
{block:Description}<small>{Description}</small>{/block:Description}
{block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCount}</a></a><div>{/block:IndexPage}</span></div></div>
{block:PermalinkPage}<div style="margin-left:10px;"</div>{/block:PermalinkPage}
{/block:Link}
 
{block:Video}
<div class="video">
{block:IndexPage}{Video-250}{/block:IndexPage}
{block:PermalinkPage}{Video-500}{/block:PermalinkPage}
</div>
{block:IndexPage}<div class="videocap"></a></div><div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank">Reblog</a><div>{/block:IndexPage}</span></div></div>{/block:IndexPage}
{block:PermalinkPage}{block:Caption}<div class="videocap">{Caption}</div>{/block:Caption}
<div style="margin-left:0px;"</div>
{/block:PermalinkPage}
{/block:Video}
 
{block:Chat}
{block:Title}
<div class="ptitle">{Title}</div>
{/block:Title}{block:Lines}{block:Label}<b>{Label}</b> {/block:Label}{Line}<br>{/block:Lines}
{block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCount}</a><div>{/block:IndexPage}</span></div></div>
{block:PermalinkPage}<div style="margin-left:10px;"</div>{/block:PermalinkPage}
{/block:Chat}
 
{block:Audio}
<a href="{Permalink}">
{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"></a></div>{/block:AlbumArt}</a>
<div class="audio">{AudioPlayerWhite}</div>
{block:PermalinkPage}{block:Caption}<div class="audiocap">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
{/block:Audio}
 
{block:Answer}
{block:IndexPage}
<div class="question">{Asker} said:</a> {Question}</div>
<div class="answer"><i>{Answer}</i></div>{/block:IndexPage}
{block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a><div></span></div></div>{/block:IndexPage}{block:PermalinkPage}<div style="margin-left:10px;"</div>{/block:PermalinkPage}
{/block:Answer}
 
{block:PermalinkPage}<div class="notes">
{block:Caption}{Caption}{/block:Caption}
Posted on {Month} {DayofMonth}{DayofMonthSuffix} at {12Hour}:{Minutes} {CapitalAMPM}
<br>Has a total of: {NoteCount} Notes
{block:PostNotes}<br><br><div style="text-align:left; max-height: 200px; width:648px; background-color:{color:Posts}; overflow: auto; overflow-x: hidden;">{PostNotes}</div>{/block:PostNotes}</div>
{/block:PermalinkPage}
</div>
{/block:Posts}
</div>
</div>
 
{block:IndexPage}
<div class="column navigation" id="navigation">
{block:Pagination}
{block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
{block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
</div>
{/block:IndexPage}
<div style="position:fixed; bottom:5px; color: {color:links}; right:5px; font-size:36px; line-height:17px; opacity:0.6; background-color:{color:posts}; border-radius:999px; padding:6px; font-family:Times New Roman;"><a href="http://lsaac.tumblr.com">+</a></div><div style="right: 3px; top: 26px; opacity:0.7; position:absolute;"><a href="http://consdeleonn.tumblr.com"><img src="http://static.tumblr.com/ykziu7r/dGgm6nq81/install_theme.png"/></a></div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
</body>