Advertisement
spacethemes

Spacetheme22 - Atmosphere

Apr 2nd, 2014
2,255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.61 KB | None | 0 0
  1. <!--***********************************************************************
  2.  
  3. 88888888888 888888888888 8888 88888888888 88888888888
  4. 88888888888 8888 8888 888888 88888888888 88888888888
  5. 8888 8888 8888 88 88 8888 8888
  6. 8888 8888 8888 888 888 8888 8888
  7. 88888888888 888888888888 888888888888 8888 88888888888
  8. 8888 8888 88888888888888 8888 8888
  9. 8888 8888 8888 8888 8888 8888
  10. 88888888888 8888 8888 8888 88888888888 88888888888
  11. 88888888888 8888 88888 88888 88888888888 88888888888
  12.  
  13.  
  14. SPACETHEMES - BY HOXTONHEROS & ALIENSFROMHELL
  15. HTTP://SPACETHEMES.TUMBLR.COM
  16. HTTP://HOXTONHEROS.TUMBLR.COM & HTTP://ALIENSFROMHELL.TUMBLR.COM
  17.  
  18. DON'T REMOVE CREDIT!
  19. ************************************************************************-->
  20. <!DOCTYPE html>
  21. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  22. <head>
  23.  
  24. <meta charset="UTF-8">
  25. <meta name="description" content="This is a theme from spacethemes">
  26. <meta name="keywords" content="theme, themes, blog, blogs, tumblr, tumblrblog, teenagers, aliensfromhell, hoxtonheros, column, column, thememaker, spacethemes, space, cool">
  27.  
  28. <script type="text/javascript"
  29. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  30.  
  31. <script language="JavaScript" src="http://static.tumblr.com/bkd4m5b/FB3m42m9e/norightclick.js"></script>
  32.  
  33. <meta name="if:1 column" content="0"/>
  34. <meta name="if:2 column" content="1"/>
  35. <meta name="if:Tiny Scrollbar" content="0"/>
  36. <meta name="if:Inverted Tumblr Controls" content="0"/>
  37. <meta name="if:Use Scroll To Top" content="1"/>
  38. <meta name="color:Background" content="#acacac"/>
  39. <meta name="color:Text" content="#130C11"/>
  40. <meta name="color:Title" content="#130C11"/>
  41. <meta name="color:Posts" content="#FFFFFF"/>
  42. <meta name="color:Lines" content ="#CACACA"/>
  43. <meta name="color:Blogtitle" content="#130C11"/>
  44. <meta name="color:Links" content="#AE4339"/>
  45. <meta name="color:Hover" content="#130C11"/>
  46. <meta name="color:Scrollbar" content="#130C11"/>
  47. <meta name="image:Background" content="1"/>
  48. <meta name="image:Sidebar" content="1"/>
  49. <meta name="text:Link One" content="" />
  50. <meta name="text:Link One Title" content="" />
  51. <meta name="text:Link Two" content="" />
  52. <meta name="text:Link Two Title" content="" />
  53. <meta name="text:Link Three" content="" />
  54. <meta name="text:Link Three Title" content="" />
  55. <meta name="text:Link Four" content="" />
  56. <meta name="text:Link Four Title" content="" />
  57. <meta name="text:Link Five" content="" />
  58. <meta name="text:Link Five Title" content="" />
  59. <meta name="text:Link Six" content="" />
  60. <meta name="text:Link Six Title" content="" />
  61. <meta name="text:Link Seven" content="" />
  62. <meta name="text:Link Seven Title" content="" />
  63. <meta name="text:Link Eight" content="" />
  64. <meta name="text:Link Eight Title" content="" />
  65.  
  66. <link href='http://fonts.googleapis.com/css?family=Allura' rel='stylesheet' type='text/css'>
  67.  
  68. <link href='http://fonts.googleapis.com/css?family=Droid+Sans+Mono' rel='stylesheet' type='text/css'>
  69.  
  70. <link href='http://fonts.googleapis.com/css?family=Italianno' rel='stylesheet' type='text/css'>
  71.  
  72. <link href='http://fonts.googleapis.com/css?family=Great+Vibes' rel='stylesheet' type='text/css'>
  73.  
  74. <style type="text/css">
  75.  
  76. @font-face{font-family:James Fajardo;src:url(http://static.tumblr.com/9wzbixa/QYymj2mkr/james_fajardo.ttf);}
  77.  
  78. @font-face{font-family:Lala;src:url(http://static.tumblr.com/vpzhdvv/6d7m90v7t/111.woff);}
  79.  
  80. {block:iftinyscrollbar}:
  81. :-webkit-scrollbar {
  82. width: 6px;
  83. height: 4px;
  84. background: {color:Background};
  85. }
  86.  
  87. ::-webkit-scrollbar-thumb {
  88. background-color: {color:scrollbar};
  89. }
  90. {/block:iftinyscrollbar}
  91.  
  92. ::selection {
  93. background: #EEEEEE; /* Safari */
  94. }
  95. ::-moz-selection {
  96. background: #EEEEEE; /* Firefox */
  97. }
  98.  
  99. .wrapper {
  100. margin: 0px auto;
  101. {block:if1column}
  102. {block:indexpage}
  103. width: 600px;
  104. {/block:indexpage}
  105. {block:permalinkpage}
  106. width:900px;
  107. {/block:permalinkpage}
  108. {/block:if1column}
  109. {block:if2column}
  110. width: 900px;
  111. {/block:if2column}
  112. }
  113.  
  114. #tumblr_controls {
  115. position:fixed !important;
  116. top: 3px;
  117. right: 3px;
  118. {block:ifInvertedTumblrControls}
  119. white-space :nowrap;
  120. -webkit-filter: invert(100%);
  121. -moz-filter: invert(100%);
  122. -o-filter: invert(100%);
  123. -ms-filter: invert(100%);
  124. filter: invert(100%);
  125. opacity:0.9;
  126. {/block:ifInvertedTumblrControls}
  127. }
  128.  
  129. body {
  130. margin: 3px;
  131. padding: 2px;
  132. color:{color:text};
  133. background-color: {color:Background};
  134. background-image:url({image:background});
  135. background-attachment: fixed !important;
  136. background-size: repeat;
  137. font-family: Droid Sans Mono;
  138. font-size: 12px;
  139. line-height:110%;
  140. color:{color:text};
  141. }
  142.  
  143. p {
  144. margin:0px;
  145. margin-top:0px;
  146. }
  147.  
  148. a:link, a:active, a:visited {
  149. color: {color:Links};
  150. text-decoration: none;
  151. -webkit-transition: color 0.5s ease-out;
  152. -moz-transition: color 0.5s ease-out;
  153. }
  154.  
  155. a:hover {
  156. color:{color:Hover};
  157. text-decoration: none;
  158. -webkit-transition: color 0.3s ease-out;
  159. -moz-transition: color 0.3s ease-out;
  160. }
  161.  
  162. .entry {
  163. {block:IndexPage}
  164. width:200px;
  165. {/block:IndexPage}
  166. {block:PermalinkPage}
  167. width:500px;
  168. border: 1px solid #fefefe;
  169. {/block:PermalinkPage}
  170. margin:20px;
  171. padding: 15px;
  172. float:left;
  173. background-color: {color:posts};
  174. font-size: 10px;
  175. line-height:110%;
  176. opacity: 0.9;
  177. -moz-box-shadow: 0 0 8px rgba(0,0,0,.1);
  178. -webkit-box-shadow: 0 0 8px rgba(0,0,0,.1);
  179. box-shadow: 0 0 8px rgba(0,0,0,.1);
  180. -webkit-transition: all 0.7s ease-in-out;
  181. -moz-transition: all 0.7s ease-in-out;
  182. -o-transition: all 0.7s ease-in-out;
  183. transition: all 0.7s ease-in-out;
  184. }
  185.  
  186. .entry .permalink {
  187. position:absolute;
  188. top: 15px;
  189. width:200px;
  190. height:auto;
  191. padding-top: 5px;
  192. padding-bottom:5px;
  193. letter-spacing:2px;
  194. background-color:white;
  195. overflow:hidden;
  196. text-align:center;
  197. opacity:0.0;
  198. font-size: 10px;
  199. line-height:12px;
  200. z-index:0;
  201. -webkit-transition: all 0.3s linear;
  202. -webkit-transition: all 0.3s linear;
  203. -moz-transition: all 0.3s linear;
  204. transition: all 0.3s linear;
  205. }
  206.  
  207. .entry:hover .permalink {
  208. top:15px;
  209. width:200px;
  210. height: auto;
  211. font-size: 10px;
  212. line-height: 12px;
  213. padding-top: 5px;
  214. padding-bottom:5px;
  215. overflow:visible;
  216. opacity: 0.9;
  217. -webkit-transition: all 0.4s linear;
  218. -webkit-transition: all 0.4s linear;
  219. -moz-transition: all 0.4s linear;
  220. transition: all 0.4s linear;
  221. }
  222.  
  223.  
  224. #pagination {
  225. display:none;
  226. }
  227.  
  228. #posts {
  229. position:relative;
  230. {block:IndexPage}
  231. {block:if1column}
  232. width: 400px;
  233. margin-left: 250px;
  234. {/block:if1column}
  235. {block:if2column}
  236. width: 800px;
  237. margin-left: 250px;
  238. {/block:if2column}
  239. margin-top: 0px;
  240. {/block:IndexPage}
  241. {block:PermalinkPage}
  242. width: 500px;
  243. margin-left: 230px;
  244. margin-top: 0px;
  245. {/block:PermalinkPage}
  246. }
  247.  
  248. #sidebar {
  249. position:fixed;
  250. height: auto;
  251. margin-left: 10px;
  252. width: 200px;
  253. top:100px;
  254. text-align: right;
  255. padding: 15px;
  256. margin-top: 0px;
  257. background-color: {color:posts};
  258. font-size: 10px;
  259. line-height:110%;
  260. letter-spacing: 0px;
  261. z-index: 1;
  262. color: {color:text};
  263. -moz-box-shadow: 0 0 8px rgba(0,0,0,.1);
  264. -webkit-box-shadow: 0 0 8px rgba(0,0,0,.1);
  265. box-shadow: 0 0 8px rgba(0,0,0,.1);
  266. }
  267.  
  268. #blogtitle{
  269. position: fixed;
  270. top: 72px;
  271. text-align: center;
  272. font-size: 40px;
  273. width: 230px;
  274. margin-left:10px;
  275. padding-bottom: 15px;
  276. padding-top: 10px;
  277. font-family:Great Vibes;
  278. color: {color:blogtitle};
  279. z-index: 2;
  280. }
  281.  
  282. #blogtitle a {
  283. color: {color:blogtitle};
  284. }
  285.  
  286. #infscr-loading {
  287. bottom: -70px;
  288. position: absolute;
  289. left: 50%;
  290. margin-left:-8px;
  291. width:16px;
  292. height:11px;
  293. overflow:hidden;
  294. margin-bottom: 50px;
  295. }
  296.  
  297. #l {
  298. width:1px;
  299. {block:if1column}
  300. {block:indexpage}
  301. margin-left:535px;
  302. {/block:indexpage}
  303. {block:permalinkpage}
  304. margin-left:800px;
  305. {/block:permalinkpage}
  306. {/block:if1column}
  307. {block:if2column}
  308. margin-left: 800px;
  309. {/block:if2column}
  310. z-index:2;
  311. position:fixed !important;
  312. bottom:0px;
  313. height:100%;
  314. background-color:{color:lines};
  315. opacity: 1;
  316. }
  317.  
  318. .what {
  319. font-size: 9px;
  320. z-index: 99;
  321. top:70px;
  322. max-width:30px;
  323. position:fixed;
  324. {block:if1column}
  325. {block:indexpage}
  326. margin-left:525px;
  327. {/block:indexpage}
  328. {block:permalinkpage}
  329. margin-left:790px;
  330. {/block:permalinkpage}
  331. {/block:if1column}
  332. {block:if2column}
  333. margin-left:790px;
  334. {/block:if2column}
  335. }
  336.  
  337. .links a {
  338. text-align: left;
  339. border: 1px solid {color:lines};
  340. padding-top: 1px;
  341. padding-left: 5px;
  342. padding-right: 3px;
  343. padding-bottom: 1px;
  344. margin-top: 15px;
  345. letter-spacing:2px;
  346. background-color: white;
  347. display:inline-block;
  348. -webkit-transition: all 0.5s linear;
  349. -moz-transition: all 0.5s linear;
  350. -o-transition: all 0.5s linear;
  351. }
  352.  
  353. .links a:hover {
  354. text-align: left;
  355. border: 1px solid {color:lines};
  356. padding-top: 1px;
  357. padding-left: 5px;
  358. padding-right: 12px;
  359. padding-bottom: 1px;
  360. margin-top: 15px;
  361. letter-spacing:2px;
  362. background-color: white;
  363. display:inline-block;
  364. -webkit-transition: all 0.5s linear;
  365. -moz-transition: all 0.5s linear;
  366. -o-transition: all 0.5s linear;
  367. }
  368.  
  369. #description {
  370. position: relative;
  371. width: auto;
  372. height: auto;
  373. top: 2px;
  374. letter-spacing: 1px;
  375. text-align: center;
  376. color: {color:text};
  377. padding: 2px;
  378. background-color: {color:posts};
  379. }
  380.  
  381. .title{
  382. font-size: 12px;
  383. line-height:10px;
  384. color: {color:Title};
  385. font-weight: normal;
  386. padding:0px 0px 0px 0px;
  387. }
  388.  
  389. #s-m-t-tooltip {
  390. max-width:200px;
  391. z-index:99999999999999;
  392. padding:3px;
  393. font-size:11px;
  394. color:gray;
  395. line-height:10px;
  396. margin:10px 14px 7px 17px;
  397. background:white;
  398. -moz-border-radius:3px;
  399. -webkit-border-radius:3px;
  400. border-radius:3px;
  401. -moz-box-shadow:2px 2px 0 rgba(0,0,0,0.15),-1px -1px 0 rgba(255,255,255 ,0.3);
  402. -webkit-box-shadow:2px 2px 0 rgba(0,0,0,0.15),-1px -1px 0 rgba(255,255 ,255,0.3);
  403. box-shadow:2px 2px 0 rgba(0,0,0,0.15),-1px -1px 0 rgba(255,255,255,0.3 );
  404. }
  405.  
  406. blockquote {
  407. padding:2px 2px 2px 5px;
  408. margin:4px 4px 4px 7px;
  409. border-left: 4px solid #dddddd;
  410. }
  411.  
  412. ul, ol, li {
  413. list-style:none;
  414. margin:0px;
  415. padding:0px;
  416. }
  417.  
  418. #ask {
  419. float:left
  420. clear:right;
  421. }
  422.  
  423. #ask img {
  424. max-width: 100%;
  425. }
  426.  
  427. .caption2 {
  428. color:{color:text};
  429. float:left;
  430. clear:left;
  431. }
  432.  
  433. .caption {
  434. color:{color:text};
  435. float:left;
  436. clear:left;
  437. width:100%;
  438. }
  439.  
  440. .caption img {
  441. width:100%;
  442. }
  443.  
  444. {CustomCSS}
  445.  
  446. </style>
  447.  
  448.  
  449. {block:IndexPage}
  450.  
  451. <script type="text/javascript">
  452. (function($){
  453. $(document).ready(function(){
  454. $("[title],a[title],img[title]").style_my_tooltips({
  455. tip_follows_cursor:true,
  456. tip_delay_time:100,
  457. tip_fade_speed:300,
  458. attribute:"title"
  459. });
  460. });
  461. })(jQuery);
  462. </script>
  463.  
  464. {block:ifUseScrollToTop}
  465. <script src="http://static.tumblr.com/7u4rsen/doXmzlogf/scrolltotop.js"></script>
  466. {/block:ifUseScrollToTop}
  467.  
  468. <script src="http://static.tumblr.com/7u4rsen/ty1mywnp2/jquery.style-my-tooltips.js"></script>
  469. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  470. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  471.  
  472. <script type="text/javascript">
  473. $(window).load(function () {
  474. var $content = $('#posts');
  475. $content.masonry({itemSelector: '.entry'}),
  476. $content.infinitescroll({
  477. navSelector : 'div#pagination',
  478. nextSelector : 'div#pagination a#nextPage',
  479. itemSelector : '.entry',
  480. loading: {
  481. finishedMsg: '',
  482. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  483. },
  484. bufferPx : 600,
  485. debug : false,
  486. },
  487. // call masonry as a callback.
  488. function( newElements ) {
  489. var $newElems = $( newElements );
  490. $newElems.hide();
  491. // ensure that images load before adding to masonry layout
  492. $newElems.imagesLoaded(function(){
  493. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  494.  
  495.  
  496. });
  497. });
  498. });
  499. </script>
  500.  
  501. {/block:IndexPage}
  502.  
  503. <script src="http://static.tumblr.com/7u4rsen/zyLmzgpre/jqueryinfintescroll.js"></script>
  504.  
  505. <title>{title}</title>
  506.  
  507. <link rel="shortcut icon" href="{Favicon}">
  508. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}"/>
  509. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
  510.  
  511. </style>
  512.  
  513. </head>
  514.  
  515. <body onselectstart="return false;" ondragstart="return false;">
  516.  
  517. <div class="wrapper">
  518. <div id="l"></div>
  519. <div class="what">
  520. <div class="links">
  521. {block:ifLinkOneTitle}
  522. <a href="{text:Link One}" id="link1">{text:Link One Title}</a>{/block:ifLinkOneTitle}
  523. {block:ifLinkTwoTitle}
  524. <a href="{text:Link Two}" id="link2">{text:Link Two Title}</a>{/block:ifLinkTwoTitle}
  525. {block:ifLinkThreeTitle}
  526. <a href="{text:Link Three}" id="link3">{text:Link Three Title}</a>{/block:ifLinkThreeTitle}
  527. {block:ifLinkFourTitle}
  528. <a href="{text:Link Four}" id="link4">{text:Link Four Title}</a>{/block:ifLinkFourTitle}
  529. {block:ifLinkFiveTitle}
  530. <a href="{text:Link Five}" id="link4">{text:Link Five Title}</a>{/block:ifLinkFiveTitle}
  531. {block:ifLinkSixTitle}
  532. <a href="{text:Link Six}" id="link6">{text:Link Six Title}</a>{/block:ifLinkSixTitle}
  533. {block:ifLinkSevenTitle}
  534. <a href="{text:Link Seven}" id="link7">{text:Link Seven Title}</a>{/block:ifLinkSevenTitle}
  535. {block:ifLinkEightTitle}
  536. <a href="{text:Link Eight}" id="link8">{text:Link Eight Title}</a>{/block:ifLinkEightTitle}
  537. </div>
  538. </div>
  539.  
  540. <div id="blogtitle"><a href="/">{title}</a></div>
  541. <div id="sidebar"><center><a href="/"><img src="{image:sidebar}" style="opacity:0.9" width=200px;></a><br><br>{description}</center></div>
  542.  
  543. <div id="posts">
  544.  
  545. {block:Posts}
  546.  
  547. <div class="entry">
  548.  
  549. {block:Text}
  550. {block:Title}<span class="title">{Title}</span>{/block:Title}
  551. <div class="caption"><span>{Body}</span></div>{block:IndexPage}<div align="right"><a href="{Permalink}">{NoteCount}</a> - <a href="{reblogURL}">Reblog</a></div>{/block:IndexPage}
  552. {/block:Text}
  553.  
  554. {block:Link}
  555. <a href="{URL}" class="title">{Name}</a>
  556. {block:Description}<div class="caption">{Description}</div>{/block:Description}{block:IndexPage}<div align="right"><a href="{Permalink}">{NoteCount}</a> - <a href="{reblogURL}">Reblog</a></div>{/block:IndexPage}
  557. {block:Link}
  558.  
  559.  
  560. {block:Photo}
  561. {block:IndexPage}
  562. <div class="photo">
  563. <div class="permalink">
  564. Posted {Timeago}<br><a href="{Permalink}">{Notecountwithlabel}</a> - <a href="{ReblogURL}">Reblog</a>
  565. </div>
  566. <div class="photo">{LinkOpenTag}<a href="{permalink}"><img width="200" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" /></a>{LinkCloseTag}</div>
  567. </div>
  568. {/block:IndexPage}
  569. {block:PermalinkPage}
  570. {LinkOpenTag}
  571. <a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a>{LinkCloseTag}{/block:PermalinkPage}
  572. {/block:Photo}
  573.  
  574. {block:Photoset}
  575. {block:IndexPage}<div style="width=100%; overflow-x:hidden; overflow-y:hidden;"><center>{Photoset-250}</center></div>{/block:IndexPage}
  576. <center>{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}</center>
  577. {block:IndexPage}<div class="permalink">
  578. Posted {Timeago}<br><a href="{Permalink}">{Notecountwithlabel}</a> - <a href="{ReblogURL}">Reblog</a>
  579. </div>{/block:IndexPage}
  580. {/block:Photoset}
  581.  
  582. {block:Quote}
  583. {Quote}{block:Source}<b>{Source}</b>{/block:Source}{block:IndexPage}<div align="right"><a href="{Permalink}">{NoteCount}</a> - <a href="{reblogURL}">Reblog</a></div>{/block:IndexPage}
  584. {/block:Quote}
  585.  
  586. {block:Chat}
  587. {block:Title}<span class="title">{Title}</span><p>{/block:Title}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}{Line}</li>{/block:Lines}
  588. </ul>{block:IndexPage}<<div align="right"><a href="{Permalink}">{NoteCount}</a> - <a href="{reblogURL}">Reblog</a></div>{/block:IndexPage}
  589. {/block:Chat}
  590.  
  591. {block:Audio}<div style="width:250px; height:28px;">{AudioPlayerWhite}</div>{block:IndexPage}<div class="caption">{caption}</div>{/block:IndexPage}
  592. {block:IndexPage}<div align="right"><a href="{Permalink}">{NoteCount}</a> - <a href="{reblogURL}">Reblog</a></div>{/block:IndexPage}
  593. {/block:Audio}
  594.  
  595. {block:Video}
  596. <center>{block:IndexPage}<div style="width=100%; overflow-x:hidden; overflow-y:hidden;">{Video-250}</div>{/block:IndexPage}</center>{block:PermalinkPage} <center>{Video-500}</center>{/block:PermalinkPage}{block:IndexPage}<div align="right"><a href="{Permalink}">{NoteCount}</a> - <a href="{reblogURL}">Reblog</a></div>{/block:IndexPage}
  597. {block:Video}
  598.  
  599. {block:Answer}
  600. <strong>{Asker}:</strong> {Question}<p><div class="caption2"><strong>Answer:</strong></div><div id="ask"> {Answer}</div> {block:IndexPage}<div align="right"><a href="{Permalink}">{NoteCount}</a> - <a href="{reblogURL}">Reblog</a></div>{/block:IndexPage}
  601. {/block:Answer}
  602.  
  603. {block:IndexPage}<div style="display:none;">{block:ContentSource}<a href="{SourceURL}">{SourceTitle}</a> {block:RebloggedFrom}<a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}{/block:ContentSource}</div>{/block:IndexPage}
  604.  
  605. {block:PermalinkPage}
  606. {block:Date}
  607. {block:Caption}{Caption}{/block:Caption}<center>
  608. {TimeAgo} | {12HourWithZero}:{Minutes}{AmPm}<br>
  609. {block:NoteCount}{NoteCount} Notes{/block:NoteCount}{block:HasTags} {block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  610. {/block:Date}
  611. {/block:PermalinkPage}
  612.  
  613. {block:PostNotes}{PostNotes}
  614. {/block:PostNotes}
  615. </div>
  616.  
  617. {/block:Posts}
  618. </div>
  619. </div>
  620. {block:IndexPage}<br>
  621. {block:Pagination}
  622. <div id="pagination">
  623. {block:NextPage}
  624. <a id="nextPage" href="{NextPage}">next</a>
  625. {/block:NextPage}
  626. {block:PreviousPage}
  627. <a href="{PreviousPage}">back</a>
  628. {/block:PreviousPage}
  629. </div>
  630. {/block:Pagination}
  631. {/block:IndexPage}
  632. </div>
  633.  
  634. </body>
  635.  
  636. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement