Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- Gallows Theme by Modernise (modernise.tumblr.com), please leave at least ONE credit link <3! -->
- <!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>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <meta name="font:Text" content="georgia"/>
- <meta name="text:Font Size" content="9px"/>
- <meta name="color:Text" content="#888"/>
- <meta name="color:Background" content="#fff"/>
- <meta name="color:Post" content="#fff"/>
- <meta name="color:Borders" content="#cccccc"/>
- <meta name="color:Blockquote" content="#f5f5f5"/>
- <meta name="color:Links" content="#000"/>
- <meta name="color:Hover" content="#ccc"/>
- <meta name="color:Permalink" content="#fff"/>
- <meta name="color:Permalink Background" content="#FFF"/>
- <meta name="image:Background" content=""/>
- <meta name="image:Header" content=""/>
- <meta name="if:Header Image" content="0"/>
- <meta name="if:Title Font" content="1"/>
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
- <script type="text/javascript" src="scrolltopcontrol.js">
- </script>
- <script type="text/javascript">
- var scrolltotop={
- //startline: Integer. Number of pixels from top of doc scrollbar is scrolled before showing control
- //scrollto: Keyword (Integer, or "Scroll_to_Element_ID"). How far to scroll document up when control is clicked on (0=top).
- setting: {startline:100, scrollto: 0, scrollduration:1000, fadeduration:[500, 100]},
- controlHTML: '<img src="http://static.tumblr.com/iddq6cw/72ilx9oh5/top.png" style="filter:alpha(opacity=70); -moz-opacity:0.7; width:50px; height:50px" />', //HTML for control, which is auto wrapped in DIV w/ ID="topcontrol"
- controlattrs: {offsetx:20, offsety:20}, //offset of control relative to right/ bottom of window corner
- anchorkeyword: '#top', //Enter href value of HTML anchors on the page that should also act as "Scroll Up" links
- state: {isvisible:false, shouldvisible:false},
- scrollup:function(){
- if (!this.cssfixedsupport) //if control is positioned using JavaScript
- this.$control.css({opacity:0}) //hide control immediately after clicking it
- var dest=isNaN(this.setting.scrollto)? this.setting.scrollto : parseInt(this.setting.scrollto)
- if (typeof dest=="string" && jQuery('#'+dest).length==1) //check element set by string exists
- dest=jQuery('#'+dest).offset().top
- else
- dest=0
- this.$body.animate({scrollTop: dest}, this.setting.scrollduration);
- },
- keepfixed:function(){
- var $window=jQuery(window)
- var controlx=$window.scrollLeft() + $window.width() - this.$control.width() - this.controlattrs.offsetx
- var controly=$window.scrollTop() + $window.height() - this.$control.height() - this.controlattrs.offsety
- this.$control.css({left:controlx+'px', top:controly+'px'})
- },
- togglecontrol:function(){
- var scrolltop=jQuery(window).scrollTop()
- if (!this.cssfixedsupport)
- this.keepfixed()
- this.state.shouldvisible=(scrolltop>=this.setting.startline)? true : false
- if (this.state.shouldvisible && !this.state.isvisible){
- this.$control.stop().animate({opacity:1}, this.setting.fadeduration[0])
- this.state.isvisible=true
- }
- else if (this.state.shouldvisible==false && this.state.isvisible){
- this.$control.stop().animate({opacity:0}, this.setting.fadeduration[1])
- this.state.isvisible=false
- }
- },
- init:function(){
- jQuery(document).ready(function($){
- var mainobj=scrolltotop
- var iebrws=document.all
- mainobj.cssfixedsupport=!iebrws || iebrws && document.compatMode=="CSS1Compat" && window.XMLHttpRequest //not IE or IE7+ browsers in standards mode
- mainobj.$body=(window.opera)? (document.compatMode=="CSS1Compat"? $('html') : $('body')) : $('html,body')
- mainobj.$control=$('<div id="topcontrol">'+mainobj.controlHTML+'</div>')
- .css({position:mainobj.cssfixedsupport? 'fixed' : 'absolute', bottom:mainobj.controlattrs.offsety, right:mainobj.controlattrs.offsetx, opacity:0, cursor:'pointer'})
- .attr({title:'Scroll to Top'})
- .click(function(){mainobj.scrollup(); return false})
- .appendTo('body')
- if (document.all && !window.XMLHttpRequest && mainobj.$control.text()!='') //loose check for IE6 and below, plus whether control contains any text
- mainobj.$control.css({width:mainobj.$control.width()}) //IE6- seems to require an explicit width on a DIV containing text
- mainobj.togglecontrol()
- $('a[href="' + mainobj.anchorkeyword +'"]').click(function(){
- mainobj.scrollup()
- return false
- })
- $(window).bind('scroll resize', function(e){
- mainobj.togglecontrol()
- })
- })
- }
- }
- scrolltotop.init()
- </script>
- <link rel="shortcut icon" href="{Favicon}">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <title>{Title}</title>
- <script src="http://static.tumblr.com/me5sfsd/1YFl414t0/jquery142.js"></script>
- <script type="text/javascript">
- $(document).ready(function () {
- $(‘li.drawer div:nth-child(2)’).hide();
- $(‘li.drawer h4’).click(function () {
- if ($(this).hasClass(‘open’)) {
- $(‘li.drawer div:visible:nth-child(2)’).slideUp().prev().removeClass(‘open’);}
- else {
- $(‘li.drawer div:visible:nth-child(2)’).slideUp().prev().removeClass(‘open’);
- $(this).next().slideDown();
- $(this).addClass(‘open’);}
- });
- });
- </script>
- </head>
- <style type="text/css">
- @font-face {
- font-family:basket;
- src: url('http://static.tumblr.com/ejm8w78/JDllviajb/marketingscript.ttf');
- }
- iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.5;-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;}
- body {
- font-family:{font:Text};
- color:{color:Text};letter-spacing:1px;
- background-color:{color:background};
- background-image:url('{image:Background}');
- background-color:{color:Background};
- background-repeat: repeat;
- background-position: top center;
- background-attachment: fixed;
- text-align:justify;
- cursor:crosshair;
- }
- .token {
- line-height:9px;
- font-size:9px;
- letter-spacing:1px;
- }
- .ass {
- padding:1px;
- }
- .sidebar {
- max-width:500px;
- background-color:{color:Posts};
- z-index:1;
- margin-left:auto;margin-right:auto;
- position:relative;
- text-align:center;
- margin-top:70px;margin-bottom:80px;
- }
- #content {
- width:100%; margin-left:auto; margin-right:auto;
- position: relative;cursor:crosshair;
- }
- #content .posts {
- width:1150px; {block:PermalinkPage}width:500px;{/block:PermalinkPage}
- left:auto; right:auto;margin-top:0px;margin-left:auto;margin-right:auto;
- position:relative;
- }
- #content .posts img {
- {block:IndexPage}max-width: 225px; {/block:IndexPage}
- {block:PermalinkPage}max-width: 500px; {/block:PermalinkPage}
- }
- #content .entry {
- {block:IndexPage}width: 225px; float:left;
- position: relative;
- {/block:IndexPage}
- margin-right:5px;
- margin-bottom:5px;
- padding:0px;
- {block:PermalinkPage}width:500px; margin:auto; {/block:PermalinkPage}
- background-color:#ffffff;
- }
- #navigation {
- width:0px;
- margin:auto;
- position:absolute;
- height:200%;
- }
- a {
- color:{color:Links};
- text-decoration: none;
- }
- a:hover {
- color:{color:Hover};
- -webkit-transition-duration: 1s;
- text-decoration: none;cursor:crosshair;
- }
- .heading {
- font-family:{font:Text};
- font-size:15px;
- text-decoration: none;
- letter-spacing:0px;
- font-weight:none;line-height:100%;
- margin-bottom:0px;text-align:left;
- }
- ::-webkit-scrollbar-thumb:vertical {
- background-color:{color:Links};
- height:auto;-webkit-border-radius:20px;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color:{color:Links};
- height:6px !important;-webkit-border-radius:20px;
- }
- ::-webkit-scrollbar {
- height:6px;
- width:6px;
- background-color:{color:Background};
- -webkit-border-radius:20px;
- }
- .chat ul {
- padding:0px 0px 0px 0px;
- margin:0px 0px 0px 0px;
- }
- .chat li {
- list-style-type: none;
- padding-left:0px;
- margin-right:0px;
- }
- .chat li.odd {
- color: {color:Text};
- }
- .chat li.even {
- color: {color:Links};
- }
- .label {
- font-weight: bold;
- font-size:9px;
- }
- blockquote {
- padding-left:5px;padding-top:3px;
- padding-right:5px;padding-bottom:3px;
- margin-left:5px; margin-right:5px;
- border-left: 2px solid {color:Borders};
- border-right: 2px solid {color:Borders};
- background-color:{color:blockquote};
- }
- .stan {
- background-color:{color:Blockquote};
- }
- .kyle {
- font-style:italic;
- line-height:9px;margin-bottom:0px;
- }
- .img {
- opacity:1;
- filter:alpha(opacity=100);
- -webkit-transition-duration:1s;
- }
- .img:hover {
- opacity:0.8;
- filter:alpha(opacity=80);
- }
- .audioplayer {
- background-color: #fff;
- -moz-box-shadow: 3px 3px 4px #ccc;
- -webkit-box-shadow: 3px 3px 4px #ccc;
- box-shadow: 3px 3px 4px #ccc;
- }
- .entry .permalink {
- padding-top:0px;
- }
- .craig {
- font-family: helvetica;
- font-weight: condensed;
- color:black;
- font-size:7px;
- opacity: 0;
- -webkit-transition-duration: 1s;top:0px;
- width:225px;
- height:8px;padding-bottom:5px;
- background-color: #fff;
- position: absolute; margin-top:-5px;text-align:center;text-transform:Uppercase;font-family:trebuchet ms;letter-spacing:1px;
- display:block;}
- .entry:hover .craig {
- {block:indexpage}opacity:0.95;
- {/block:indexpage}z-index:999999;margin-top:3px;}
- .permalink {
- {block:IndexPage}
- float:right;
- position: absolute;
- margin-top:0px;
- opacity: 0;
- z-index: 1000;
- background-color:{color:Permalink Background};
- text-align:right;
- {/block:IndexPage}
- }
- .stoley {
- max-width:225px;
- overflow-x:auto;
- }
- .stoley img {
- max-width:225px;
- }
- .butters a {
- margin-top:20px;font-size:50px;color:{color:Hover};-webkit-transition-duration:1s;font-family:{block:IfTitleFont}basket{/block:IfTitleFont}{block:IfNotTitleFont}georgia{/block:IfNotTitleFont};letter-spacing:-1px;line-height:90%;font-style:italic;max-width:800px;
- }
- .butters a:hover {
- color:{color:Links};
- }
- .kenny {
- width:500px;
- opacity: 1;
- z-index: 10000;
- margin-top:0px;
- margin-left:0px;
- margin-right:auto;
- text-align:right;font-family:trebuchet ms; font-size:7px;letter-spacing:1px;text-transform:uppercase;
- }
- u {
- color: #8DBA5C;
- border-bottom: 1px dashed #888;
- }
- b.STRONG {
- letter-spacing:2px;
- font-size:9px;
- font-weight:bold;
- }
- .tweek a {
- font-size:15px;
- line-height:100%;
- padding:2px;
- color:{color:Hover};
- -webkit-transition-duration:1s;z-index:999999;
- }
- .tweek a: hover {
- color:{color:Link};
- }
- .cartman {
- margin-top:0;
- margin-left:0px;
- margin-right:auto;
- margin-bottom:0px;
- width:500px;
- text-align:left;
- background-color:#fff;
- max-height:150px;
- overflow-x:scroll;
- }
- .wendy {
- font-size:9px;
- line-height:9px;
- letter-spacing:1px;
- text-align:center;width:500px;margin-left:auto;margin-right:auto;}
- }
- .video embed, .video object, .video iframe{
- {block:IndexPage}
- width:225px /**/ !important;{/block:IndexPage}
- {block:PermalinkPage}width:500px !important;
- {/block:PermalinkPage}
- height:auto !important;
- }
- .album-art {
- float: left;
- width: 100px;
- height: 100px;
- overflow: hidden;
- }
- #meow{
- color:{color:Links};
- }
- #meow a {
- display:relative;
- max-width:500px;
- text-align:center;color:{color:Links};
- }
- #meow .cat {
- margin-top:-10px;
- filter: alpha(opacity = 0);
- opacity:0;
- -webkit-transition: all 1s ease-out;
- -moz-transition: all 1s ease-out;transition: all 1s ease-out;
- text-align:center;text-transform:lowercase;
- }
- #meow:hover .cat {
- margin-top:5px;
- -webkit-transition: all 1s ease-out;
- -moz-transition: all 1s ease-out;transition: all 1s ease-out;
- filter: alpha(opacity = 80);
- filter: alpha(opacity = 100);
- opacity:100;
- }
- </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: 10,
- loadingImg : "http://b.imagehost.org/0548/Untitled-2.png",
- loadingText : "<em></em>",
- },
- // call masonry as a callback.
- function() { $('.posts').masonry({ appendedContent: $(this) }); }
- );
- });
- </script>
- </head>
- <body>
- <div class="token">
- <div id="content">
- <div class="sidebar">
- <div class="butters">
- <a href="/"><center>
- {block:IfHeaderImage}<img src="{image:Header}" width="250">{/block:IfHeaderImage}{block:IfNotHeaderImage}{Title}{/block:IfNotHeaderImage}
- </center></a>
- </div>
- <div class="wendy">{Description}<br><br>
- <div style="font-family:trebuchet ms;font-size:9px;">
- <div id="meow">
- NAVIGATE
- <div class="cat">
- <a href="/ask"><span>message </span></a>
- <a href="/archive"><span>history </span></a>{block:HasPages}{block:Pages}
- <a href="{URL}"><span>{Label} </span></a>{/block:Pages}{/block:HasPages}
- <a href="http://modernise.tumblr.com"><span>theme</span></a></div>
- </div>
- </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>
- <div class="posts">
- {block:Posts}
- <div class="entry">
- {block:Text}
- {block:Title} <a href="{permalink}"><div class="heading">{title}</div></a> {/block:Title}
- {Body}
- {block:IndexPage}<div class="tweek"><a href="{Permalink}"><div class="craig">{block:Date}{Month} {DayOfMonth}{DayOfMonthSuffix} {Year} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}| {NoteCountWithLabel}{/block:NoteCount}</div></a></div>{/block:IndexPage}
- {/block:Text}
- {block:Photo}
- <div class="img">
- {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
- {block:PermalinkPage}<a href="{PhotoURL-HighRes}">{/block:PermalinkPage}
- <img src="{PhotoURL-500}" alt="{PhotoAlt}" {block:IndexPage}width="225"{/block:IndexPage}{block:PermalinkPage}width="500"{/block:PermalinkPage}/>
- </a>
- </div>
- {block:IndexPage}<div class="tweek"><a href="{Permalink}"><div class="craig">{block:Date}{Month} {DayOfMonth}{DayOfMonthSuffix} {Year} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}| {NoteCountWithLabel}{/block:NoteCount}</div></a></div>{/block:IndexPage}
- {block:PermalinkPage}
- {block:Caption}{Caption}{/block:Caption}<br>
- {/block:PermalinkPage}
- {block:PermalinkPage}
- <div class="kenny">
- {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> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
- <div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- {/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}{block:Photos}<a href="{permalink}"><img src="{PhotoURL-500}" width="225" /></a>
- {/block:Photos}<div class="tweek"><a href="{Permalink}"><div class="craig">{block:Date}{Month} {DayOfMonth}{DayOfMonthSuffix} {Year} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}| {NoteCountWithLabel}{/block:NoteCount}</div></a></div>{/block:IndexPage}
- {block:PermalinkPage}
- {Photoset-500}<br>{block:Caption}{Caption}<br><br>{/block:Caption}
- {/block:PermalinkPage}
- {/block:Photoset}
- {block:Quote}
- <a href="{permalink}"><div class="heading"><i>{Quote}</i></div></a>
- {block:Source} <div align="right">― {Source}</div>{/block:Source}
- {block:IndexPage}<div class="tweek"><a href="{Permalink}"><div class="craig">{block:Date}{Month} {DayOfMonth}{DayOfMonthSuffix} {Year} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}| {NoteCountWithLabel}{/block:NoteCount}</div></a></div>{/block:IndexPage}
- {/block:Quote}
- {block:Link}
- <div class="heading"><a href="{URL}"{Target}>→ {Name}</a></div>
- {block:Description} {Description}{/block:Description}
- {block:IndexPage}<div class="tweek"><a href="{Permalink}"><div class="craig">{block:Date}{Month} {DayOfMonth}{DayOfMonthSuffix} {Year} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}| {NoteCountWithLabel}{/block:NoteCount}</div></a></div>{/block:IndexPage}
- {/block:Link}
- {block:Video}
- {block:PermalinkPage}<div class="video">{Video-500}
- </div>{/block:PermalinkPage}
- {block:IndexPage}<div class="video" width="225">{Video-250}
- </div><div class="tweek"><a href="{Permalink}"><div class="craig">{block:Date}{Month} {DayOfMonth}{DayOfMonthSuffix} {Year} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}| {NoteCountWithLabel}{/block:NoteCount}</div></a></div>{/block:IndexPage}
- {/block:Video}
- {block:Chat}
- {block:Title}
- <div class="heading"><a href="{Permalink}">{Title}</a></div>
- {/block:Title}
- <div class="chat ul">
- {block:Lines}
- <li class="{Alt} user_{UserNumber}">
- {block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>
- {/block:Lines}</div></li>
- {block:IndexPage}<div class="tweek"><a href="{Permalink}"><div class="craig">{block:Date}{Month} {DayOfMonth}{DayOfMonthSuffix} {Year} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}| {NoteCountWithLabel}{/block:NoteCount}</div></a></div>{/block:IndexPage}
- {/block:Chat}
- {block:Audio}{block:PermalinkPage}
- {block:AlbumArt}<div class="album-art"><img src="{AlbumArtURL}" height="100px"></div>{/block:AlbumArt}{/block:PermalinkPage}
- <div class="audioplayer">{AudioPlayerWhite}</div>{block:Caption}{Caption}{/block:Caption}
- {block:PermalinkPage}
- {block:TrackName}<br><br>
- <b>{TrackName}</b>
- {/block:TrackName} by {block:Artist}
- {Artist}
- {/block:Artist}<br>{PlayCountWithLabel}{/block:PermalinkPage}
- {block:IndexPage}<div class="tweek"><a href="{Permalink}"><div class="craig">{block:Date}{Month} {DayOfMonth}{DayOfMonthSuffix} {Year} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}| {NoteCountWithLabel}{/block:NoteCount}</div></a></div>{/block:IndexPage}
- {/block:Audio}
- {block:Answer}
- <div style="text-align:left;padding-left:5px;padding-right:5px;border-left: 2px solid {color:Links};border-right: 2px solid {color:Links};background-color:{color:blockquote};"><div class="stan">{Asker}: {Question}</div></div><div style="text-align:left;"><div class="kyle">{Answer}</div></div>
- {block:IndexPage}<div class="tweek"><a href="{Permalink}"><div class="craig">{block:Date}{Month} {DayOfMonth}{DayOfMonthSuffix} {Year} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}| {NoteCountWithLabel}{/block:NoteCount}</div></a></div>{/block:IndexPage}
- {/block:Answer}
- </div>
- {/block:Posts}
- </div></div>
- </div>
- </div><div style="display:block;bottom:5px;left:5px;font-size:9px;font-family:georgia;position:fixed;background-color:#000;padding:3px;border-radius:10px;z-index:55554235555;">theme by <a href="http://modernise.tumblr.com"><span style="color:#fff;">modernise</span></a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement