Advertisement
heykevinn

Immobulus Theme

Sep 26th, 2012
1,875
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.67 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4.  
  5. <!-- ----------------------------------------------
  6.  
  7. #5 IMMBOLUS THEME BY EXCOLO
  8. acrisolar.tumblr.com [main blog]
  9. excolo.tumblr.com [tumblr themes]
  10.  
  11. ---------------------------------------------- -->
  12.  
  13. <title>{Title}</title>
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  16. <meta name="viewport" content="width=820" />
  17. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  18.  
  19. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  20.  
  21. <meta name="color:Background" content="#eeeeee"/>
  22. <meta name="color:Text" content="#585858"/>
  23. <meta name="color:Links" content="#a84141"/>
  24. <meta name="color:Links Hover" content="#dfd230"/>
  25. <meta name="color:Title" content="#585858"/>
  26. <meta name="color:Header Text" content="#585858"/>
  27. <meta name="color:Lines" content="#D9EAF3"/>
  28. <meta name="color:Posts Background" content="#ffffff"/>
  29. <meta name="color:Margin" content="#e4e4e4"/>
  30. <meta name="color:Meta" content="#dfd230"/>
  31. <meta name="color:Posts Shadow" content="#000000"/>
  32. <meta name="color:Navigations" content="#a84141"/>
  33. <meta name="color:Navigations Hover" content="#dfd230"/>
  34. <meta name="color:Timestamp Background" content="#dfd230"/>
  35. <meta name="color:Timestamp Text" content="#ffffff"/>
  36.  
  37. <meta name="if:Auto Hide Description" content="1"/>
  38. <meta name="if:Show Tags" content="1"/>
  39. <meta name="if:Show Archive Link" content="1"/>
  40. <meta name="if:Show RSS Link" content="0"/>
  41. <meta name="if:Timestamps" content="1"/>
  42. <meta name="if:Cross Icon" content="1"/>
  43. <meta name="if:Hide Captions" content="1"/>
  44. <meta name="if:Infinite Scroll" content="1"/>
  45. <meta name="if:Full Sized Background" content="0"/>
  46. <meta name="if:Back To Top Button" content="1"/>
  47.  
  48. <meta name="font:Text" content="Century Gothic"/>
  49.  
  50. <meta name="text:Ask label" content="message"/>
  51. <meta name="text:Submit label" content="submit"/>
  52. <meta name="text:RSS label" content="subscribe"/>
  53. <meta name="text:Google Analytics ID" content="" />
  54. <meta name="text:link 1 url" content="" />
  55. <meta name="text:link 1 title" content="" />
  56. <meta name="text:link 2 url" content="" />
  57. <meta name="text:link 2 title" content="" />
  58. <meta name="text:link 3 url" content="" />
  59. <meta name="text:link 3 title" content="" />
  60.  
  61. <meta name="image:background" content="http://25.media.tumblr.com/tumblr_ltqq73Kh5g1qhvdofo6_500.png"/>
  62.  
  63. <style type="text/css">
  64. @import url(http://fonts.googleapis.com/css?family=Alice);
  65.  
  66. body {
  67. font: normal 12px {font:Text}, arial, sans-serif;
  68. color:#585858;
  69. margin:0px;
  70. padding:0px;
  71. background:{color:Background} url({image:Background});
  72. {block:IfFullSizedBackground}background-size:100%;{/block:IfFullSizedBackground}
  73. background-attachment:fixed;
  74. }
  75.  
  76. a {
  77. color:{color:Links};
  78. text-decoration:none;
  79. -webkit-transition: all 0.4s linear;
  80. -moz-transition: all 0.4s linear;
  81. transition: all 0.4s linear;
  82. }
  83.  
  84. a:hover {
  85. color:{color:Links Hover};
  86. }
  87.  
  88. #quince /* container */ {
  89. width:530px;
  90. margin:0px auto;
  91. }
  92.  
  93. #navigs {
  94. font:20px 'Alice', serif;
  95. text-align:right;
  96. }
  97.  
  98. #navigs a { color:{color:Navigations};-webkit-transition: all 0.2s linear;-moz-transition: all 0.2s linear;transition: all 0.2s linear; }
  99. #navigs a:hover { color:{color:Navigations Hover}; }
  100.  
  101. #navigs a:after {
  102. content:' ยท ';
  103. color:{color:Title};
  104. }
  105.  
  106. #navigs a:last-child:after {
  107. content:'';
  108. }
  109.  
  110. .description {
  111. margin:0 0 15px 0;
  112. }
  113.  
  114. #snug /* header */ {
  115. margin:20px 0px 40px 0px;
  116. color:{color:Header Text};
  117. }
  118.  
  119. #snug .noncross img {
  120. -webkit-border-radius: 100px;
  121. -moz-border-radius: 100px;
  122. border-radius: 100px;
  123. overflow:hidden;
  124. }
  125.  
  126. #snug .hicon {
  127. width:67px;
  128. height:66px;
  129. float:left;
  130. margin-top:10px;
  131. cursor:help;
  132. }
  133.  
  134. #snug .portrait1, #snug .portrait3, #snug .portrait7, #snug .portrait9 {
  135. float:left;
  136. width:22px;
  137. height:22px;
  138. visibility:hidden;
  139. }
  140.  
  141. #snug .portrait2 {
  142. float:left;
  143. width:22px;
  144. height:22px;
  145. background:url({PortraitURL-96}) -22px 0px;
  146. background-size:66px;
  147. }
  148.  
  149. #snug .portrait4 {
  150. float:left;
  151. width:22px;
  152. height:22px;
  153. background:url({PortraitURL-96}) 0px -22px;
  154. background-size:66px;
  155. }
  156.  
  157. #snug .portrait5 {
  158. float:left;
  159. width:22px;
  160. height:22px;
  161. background:url({PortraitURL-96}) -22px -22px;
  162. background-size:66px;
  163. }
  164.  
  165. #snug .portrait6 {
  166. float:left;
  167. width:22px;
  168. height:22px;
  169. background:url({PortraitURL-96}) -44px -22px;
  170. background-size:66px;
  171. }
  172.  
  173. #snug .portrait8 {
  174. float:left;
  175. width:22px;
  176. height:22px;
  177. background:url({PortraitURL-96}) -22px -44px;
  178. background-size:66px;
  179. }
  180.  
  181. #snug .title {
  182. font-family: 'Alice', Times New Roman, serif;
  183. font-size:80px;
  184. letter-spacing:-5px;
  185. text-align:right;
  186. margin:0px 0px 10px 0px;
  187. color:{color:Title};
  188. }
  189. #snug .title a { color:{color:Title}; }
  190. #snug .title span { cursor:help; }
  191.  
  192. #puck /* individual post */ {
  193. width: 530px;
  194. margin:0px 0px 40px 0px;
  195. }
  196.  
  197. #quince .tstamp {
  198. position:absolute;
  199. z-index:999;
  200. background:rgba({RGBcolor:Timestamp Background},0.7);
  201. color:{color:Timestamp Text};
  202. text-align:center;
  203. width:35px;
  204. height:25px;
  205. padding:5px 10px 25px 10px;
  206. -webkit-border-radius: 100px;
  207. -moz-border-radius: 100px;
  208. border-radius: 100px;
  209. margin:10px 0 0 -30px;
  210. font:12px Alice;
  211. -webkit-transition: all 0.2s linear;
  212. -moz-transition: all 0.2s linear;
  213. transition: all 0.2s linear;
  214. {block:IfNotTimestamps}display:none;{/block:IfNotTimeStamps}
  215. }
  216.  
  217. #quince .tstamp:hover { background:rgba({RGBcolor:Timestamp Background},0.9); }
  218.  
  219. #puck .tstamp { color:{color:Timestamp Text}; }
  220.  
  221. #puck .meta {
  222. margin:18px 0 0 0;
  223. font-family:'Alice', serif;
  224. opacity:0.5;
  225. -webkit-transition: all 0.4s linear;
  226. -moz-transition: all 0.4s linear;
  227. transition: all 0.4s linear;
  228. color:{color:Meta};
  229. }
  230.  
  231. #puck .meta a {
  232. color:{color:Meta};
  233. }
  234.  
  235. #puck:hover .meta {
  236. opacity:1;
  237. }
  238.  
  239. #puck .quote {
  240. font-size:30px;
  241. font-family:'Alice', serif;
  242. line-height:30px;
  243. margin:-10px 0px 20px 0px;
  244. }
  245.  
  246. #puck .title {
  247. font-size:25px;
  248. font-family:'Alice', serif;
  249. line-height:40px;
  250. }
  251.  
  252. #puck .linktitle {
  253. font-size:25px;
  254. font-family:'Alice', serif;
  255. line-height:40px;
  256. }
  257.  
  258. #puck .linktitle:after {
  259. content:' โ†’';
  260. }
  261.  
  262. #quince .photo {
  263. -webkit-box-shadow: 0 1px 4px rgba({RGBcolor:Posts Shadow},0.2), 0 5px 5px rgba({RGBcolor:Posts Shadow},0.07);
  264. -moz-box-shadow: 0 1px 4px rgba({RGBcolor:Posts Shadow},0.2), 0 5px 5px rgba({RGBcolor:Posts Shadow},0.07);
  265. box-shadow: 0 1px 4px rgba({RGBcolor:Posts Shadow},0.2), 0 5px 5px rgba({RGBcolor:Posts Shadow},0.07);
  266. width:500px;
  267. margin:0px auto 10px auto;
  268. padding:15px;
  269. background:{color:Posts Background};
  270. }
  271.  
  272. .paper {
  273. font: normal 12px {font:Text}, arial, sans-serif;
  274. padding: 26px 40px 26px 70px;
  275. position: relative;
  276. line-height: 20px;
  277. background: -webkit-gradient(linear, 0 0, 0 100%, from({color:Lines}), color-stop(4%, {color:Posts Background})) 0 4px;
  278. background: -webkit-linear-gradient(top, {color:Lines} 0%, {color:Posts Background} 8%) 0 24px;
  279. background: -moz-linear-gradient(top, {color:Lines} 0%, {color:Posts Background} 8%) 0 4px;
  280. background: -ms-linear-gradient(top, {color:Lines} 0%, {color:Posts Background} 8%) 0 4px;
  281. background: -o-linear-gradient(top, {color:Lines} 0%, {color:Posts Background} 8%) 0 4px;
  282. background: linear-gradient(top, {color:Lines} 0%, {color:Posts Background} 8%) 0 4px;
  283. -webkit-background-size: 100% 20px;
  284. -moz-background-size: 100% 20px;
  285. -ms-background-size: 100% 20px;
  286. -o-background-size: 100% 20px;
  287. background-size: 100% 20px;
  288. -webkit-box-shadow: 0 1px 4px rgba({RGBcolor:Posts Shadow},0.2), 0 5px 5px rgba({RGBcolor:Posts Shadow},0.07);
  289. -moz-box-shadow: 0 1px 4px rgba({RGBcolor:Posts Shadow},0.2), 0 5px 5px rgba({RGBcolor:Posts Shadow},0.07);
  290. box-shadow: 0 1px 4px rgba({RGBcolor:Posts Shadow},0.2), 0 5px 5px rgba({RGBcolor:Posts Shadow},0.07);
  291. overflow:auto;
  292. }
  293.  
  294. .paper::before {
  295. content: '';
  296. position: absolute;
  297. width: 2px;
  298. top: 0;
  299. left: 40px;
  300. bottom: 0;
  301. border: 1px solid;
  302. border-color: transparent {color:Margin};
  303. }
  304.  
  305. .paper h1,.paper h2 {
  306. font-size: 16px;
  307. line-height: 16px;
  308. margin: 0 0 4px;
  309. }
  310. .paper h3,.paper h4,.paper h5 {
  311. font-size: 14px;
  312. line-height: 16px;
  313. margin: 0 0 4px;
  314. }
  315. .paper h4,.paper h5 {
  316. font-weight: normal;
  317. }
  318. .paper p { margin: 0 0 20px; }
  319. .paper p:last-child { margin: 0; }
  320. .paper ul { margin: 0 0 20px; }
  321. .paper blockquote { margin:0px 0px 20px -24px;border-left:1px solid #efe4e4;padding:0px 0px 0px 23px;font-style:italic; }
  322.  
  323. .nocaption {
  324. display:none;
  325. }
  326.  
  327. .pagnition {
  328. font:15px Alice;
  329. text-align:center;
  330. margin:0 0 40px 0;
  331. color:{color:Header Text};
  332. {block:ifinfinitescroll}display:none;{/block:ifinfinitescroll}
  333. }
  334.  
  335. .pagnition a { color:{color:Header Text}; }
  336. .pagnition a:hover { text-decoration:underline;}
  337.  
  338. #postnotes ol {
  339. list-style-type:none;
  340. margin:0px;
  341. padding:0px;
  342. }
  343.  
  344. #postnotes {
  345. font: normal 12px "Lucida Grande", arial, sans-serif;
  346. line-height: 20px;
  347. }
  348.  
  349. #top-link{ display:none; position:fixed; right:15px; bottom:15px;width: 0; height: 0; border-left: 10px solid transparent;border-right: 10px solid transparent;border-bottom: 15px solid {color:Navigations};-webkit-transition: all 0.2s linear;-moz-transition: all 0.2s linear;transition: all 0.2s linear;}
  350. #top-link:hover { border-bottom: 15px solid {color:Navigations Hover}; }
  351.  
  352. #infscr-loading {
  353. text-align: center;
  354. z-index: 100;
  355. position: fixed;
  356. left:50%;
  357. bottom: 20px;
  358. font-size:0px;
  359. background:#fff;
  360. padding:2px;
  361. -webkit-border-radius: 50px;
  362. -moz-border-radius: 50px;
  363. border-radius: 50px;
  364. width:16px;
  365. height:16px;
  366. }
  367.  
  368. </style>
  369.  
  370. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js">
  371. </script>
  372.  
  373. {block:IfAutoHideDescription}
  374. <script type="text/javascript">
  375. $(document).ready(function(){
  376. $(".draw .description").hide();
  377. $(".draw .head").click(function(){
  378. $(this).next(".draw .description").slideToggle('fast');
  379. }); }); </script>
  380. {/block:IfAutoHideDescription}
  381.  
  382. <script type="text/javascript" src="http://static.tumblr.com/sjl0ztp/07tm8j6sa/jquery.scrollto-1.4.0-min.js"></script>
  383. <script type="text/javascript">
  384. jQuery.fn.topLink = function(settings) {
  385. settings = jQuery.extend({
  386. min: 1,
  387. fadeSpeed: 200,
  388. ieOffset: 50
  389. }, settings);
  390. return this.each(function() {
  391. //listen for scroll
  392. var el = $(this);
  393. el.css('display','none'); //in case the user forgot
  394. $(window).scroll(function() {
  395. if(!jQuery.support.hrefNormalized) {
  396. el.css({
  397. 'position': 'absolute',
  398. 'top': $(window).scrollTop() + $(window).height() - settings.ieOffset
  399. });
  400. }
  401. if($(window).scrollTop() >= settings.min)
  402. {
  403. el.fadeIn(settings.fadeSpeed);
  404. }
  405. else
  406. {
  407. el.fadeOut(settings.fadeSpeed);
  408. }
  409. });
  410. });
  411. };
  412.  
  413. $(document).ready(function() {
  414. $('#top-link').topLink({
  415. min: 400,
  416. fadeSpeed: 500
  417. });
  418. //smoothscroll
  419. $('#top-link').click(function(e) {
  420. e.preventDefault();
  421. $.scrollTo(0,300);
  422. });
  423. });
  424.  
  425.  
  426. </script>
  427.  
  428. {block:ifinfinitescroll}
  429. {block:indexpage}
  430. <script src="http://static.tumblr.com/ihdmiub/Noam2kdyo/jquery.infinitescroll.min.js"></script>
  431. <script>
  432. $(function(){
  433.  
  434. var $container = $('#quince');
  435. $container.infinitescroll({
  436. navSelector : '#page-nav', // selector for the paged navigation
  437. nextSelector : '#page-nav a', // selector for the NEXT link (to page 2)
  438. itemSelector : '#flute', // selector for all items you'll retrieve
  439. loading: {
  440. finishedMsg: '<em>no more!</em>',
  441. img: 'http://static.tumblr.com/sjl0ztp/LkXm7hysx/snake_transparent.gif'
  442. }
  443. },
  444. // trigger Masonry as a callback
  445. function( newElements ) {
  446. var $newElems = $( newElements ).css({ opacity: 1 });
  447. $newElems.imagesLoaded(function(){
  448. $newElems.animate({ opacity: 1 });
  449. $container.masonry( 'appended', $newElems, true );
  450. });
  451. }
  452. );
  453.  
  454. });
  455. </script>
  456. <nav id="page-nav">
  457. {block:NextPage}<a href="{NextPage}"></a>{/block:NextPage}</nav>
  458. {/block:indexpage}
  459. {/block:ifinfinitescroll}
  460.  
  461. </head>
  462.  
  463. <body>
  464.  
  465. {block:IfBackToTopButton}
  466. <div id="top"></div>
  467. <a style="border:none;" href="#top"><div id="top-link"></div></a>
  468. {/block:IfBackToTopButton}
  469.  
  470. <!-- start content -->
  471. <div id="quince">
  472.  
  473. <!-- start header -->
  474. <div id="snug">
  475.  
  476. <div class="draw">
  477. <a class="head">
  478.  
  479. {block:IfCrossIcon}
  480. <div class="hicon">
  481. <div class="portrait1"></div><div class="portrait2"></div><div class="portrait3"></div><div class="portrait4"></div><div class="portrait5"></div><div class="portrait6"></div><div class="portrait7"></div><div class="portrait8"></div><div class="portrait9"></div>
  482. </div>
  483. {/block:IfCrossIcon}
  484.  
  485. {block:IfNotCrossIcon}
  486. <div class="hicon noncross">
  487. <img src="{PortraitURL-96}" width="66" height="66">
  488. </div>
  489. {/block:IfNotCrossIcon}
  490.  
  491. <div class="title"><span>{Title}</span></div></a>
  492. <div class="description">{Description}</div>
  493. <div id="navigs">
  494. <a href="/">home</a>
  495. {block:askenabled}<a href="/ask">{text:ask label}</a>{/block:askenabled}
  496. {block:submissionsenabled}<a href="/submit">{text:submit label}</a>{/block:submissionsenabled}
  497. {block:ifshowRSSlink}<a href="{RSS}">{text:RSS Label}</a>{/block:ifshowRSSlink}
  498. {block:ifshowarchivelink}<a href="/archive">archive</a>{/block:ifshowarchivelink}
  499. {block:HasPages}{block:Pages}<a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  500. {block:iflink1title}<a href="{text:link 1 url}">{text:link 1 title}</a><span><span>{/block:iflink1title}
  501. {block:iflink2title}<a href="{text:link 2 url}">{text:link 2 title}</a><span><span>{/block:iflink2title}
  502. {block:iflink3title}<a href="{text:link 3 url}">{text:link 3 title}</a><span><span>{/block:iflink3title}
  503. <a href="http://excolo.tumblr.com">theme</a>
  504. </div>
  505. </div>
  506.  
  507. </div>
  508.  
  509. {block:Posts}
  510. <!-- start each post -->
  511.  
  512. <div id="flute">
  513.  
  514. <a href="{Permalink}">
  515. <div class="tstamp">
  516. <div style="font-size:25px;margin:-5px 0 -5px 0;">{DayOfMonthWithZero}</div>
  517. <div style="margin:0 0 -2px; 0;">{ShortMonth}</div>
  518. <div style="font-size:11px;">{Year}</div>
  519. </div>
  520. </a>
  521.  
  522. {block:Photo}
  523. <div class="photo">{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</div>
  524. {/block:Photo}
  525.  
  526. {block:Video}
  527. <div class="photo">{Video-500}</div>
  528. {/block:Video}
  529.  
  530. {block:Photoset}
  531. <div class="photo">{Photoset-500}</div>
  532. {/block:Photoset}
  533.  
  534. <div id="puck">
  535.  
  536. <div class="paper{block:IndexPage}{block:Photo}{block:IfHideCaptions} nocaption{/block:IfHideCaptions}{/block:Photo}{block:Video}{block:IfHideCaptions} nocaption{/block:IfHideCaptions}{/block:Video}{block:Photoset}{block:IfHideCaptions} nocaption{/block:IfHideCaptions}{/block:Photoset}{/block:IndexPage}">
  537.  
  538. {block:Text}
  539. {block:Title}
  540. <div class="title"><a href="{Permalink}">{Title}</a></div>
  541. {/block:Title}
  542.  
  543. {Body}
  544. {/block:Text}
  545.  
  546. {block:Photo}
  547.  
  548. {block:Caption}
  549. <div class="caption">{Caption}</div>
  550. {/block:Caption}
  551. {/block:Photo}
  552.  
  553. {block:Photoset}
  554. {block:Caption}
  555. <div class="caption">{Caption}</div>
  556. {/block:Caption}
  557. {/block:Photoset}
  558.  
  559. {block:Quote}
  560. <div class="quote">{Quote}</div>
  561.  
  562. {block:Source}
  563. <div class="source">{Source}</div>
  564. {/block:Source}
  565. {/block:Quote}
  566.  
  567. {block:Link}
  568. <a href="{URL}" class="linktitle" {Target}>{Name}</a>
  569.  
  570. {block:Description}
  571. <div class="description">{Description}</div>
  572. {/block:Description}
  573. {/block:Link}
  574.  
  575. {block:Chat}
  576. {block:Title}
  577. <h3><a href="{Permalink}">{Title}</a></h3>
  578. {/block:Title}
  579.  
  580. <ul class="chat">
  581. {block:Lines}
  582. <li class="{Alt} user_{UserNumber}">
  583. {block:Label}
  584. <span class="label">{Label}</span>
  585. {/block:Label}
  586.  
  587. {Line}
  588. </li>
  589. {/block:Lines}
  590. </ul>
  591. {/block:Chat}
  592.  
  593. {block:Video}
  594. {block:Caption}
  595. <div class="caption">{Caption}</div>
  596. {/block:Caption}
  597. {/block:Video}
  598.  
  599. {block:Audio}
  600.  
  601. {block:AlbumArt}
  602. <img src="{AlbumArtURL}" alt="Album art" width="200" align="left" style="padding:0 15px 0 0;" />
  603. {/block:AlbumArt}
  604. {block:Caption}
  605. <div class="caption">{Caption}</div>
  606. {/block:Caption}
  607. <div style="width:200px;overflow:hidden;background:#000;margin:15px 0 0 0;"><div style="width:100px;overflow:hidden;float:left;">{AudioPlayerBlack}</div> <p style="margin:5px 0 0 0;color:#fff;font-size:10px;">click to play</p></div>
  608. {/block:Audio}
  609.  
  610. <div class="meta">
  611. {block:Date}<a href="{Permalink}">Posted {TimeAgo}</a>{/block:Date}
  612. <a href="{Permalink}#postnotes">with {NoteCountWithLabel}</a>{block:IndexPage}{block:IfShowTags}<br />
  613. {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> &nbsp;{/block:Tags}{/block:HasTags}{/block:IfShowTags}{/block:IndexPage}
  614. {block:PermalinkPage}<br />
  615. {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> &nbsp;{/block:Tags}<br />{/block:HasTags}
  616. {block:RebloggedFrom}{lang:Originally from ReblogRootName 2}<br />{lang:Reblogged from ReblogParentName 2}<br />{/block:RebloggedFrom}
  617. {block:ContentSource}Sourced from <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}
  618.  
  619. {/block:PermalinkPage}
  620. </div>
  621.  
  622. </div>
  623. </div>
  624.  
  625. {block:PermalinkPage}
  626. <div id="puck">
  627. <div class="paper">
  628. {block:PostNotes}
  629. <div id="postnotes">
  630. {PostNotes}
  631. </div>
  632. {/block:PostNotes}
  633. </div>
  634. {/block:PermalinkPage}
  635.  
  636. </div>
  637.  
  638. {/block:Posts}
  639.  
  640. {block:IndexPage}
  641. <div class="pagnition">
  642. {block:PreviousPage}<a href="{PreviousPage}">Prevous Page /</a> &nbsp;&nbsp; {/block:PreviousPage}<small><small>Page {CurrentPage} of {TotalPages}</small></small>{block:NextPage} &nbsp;&nbsp; <a href="{NextPage}">/ Next Page</a>{/block:NextPage}
  643. </div>
  644. {/block:IndexPage}
  645.  
  646. </div>
  647.  
  648. {block:IfGoogleAnalyticsID}
  649. <script>
  650. var _gaq=[['_setAccount','{text:Google Analytics ID}'],['_trackPageview']];
  651. (function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
  652. g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
  653. s.parentNode.insertBefore(g,s)}(document,'script'));
  654. </script>
  655. {/block:IfGoogleAnalyticsID}
  656.  
  657. </body>
  658. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement