Advertisement
ialkhachi

Theme 8

Sep 30th, 2013
371
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.94 KB | None | 0 0
  1. <!--
  2. Go to tumblr.com/docs/en/custom_themes for assistance.
  3. -->
  4.  
  5. <html lang="en">
  6. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  7. <html xmlns="http://www.w3.org/1999/xhtml">
  8. <head>
  9.  
  10. <script type="text/javascript">
  11. <!--
  12.  
  13. // Disable Right Click Script
  14.  
  15. function IE(e)
  16. {
  17. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  18. {
  19. return false;
  20. }
  21. }
  22. function NS(e)
  23. {
  24. if (document.layers || (document.getElementById && !document.all))
  25. {
  26. if (e.which == "2" || e.which == "3")
  27. {
  28. return false;
  29. }
  30. }
  31. }
  32. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  33.  
  34. //-->
  35. </script>
  36.  
  37.  
  38. <script type="text/javascript"
  39. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  40.  
  41. <!--DEFAULT VARIABLES-->
  42. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  43. <meta name="color:background" content="#f7faff"/>
  44. <meta name="color:link" content="#777"/>
  45. <meta name="color:text" content="#777"/>
  46. <meta name="color:title" content="#333"/>
  47. <meta name="color:hover" content="#fff"/>
  48. <meta name="image:sidebar" content="1"/>
  49. <meta name="image:background" content="1"/>
  50. <meta name="text:sidetitle" content=""/>
  51. <meta name="text:Link1" content="/"/>
  52. <meta name="text:Link1 Title" content=""/>
  53. <meta name="text:Link2" content="/"/>
  54. <meta name="text:Link2 Title" content=""/>
  55. <meta name="text:Link3" content="/"/>
  56. <meta name="text:Link3 Title" content=""/>
  57. <meta name="text:Link4" content="/"/>
  58. <meta name="text:Link4 Title" content=""/>
  59. <meta name="text:Link5" content="/"/>
  60. <meta name="text:Link5 Title" content=""/>
  61.  
  62.  
  63. <style type="text/css">
  64.  
  65. #bite
  66. #bite a{
  67. display:block
  68. }
  69. #bite .death {
  70. margin-top:0px;filter: alpha(opacity = 0);
  71. opacity:0;-webkit-transition: all 0.5s ease-out;
  72. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  73. }
  74.  
  75. #bite:hover .death {
  76. margin-top:0px;
  77. -webkit-transition: all 0.8s ease-out;
  78. -moz-transition: all 0.8s ease-out;
  79. transition: all 0.8s ease-out;
  80. filter: alpha(opacity = 100);
  81. filter: alpha(opacity = 100);
  82. opacity:100;
  83. }
  84.  
  85. iframe#tumblr_controls {right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.05;-webkit-transition: all 0.8s ease-out;-moz-
  86.  
  87. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  88.  
  89. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 0.8;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  90.  
  91.  
  92. p {
  93. margin:0px;
  94. margin-top:0px;
  95. }
  96.  
  97.  
  98. body {
  99. padding: 0px;
  100. margin: 0px;
  101. color:{color:text};
  102. font-family: dixel;
  103. line-height:8px;
  104. font-size:8px;
  105. background-color: {color:Background};
  106. background-image:url({image:Background});
  107. background-attachment: fixed;
  108. background-repeat: repeat;
  109. }
  110.  
  111.  
  112. a:link, a:active, a:visited{
  113. text-decoration: none;
  114. -webkit-transition: color 0.3s ease-out;
  115. -moz-transition: color 0.3s ease-out;
  116. transition: color 0.3s ease-out;
  117. color:{color:link};
  118. }
  119.  
  120. a:hover {
  121. text-decoration: none;
  122. font-style:;
  123. color: {color:Hover};
  124. }
  125.  
  126. div#center{
  127. margin:auto;
  128. position:relative;
  129. width:1000px;
  130. background-color:;
  131. overflow:auto;
  132. overflow-y:hidden;
  133. }
  134.  
  135.  
  136. /*CUSTOMIZE ENTRY SETTINGS HERE*/
  137. .entry {
  138. float:left;
  139. display: block;
  140. margin:5px;
  141. overflow:hidden;
  142. width:220px;
  143. {block:PermalinkPage}
  144. width:450px;
  145. text-align:left;
  146. line-height:10px;
  147. {/block:PermalinkPage}
  148. background:white;
  149. background-image:URL();
  150. }
  151.  
  152.  
  153. /*CUSTOMIZE THE APPEARANCE OF PERMALINKS*/
  154. .entry .perma{
  155. width:220px;
  156. height:16px;
  157. margin-left:0px;
  158. position: absolute;
  159. line-height: 16px;
  160. overflow:hidden;
  161. text-align:center;
  162. top:0px;
  163. background:white;
  164. word-spacing:2px;
  165. letter-spacing:1px;
  166. opacity: 0.0;
  167. -webkit-transition: all .7s ease;
  168. -moz-transition: all .7s ease;
  169. -o-transition: all .7s ease;
  170. transition: all .7s ease;
  171.  
  172. }
  173.  
  174. .entry:hover .perma{
  175. overflow:visible;
  176. opacity:0.9;
  177. }
  178.  
  179.  
  180. /*CUSTOMIZE POST POSITIONING AND STUFFZ HERE*/
  181. #posts {
  182. width:460px;
  183. z-index:99;
  184. margin-top:135px;
  185. margin-left:300px;
  186. right:auto;
  187. background:white;
  188. margin-right:auto;
  189. position:relative;
  190. overflow-y: hidden;
  191. }
  192.  
  193. .bar {
  194. z-index:99999;
  195. width:575px;
  196. height:125px;
  197. margin-top:0px;
  198. margin-left:240px;
  199. background:white;
  200. opacity:.8;
  201. position:fixed;
  202. }
  203.  
  204. /*CUSTOMIZE SIDEBAR HERE*/
  205. #sidebar{
  206. position:fixed !important;
  207. width:170px;
  208. background:white;
  209. height:auto;
  210. margin-top:50px;
  211. margin-left:0px;
  212. text-align:center;
  213. }
  214.  
  215. #sidebar img {
  216. z-index:99999;
  217. border-radius:200px;
  218. width:110px;
  219. height:110px;
  220. margin-top:-43px;
  221. margin-left:370px;
  222. background:white;
  223. opacity:1;
  224. position:fixed;
  225. -webkit-transition: all .7s ease;
  226. -moz-transition: all .7s ease;
  227. -o-transition: all .7s ease;
  228. transition: all .7s ease;
  229. }
  230.  
  231. #sidebar img:hover {
  232. color:white;
  233. opacity:.1;
  234. -webkit-transition: all .7s ease;
  235. -moz-transition: all .7s ease;
  236. -o-transition: all .7s ease;
  237. transition: all .7s ease;
  238. }
  239.  
  240. .desc {
  241. position:fixed !important;
  242. width:430px;
  243. height:auto;
  244. line-height:10px;
  245. font-family:dixel;
  246. font-size:10px;
  247. text-align:center;
  248. color:{color:Title};
  249. margin-top:10px;
  250. margin-left:10px;
  251. background:transparent;
  252. }
  253.  
  254. .sidetitle {
  255. position:fixed !important;
  256. width:50px;
  257. height:auto;
  258. line-height:15px;
  259. font-family:dixel;
  260. font-size:12px;
  261. text-align:center;
  262. color:{color:Title};
  263. margin-top:-10px;
  264. margin-left:485px;
  265. background:transparent;
  266. }
  267.  
  268. @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  269.  
  270.  
  271. .hov {
  272. z-index:2;
  273. font-family:dixel;
  274. width:155px;
  275. font-size:12px;
  276. opacity:1;
  277. letter-spacing:1px;
  278. text-transform:lowercase;
  279. margin-top:-30px;
  280. margin-left:185px;
  281. line-height: 0px;
  282. position:fixed;
  283. }
  284.  
  285. .link {
  286. z-index:2;
  287. font-family:dixel;
  288. width:155px;
  289. font-size:12px;
  290. opacity:1;
  291. letter-spacing:1px;
  292. text-transform:lowercase;
  293. margin-top:-5px;
  294. margin-left:0px;
  295. line-height: 0px;
  296. position:fixed;
  297. -moz-transition-duration:1s;
  298. -webkit-transition-duration:1s;
  299. -o-transition-duration:1s;
  300. }
  301.  
  302. .link:hover{
  303. color:{color:hover};
  304. -moz-transition-duration:1s;
  305. -webkit-transition-duration:1s;
  306. -o-transition-duration:1s;
  307. }
  308.  
  309. .link2 {
  310. z-index:2;
  311. font-family:dixel;
  312. width:155px;
  313. font-size:12px;
  314. opacity:1;
  315. letter-spacing:1px;
  316. text-transform:lowercase;
  317. margin-top:-5px;
  318. margin-left:75px;
  319. line-height: 0px;
  320. position:fixed;
  321. -moz-transition-duration:1s;
  322. -webkit-transition-duration:1s;
  323. -o-transition-duration:1s;
  324. }
  325.  
  326. .link2:hover{
  327. color:{color:hover};
  328. -moz-transition-duration:1s;
  329. -webkit-transition-duration:1s;
  330. -o-transition-duration:1s;
  331. }
  332.  
  333. .link3 {
  334. z-index:2;
  335. font-family:dixel;
  336. width:155px;
  337. font-size:12px;
  338. opacity:1;
  339. letter-spacing:1px;
  340. text-transform:lowercase;
  341. margin-top:-5px;
  342. margin-left:155px;
  343. line-height: 0px;
  344. position:fixed;
  345. -moz-transition-duration:1s;
  346. -webkit-transition-duration:1s;
  347. -o-transition-duration:1s;
  348. }
  349.  
  350. .link3:hover{
  351. color:{color:hover};
  352. -moz-transition-duration:1s;
  353. -webkit-transition-duration:1s;
  354. -o-transition-duration:1s;
  355. }
  356.  
  357. .link4 {
  358. z-index:2;
  359. font-family:dixel;
  360. width:155px;
  361. font-size:12px;
  362. opacity:1;
  363. letter-spacing:1px;
  364. text-transform:lowercase;
  365. margin-top:-5px;
  366. margin-left:235px;
  367. line-height: 0px;
  368. position:fixed;
  369. -moz-transition-duration:1s;
  370. -webkit-transition-duration:1s;
  371. -o-transition-duration:1s;
  372. }
  373.  
  374. .link4:hover{
  375. color:{color:hover};
  376. -moz-transition-duration:1s;
  377. -webkit-transition-duration:1s;
  378. -o-transition-duration:1s;
  379. }
  380.  
  381. .link5 {
  382. z-index:2;
  383. font-family:dixel;
  384. width:155px;
  385. font-size:12px;
  386. opacity:1;
  387. letter-spacing:1px;
  388. text-transform:lowercase;
  389. margin-top:-5px;
  390. margin-left:310px;
  391. line-height: 0px;
  392. position:fixed;
  393. -moz-transition-duration:1s;
  394. -webkit-transition-duration:1s;
  395. -o-transition-duration:1s;
  396. }
  397.  
  398. .link5:hover{
  399. color:{color:hover};
  400. -moz-transition-duration:1s;
  401. -webkit-transition-duration:1s;
  402. -o-transition-duration:1s;
  403. }
  404.  
  405.  
  406. /*CUSTOMIZE TITLE OF ENTRIES HERE*/
  407. .title{
  408. line-height: 12px;
  409. color:{color:Title};
  410. font-weight: normal;
  411. }
  412.  
  413.  
  414. /*CUSTOMIZE PERMALINKS OF TEXT POSTS AND SUCH HERE*/
  415. .permalink{
  416. text-transform: normal;
  417. display: block;
  418. text-align: right;
  419. text-decoration: none;
  420. }
  421.  
  422.  
  423. /*I RECCOMMEND TO NOT TOUCH ANY OF THIS LOLz*/
  424. #infscr-loading{
  425. bottom: -70px;
  426. position: absolute;
  427. left: 50%;
  428. margin-left:-8px;
  429. width:16px;
  430. height:11px;
  431. overflow:hidden;
  432. margin-bottom: 50px;
  433. }
  434.  
  435. #postnotes{
  436. text-align: justify;}
  437.  
  438. #postnotes blockquote{
  439. border: 0px;}
  440.  
  441. blockquote{
  442. padding:0px 0px 2px 5px;
  443. margin:0px 0px 2px 10px;
  444. border-left: 1px dotted #555555;
  445. }
  446.  
  447. blockquote p, ul{
  448. margin:0px;
  449. padding:0px;
  450. }
  451.  
  452. a img{border: 0px;}
  453.  
  454.  
  455. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  456.  
  457. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  458. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  459.  
  460. .notes img{width:10px; position:relative; top:3px;}
  461. <--ses-->
  462. small{font-size: 90%;}
  463.  
  464. #credit{
  465. font-size: 10px;
  466. font-style:none;
  467. letter-spacing: 0px;
  468. float: center;
  469. position: fixed;
  470. bottom: 10px;
  471. right: 10px;
  472. text-transform:none;
  473. font-family:new york;
  474. -moz-transition-duration:0.7s;
  475. -webkit-transition-duration:0.7s;
  476. -o-transition-duration:0.7s;
  477. }
  478.  
  479. #credit a{
  480. color: #fff;
  481. background:{color:text};
  482. padding:5px;
  483. -moz-transition-duration:0.7s;
  484. -webkit-transition-duration:0.7s;
  485. -o-transition-duration:0.7s;
  486. }
  487.  
  488. #credit a:hover{
  489. color:{color:hover};
  490. background:{color:background};
  491. -moz-transition-duration:0.7s;
  492. -webkit-transition-duration:0.7s;
  493. -o-transition-duration:0.7s;
  494. }
  495.  
  496. {CustomCSS}
  497.  
  498. </style>
  499.  
  500. {block:IndexPage}
  501. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  502. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  503.  
  504. <script type="text/javascript">
  505. $(window).load(function(){
  506. var $wall = $('#posts');
  507. $wall.imagesLoaded(function(){
  508. $wall.masonry({
  509. itemSelector: '.entry, .entry_photo',
  510. isAnimated : false
  511. });
  512. });
  513.  
  514. $wall.infinitescroll({
  515. navSelector : '#pagination',
  516. nextSelector : '#pagination a',
  517. itemSelector : '.entry, .entry_photo',
  518. bufferPx : 2000,
  519. debug : false,
  520. errorCallback: function() {
  521. $('#infscr-loading').fadeOut('normal');
  522. }},
  523. function( newElements ) {
  524. var $newElems = $( newElements );
  525. $newElems.hide();
  526. $newElems.imagesLoaded(function(){
  527. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  528. });
  529. }); $('#posts').show(500);
  530. });
  531. </script>
  532.  
  533.  
  534. {/block:IndexPage}
  535.  
  536.  
  537. <title>{title}</title>
  538.  
  539. <link rel="shortcut icon" href="{Favicon}" />
  540. <meta name="viewport" content="width=820" />
  541. </head>
  542.  
  543. <body>
  544. <BODY onselectstart="return false;" ondragstart="return false;">
  545. <div class="wrapper">
  546. <div class="header">
  547. </div>
  548.  
  549. <div id="cage">
  550. <div id="center">
  551.  
  552. <div class="bar">
  553. <div id="sidebar">
  554. <center>
  555. <div class="sidetitle"><a href="/">{text:sidetitle}</a></div>
  556. <a href="/"><img src="{image:sidebar}"></a>
  557. <div id="bite"><div class="hov">Hover</div>
  558. <div class="death">
  559. {block:ifLink1}<div class="link"><a href="{text:Link1}">{text:Link1 Title}</a></div>{/block:ifLink1}
  560. {block:ifLink2}<div class="link2"><a href="{text:Link2}">{text:Link2 Title}</a></div>{/block:ifLink2}
  561. {block:ifLink3}<div class="link3"><a href="{text:Link3}">{text:Link3 Title}</a></div>{/block:ifLink3}
  562. {block:ifLink4}<div class="link4"><a href="{text:Link4}">{text:Link4 Title}</a></div>{/block:ifLink4}
  563. {block:ifLink5}<div class="link5"><a href="{text:Link5}">{text:Link5 Title}</a></div>{/block:ifLink5}
  564. </div></div>
  565. <div class="desc">
  566. {description}
  567. </div>
  568. </center>
  569. </div></div>
  570.  
  571.  
  572. <div class="left">
  573. <div id="posts">
  574. {block:Posts}
  575. <div class="entry">
  576.  
  577. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right><span class="permalink"><a
  578.  
  579. href="{Permalink}">{DayOfMonthWithZero} {ShortMonth}<a href="{Permalink}"> - <a href="{Permalink}">{notecountwithlabel}</a></a> - <a href="{ReblogURL}" target="_blank"> reblog </a><br>{/block:HasTags}</span></align>
  580. {/block:Text}
  581.  
  582. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span
  583.  
  584. class="permalink"><a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth} </a> - <a href="{Permalink}">{notecountwithlabel}</a> - <a href="{ReblogURL}" target="_blank"> reblog </a> <a href="{Permalink}"></span></align>{block:Link}
  585.  
  586. {block:Photo}
  587. {block:IndexPage}
  588. <center>
  589. <div class="perma">
  590. <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth} </a> -
  591. <a href="{Permalink}">{notecountwithlabel}</a> - <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  592.  
  593. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  594. {/block:IndexPage}
  595. {block:PermalinkPage}
  596. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  597.  
  598. {LinkCloseTag}
  599. {/block:PermalinkPage}
  600. {/block:Photo}
  601.  
  602. {block:Photoset}
  603. {block:IndexPage}
  604. <center>
  605.  
  606. <div class="perma">
  607. <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth} </a> -
  608. <a href="{Permalink}">{notecountwithlabel}</a> - <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  609.  
  610. {Photoset-250}</center>
  611. {/block:IndexPage}
  612. {block:PermalinkPage}
  613. <center>
  614. {Photoset-500}</center>
  615. {/block:PermalinkPage}
  616. {/block:Photoset}
  617.  
  618. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth} </a> -
  619. <a href="{Permalink}">{notecountwithlabel}</a> - <a href="{ReblogURL}" target="_blank"> reblog </a><a href="{Permalink}"> </span>{/block:Quote}
  620.  
  621. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  622. <ul class="chat">
  623. {block:Lines}
  624. <li class="user_{UserNumber}">
  625. {block:Label}
  626. <span class="label">{Label}</span>
  627. {/block:Label}
  628.  
  629. {Line}
  630. </li>
  631. {/block:Lines}
  632. <p align=right><span class="permalink"><a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth} </a> - <a href="{Permalink}">{notecountwithlabel}</a> - <a href="{ReblogURL}" target="_blank"> reblog </a> <a href="{Permalink}">
  633. {/block:Chat}
  634.  
  635. {block:Audio}
  636. <div style="width:200px; height:30px;">
  637. {AudioPlayerBlack}
  638. </div>
  639. {block:IndexPage}<span class="permalink">
  640. <p align=right><span class="permalink"><a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth} </a> - <a href="{Permalink}">{notecountwithlabel}</a> - <a href="{ReblogURL}" target="_blank"> reblog </a> <a href="{Permalink}"> </a>
  641. </span>{/block:IndexPage}
  642. {/block:Audio}
  643.  
  644. {block:Video}
  645. {block:IndexPage}
  646. <center>
  647. <div class="perma">
  648. <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth} </a> - <a href="{Permalink}">{notecountwithlabel}</a> -
  649. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  650. {Video-250}</center>
  651. {/block:IndexPage}
  652. {block:PermalinkPage}
  653. <center>
  654. {Video-400}</center>
  655. {/block:PermalinkPage}
  656. {block:Video}
  657.  
  658. {block:Answer}
  659. <img src="{AskerPortraitURL-30}" align="left" style="margin-right:3px; border-radius:200px; opacity:.9;"/>
  660. <div style="font-family:dixel; font-size:10px; margin-top:5px; font-style:none;"> <b>{Asker} </div> <div style="font-family:dixel; font-style:none;">- {Question}</b> </div>
  661. <br>
  662. <div style="font-family:dixel; text-transform:none; text-align:right;"><b>{Answer}</b> <br><a href="{Permalink}">Answered on {DayOfMonthWithZero} {ShortMonth} </a> - <a href="{Permalink}">{notecountwithlabel}</a> -
  663. <a href="{ReblogURL}" target="_blank"> reblog </a></br></div>
  664. {/block:Answer}
  665.  
  666.  
  667. {block:PostNotes}<div align="middle">{caption}</div>
  668. <center>
  669.  
  670. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  671.  
  672. {block:HasTags}
  673. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  674. {block:RebloggedFrom}
  675. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  676. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  677.  
  678. {/block:RebloggedFrom}
  679. </center></span>
  680. <br>
  681. <div id="postnotes">{PostNotes}</div><br>
  682.  
  683. <center>{block:ContentSource}
  684. <br><a href="{SourceURL}">
  685. {lang:Source}:
  686. {block:SourceLogo}
  687. <img src="{BlackLogoURL}" width="{LogoWidth}"
  688. height="{LogoHeight}" alt="{SourceTitle}" />
  689. {/block:SourceLogo}
  690. {block:NoSourceLogo}
  691. {SourceLink}
  692. {/block:NoSourceLogo}
  693. </a>
  694. {/block:ContentSource}</center>
  695.  
  696. {/block:PostNotes}
  697. </div>
  698. {/block:Posts}
  699. </div></div>
  700.  
  701. {block:IndexPage}
  702. {block:Pagination}
  703. <div id="pagination">
  704. {block:NextPage}
  705. <a id="nextPage" href="{NextPage}"></a>
  706. {/block:NextPage}
  707. {block:PreviousPage}
  708. <a href="{PreviousPage}"></a>
  709. {/block:PreviousPage}
  710. </div>
  711. {/block:Pagination}
  712. {/block:IndexPage}
  713.  
  714. <div id="credit"> <a href="http://injured.tk">♕</a></div>
  715.  
  716. </body>
  717. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement