Advertisement
feiinho

tesselate tumblr theme

Aug 20th, 2014
631
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.59 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en" id="{block:IndexPage}index{/block:IndexPage}{block:PermalinkPage}permalink{/block:PermalinkPage}" class="no-js {block:ifNotInfiniteScroll}no-{/block:ifNotInfiniteScroll}infscr {block:ifNotEnableAnimations}no-{/block:ifNotEnableAnimations}animations transitions {block:ifNotFadeInPosts}no-{/block:ifNotFadeInPosts}fadein {block:ifNotLoadPostsIndividually}no-{/block:ifNotLoadPostsIndividually}loadsolo not-mobile {block:ifTransparentPostBackground}transbg{/block:ifTransparentPostBackground} {block:ifBorderAroundIndexPosts}border-post{/block:ifBorderAroundIndexPosts} {block:ifBorderAroundPermalinkContent}border-content{/block:ifBorderAroundPermalinkContent} {block:ifBorderAroundPermalinkMeta}border-meta{/block:ifBorderAroundPermalinkMeta} {block:ifPhotosStretchToFillWidth}photostretch{/block:ifPhotosStretchToFillWidth} {block:ifPhotosClickThroughToPermalink}photoclickthrough{/block:ifPhotosClickThroughToPermalink} {block:ifNotShowLikeAndReblogButtons}no-{/block:ifNotShowLikeAndReblogButtons}likereblog">
  3. <!--
  4. Tessellate theme version 3.0 // balloonies.tumblr.com
  5. Install // www.tumblr.com/theme/30524
  6. -->
  7. <head>
  8. <meta charset="utf-8">
  9. <title>{Title}{block:PostSummary} - {PostSummary}{/block:PostSummary}</title>
  10. {block:Description}<meta name="description" content="{MetaDescription}">{/block:Description}
  11. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  12.  
  13. <meta name="color:Border" content="#f1f1f1">
  14. <meta name="color:Link" content="#708090">
  15. <meta name="color:Meta background" content="#ffffff">
  16. <meta name="color:Meta font" content="#708090">
  17. <meta name="color:No album art background" content="#eeeeee">
  18. <meta name="color:Page background" content="#ffffff">
  19. <meta name="color:Page font" content="#999999">
  20. <meta name="color:Post background" content="#ffffff">
  21. <meta name="color:Title" content="#708090">
  22.  
  23. <meta name="font:Page" content="'courier new', monospace">
  24. <meta name="font:Title" content="'courier new', monospace">
  25.  
  26. <meta name="image:Background" content="">
  27. <meta name="image:Header" content="">
  28.  
  29. <meta name="if:Avatar as header" content="0">
  30. <meta name="if:Border around index posts" content="1">
  31. <meta name="if:Border around permalink content" content="0">
  32. <meta name="if:Border around permalink meta" content="0">
  33. <meta name="if:Center header image" content="0">
  34. <meta name="if:Center header text" content="0">
  35. <meta name="if:Contextual time on index page" content="0">
  36. <meta name="if:Enable animations" content="1">
  37. <meta name="if:Enable default photoset lightbox" content="1">
  38. <meta name="if:Enable permalink pagination" content="0">
  39. <meta name="if:European time format" content="0">
  40. <meta name="if:Fade in posts" content="1">
  41. <meta name="if:Fixed background image" content="0">
  42. <meta name="if:Infinite Scroll" content="0">
  43. <meta name="if:Larger 7th photo" content="0">
  44. <meta name="if:Larger 14th photo" content="0">
  45. <meta name="if:Larger videos" content="1">
  46. <meta name="if:Load posts individually" content="0">
  47. <meta name="if:Photos click through to permalink" content="0">
  48. <meta name="if:Photos stretch to fill width" content="0">
  49. <meta name="if:Short date on index page" content="0">
  50. <meta name="if:Short Spotify player on index page" content="1">
  51. <meta name="if:Show archive link" content="1">
  52. <meta name="if:Show captions on index page" content="0">
  53. <meta name="if:Show date on index page" content="0">
  54. <meta name="if:Show description over links" content="0">
  55. <meta name="if:Show description under links" content="0">
  56. <meta name="if:Show header slashes" content="1">
  57. <meta name="if:Show like and reblog buttons" content="0">
  58. <meta name="if:Show notes on permalink page" content="1">
  59. <meta name="if:Show RSS" content="0">
  60. <meta name="if:Show search bar" content="1">
  61. <meta name="if:Show title above links" content="0">
  62. <meta name="if:Stretched background image" content="0">
  63. <meta name="if:Transparent post background" content="0">
  64. <meta name="if:Use white like and reblog buttons" content="0">
  65. <meta name="if:Use black like and reblog buttons" content="0">
  66. <meta name="if:Wait for photoset images" content="0">
  67. <meta name="if:White up arrow" content="0">
  68.  
  69. <meta name="text:Google Analytics ID" content="">
  70. <meta name="text:Title link alt" content="">
  71.  
  72. <link rel="shortcut icon" href="{Favicon}">
  73. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  74. <link rel="stylesheet" href="http://static.tumblr.com/eatauj5/BUNmoo9ju/normalize.min.css">
  75. <link rel="stylesheet" href="http://static.tumblr.com/eatauj5/n1rn6ofz6/tessellate.3.0.rc1.min.css">
  76.  
  77. <style type="text/css">
  78. body, #search input {
  79. font-family: {font:Page};
  80. }
  81. body {
  82. background-color: {color:Page background};
  83. {block:ifBackgroundImage}background-image: url('{image:Background}');{/block:ifBackgroundImage}
  84. {block:ifNotStretchedBackgroundImage}{block:ifFixedBackgroundImage}
  85. background-attachment: fixed;
  86. {/block:ifFixedBackgroundImage}{/block:ifNotStretchedBackgroundImage}
  87. {block:ifStretchedBackgroundImage}
  88. background-attachment: fixed;
  89. background-size: 100% 100%;
  90. {/block:ifStretchedBackgroundImage}
  91. color: {color:Page font};
  92. }
  93. a {
  94. color: {color:Link};
  95. }
  96. blockquote, #header, #search input, .main-content, .meta, #footer {
  97. border-color: {color:Border} !important;
  98. }
  99. .title {
  100. color: {color:Title};
  101. font-family: {font:Title};
  102. }
  103. .album-art, .audio-meta li {
  104. background-color: {color:No album art background};
  105. }
  106. #index .main-content, #permalink .post {
  107. background-color: {block:ifTransparentPostBackground}transparent{/block:ifTransparentPostBackground}{block:ifNotTransparentPostBackground}{color:Post background}{/block:ifNotTransparentPostBackground};
  108. }
  109. #index .meta-content .permalink, .photoset-caption {
  110. color: {color:Meta font};
  111. }
  112. #index .meta, .photoset-caption-wrapper {
  113. background-color: {color:Meta background};
  114. }
  115. #toTop {
  116. {block:ifWhiteUpArrow}background-image: url('http://static.tumblr.com/eatauj5/bFhll9tq4/arrow-up-white.png');{/block:ifWhiteUpArrow}
  117. {block:ifNotWhiteUpArrow}background-image: url('http://static.tumblr.com/eatauj5/Wupll45l8/arrow-up.png');{/block:ifNotWhiteUpArrow}
  118. }
  119. {CustomCSS}
  120. </style>
  121.  
  122. <script src="http://static.tumblr.com/eatauj5/Ij0mo9krp/jquery-1.10.1.min.js"></script>
  123. <script src="http://static.tumblr.com/eatauj5/VPOmoo6qj/tessellate.3.0.modernizr.min.js"></script>
  124. {block:ifGoogleAnalyticsID}<script>
  125. var _gaq = _gaq || [];
  126. _gaq.push([ '_setAccount', '{text:Google Analytics ID}' ]);
  127. _gaq.push([ '_trackPageview' ]);
  128.  
  129. (function() {
  130. var ga = document.createElement( 'script' );
  131. ga.type = 'text/javascript';
  132. ga.async = true;
  133. ga.src = ( 'https:' == document.location.protocol ? 'https://ssl' : 'http://www' ) + '.google-analytics.com/ga.js';
  134. var s = document.getElementsByTagName( 'script' )[ 0 ];
  135. s.parentNode.insertBefore( ga, s );
  136. })();
  137. </script>{/block:ifGoogleAnalyticsID}
  138. <script>
  139. var tessellate = {
  140. analytics: {block:ifGoogleAnalyticsID}true{/block:ifGoogleAnalyticsID}{block:ifNotGoogleAnalyticsID}false{/block:ifNotGoogleAnalyticsID},
  141. animations: {block:ifEnableAnimations}true{/block:ifEnableAnimations}{block:ifNotEnableAnimations}false{/block:ifNotEnableAnimations},
  142. currentpage: {CurrentPage},
  143. defaultlb: {block:ifEnableDefaultPhotosetLightbox}true{/block:ifEnableDefaultPhotosetLightbox}{block:ifNotEnableDefaultPhotosetLightbox}false{/block:ifNotEnableDefaultPhotosetLightbox},
  144. fadein: {block:ifFadeInPosts}true{/block:ifFadeInPosts}{block:ifNotFadeInPosts}false{/block:ifNotFadeInPosts},
  145. infscr: {block:ifInfiniteScroll}true{/block:ifInfiniteScroll}{block:ifNotInfiniteScroll}false{/block:ifNotInfiniteScroll},
  146. likereblog: {block:ifShowLikeAndReblogButtons}true{/block:ifShowLikeAndReblogButtons}{block:ifNotShowLikeAndReblogButtons}false{/block:ifNotShowLikeAndReblogButtons},
  147. loadsolo: {block:ifLoadPostsIndividually}true{/block:ifLoadPostsIndividually}{block:ifNotLoadPostsIndividually}false{/block:ifNotLoadPostsIndividually},
  148. photosetwait: {block:ifWaitForPhotosetImages}true{/block:ifWaitForPhotosetImages}{block:ifNotWaitForPhotosetImages}false{/block:ifNotWaitForPhotosetImages},
  149. photostretch: {block:ifPhotosStretchToFillWidth}true{/block:ifPhotosStretchToFillWidth}{block:ifNotPhotosStretchToFillWidth}false{/block:ifNotPhotosStretchToFillWidth}
  150. };
  151.  
  152. tessellate.jq = jQuery.noConflict();
  153.  
  154. (function( $ ) {
  155. var $root = $( 'html' );
  156. $root
  157. .removeClass( 'no-js' )
  158. .addClass( 'yes-js' );
  159.  
  160. tessellate.mobile = /iphone|ipad|ipod|android|blackberry|mini|windows\sce|palm/i.test( navigator.userAgent.toLowerCase() );
  161.  
  162. if ( tessellate.mobile ) {
  163. $root
  164. .addClass( 'mobile' )
  165. .removeClass( 'not-mobile' );
  166. }
  167.  
  168. if ( ! Modernizr.csstransitions ) {
  169. $root
  170. .removeClass( 'transitions' )
  171. .addClass( 'no-transitions' );
  172. }
  173.  
  174. if ( ! $.support.opacity ) {
  175. tessellate.animations = false;
  176. }
  177.  
  178. if ( ! tessellate.animations ) {
  179. $.fx.off = true;
  180.  
  181. if ( $root.hasClass( 'animations' ) ) {
  182. $root
  183. .removeClass( 'animations' )
  184. .addClass( 'no-animations' );
  185. }
  186. }
  187. })( jQuery );
  188. </script>
  189. </head>
  190.  
  191. <body>
  192. <div id="container">
  193. <div id="header" {block:ifCenterHeaderText}class="centered-text"{/block:ifCenterHeaderText}>
  194. <div id="header-image" {block:ifCenterHeaderImage}class="centered-image"{/block:ifCenterHeaderImage}>
  195. <a href="/">{block:ifAvatarAsHeader}<img src="{PortraitURL-128}" class="portrait" alt="{Title}">{/block:ifAvatarAsHeader}{block:ifNotAvatarAsHeader}{block:ifHeaderImage}<img src="{image:Header}" alt="{Title}">{/block:ifHeaderImage}{/block:ifNotAvatarAsHeader}</a>
  196. </div>
  197.  
  198. {block:ifShowTitleAboveLinks}{block:ifNotHeaderImage}{block:ifNotAvatarAsHeader}<h1 id="title"><a href="/">{block:ifTitleLinkAlt}{text:Title link alt}{/block:ifTitleLinkAlt}{block:ifNotTitleLinkAlt}{Title}{/block:ifNotTitleLinkAlt}</a></h1>{/block:ifNotAvatarAsHeader}{/block:ifNotHeaderImage}{/block:ifShowTitleAboveLinks}
  199.  
  200. {block:ifNotShowDescriptionUnderLinks}{block:ifShowDescriptionOverLinks}{block:Description}<div id="description">{Description}</div>{/block:Description}{/block:ifShowDescriptionOverLinks}{/block:ifNotShowDescriptionUnderLinks}
  201.  
  202. <div id="navigation">
  203. {block:ifShowSearchBar}<form action="/search" method="get" name="search-form" id="search"><input type="text" name="q" placeholder="{lang:Search}"></form>{/block:ifShowSearchBar}
  204.  
  205. <ul id="links" {block:ifNotShowHeaderSlashes}class="unslashed"{/block:ifNotShowHeaderSlashes}>
  206. {block:ifNotShowTitleAboveLinks}{block:ifNotHeaderImage}{block:ifNotAvatarAsHeader}<li id="title"><a href="/">{block:ifTitleLinkAlt}{text:Title link alt}{/block:ifTitleLinkAlt}{block:ifNotTitleLinkAlt}{Title}{/block:ifNotTitleLinkAlt}</a></li>{/block:ifNotAvatarAsHeader}{/block:ifNotHeaderImage}{/block:ifNotShowTitleAboveLinks}
  207. {block:ifNotShowDescriptionUnderLinks}{block:ifNotShowDescriptionOverLinks}{block:Description}<li id="description">{Description}</li>{/block:Description}{/block:ifNotShowDescriptionOverLinks}{/block:ifNotShowDescriptionUnderLinks}
  208. {block:ifShowArchiveLink}<li><a href="/archive">{lang:Archive}</a></li>{/block:ifShowArchiveLink}
  209. {block:HasPages}{block:Pages}<li><a href="{URL}">{Label}</a></li> {/block:Pages}{/block:HasPages}
  210. {block:AskEnabled}<li><a href="/ask">{AskLabel}</a></li>{/block:AskEnabled}
  211. {block:SubmissionsEnabled}<li><a href="/submit">{SubmitLabel}</a></li>{/block:SubmissionsEnabled}
  212. {block:ifShowRSS}<li><a href="{RSS}">{lang:RSS}</a></li>{/block:ifShowRSS}
  213. <li><a href="http://www.tumblr.com/theme/30524" rel="nofollow">Theme</a></li>
  214. </ul>
  215. </div>
  216.  
  217. {block:ifShowDescriptionUnderLinks}{block:Description}<div id="description">{Description}</div>{/block:Description}{/block:ifShowDescriptionUnderLinks}
  218. </div>
  219.  
  220. <div id="content">
  221. {block:NoSearchResults}
  222. <div id="no-results" class="post text wordy page opaque">
  223. <div class="main-content">
  224. <div class="the-wordy">
  225. <h4 class="title">{lang:No posts found}</h4>
  226. <p>{lang:Sorry no search results found}</p>
  227. </div>
  228. </div>
  229. </div>
  230. {/block:NoSearchResults}
  231.  
  232. {block:Posts}
  233. <div {block:Date}id="post-{PostID}"{/block:Date} class="post {block:Text}text {/block:Text}{block:Quote}quote {/block:Quote}{block:Link}link {/block:Link}{block:Chat}chat {/block:Chat}{block:Answer}answer {/block:Answer}{block:Photo}photo not-{/block:Photo}{block:Photoset}photoset not-{/block:Photoset}{block:Audio}audio {block:AudioPlayer}audio-player{/block:AudioPlayer}{block:AudioEmbed}audio-embed{/block:AudioEmbed} not-{/block:Audio}{block:Video}video not-{/block:Video}wordy {block:Date}not-{/block:Date}page {block:IndexPage}invisible {block:Photo}{block:Post7}{block:ifLarger7thPhoto}wide{/block:ifLarger7thPhoto}{/block:Post7}{block:Post14}{block:ifLarger14thPhoto}wide{/block:ifLarger14thPhoto}{/block:Post14}{/block:Photo}{block:Audio}{block:AudioEmbed}wide{/block:AudioEmbed}{/block:Audio}{block:Video}{block:ifLargerVideos}wide{/block:ifLargerVideos}{/block:Video}{/block:IndexPage}">
  234. <div class="main-content">
  235. {block:Text}
  236. <div class="the-wordy">
  237. {block:Title}<h4 class="title">{Title}</h4>{/block:Title}
  238. {body}
  239. </div>
  240. {/block:Text}
  241.  
  242. {block:Photo}
  243. <div class="the-photo">
  244. {block:IndexPage}{block:ifPhotosClickThroughToPermalink}<a href="{Permalink}">{/block:ifPhotosClickThroughToPermalink}{block:ifNotPhotosClickThroughToPermalink}{LinkOpenTag}{/block:ifNotPhotosClickThroughToPermalink}<img src="{block:Post1}{PhotoURL-250}{/block:Post1}{block:Post2}{PhotoURL-250}{/block:Post2}{block:Post3}{PhotoURL-250}{/block:Post3}{block:Post4}{PhotoURL-250}{/block:Post4}{block:Post5}{PhotoURL-250}{/block:Post5}{block:Post6}{PhotoURL-250}{/block:Post6}{block:Post7}{block:ifLarger7thPhoto}{PhotoURL-500}{/block:ifLarger7thPhoto}{block:ifNotLarger7thPhoto}{PhotoURL-250}{/block:ifNotLarger7thPhoto}{/block:Post7}{block:Post8}{PhotoURL-250}{/block:Post8}{block:Post9}{PhotoURL-250}{/block:Post9}{block:Post10}{PhotoURL-250}{/block:Post10}{block:Post11}{PhotoURL-250}{/block:Post11}{block:Post12}{PhotoURL-250}{/block:Post12}{block:Post13}{PhotoURL-250}{/block:Post13}{block:Post14}{block:ifLarger14thPhoto}{PhotoURL-500}{/block:ifLarger14thPhoto}{block:ifNotLarger14thPhoto}{PhotoURL-250}{/block:ifNotLarger14thPhoto}{/block:Post14}{block:Post15}{PhotoURL-250}{/block:Post15}" data-width-lq="{PhotoWidth-250}" data-height-lq="{PhotoHeight-250}" data-width-mq="{PhotoWidth-500}" data-height-mq="{PhotoHeight-500}" data-size="{block:Post7}{block:ifLarger7thPhoto}Mq{/block:ifLarger7thPhoto}{/block:Post7}{block:Post14}{block:ifLarger14thPhoto}Mq{/block:ifLarger14thPhoto}{/block:Post14}" alt="{PhotoAlt}">{block:ifPhotosClickThroughToPermalink}</a>{/block:ifPhotosClickThroughToPermalink}{block:ifNotPhotosClickThroughToPermalink}{LinkCloseTag}{/block:ifNotPhotosClickThroughToPermalink}{/block:IndexPage}
  245. {block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" data-width-mq="{PhotoWidth-500}" data-height-mq="{PhotoHeight-500}" data-size="Mq" alt="{PhotoAlt}">{LinkCloseTag}{/block:PermalinkPage}
  246. </div>
  247. {/block:Photo}
  248.  
  249. {block:Photoset}
  250. <div class="the-photoset" data-layout="{PhotosetLayout}">
  251. {block:Photos}<span class="photoset-image">
  252. <a href="{PhotoURL-HighRes}" class="photoset-preview"><img src="{block:IndexPage}{PhotoUrl-250}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-500}{/block:PermalinkPage}" data-width-lq="{PhotoWidth-250}" data-height-lq="{PhotoHeight-250}" data-width-hq="{PhotoWidth-HighRes}" data-height-hq="{PhotoHeight-HighRes}" data-url-hq="{PhotoUrl-HighRes}" alt="{Caption}"></a>
  253. {block:Caption}<span class="photoset-caption-wrapper"><span class="photoset-caption">{Caption}</span></span>{/block:Caption}
  254. </span>{/block:Photos}
  255. </div>
  256. {/block:Photoset}
  257.  
  258. {block:Quote}
  259. <div class="the-wordy">
  260. <h4 class="the-quote {length}-quote">{Quote}</h4>
  261. {block:Source}
  262. <div class="quote-source">
  263. <div class="emdash">&mdash;</div>
  264. <div class="the-source">{Source}</div>
  265. </div>
  266. {/block:Source}
  267. </div>
  268. {/block:Quote}
  269.  
  270. {block:Link}
  271. <div class="the-wordy">
  272. <h4 class="the-link title"><a href="{URL}" {Target}>{Name}</a></h4>
  273. {block:Description}{Description}{/block:Description}
  274. </div>
  275. {/block:Link}
  276.  
  277. {block:Chat}
  278. <div class="the-wordy">
  279. {block:Title}<h4 class="title">{Title}</h4>{/block:Title}
  280. <ul class="the-chat">
  281. {block:Lines}<li class="{UserNumber} {Alt}">{block:Label}<label>{Label}</label>{/block:Label} {Line}</li>{/block:Lines}
  282. </ul>
  283. </div>
  284. {/block:Chat}
  285.  
  286. {block:Audio}
  287. {block:AudioPlayer}
  288. <div class="the-audio-player">
  289. <div class="audio-content">
  290. <div class="album-art">
  291. {block:AlbumArt}<img src="{AlbumArtURL}" class="the-album-art" alt="">{/block:AlbumArt}
  292. </div>
  293. <div class="the-audio-wrapper">
  294. <div class="the-audio">{AudioPlayerBlack}</div>
  295. </div>
  296. </div>
  297. {block:PermalinkPage}
  298. <ul class="audio-meta">
  299. {block:TrackName}<li class="trackname">{TrackName}</li>{/block:TrackName}
  300. {block:Artist}<li class="artist">{Artist}</li>{/block:Artist}
  301. {block:Album}<li class="album">{Album}</li>{/block:Album}
  302. </ul>
  303. {/block:PermalinkPage}
  304. </div>
  305. {/block:AudioPlayer}
  306. {block:AudioEmbed}
  307. <div class="the-audio-embed {block:ifShortSpotifyPlayerOnIndexPage}short-spotify{/block:ifShortSpotifyPlayerOnIndexPage}">{block:IndexPage}{AudioEmbed-500}{/block:IndexPage}{block:PermalinkPage}{AudioEmbed-500}{/block:PermalinkPage}</div>
  308. {/block:AudioEmbed}
  309. {/block:Audio}
  310.  
  311. {block:Video}
  312. <div class="the-video hideflash">{block:IndexPage}{block:ifLargerVideos}{Video-500}{/block:ifLargerVideos}{block:ifNotLargerVideos}{Video-250}{/block:ifNotLargerVideos}{/block:IndexPage}{block:PermalinkPage}{Video-500}{/block:PermalinkPage}</div>
  313. {/block:Video}
  314.  
  315. {block:Answer}
  316. <div class="the-wordy">
  317. <h4 class="question title"><span class="asker">{lang:Asker asked}</span>: <span class="the-question">{Question}</span></h4>
  318. <div class="the-answer">{Answer}</div>
  319. </div>
  320. {/block:Answer}
  321.  
  322. {block:IndexPage}{block:ifShowCaptionsOnIndexPage}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifShowCaptionsOnIndexPage}{/block:IndexPage}
  323. {block:PermalinkPage}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
  324. </div> <!-- /.main-content -->
  325.  
  326. {block:Date}
  327. {block:IndexPage}
  328. <div class="meta-content">
  329. <div class="meta">
  330. {block:ifShowLikeAndReblogButtons}
  331. <div class="meta-action">
  332. {block:ifUseBlackLikeAndReblogButtons}<div class="reblog-button-wrap">{ReblogButton color="black" size="16"}</div>{LikeButton color="black" size="16"}{/block:ifUseBlackLikeAndReblogButtons}
  333. {block:ifNotUseBlackLikeAndReblogButtons}
  334. {block:ifUseWhiteLikeAndReblogButtons}<div class="reblog-button-wrap">{ReblogButton color="white" size="16"}</div>{LikeButton color="white" size="16"}{/block:ifUseWhiteLikeAndReblogButtons}
  335. {block:ifNotUseWhiteLikeAndReblogButtons}<div class="reblog-button-wrap">{ReblogButton color="grey" size="16"}</div>{LikeButton color="grey" size="16"}{/block:ifNotUseWhiteLikeAndReblogButtons}
  336. {/block:ifNotUseBlackLikeAndReblogButtons}
  337. </div>
  338. {/block:ifShowLikeAndReblogButtons}
  339. {block:ifPhotosClickThroughToPermalink}<span class="permalink"><a href="{Permalink}">{/block:ifPhotosClickThroughToPermalink}
  340. {block:ifNotPhotosClickThroughToPermalink}<a href="{Permalink}" class="permalink">{/block:ifNotPhotosClickThroughToPermalink}
  341. <span class="meta-notecount">{NoteCount}</span>
  342. {block:ifShowDateOnIndexPage}
  343. <span class="meta-date">
  344. {block:ifContextualTimeOnIndexPage}{TimeAgo}{/block:ifContextualTimeOnIndexPage}
  345. {block:ifNotContextualTimeOnIndexPage}
  346. {block:ifEuropeanTimeFormat}
  347. {block:ifShortDateOnIndexPage}{DayOfMonth} {ShortMonth}, &apos;{ShortYear}{/block:ifShortDateOnIndexPage}
  348. {block:ifNotShortDateOnIndexPage}{DayOfMonth} {Month}, {Year}{/block:ifNotShortDateOnIndexPage}
  349. {/block:ifEuropeanTimeFormat}
  350. {block:ifNotEuropeanTimeFormat}{block:ifShortDateOnIndexPage}{ShortMonth} {DayOfMonth}, &apos;{ShortYear}{/block:ifShortDateOnIndexPage}
  351. {block:ifNotShortDateOnIndexPage}{Month} {DayOfMonth}, {Year}{/block:ifNotShortDateOnIndexPage}
  352. {/block:ifNotEuropeanTimeFormat}
  353. {/block:ifNotContextualTimeOnIndexPage}
  354. </span>
  355. {/block:ifShowDateOnIndexPage}
  356. {block:ifPhotosClickThroughToPermalink}</a></span>{/block:ifPhotosClickThroughToPermalink}
  357. {block:ifNotPhotosClickThroughToPermalink}</a>{/block:ifNotPhotosClickThroughToPermalink}
  358. </div>
  359. </div>
  360. {/block:IndexPage}
  361. {block:PermalinkPage}
  362. <div class="meta-content">
  363. <div class="meta">
  364. <a href="{Permalink}"><span class="meta-notecount">{NoteCount}</span></a>
  365. <span class="meta-date">{block:ifEuropeanTimeFormat}{DayOfMonth} {Month}, {Year}{/block:ifEuropeanTimeFormat}{block:ifNotEuropeanTimeFormat}{Month} {DayOfMonth}, {Year}{/block:ifNotEuropeanTimeFormat}</span>
  366. {block:ContentSource}<span class="meta-source">{lang:Source}:</span> <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}
  367. {block:RebloggedFrom}<!--{lang:Reblogged from ReblogParentName}-->{/block:RebloggedFrom}
  368.  
  369. {block:HasTags}
  370. <div id="tags">
  371. <label id="meta-tags">{lang:Tagged}:</label>
  372. <ul>
  373. {block:Tags}<li><a href="{TagURL}">{Tag}</a></li> {/block:Tags}
  374. </ul>
  375. </div>
  376. {/block:HasTags}
  377. </div>
  378.  
  379. {block:ifShowNotesOnPermalinkPage}{block:PostNotes}{PostNotes}{/block:PostNotes}{/block:ifShowNotesOnPermalinkPage}
  380. </div>
  381. {/block:PermalinkPage}
  382. {/block:Date}
  383. </div> <!-- /.post -->
  384. {/block:Posts}
  385. </div> <!-- /#content -->
  386.  
  387. {block:Pagination}
  388. <div id="footer">
  389. <ul id="pagination">
  390. {block:PreviousPage}<li id="newer"><a href="{PreviousPage}">{lang:Newer}</a></li>{/block:PreviousPage}
  391. {block:JumpPagination length="5"}
  392. {block:CurrentPage}<li class="current-page"><span>{PageNumber}</span></li>{/block:CurrentPage}
  393. {block:JumpPage}<li class="jump-page"><a href="{URL}">{PageNumber}</a></li>{/block:JumpPage}
  394. {/block:JumpPagination}
  395. {block:NextPage}<li id="older"><a href="{NextPage}" id="next-page">{lang:Older}</a></li>{/block:NextPage}
  396. </ul>
  397. </div>
  398. {/block:Pagination}
  399.  
  400. {block:ifEnablePermalinkPagination}{block:PermalinkPagination}
  401. <div id="footer">
  402. <ul id="pagination">
  403. {block:NextPost}<li id="newer"><a href="{NextPost}">{lang:Newer}</a></li>{/block:NextPost}
  404. {block:PreviousPost}<li id="older"><a href="{PreviousPost}">{lang:Older}</a></li>{/block:PreviousPost}
  405. </ul>
  406. </div>
  407. {/block:PermalinkPagination}{/block:ifEnablePermalinkPagination}
  408. </div> <!-- /#container -->
  409.  
  410. {block:ifInfiniteScroll}{block:IndexPage}
  411. <div id="loading">
  412. <div id="throbber"></div>
  413. <div id="loading-txt">{lang:Loading}</div>
  414. </div>
  415. {/block:IndexPage}{/block:ifInfiniteScroll}
  416.  
  417. <script src="http://static.tumblr.com/eatauj5/cyYmsqnue/tessellate.3.0.rc1.plugins.js"></script>
  418. <script src="http://static.tumblr.com/eatauj5/0Qzmsqnuw/tessellate.3.0.rc1.tumblr.min.js"></script>
  419. <script src="http://static.tumblr.com/eatauj5/iGon6ofex/tessellate.3.0.rc1.min.js"></script>
  420. </body>
  421. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement