Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html>
- <head>
- <!--
- Absent Theme
- Kelsey (http://www.atonals.tumblr.com)
- This text should never be deleted, nor should the credit link placed in the theme code.
- credits to:
- http://masonry.desandro.com/docs/methods.html
- -->
- <title>{Title}</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}
- {block:ContentSource} <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} --> {/block:ContentSource}<!-- {block:NoRebloggedFrom}
- {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
- {/block:NoRebloggedFrom} -->
- <meta name="color:text" content="#3c3c3c"/>
- <meta name="color:links" content="#000000"/>
- <meta name="color:link hover" content="#dddddd"/>
- <meta name="color:background" content="#ffffff"/>
- <meta name="if:small images" content="0"/>
- <meta name="if:endless scroll" content="0" />
- <meta name="if:show captions" content="0"/>
- <meta name="text:blogtitle size" content="25" />
- <meta name="text:text size" content="12" />
- <meta name="font:body" content="baskerville" />
- <meta name="font:title" content="Baskerville" />
- <script src="http://masonry.desandro.com/js/jquery-1.7.1.min.js"></script>
- <script src="http://masonry.desandro.com/jquery.masonry.min.js"></script>
- {block:ifendlessscroll}<script src="http://masonry.desandro.com/js/jquery.infinitescroll.min.js">
- </script>{/block:ifendlessscroll}
- <style type="text/css">
- iframe#tumblr_controls {
- top: 0% !important;
- right:0% !important;
- position: absolute !important;}
- body {background: {color:background};font-family: {font:body};font-size: {text:text size}px;color: {color:Text};line-height:15px;text-align: justify;}a:hover {color: {color:link hover};-webkit-transition-duration: .5s;}
- a {color: {color:Links};text-decoration: none;-webkit-transition-duration: .5s;}
- .caption {margin-top:5px;margin-bottom:5px;text-align:left;}
- .title {font-size:12px; text-transform:uppercase;font-weight:bold;}
- .content{width:500px;margin-top:30px;margin-left:10px;{block:ifsmallimages}width:400px;{/block:ifsmallimages}}
- .post{margin-bottom:30px;width:500px; font-size:{text:text size}px;position:absolute;{block:ifsmallimages}width:400px;{/block:ifsmallimages}{block:permalinkpage}width:500px;{/block:permalinkpage}}
- .post img{width:500px;{block:ifsmallimages}width:400px;{/block:ifsmallimages}{block:permalinkpage}width:500px;{/block:permalinkpage}}
- .audio {background-color:#000000;width:500px;{block:ifsmallimages}width:400px;{/block:ifsmallimages}}.photoinfo {position:absolute;width:100px;text-align:justify;margin-left:540px;{block:ifsmallimages}margin-left:440px;{/block:ifsmallimages}{block:permalinkpage}margin-left:540px;{/block:permalinkpage}}
- ::-webkit-scrollbar-thumb:vertical { background-color:{color:Text}; height:100px; }
- ::-webkit-scrollbar-thumb:horizontal { background-color:{color:background}; height:10px !important; }
- ::-webkit-scrollbar { height:10px; width:10px; background-color:{color:background}; }
- .permalink {text-align:right;}
- .notetitle {padding-left:14px;text-transform:none;padding-bottom:10px; text-align:left;}.notes {margin-top:-4px; margin-bottom:25px; text-align:left;margin-left:-10px;}
- ol.notes li.note {padding:5px;}
- ol.notes {max-height: 250px;width:480px; overflow: auto;}
- img.avatar {display: none;}
- .links {line-height:40px;padding:10px;border-bottom: #ddd solid 1px;}#border {border-right: #ddd dotted 1px;}.blogtitle {margin-left:10px;margin-top:20px;text-transform:uppercase;font-size:{text:blogtitle size}px; font-family:{font:title};margin-bottom:10px;line-height:15px;text-align:left;width:500px;{block:ifsmallimages}width:400px;{/block:ifsmallimages}}
- .sidebar {margin:auto;top:0px;width:200px;position:fixed;z-index:1000;background-color:{color:background};left:557px;{block:ifsmallimages}left:457px;{/block:ifsmallimages}text-align:left;{block:permalinkpage}left:557px;{/block:permalinkpage}
- }.information {position:fixed;bottom:0px;left:557px;{block:ifsmallimages}left:457px;{/block:ifsmallimages}{block:permalinkpage}left:557px;{/block:permalinkpage}text-align:justify;font-size:12px;width:200px;z-index:1000;background-color:{color:background};}.next {display:inline;}
- .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
- #infscr-loading {opacity:0;}.navigation{{block:ifendlessscroll}display:none;{/block:ifendlessscroll}{block:ifnotendlessscroll}font-style:italic;{/block:ifnotendlessscroll}}
- {CustomCSS}
- </style>
- <script>
- $(function(){
- var $container = $('.content');
- $container.imagesLoaded(function(){
- $container.masonry({
- itemSelector: '.post'
- });
- });
- $container.infinitescroll({
- navSelector : '.navigation',
- nextSelector : '.navigation a#next',
- itemSelector : '.post',
- animate:false,
- donetext: "No more posts to load" ,},
- function( newElements ) {
- var $newElems = $( newElements ).css({ opacity: 0 });
- $newElems.imagesLoaded(function(){
- $newElems.animate({ opacity: 1 });
- $container.masonry( 'appended', $newElems );
- });
- });
- });
- </script>
- </head>
- <body>
- <div class="blogtitle"><a href="/"><i>{Title}</i></a></div>
- <div class="content">
- <div class="sidebar">
- <a href="/ask" class="links" id="border" >message</a><a href="/archive"class="links"id="border" >archive</a><a href="http://atonals.tumblr.com"class="links">theme</a></div>
- <div class="information">{block:description}{description}{/block:description}
- <br><b>{block:HasPages}{block:Pages}<a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
- {block:Pagination}
- {block:NextPage} / <a href="{NextPage}" class="next"> older</a>{/block:NextPage}
- {block:PreviousPage}<a href="{PreviousPage}">newer</a>{/block:PreviousPage}
- {/block:Pagination}
- </b>
- </div>
- {block:Posts}
- {block:Text}
- <div class="post">
- {block:Title}<div class="title">{Title}</div>{/block:Title}
- {Body}
- {block:IndexPage}<div class="permalink"><a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}</a></div>
- {/block:IndexPage}
- {block:permalinkpage}<div class="notetitle">{block:caption}{Caption}{/block:caption}
- Posted {TimeAgo} with {NoteCount} Notes
- {block:HasTags}{block:Tags}<br><a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}</div>
- <div class="notes">
- {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- {/block:PermalinkPage}
- </div>
- {/block:Text}
- {block:Photo}
- <div class="post"align="center">
- {block:ifphotoinformation}
- <div class="photoinfo">{NoteCountWithLabel}<br><small>{Month} {DayOfMonth}{DayOfMonthSuffix}</small></div>
- {/block:ifphotoinformation}
- {block:IndexPage}
- <a href="{Permalink}">
- <img src="{PhotoURL-500}" alt="{PhotoAlt}" />
- {block:ifshowcaptions}{block:Caption}<div class="caption">{Caption}{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}</div>{/block:Caption}{/block:ifshowcaptions}{/block:IndexPage}</a>
- {block:PermalinkPage}
- <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500"/><div class="notetitle">{block:caption}{Caption}{/block:caption}
- Posted {TimeAgo} with {NoteCount} Notes
- </div>
- <div class="notes">
- {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- {/block:PermalinkPage}
- </div>
- {/block:Photo}
- {block:Photoset}
- <div class="post">
- {block:ifnotsmallimages}{Photoset-500}{/block:ifnotsmallimages}{block:ifsmallimages}{photoset-400}{/block:ifsmallimages}
- {block:ifshowcaptions}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifshowcaptions}
- {/block:IndexPage}
- {block:IndexPage}<div class="permalink"><a href="{Permalink}"><br>{Month} {DayOfMonth}{DayOfMonthSuffix}</a></div>{/block:IndexPage}
- {block:permalinkpage}<div class="notetitle">{block:caption}{Caption}{/block:caption}
- Posted {TimeAgo} with {NoteCount} Notes
- {block:HasTags}{block:Tags}<br><a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}</div>
- <div class="notes">
- {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- {/block:PermalinkPage}
- </div>
- {/block:Photoset}
- {block:Quote}
- <div class="post">
- {Quote}{block:Source}<br>written by <i>{Source}</i>{/block:Source}
- {block:IndexPage}<div class="permalink"><a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}</a></div>{/block:IndexPage}
- {block:permalinkpage}<div class="notetitle">{block:caption}{Caption}{/block:caption}
- Posted {TimeAgo} with {NoteCount} Notes
- {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}</div>
- <div class="notes">
- {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- {/block:PermalinkPage}
- </div>
- {/block:Quote}
- {block:Link}
- <div class="post">
- <div class="title"><a href="{URL}">{Name}</a></div>
- {block:Description}{Description}{/block:Description}
- {block:IndexPage}<div class="permalink"><a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}</a></div>
- {/block:IndexPage}
- </div>
- {/block:Link}
- {block:Chat}
- <div class="post">
- {block:Title}<b>{Title}</b>{/block:Title}
- {block:Lines}{block:Label}<b>{Label}</b> "{Line}"<br>{/block:Label}{/block:Lines}
- {block:IndexPage}<div class="permalink"><a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}</a></div>
- {/block:IndexPage}
- {block:permalinkpage}<div class="notetitle">{block:caption}{Caption}{/block:caption}
- Posted {TimeAgo} with {NoteCount} Notes
- {block:HasTags}{block:Tags}<br><a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}</div>
- <div class="notes">
- {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- {/block:PermalinkPage}
- </div>
- {/block:Chat}
- {block:Video}
- <div class="post">
- {block:ifnotsmallimages}{video-500}{/block:ifnotsmallimages}{block:ifsmallimages}{video-400}{/block:ifsmallimages}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifshowcaptions}
- </div>{/block:Video}
- {block:Audio}
- <div class="post">
- <div class="audio">
- {AudioPlayerBlack}</div>
- {Caption}
- {block:IndexPage}<div class="permalink"><a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}</a>
- </div>{/block:IndexPage}
- {block:permalinkpage}<div class="notetitle">{block:caption}{Caption}{/block:caption}
- Posted {TimeAgo} with {NoteCount} Notes
- {block:HasTags}{block:Tags}<br><a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}</div>
- <div class="notes">
- {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- {/block:PermalinkPage}
- </div>
- {/block:Audio}
- {/block:Posts}
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment