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: Wonderwall
Submitted on November 2, 2015 at 11:50 PM

Section 1 (Text)

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751
<html lang="en">
<!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">
<script type="text/javascript"
src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
 
 
<!-----------------------------------------
consdeleonn.tumblr.com
----------------------------------------------->
 
<head>
<link rel="shortcut icon" href="{Favicon}">
 
 
<!-- DEFAULT VARIABLES -->
<title>{Title}</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="color:Background" content="#fff"/>
<meta name="color:Text" content="#eee"/>
<meta name="color:Title" content="#000"/>
<meta name="color:Link" content="#999"/>
<meta name="color:Hover" content="#000"/>
<meta name="color:Scrollbar" content="#ccc"/>
<meta name="color:Blogtitle" content="#ccc"/>
<meta name="color:Description" content="#ccc"/>
 
 
<meta name="image:Background" content="0"/>
<meta name="image:Sidebar" content="0"/>
 
<meta name="if:Crosshair Cursor" content="0"/>
<meta name="if:Faded Posts" content="0"/>
 
<meta name="text:Link One Title" content= >
<meta name="text:Link One" content="http://" />
<meta name="text:Link Two Title" content= >
<meta name="text:Link Two" content="http://" />
<meta name="text:Link Three Title" content= >
<meta name="text:Link Three" content="http://" />
<meta name="text:Link Four Title" content= >
<meta name="text:Link Four" content="http://" />
<meta name="text:Link Five Title" content= >
<meta name="text:Link Five" content="http://" />
<meta name="text:Link Six Title" content= >
<meta name="text:Link Six" content="http://" />
<meta name="text:Link Seven Title" content= >
<meta name="text:Link Seven" content="http://" />
 
{block:ifCrosshairCursor}
<style type="text/css">body { cursor: crosshair; } </style>
{/block:ifCrosshairCursor}
 
 
<script type="text/javascript"
src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
<script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
<script>
(function($){
$(document).ready(function(){
$("a[title]").style_my_tooltips({
tip_follows_cursor:true,
tip_delay_time:90,
tip_fade_speed:600,
attribute:"title"
});
});
})(jQuery);
</script>
 
<style type="text/css">
#s-m-t-tooltip {
max-width:500px;
padding:5px;
margin:20px 0px 0px 20px;
background: {color:link};
border:1px solid {color:link};
letter-spacing: 1px;
color: #fff;
font-size:11px;
border-radius:3px;
font-family:calibri;
z-index:999999999999999999999999999999999999;
}
 
#s-m-t-tooltip:before{
position: absolute;
color:#fff;
left: -11px;
top: -7px;
width: 0px;
content:"";
height: 0px;
border-radius:3px;
transform: scale(1.7, .3);
-webkit-transform: scale(1.7, .3);
-moz-transform: scale(1.7, .3);
-o-transform: scale(1.7, .3);
-ms-transform: scale(1.7, .3);
border-right: 4px solid {color:link};
border-bottom: 17px solid transparent;
border-left: 4px solid transparent;
border-top: 17px solid transparent;
}
 
 
 
 
::-webkit-scrollbar-thumb{
    background-color:{color:scrollbar};
    border:1px solid #fff;
    height:4px;}
 
::-webkit-scrollbar {
    height:4px;
    width:5px;
    background-color:{color:background};}
 
 
 
 
.wrapper{
margin: 0px auto;
margin-left: 60px;
width: 1045px;
}
 
.header{
float: left;
width: 100%;
}
 
.left{
float: left;
margin-right: 20px;
width:1045;
}
 
.right{
float: right;
width: 200px;
background-color: #fff;
}
 
 
body {
margin:0px;
background-color: {color:Background};
background-image:url({image:Background});
background-attachment: fixed;
background-repeat: repeat;}
body, div, p, textarea, submit, input{
font-family: 'Ubuntu', sans-serif;
font-size: 11px;
line-height:14px;
letter-spacing:1px;
color:{color:Text};
}
 
 
 
p {
margin:0px;
margin-top:0px;
}
 
a:link, a:active, a:visited{
text-decoration: none;
-webkit-transition: color 0.3s ease-out;
-moz-transition: color 0.3s ease-out;
transition: color 0.3s ease-out;
color: {color:Link};
}
 
a:hover {
: -webkit-transition-duration: 1.0s;
color:{color:Hover};
}
 
 
 
 
div#center{
margin:auto;
margin-top:0px;
position:relative;
width:1045px;
background-color:;
 
}
 
 
 
 
.only{
display:block;
padding:8px;
margin-bottom:10px;
margin-top:-6px;
margin-left:-11px;
text-transform: uppercase;
width:260px;
height:7px;
font-size:0px;
letter-spacing:1px;
background-color: {color:link};
border-radius:0px;
color:#aaa;
text-align:right;
}
 
.only a{
border-radius:20px;
border-bottom:0px solid;
background:white;
border:1px solid #ccc;
padding:5px;
text-transform: uppercase;
line-height:22px;
margin-top: -2px;
margin-right:4px;
display:inline-block;
font-size:0px;
}
 
.entry img{
{block:iffadedposts}
opacity: 0.7;
{/block:iffadedposts}
}
 
 
.entry {
float:left;
display: block;
overflow:hidden;
width:260px;
border-radius:3px;
background:#fff;
border:1px solid #eee;
box-shadow:5px 4px #eee;
padding:5px;
margin:17px;
{block:PermalinkPage}
width:420px;
margin-left:5px;
text-align:center;
{/block:PermalinkPage}
-moz-transition: all 2.2s ease-out;
-o-transition: all 2.2s ease-out;
-webkit-transition: all 2.2s ease-out;
transition: all 2.2s ease-out;
}
 
 
 
#audio {width:250px; height:auto; min-height:60px; padding-bottom:0px;}
.cover {position:absolute; z-index:1; width:60px; height:60px;}
.cover img {float:left; width:60px; height:60px;}
.playbox {opacity:0.6; width:27px; height:30px; overflow:hidden; position:absolute; z-index:1000; margin-left:17px; margin-top:17px; text-align:center;}
.info {margin-left:73px; margin-top:4px; line-height:14px;}    
 
.title{
line-height:12px;
color:{color:Title};
font-weight:normal;
}
 
 
 
 
/*SIDEBAR*/
 #sidebar #blogtitle{
    font-family:halohandletter;
    position:fixed;
    text-shadow:0px 1px 2px #8b8a8a;
    width:215px;
    line-height:42px;
    height:350px;
    margin-top:-44px;
    margin-left:-5px;
    text-align:center;
    font-size:47px;
    color:{color:blogtitle};
}
 
@font-face { font-family: "halohandletter"; src: url('http://static.tumblr.com/loouiuu/Ttaloide6/halohandletter.ttf'); }
 
 
 
#sidebar {
background-color:#fff;
padding:6px;
text-align:right;
position:fixed;
margin-left:120px;
margin-top:150px;
width:215px;
border-radius:3px;
border:1px solid #ddd;
box-shadow:5px 4px #eee;
}
 
 
#sideimg img {
width:90px;
max-width:90px;
max-height:90px;
border-radius:100%;
padding:10px;
float:left;
 
 
}
 
 
#desc {
float:right;
font-family:helvetica, arial;
font-size:9px;
color:{color:description};
letter-spacing:1px;
line-height:10px;
text-transform:lowercase;
width:90px;
margin-right:9px;
margin-top:12px;
overflow:auto;
height:88px;
text-align:left;
}
 
 
/*LINKS*/
 
#circles{
position:fixed;
opacity:1;
line-height:15px;
font-size: 1px;
text-align: center;
text-transform:uppercase;
width: 227px;
height: 13px;
background:{color:links};
margin-top:290px;
margin-left:120px;
padding-top:13px;
z-index:100;
border:1px solid #ddd;
border-radius:3px;
box-shadow:5px 4px #eee;
transition: all 0.9s ease-out;
-o-transition-transition: all 0.5s ease-out;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
}
 
#circles a {
display:inline-block;
background-color:{color:link};
padding:6px;
border: 1px solid #ddd;
border-radius:100%;
margin-top:-32px;
margin-right:7px;
z-index:99999999;
-webkit-transition: all 0.7s ease-out;
-moz-transition: all 0.7s ease-out;
transition: all 0.7s ease-out;
}
#circles a:hover{
display:inline-block;
background-color:#fff;
border: 1px dashed {color:link};
border-radius:100%;
z-index:99999999;
-webkit-transition: all 0.7s ease-out;
-moz-transition: all 0.7s ease-out;
transition: all 0.7s ease-out;
}
 
 
#cred{
position:fixed;
font-family: arial;
font-size: 8px;
bottom:20px;
right:10px;
padding:10px;
height:10px;
text-align:center;
text-transform:lowercase;
padding-bottom:10px;
width:15px;
color:#aaa;
transition: all 0.6s ease-out;
-o-transition-transition: all 0.6s ease-out;
-webkit-transition: all 0.6s ease-out;
-moz-transition: all 0.6s ease-out;
}
 
.eclipsethemes {
    width:260px;
    opacity: 1;
    z-index: 10000;
    margin-top:10px;
    margin-bottom:10px;
    text-align:left;
    font-size:10px;
    letter-spacing:1px;
}
 
.permalinktext {
display: block;
padding: 1px;
margin: 0px 0px 0px 8px;
font-family: calibri;
letter-spacing: 0px;
font-size: 10px;
color: #424242;
line-height: 11px;
text-align: right;
text-decoration: none;
-webkit-transition: color 0.5s ease-out;
-moz-transition: color 0.5s ease-out;
}
.bubble a{color:black;}
 
.bubble {
    position:relative;
    margin:4px 0px 5px 45px;
    text-align:left;
    padding:5px 3px 5px 5px;
    background:#eee;
    color:black;
        -moz-border-radius:3px;
        -webkit-border-radius:3px;
        border-radius:3px;
}
 
 
.bubble p {
    margin:5px;
}
 
.bubble span {
    position:absolute;
    display:block;
    top:-5px;
    left:-8px;
    width:1px;
    height:1px;
    font-size:12;
    line-height:1px;
    color:black;
    border-top:3px solid transparent;
    border-right:7px solid #eee;
    border-bottom:3px solid transparent;
}
 
.askborder {
    left:-10px;
    margin:1px;  
    padding:2px;
    background:#eee;
    }
 
 
#posts {
width:700px;
margin-top: 5px;
margin-left: 330px;
margin-right: auto;
position:relative;
overflow-y: hidden;
}
 
 
#infscr-loading{
bottom: -70px;
position: absolute;
left: 50%;
margin-left:-8px;
width:16px;
height:11px;
overflow:hidden;
margin-bottom: 50px;
}
 
#postnotes{
text-align: justify;
}
 
#postnotes blockquote{
border: 0px;
}
 
blockquote{
padding:0px 0px 2px 5px;
margin:0px 0px 2px 1px;
border-left: 1px dotted {color:Text};
}
 
blockquote p, ul{
margin:0px;
padding:0px;
}
 
a img{border: 0px;}
ul, ol, li{list-style:none; margin:0px; padding:0px;}
.user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
.user_7 .label, .user_8 .label, .user_9 .label {color:{color:Title};}
.notes img{width:10px; position:relative; top:3px;
}
 
small{font-size: 90%;}
 
.video embed, .post div.video object {width:260px !important; height:180px !important;}
.video2 embed, .post div.video object {width:400px !important; height:400px !important;}
 
{CustomCSS}
 
</style>
 
{block:IndexPage}
 
 
</script>
<script type='text/javascript' src='http://static.tumblr.com/m52lhg5/u9amoiddc/infinite.js'></script>
<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 = $('#posts');
$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}
 
 
<title>{Title}</title>
<link rel="shortcut icon" href="{FAVICON}" />
<meta name="viewport" content="width=720" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
</head>
 
<body>
 
 
<div id="sidebar">
<div id="blogtitle">{title}</div>
<div id="sideimg"><img src="{image:Sidebar}"></div>
<div id="desc">{Description}</div>
</div>
 
 
 
 
<div id="circles">
<a href="{text:Link One}" title="{text:Link One Title}"></a>
<a href="{text:Link Two}" title="{text:Link Two Title}"></a>
<a href="{text:Link Three}" title="{text:Link Three Title}"></a>
<a href="{text:Link Four}" title="{text:Link Four Title}"></a>
<a href="{text:Link Five}" title="{text:Link Five Title}"></a>
<a href="{text:Link Six}" title="{text:Link Six Title}"></a>
<a href="{text:Link Seven}" title="{text:Link Seven Title}"></a>
</div>
</div>
<div class="wrapper">
<div class="header">
 
</div>
 
 
 
<div class="left">
<div id="posts">
{block:Posts}
<div class="entry">
 
{block:Answer}<img src="{AskerPortraitURL-30}" align="left" class="askborder">
<div class="bubble"><font style="color:black; text-transform:uppercase; font-size:11px; font-family:calibri;">{Asker}:</font> <font style="color:black; font-family:calibri; font-size:11px; ">{Question}</font></div><br><center><font style="font-family:calibri; font-size:11px; letter-spacing:1px">{Answer}</font></center> <br>
<div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{ReblogURL}" target="_blank">reblog</a> </div>
{/block:Answer}
 
{block:Text}
{block:Title}<span class="title">{Title}</span>{/block:Title}
<span class="entrytext">{Body}</span>
<div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{ReblogURL}" target="_blank">reblog</a> </div>
{/block:Text}
 
{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 class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{ReblogURL}" target="_blank">reblog</a> </div>
{/block:IndexPage}
{block:Link}
 
{block:Photo}{block:IndexPage}
<div class="only">
<a href="{permalink}" title="{notecount}"></a> <a href="{ReblogURL}" title="reblog" target="_blank"></a>
 
<a href="{permalink}" title="{timeago}"></a>
<div style="margin-top:0px;width:260px;">
</div></div>
 
{/block:IndexPage}
{block:IndexPage}
<a href="{Permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=260px/></a>
{/block:IndexPage}
{block:permalinkpage}{LinkOpenTag}
<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=420px/>{LinkCloseTag}
{/block:permalinkpage}
{/block:Photo}
 
 
{block:Photoset}
{block:IndexPage}
 
<div class="only">
<a href="{permalink}" title="{notecount}"></a> <a href="{ReblogURL}" title="reblog" target="_blank"></a>
 
<a href="{permalink}" title="{timeago}"></a>
<div style="margin-top:0px;width:260px;">
</div></div>
{/block:IndexPage}
{block:IndexPage}
{block:Photos}<a href="{Permalink}"><img src="{PhotoURL-500}" width="250" style="padding:3px;"/></a>
{/block:Photos}
{/block:permalinkpage}
{/block:IndexPage}
 
{block:permalinkpage}
{Photoset-500}
{/block:permalinkpage}
{/block:Photoset}
 
 
 
{block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br>
<div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{ReblogURL}" target="_blank">reblog</a> </div>
{/block:Quote}
 
{block:Chat}{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}
<div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{ReblogURL}" target="_blank">reblog</a> </div>
{/block:Chat}
 
{block:Audio}
<div id="audio"><div class="cover"><img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playbox">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="info"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div>
{block:IndexPage}
<div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{ReblogURL}" target="_blank">reblog</a> </div>
{/block:IndexPage}
{/block:Audio}
 
{block:Video}
{block:IndexPage}
<div class="only">
<a href="{permalink}" title="{notecount}"></a> <a href="{ReblogURL}" title="reblog" target="_blank"></a>
 
<a href="{permalink}" title="{timeago}"></a>
<div style="margin-top:0px;width:260px;">
</div></div>
{Video-250}</center>
{/block:IndexPage}
{block:PermalinkPage}
<center>
{Video-400}</center>
{/block:PermalinkPage}
{block:Video}
 
{block:PermalinkPage}
<br>
<div class="eclipsethemes">
{block:Caption}{Caption}{/block:Caption}
 
{block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
 
{block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
{block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
 
{block:HasTags}<br><Br> tags: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
{/block:PermalinkPage}
 
 
 
 
 
{block:PostNotes}
<span></span>
<br>
<div style="width:auto; max-height:200px; overflow:auto;">{PostNotes}</div>
 
</a>
{/block:PostNotes}
</div>
{/block:posts}
 
</div></div>
 
{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 id="cred">
<a href="http://consdeleonn.tumblr.com/"><img src="https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-ios7-moon-outline-48.png"></a></div>
 
</body>
</html>