Advertisement
hzrrys

HzrrysTheme22

Jul 31st, 2013
880
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.11 KB | None | 0 0
  1. <!---
  2. PERSONAL THEME BY SABRENA ((HZRRYS)) DO NOT REMOVE CREDIT OR I WILL COME AFTER YOU AND PEE ON ALL THINGS YOU EAT
  3. --->
  4.  
  5.  
  6. <!DOCTYPE html>
  7. <html>
  8.  
  9. <head>
  10. <link href='http://static.tumblr.com/dgsxbke/2dumlbk3g/fadein.css' rel='stylesheet' type='text/css'>
  11. <title>{Title}</title>
  12. <link rel="shortcut icon" href="{favicon}">
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  14. <script type="text/javascript"
  15. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  16. <script> window.onload = function () { document.body.insertAdjacentHTML( 'beforeEnd', '<iframe id="cursor-frame" style="display:none;"></iframe>' ); document.addEventListener( 'click', function ( event ) { var myLike = event.target; if( myLike.className.indexOf( 'my-like' ) > -1 ) { var frame = document.getElementById( 'cursor-frame' ), liked = ( myLike.className == 'cursor2' ), command = liked ? 'unlike' : 'like', reblog = myLike.getAttribute( 'data-reblog' ), id = myLike.getAttribute( 'data-id' ), oauth = reblog.slice( -8 ); frame.src = 'http://www.tumblr.com/' + command + '/' + oauth + '?id=' + id; liked ? myLike.className = 'my-like' : myLike.className = 'cursor2'; }; }, false ); }; </script>
  17. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  18. <script>
  19. (function($){
  20. $(document).ready(function(){
  21. $("a[title]").style_my_tooltips({
  22. tip_follows_cursor:true,
  23. tip_delay_time:20,
  24. tip_fade_speed:400,
  25. attribute:"title"
  26. });
  27. });
  28. })(jQuery);
  29. </script>
  30.  
  31. <meta name="color:background" content="#ffffff"/>
  32. <meta name="color:link" content="#9eabb3"/>
  33. <meta name="color:text" content="#000000"/>
  34. <meta name="color:title" content="#8aa6b8"/>
  35. <meta name="color:hover" content="#aaaaaa"/>
  36. <meta name="color:desc" content="#a2a2a2">
  37. <meta name="color:sidebar" content="#000000"/>
  38. <meta name="color:postbg" content="#ffffff">
  39. <meta name="color:border" content="#dddddd"/>
  40. <meta name="color:infoborder" content="#999999"/>
  41.  
  42. <meta name="if:ImageOpacity" content="0">
  43. <meta name="if:PostFadeIn" content="1">
  44.  
  45. <meta name="text:Link One Title" content="" />
  46. <meta name="text:Link One" content="" />
  47. <meta name="text:Link One Url" content="" />
  48.  
  49. <meta name="text:Link Two Title" content="" />
  50. <meta name="text:Link Two" content="" />
  51. <meta name="text:Link Two Url" content="" />
  52.  
  53. <meta name="text:Link Three Title" content="" />
  54. <meta name="text:Link Three" content="" />
  55. <meta name="text:Link Three Url" content="" />
  56.  
  57. <meta name="text:Link Four Title" content="" />
  58. <meta name="text:Link Four" content="" />
  59. <meta name="text:Link Four Url" content="" />
  60.  
  61. <meta name="text:Link Five Title" content="" />
  62. <meta name="text:Link Five" content="" />
  63. <meta name="text:Link Five Url" content="" />
  64.  
  65.  
  66.  
  67.  
  68. <style type="text/css">
  69. *, body, a, a:hover {cursor: url(http://www.totallylayouts.com/cursors/random/tiny_cursor.png), auto;}
  70. <body onkeydown="return false">
  71.  
  72. <style type="text/css">
  73.  
  74. @font-face { font-family: "neverletgo"; src: url('http://static.tumblr.com/q54tzar/o02m2jt6c/neverletgo_3_.ttf'); }
  75.  
  76. @font-face {
  77. font-family:font;
  78. src: url('http://static.tumblr.com/ejm8w78/E7bmdzk1u/kgthefighter.ttf');,
  79. }
  80.  
  81.  
  82. @font-face { font-family: "lovenote"; src: url('http://static.tumblr.com/4yxykdm/k6plrfhwf/ck_love_note.ttf'); }
  83.  
  84. #tumblr_controls {
  85. opacity:.4;
  86. position:fixed !important;
  87. transition:All .5s ease;
  88. -webkit-transition:All .5s ease;
  89. -moz-transition:All .5s ease;
  90. -o-transition:All .5s ease;
  91. -webkit-filter: invert(100%);
  92. -webkit-filter: invert(100%);
  93. -webkit-filter: invert(100%);
  94. -webkit-filter: invert(100%);
  95. -webkit-filter: invert(100%);
  96. -webkit-filter: invert(100%);
  97. -webkit-filter: invert(100%);
  98. }
  99.  
  100. #tumblr_controls:hover {
  101. opacity:1;
  102. transition:All .5s ease;
  103. -webkit-transition:All .5s ease;
  104. -moz-transition:All .5s ease;
  105. -o-transition:All .5s ease;
  106. }
  107.  
  108. ::-webkit-scrollbar {
  109. width: 5px;
  110. height: 7px;
  111. background-color:{color:border};
  112. border:3px solid {color:background};
  113. }
  114. ::-webkit-scrollbar-thumb {
  115. -moz-border-radius: 3px;
  116. border-radius: 3px;
  117. background-color: {color:infoborder};
  118. }
  119.  
  120. body {
  121. color:{color:text};
  122. font-size:12px;
  123. font-family:consolas;
  124. background:{color:background};
  125. }
  126.  
  127. a {
  128. color:{color:link};
  129. text-decoration:none;
  130. transition:all .5s ease;
  131. -webkit-transition:all .5s ease;
  132. -moz-transition:all .5s ease;
  133. -o-transition:all .5s ease;
  134. }
  135.  
  136. a:hover {
  137. color:{color:hover};
  138. font-style:normal;
  139. transition:all .5s ease;
  140. -webkit-transition:all .5s ease;
  141. -moz-transition:all .5s ease;
  142. -o-transition:all .5s ease;
  143. }
  144.  
  145. ::selection {
  146. background:{color:selection};
  147. color: #fff;
  148. }
  149.  
  150. ::-moz-selection {
  151. background:{color:selection};
  152. color: #fff;
  153. }
  154.  
  155. #s-m-t-tooltip{
  156. max-width:300px;
  157. padding:3px;
  158. margin:20px 0px 0px 8px;
  159. z-index:9999;
  160. background-color:#fff;
  161. border:1px solid {color:sidebar};
  162. font-family:consolas;
  163. font-size:8px;
  164. letter-spacing:1px;
  165. text-transform:lowercase;
  166. color:{color:text};
  167. border-radius:3px;
  168. }
  169.  
  170. #sidebar {
  171. position:fixed;
  172. width:180px;
  173. height:auto;
  174. margin-left:-180px;;
  175. margin-top:230px;
  176. padding-top:25px;
  177. padding-bottom:10px;
  178. background:transparent;
  179. -webkit-transition:all .5s ease;
  180. -moz-transition:all .5s ease;
  181. -o-transition:all .5s ease;
  182. }
  183.  
  184. .blogtitle {
  185. position:fixed;
  186. margin-top:-35px;
  187. margin-left:-43px;
  188. text-align:right;
  189. text-transform:lowercase;
  190. background:transparent;
  191. font-family:"font";
  192. line-height:100%;
  193. padding-right:4px;
  194. font-size:21px;
  195. padding:2px;
  196. height:auto;
  197. width:200px;
  198. opacity:1;
  199. color:{color:title};
  200. text-shadow:
  201. 0px 1px 1px {color:link};
  202. -webkit-transition:all .5s ease;
  203. -moz-transition:all .5s ease;
  204. -o-transition:all .5s ease;
  205. }
  206.  
  207.  
  208. #sidebar:hover .blogtitle {
  209. opacity:1;
  210. -webkit-transition:all .5s ease;
  211. -moz-transition:all .5s ease;
  212. -o-transition:all .5s ease;
  213. }
  214.  
  215. {block:ifSidebarImage}
  216.  
  217. .picture img {
  218. position:fixed;
  219. margin-top:15px;
  220. margin-left:0px;
  221. width:160px;
  222. height:110px;
  223. background:white;
  224. }
  225.  
  226. .picture {
  227. margin-top:-30px;
  228. margin-left:10px;
  229. }
  230.  
  231. {/block:ifSidebarImage}
  232.  
  233. .desc {
  234. position:absolute;
  235. font-size:8px;
  236. text-transform:lowercase;
  237. padding:10px;
  238. color:{color:desc};
  239. margin-top:-140px;
  240. margin-bottom:24px;
  241. margin-left:-80px;
  242. width:240px;
  243. text-align:right;
  244. background:transparent;
  245. padding:0px;
  246. height:auto;
  247. overflow:hidden;
  248. opacity:1;
  249. -webkit-transition:all .6s ease;
  250. -moz-transition:all .6s ease;
  251. -o-transition:all .6s ease;
  252. }
  253.  
  254.  
  255. #sidebar:hover .desc {
  256. opacity:1;
  257. -webkit-transition:all .6s ease;
  258. -moz-transition:all .6s ease;
  259. -o-transition:all .6s ease;
  260. }
  261.  
  262. #sidebar:hover #links {
  263. opacity:1;
  264. -webkit-transition:all .7s ease;
  265. -moz-transition:all .7s ease;
  266. -o-transition:all .7s ease;
  267. }
  268.  
  269.  
  270. #links {
  271. margin-left:55px;
  272. margin-top:-7px;
  273. font-size:9px;
  274. letter-spacing:1px;
  275. text-align:right;
  276. background:transparent;
  277. padding-top:5px;
  278. width:180px;
  279. height:auto;
  280. padding-left:5px;
  281. opacity:1;
  282. -webkit-transition:all .7s ease;
  283. -moz-transition:all .7s ease;
  284. -o-transition:all .7s ease;
  285. }
  286.  
  287. #links a {
  288. text-transform:uppercase;
  289. text-align:left;
  290. -webkit-transition: all 0.2s ease-out;
  291. -moz-transition: all 0.2s ease-out;
  292. transition: all 0.2s ease-out;
  293. }
  294.  
  295. #links a:hover {
  296. color:{color:text};
  297. -webkit-transition: all 0.2s ease-out;
  298. -moz-transition: all 0.2s ease-out;
  299. transition: all 0.2s ease-out;
  300. text-shadow:-2px 0px 0 {color:text}, 2px 0px 0 {color:text};
  301. }
  302.  
  303. {block:ifImageOpacity}
  304.  
  305.  
  306. .entry img {
  307. opacity:.7;
  308. -webkit-transition: all .5s ease;
  309. -moz-transition: all .5s ease;
  310. -o-transition: all .5s ease;
  311. transition: all .5s ease;
  312. }
  313.  
  314. .entry img:hover {
  315. opacity:1;
  316. -webkit-transition: all .5s ease;
  317. -moz-transition: all .5s ease;
  318. -o-transition: all .5s ease;
  319. transition: all .5s ease;
  320. }
  321.  
  322. {/block:ifImageOpacity}
  323.  
  324. .entry {
  325. border-radius:4px;
  326. float:left;
  327. width:250px;
  328. margin:10px;;
  329. padding:10px;
  330. padding-bottom:7px;
  331. border:1px solid {color:border};
  332. text-transform:none;
  333. opacity:1;
  334. text-align:left;
  335. font-size:10px;
  336. overflow:hidden;
  337. background:{color:postbg};
  338. {block:ifPostFadeIn}
  339. -webkit-animation:fadeIn 5s;
  340. -moz-animation:fadeIn 5s;
  341. -ms-animation:fadeIn 5s;
  342. {/block:ifPostFadeIn}
  343. {block:PermalinkPage}
  344. width:500px;
  345. {/block:PermalinkPage}
  346. -webkit-transition: all .5s ease;
  347. -moz-transition: all .5s ease;
  348. -o-transition: all .5s ease;
  349. transition: all .5s ease;
  350. }
  351.  
  352. .entry:hover {
  353. opacity:1;
  354. -webkit-transition: all .5s ease;
  355. -moz-transition: all .5s ease;
  356. -o-transition: all .5s ease;
  357. transition: all .5s ease;
  358. }
  359.  
  360. .entry .reblog {
  361. position:absolute;
  362. bottom:3px;
  363. margin-left:0px;
  364. color:{color:link};
  365. text-align:center;
  366. width:238px;
  367. background:#fff;
  368. border-top:1px solid {color:border};
  369. padding:6px;
  370. opacity:0;
  371. font-size:8px;
  372. line-height:110%;
  373. letter-spacing:1px;
  374. -webkit-transition: all .5s ease;
  375. -moz-transition: all .5s ease;
  376. -o-transition: all .5s ease;
  377. transition: all .5s ease;
  378. }
  379.  
  380. .reblog a {
  381. font-style:normal;
  382. color:{color:link};
  383. }
  384.  
  385. .entry:hover .reblog {
  386. bottom:8px;
  387. opacity:1;
  388. }
  389.  
  390. .cursor {
  391. cursor:pointer;
  392. display:inline;
  393. }
  394.  
  395. .cursor2 {
  396. display:inline;
  397. color:{color:link};
  398. cursor:pointer;
  399. }
  400.  
  401. #posts {
  402. width:200px;
  403. margin-left:40%;
  404. margin-top:40px;
  405. padding-top:0px;
  406. {block:PermalinkPage}
  407. margin-left:32%;
  408. {/block:PermalinkPage}
  409. }
  410.  
  411. #title {
  412. color:{color:text};
  413. font-size:15px;
  414. font-style:italic;
  415. text-transform:lowercase;
  416. }
  417.  
  418. .info {
  419. width:480px;
  420. opacity: 1;
  421. z-index: 10000;
  422. margin-top:4px;
  423. margin-bottom:5px;
  424. text-align:left;;
  425. font-size:7px;
  426. letter-spacing:1px;
  427. text-transform:both;
  428. padding:3px;
  429. }
  430.  
  431. {block:indexpage}
  432.  
  433. .notes {
  434. font-size:8px;
  435. letter-spacing:1px;
  436. margin-top:-0px;
  437. text-transform:lowercase;
  438. padding:2px;
  439. text-align:left;
  440. text-transform:uppercase;
  441. border-top:2px solid {color:infoborder};
  442. -webkit-transition: all .3s ease;
  443. -moz-transition: all .3s ease;
  444. -o-transition: all .3s ease;
  445. transition: all .3s ease;
  446. }
  447.  
  448. {/block:indexpage}
  449.  
  450. .audiobox {
  451. height:25px;
  452. background:black;
  453. bottom:15px;
  454. left:5px;
  455. overflow:hidden;
  456. z-index:999999999;
  457. -webkit-filter: invert(100%);
  458. }
  459.  
  460. .audiobox:hover {
  461. opacity:1;
  462. }
  463.  
  464. .txt {
  465. font-size:9px;
  466. }
  467.  
  468. .ask {
  469. background:{color:background};
  470. padding:5px;
  471. border:1px solid {color:border};
  472. }
  473.  
  474.  
  475. .txt img {
  476. width:200px;
  477. }
  478.  
  479.  
  480. #credit {
  481. position:fixed;
  482. font-family:trebuchet ms;
  483. font-size:9px;
  484. line-height:100%;
  485. letter-spacing:0px;
  486. width:auto;
  487. right:7px;
  488. bottom:3px;
  489. text-transform:uppercase;
  490. text-align:center;
  491. -moz-transition-duration:0.7s;
  492. -webkit-transition-duration:0.7s;
  493. -o-transition-duration:0.7s;
  494. }
  495.  
  496. #credit a {
  497. display:block;
  498. width:13px;
  499. height:10px;
  500. padding:5px;
  501. color:#aaa;
  502. border:1px solid {color:background};
  503. -moz-transition-duration:0.7s;
  504. -webkit-transition-duration:0.7s;
  505. -o-transition-duration:0.7s;
  506. }
  507.  
  508. #credit a:hover {
  509. color:#fff;
  510. background:#ccc;
  511. text-shadow:#ddd 0px 1px 1px;
  512. -moz-transition-duration:0.7s;
  513. -webkit-transition-duration:0.7s;
  514. -o-transition-duration:0.7s;
  515. }
  516.  
  517. </style>
  518. <link rel="shortcut icon" href="{favicon}">
  519.  
  520. </head>
  521. {block:IndexPage}
  522.  
  523. <iframe id="likes_frame" style="height:1px;width:1px;position:absolute;left:-500px;"></iframe>
  524. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  525. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  526.  
  527. <script type="text/javascript">
  528. $(window).load(function () {
  529. var $content = $('#posts');
  530. $content.masonry({itemSelector: '.entry'}),
  531. $content.infinitescroll({
  532. navSelector : 'div#pagination',
  533. nextSelector : 'div#pagination a#nextPage',
  534. itemSelector : '.entry',
  535. loading: {
  536. finishedMsg: '',
  537. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  538. },
  539. bufferPx : 600,
  540. debug : false,
  541. },
  542. // call masonry as a callback.
  543. function( newElements ) {
  544. var $newElems = $( newElements );
  545. $newElems.hide();
  546. // ensure that images load before adding to masonry layout
  547. $newElems.imagesLoaded(function(){
  548. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  549.  
  550.  
  551. });
  552. });
  553. });
  554. </script>
  555.  
  556.  
  557. {/block:IndexPage}
  558.  
  559. <body>
  560.  
  561. <!---posts--->
  562. <div id="posts">
  563.  
  564. <div id="sidebar"><div class="blogtitle">{title}</div>
  565.  
  566.  
  567. <br></br><br></br><br></br><br></br><p>
  568.  
  569. <div class="desc"><p>{description}
  570.  
  571. <div id="links">
  572. <a href="{text:Link One Url}" title="{text:Link One Title}">{text:Link One}</a>
  573. <a href="{text:Link Two Url}" title="{text:Link Two Title}">{text:Link Two}</a>
  574. <a href="{text:Link Three Url}" title="{text:Link Three Title}">{text:Link Three}</a>
  575. <a href="{text:Link Four Url}" title="{text:Link Four Title}">{text:Link Four}</a>
  576. <a href="{text:Link Five Url}" title="{text:Link Five Title}">{text:Link Five}</a>
  577. </div></div>
  578.  
  579. </div>
  580.  
  581. {block:Posts}
  582. <div class="entry">
  583. {block:Text}
  584. <div id="title" align="left">{title}</div>
  585. <div class="txt">{body}</div>
  586. {block:IndexPage}
  587. <div class="notes"><a href="{reblogurl}" title="Reblog this post">reblog</a> with <a href="{permalink}" title="View the permalink">{notecountwithlabel}</a></div>
  588. {/block:IndexPage}
  589. {/block:Text}
  590. {block:Photo}
  591. <center>
  592. <a href="{Permalink}" title="{SourceTitle}"><img src="{PhotoURL-HighRes}" width="100%"></a></center>
  593. {block:IndexPage}
  594.  
  595.  
  596.  
  597.  
  598. <div class="whole">
  599.  
  600.  
  601. <div class="reblog">
  602. <a href="{permalink}" target="_blank" title="{notecountwithlabel}">{notecount} NOTES</a> &middot;
  603.  
  604. <a href="{reblogurl}" title="reblog this post" target="_blank">REBLOG</a> &middot;
  605.  
  606. <div class="cursor" data-reblog="{ReblogURL}" data-id="{PostID}" title="like this post">LIKE</div>
  607.  
  608. </div>
  609. </div>
  610.  
  611. {/block:IndexPage}
  612. {/block:Photo}
  613. {block:Link}
  614. <div id="title" align="left"><a href="{URL}">{Name}</a></div>
  615. {block:Description}{description}{/block:Description}
  616. {block:IndexPage}
  617. <div class="notes"><a href="{reblogurl}" title="Reblog this photo">reblog</a> with <a href="{permalink}" title="View the permalink">{notecountwithlabel}</a></div>
  618. {/block:IndexPage}
  619. {/block:Link}
  620.  
  621. {block:Answer}
  622.  
  623. <div align="left">
  624.  
  625. <div class="ask">
  626. <a href="{AskerURL}"><up>{Asker}</a> asked:</up> {Question} </div></div>
  627.  
  628. <div class="txt">{Answer}</div>
  629.  
  630. <div class="notes"><a href="{permalink}" title="View the permalink">{notecountwithlabel}</a></div>
  631.  
  632. {/block:Answer}
  633.  
  634. {block:Photoset}<div style="max-width:100%">{Photoset}</div>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  635. {block:IndexPage}
  636. <div class="whole">
  637.  
  638. <div class="reblog">
  639. <a href="{reblogurl}" target="_blank">REBLOG</a> &middot;
  640.  
  641. <div class="cursor" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like">LIKE</div> &middot;
  642.  
  643. <a href="{permalink}" target="_blank" title="{notecountwithlabel}">{notecount} NOTES</a>
  644.  
  645. </div>
  646. </div>
  647.  
  648. {/block:IndexPage}
  649. {/block:Photoset}
  650. {block:Video}
  651. <center>{Video-200}</center>
  652. {block:IndexPage}
  653. <div class="notes"><a href="{reblogurl}" title="Reblog this photo">reblog</a> with <a href="{permalink}" title="View the permalink">{notecountwithlabel}</a></div>
  654. {/block:IndexPage}
  655. {/block:Video}
  656. {block:Chat}
  657. {block:Title}
  658. {block:IndexPage}
  659. <div class="notes"><a href="{reblogurl}" title="Reblog this photo">reblog</a> with <a href="{permalink}" title="View the permalink">{notecountwithlabel}</a></div>
  660. {/block:IndexPage}
  661. <div id="title" align="left">{Title}</div>
  662. {/block:Title}
  663. <ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}{Line}
  664. </li>{/block:Lines}</ul>
  665. <div class="notes"><a href="{reblogurl}" title="Reblog this photo">reblog</a> with <a href="{permalink}" title="View the permalink">{notecountwithlabel}</a></div>
  666. {/block:Chat}
  667. {block:audio}
  668.  
  669. <div class="audiobox"><Div style="width:200px; margin-left:1px;"><a href="{ExternalAudioURL}">{AudioPlayerblack}</a></div></div>{/block:ExternalAudio}
  670. {/block:AudioPlayer}
  671.  
  672. {block:indexpage}
  673. <div class="notes"><a href="{reblogurl}" title="Reblog this photo">reblog</a> with <a href="{permalink}" title="View the permalink">{notecountwithlabel}</a></div>
  674. {/block:indexpage}
  675. {/block:audio}
  676. {block:Quote}
  677. {Quote}
  678. {block:Source}~{Source}{/block:Source}
  679. {block:IndexPage}
  680. <div class="notes"><a href="{reblogurl}" title="Reblog this photo">reblog</a> with <a href="{permalink}" title="View the permalink">{notecountwithlabel}</a></div>
  681. {/block:IndexPage}
  682. {/block:Quote}
  683. {block:PermalinkPage}
  684. {block:Caption}{Caption}{/block:Caption}<br><br><br>
  685. <div class="info">
  686. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  687. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  688. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  689. {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}
  690. {PostNotes}
  691. </div>
  692. {/block:PermalinkPage}
  693. </div>
  694.  
  695. {/block:Posts}
  696. </div>
  697.  
  698. </div>
  699.  
  700. <div id="credit">
  701. <a href="http://hzrrys.tumblr.com/" title="theme by hzrrys">HZ</a>
  702. </div>
  703.  
  704. {block:IndexPage}
  705. {block:Pagination}
  706. <div id="pagination">
  707. {block:NextPage}
  708. <a id="nextPage" href="{NextPage}"></a>
  709. {/block:NextPage}
  710. {block:PreviousPage}
  711. <a href="{PreviousPage}"></a>
  712. {/block:PreviousPage}
  713. </div>
  714. {/block:Pagination}
  715. {/block:IndexPage}
  716. </div>
  717. </div>
  718.  
  719. </body>
  720. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement