Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <!------------------------------
- UltraPics Theme by UltraLinx
- http://theultralinx.com/category/tumblr-themes
- ------------------------------>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>{Title}{block:PostSummary} — {PostSummary}{/block:PostSummary}</title>
- {block:Description}<meta name="description" content="{MetaDescription}">{/block:Description}
- <meta name="color:Page Background" content="#1c1c1c">
- <meta name="color:Page Text" content="#c2c2c2">
- <meta name="color:Posts Text" content="#545454">
- <meta name="color:Links" content="#c2c2c2">
- <meta name="image:Page Background" content="http://static.tumblr.com/hoglrhc/M4Qm8ytu1/bg.png">
- <meta name="font:Body Font" content="Helvetica, Arial, sans-serif">
- <meta name="font:Headings Font" content="Raleway, Helvetica, Arial, sans-serif">
- <meta name="if:Infinite Scrolling" content="0">
- <meta name="if:Show Share Buttons" content="1">
- <meta name="if:Show Notes" content="1">
- <meta name="if:Show Tags" content="1">
- <meta name="if:Show Photo Exif Info" content="1">
- <meta name="text:Disqus Shortname" content="">
- <meta name="text:Google Analytics ID" content="">
- <meta name="text:Header Link 1" content="">
- <meta name="text:Header Link 1 Title" content="">
- <meta name="text:Header Link 2" content="">
- <meta name="text:Header Link 2 Title" content="">
- <meta name="text:Header Link 3" content="">
- <meta name="text:Header Link 3 Title" content="">
- <meta name="text:Header Link 4" content="">
- <meta name="text:Header Link 4 Title" content="">
- <meta name="text:Header Link 5" content="">
- <meta name="text:Header Link 5 Title" content="">
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="apple-touch-icon" href="{PortraitURL-128}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Raleway:100">
- <link rel="stylesheet" href="http://static.tumblr.com/hoglrhc/N4Dm97hm2/style.min.css">
- <!--[if lt IE 9]>
- <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
- <![endif]-->
- <style>
- html {
- background-color: {color:Page Background};
- background-image: url({image:Page Background});
- color: {color:Page Text};
- font-family: {font:Body Font};
- }
- a {
- color: {color:Links};
- }
- .site-title,
- .content h4 {
- font-family: {font:Headings Font};
- }
- .post {
- color: {color:Posts Text};
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div class="install-btn">
- <a href="http://theultralinx.com/category/tumblr-themes" target="_blank"><img src="http://static.tumblr.com/8jq17g7/Re3lqefyw/install.png" alt="Install Theme"></a>
- </div>
- <header class="site-header">
- <div class="container">
- <h1 class="site-title large">
- <a href="/">{Title}</a>
- </h1>
- <nav class="site-nav">
- <ul class="nav">
- {block:HasPages}
- {block:Pages}
- <li><a href="{URL}">{Label}</a></li>
- {/block:Pages}
- {/block:HasPages}
- {block:SubmissionsEnabled}<li><a href="/submit">{SubmitLabel}</a></li>{/block:SubmissionsEnabled}
- {block:AskEnabled}<li><a href="/ask">{AskLabel}</a></li>{/block:AskEnabled}
- {block:ifHeaderLink1Title}
- <li><a href="{text:Header Link 1}" title="{text:Header Link 1 Title}">{text:Header Link 1 Title}</a></li>
- {/block:ifHeaderLink1Title}
- {block:ifHeaderLink2Title}
- <li><a href="{text:Header Link 2}" title="{text:Header Link 2 Title}">{text:Header Link 2 Title}</a></li>
- {/block:ifHeaderLink2Title}
- {block:ifHeaderLink3Title}
- <li><a href="{text:Header Link 3}" title="{text:Header Link 3 Title}">{text:Header Link 3 Title}</a></li>
- {/block:ifHeaderLink3Title}
- {block:ifHeaderLink4Title}
- <li><a href="{text:Header Link 4}" title="{text:Header Link 4 Title}">{text:Header Link 4 Title}</a></li>
- {/block:ifHeaderLink4Title}
- {block:ifHeaderLink5Title}
- <li><a href="{text:Header Link 5}" title="{text:Header Link 5 Title}">{text:Header Link 5 Title}</a></li>
- {/block:ifHeaderLink5Title}
- <li><a href="/archive">Archive</a></li>
- <li><a href="{RSS}">RSS</a></li>
- </ul>
- </nav>
- {block:Description}
- <div class="site-description">
- <p>{Description}</p>
- </div>
- {/block:Description}
- <div id="divider"></div>
- </div>
- </header> <!-- /site-header -->
- {block:IndexPage}
- <div class="content">
- <div class="container">
- {block:NoSearchResults}
- <h4>Sorry, nothing found for “{SearchQuery}”.</h4>
- {/block:NoSearchResults}
- {block:TagPage}
- <h4>Posts tagged ‘{Tag}’</h4>
- {/block:TagPage}
- <div id="loader"></div>
- <section class="posts" id="masonry">
- {block:Posts}
- <div class="post-box {PostType}">
- <article class="post">
- <div class="post-content">
- {block:Text}
- {block:Title}
- <h2 class="delta">{Title}</h2>
- {/block:Title}
- {Body}
- {/block:Text}
- {block:Photo}
- <a href="{Permalink}">
- <img src="{PhotoURL-250}" alt="{PhotoAlt}">
- </a>
- {/block:Photo}
- {block:Photoset}
- {Photoset-250}
- {/block:Photoset}
- {block:Quote}
- <blockquote>
- <p>{Quote}</p>
- {block:Source}
- <b class="source">{Source}</b>
- {/block:Source}
- </blockquote>
- {/block:Quote}
- {block:Link}
- <h2 class="delta"><a href="{URL}"{Target}>{Name}</a></h2>
- {block:Description}
- {Description}
- {/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}
- <h2 class="delta">{Title}</h2>
- {/block:Title}
- <ul class="chat-content">
- {block:Lines}
- <li class="{Alt}">
- {block:Label}
- <b>{Label}</b>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- {/block:Chat}
- {block:Audio}
- {block:AudioEmbed}
- {AudioEmbed-250}
- {/block:AudioEmbed}
- {block:AudioPlayer}
- {block:AlbumArt}
- <img src="{AlbumArtURL}" alt="Album Art" class="cover">
- {/block:AlbumArt}
- <div class="player">
- {AudioPlayerBlack}
- </div>
- {/block:AudioPlayer}
- {/block:Audio}
- {block:Video}
- {Video-250}
- {/block:Video}
- {block:Answer}
- <h2 class="delta">{Asker} asked: <q>{Question}</q></h2>
- {Answer}
- {/block:Answer}
- </div>
- {block:Date}
- <footer>
- <ul class="post-meta nav cf">
- <li class="post-date"><a href="{Permalink}" title="{DayOfWeek}, {DayOfMonth} {Month} {Year}, {24Hour}:{Minutes}:{Seconds}">{TimeAgo}</a></li>
- {block:NoteCount}<li class="post-likes"><a href="{Permalink}">{NoteCountWithLabel}</a></li>{/block:NoteCount}
- </ul>
- </footer>
- {/block:Date}
- </article> <!-- /post -->
- </div> <!-- /post-box -->
- {block:Posts}
- </section> <!-- /posts -->
- {block:Pagination}
- <nav class="pagination cf">
- {block:PreviousPage}
- <a href="{PreviousPage}" class="prev">Prev</a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}" class="next">Next</a>
- {/block:NextPage}
- </nav>
- {/block:Pagination}
- </div> <!-- /container -->
- </div> <!-- /content -->
- {/block:IndexPage}
- {block:Permalink}
- <div class="content permalink-page">
- <section class="posts">
- {block:Posts}
- <article class="post {PostType}">
- <div class="post-content">
- {block:Text}
- {block:Title}
- <h2 class="delta">{Title}</h2>
- {/block:Title}
- {Body}
- {/block:Text}
- {block:Photo}
- {LinkOpenTag}
- <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}">
- {LinkCloseTag}
- {/block:Photo}
- {block:Photoset}
- {Photoset-250}
- {/block:Photoset}
- {block:Quote}
- <blockquote>
- <p>{Quote}</p>
- {block:Source}
- <b class="source">{Source}</b>
- {/block:Source}
- </blockquote>
- {/block:Quote}
- {block:Link}
- <h2 class="delta"><a href="{URL}"{Target}>{Name}</a></h2>
- {block:Description}
- {Description}
- {/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}
- <h2 class="delta">{Title}</h2>
- {/block:Title}
- <ul class="chat-content">
- {block:Lines}
- <li class="{Alt}">
- {block:Label}
- <b>{Label}</b>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- {/block:Chat}
- {block:Audio}
- {block:AudioEmbed}
- {AudioEmbed-500}
- {/block:AudioEmbed}
- {block:AudioPlayer}
- <div class="cf">
- <div class="audio-block left">
- {block:AlbumArt}
- <img src="{AlbumArtURL}" alt="Album Art" class="cover">
- {/block:AlbumArt}
- <div class="player">
- {AudioPlayerBlack}
- </div>
- </div>
- <div class="audio-block right">
- <h2 class="song-name">
- <span>{block:Artist}{Artist} —{/block:Artist}</span>
- <span>{block:TrackName}{TrackName}{/block:TrackName}</span>
- </h2>
- <p class="played">Played {FormattedPlayCount} times.</p>
- </div>
- </div>
- {/block:AudioPlayer}
- {/block:Audio}
- {block:Video}
- {Video-700}
- {/block:Video}
- {block:Answer}
- <h2 class="delta">{Asker} asked: <q>{Question}</q></h2>
- {Answer}
- {/block:Answer}
- </div>
- </article> <!-- /post -->
- <div class="container cf">
- {block:PermalinkPagination}
- <nav class="pagination cf">
- {block:PreviousPost}
- <a href="{PreviousPost}" class="prev">Prev</a>
- {/block:PreviousPost}
- {block:NextPost}
- <a href="{NextPost}" class="next">Next</a>
- {/block:NextPost}
- </nav>
- {/block:PermalinkPagination}
- {block:Date}
- <section class="post-info cf">
- <div class="block main">
- {block:IfShowTags}
- {block:HasTags}
- <ul class="tags nav islet">
- <span>Tags:</span>
- {block:Tags}
- <li><a href="{TagURL}">{Tag}</a></li>
- {/block:Tags}
- </ul>
- {/block:HasTags}
- {/block:IfShowTags}
- {block:Photo}
- {block:Caption}
- <div class="caption islet">{Caption}</div>
- {/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {block:Caption}
- <div class="caption islet">{Caption}</div>
- {/block:Caption}
- {/block:Photoset}
- {block:Audio}
- {block:Caption}
- <div class="caption islet">{Caption}</div>
- {/block:Caption}
- {/block:Audio}
- {block:Video}
- {block:Caption}
- <div class="caption islet">{Caption}</div>
- {/block:Caption}
- {/block:Video}
- {block:IfDisqusShortname}
- <div class="comments islet">
- <div id="disqus_thread"></div>
- </div>
- {block:IfDisqusShortname}
- {block:IfShowNotes}
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- {/block:IfShowNotes}
- </div>
- <div class="block meta">
- <ul class="post-meta">
- <li><a href="{Permalink}" title="{DayOfWeek}, {DayOfMonth} {Month} {Year}, {24Hour}:{Minutes}:{Seconds}">{DayOfMonth} {Month} {Year}</a></li>
- {block:NoteCount}<li><a href="{Permalink}">{NoteCountWithLabel}</a></li>{/block:NoteCount}
- {block:RebloggedFrom}<li><a href="{ReblogParentURL}">Via {ReblogParentName}</a></li>{/block:RebloggedFrom}
- <li><a href="{ShortURL}">Permalink / Short URL</a></li>
- {block:IfShowShareButtons}
- <li class="social-btn">
- <div id="fb-root"></div>
- <div class="fb-like" data-send="false" data-layout="button_count" data-width="450" data-show-faces="false" data-font="arial"></div>
- </li>
- <li class="social-btn">
- <a href="https://twitter.com/share" class="twitter-share-button" data-lang="en">Tweet</a>
- </li>
- {/block:IfShowShareButtons}
- </ul>
- {block:Photo}
- {block:IfShowPhotoExifInfo}
- {block:Exif}
- <div class="exif-info">
- <h5>Exif Info</h5>
- <dl>
- {block:Camera}
- <dt>Camera:</dt>
- <dd>{Camera}</dd>
- {/block:Camera}
- {block:Aperture}
- <dt>Aperture:</dt>
- <dd>{Aperture}</dd>
- {/block:Aperture}
- {block:Exposure}
- <dt>Exposure:</dt>
- <dd>{Exposure}</dd>
- {/block:Exposure}
- {block:FocalLength}
- <dt>Focal Length:</dt>
- <dd>{FocalLength}</dd>
- {/block:FocalLength}
- </dl>
- </div>
- {/block:Exif}
- {/block:IfShowPhotoExifInfo}
- {/block:Photo}
- </div>
- </section> <!-- /post-info -->
- {/block:Date}
- </div> <!-- /container -->
- {/block:Posts}
- </section> <!-- /posts -->
- </div> <!-- /content -->
- {/block:Permalink}
- <div id="theme-banner">
- <p><a href="http://theultralinx.com/category/tumblr-themes" target="_blank">UltraPics Theme by UltraLinx</a></p>
- </div>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
- <script src="http://static.tumblr.com/hoglrhc/QVRm86erf/jquery.imagesloaded.min.js"></script>
- <script src="http://static.tumblr.com/hoglrhc/Q57m82kqz/jquery.masonry.min.js"></script>
- {block:IfInfiniteScrolling}
- <script src="http://static.tumblr.com/hoglrhc/LwLm82qrz/jquery.infinitescroll.min.js"></script>
- {block:IfInfiniteScrolling}
- <script>
- $(document).ready(function() {
- var $container = $('#masonry');
- var $loader = $('#loader');
- $container.imagesLoaded(function() {
- $container.fadeIn(300);
- $loader.hide();
- $container.masonry({
- itemSelector: '.post-box',
- columnWidth: 250,
- gutterWidth: 30
- });
- });
- {block:IfInfiniteScrolling}
- $container.infinitescroll({
- navSelector : "nav.pagination",
- nextSelector : "nav.pagination .next",
- itemSelector : "#masonry .post-box",
- bufferPx : 350,
- loading : {
- finishedMsg : null,
- img : null,
- msgText : null
- }
- },
- function(newElements) {
- var $newElems = $(newElements).css({ opacity: 0 });
- $newElems.imagesLoaded(function(){
- $newElems.animate({ opacity: 1 });
- $container.masonry('appended', $newElems, true);
- $('.post-box')
- .hover(
- function() {
- $(this).addClass('post-box-hover');
- },
- function() {
- $(this).removeClass('post-box-hover');
- }
- );
- });
- });
- {/block:IfInfiniteScrolling}
- $('.post-box')
- .hover(
- function() {
- $(this).addClass('post-box-hover');
- },
- function() {
- $(this).removeClass('post-box-hover');
- }
- );
- (function(doc, script) {
- var js,
- fjs = doc.getElementsByTagName(script)[0],
- add = function(url, id) {
- if (doc.getElementById(id)) {return;}
- js = doc.createElement(script);
- js.src = url;
- id && (js.id = id);
- fjs.parentNode.insertBefore(js, fjs);
- };
- {block:IfGoogleAnalyticsID}
- // Google Analytics
- var _gaq = _gaq || [];
- _gaq.push(['_setAccount', '{text:Google Analytics ID}']);
- _gaq.push(['_trackPageview']);
- add(('https:' == location.protocol ? '//ssl' : '//www') + '.google-analytics.com/ga.js', 'ga');
- {/block:IfGoogleAnalyticsID}
- {block:IfShowShareButtons}
- // Facebook
- add('//connect.facebook.net/en_GB/all.js#xfbml=1', 'facebook-jssdk');
- // Twitter
- add('//platform.twitter.com/widgets.js', 'twitter-wjs');
- {/block:IfShowShareButtons}
- {block:PermalinkPage}
- {block:IfDisqusShortname}
- var disqus_identifier = "{PostID}";
- var disqus_url = "{Permalink}";
- var disqus_title = "{block:PostTitle}{PostTitle}{/block:PostTitle}";
- // Disqus
- add('http://{text:Disqus Shortname}.disqus.com/embed.js');
- {block:IfDisqusShortname}
- {/block:PermalinkPage}
- }(document, 'script'));
- });
- </script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement