Advertisement
catsfyi

theme three by exhae

Jan 14th, 2014
801
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.47 KB | None | 0 0
  1. <!--
  2. theme made by fronwie but edited by exhae
  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. <link rel="shortcut icon" href="{Favicon}" />
  10. <script type="text/javascript"
  11. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  12. <script type="text/javascript">
  13. <!--
  14.  
  15. // Disable Right Click Script
  16.  
  17. function IE(e)
  18. {
  19. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  20. {
  21. return false;
  22. }
  23. }
  24. function NS(e)
  25. {
  26. if (document.layers || (document.getElementById && !document.all))
  27. {
  28. if (e.which == "2" || e.which == "3")
  29. {
  30. return false;
  31. }
  32. }
  33. }
  34. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  35.  
  36. //-->
  37. </script>
  38. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  39. <meta name="color:background" content="#ffffff"/>
  40. <meta name="color:link" content="#a9c9e2"/>
  41. <meta name="color:blogtitle" content="#a9c9e2"/>
  42. <meta name="color:text" content="#aaaaaa"/>
  43. <meta name="color:title" content="#aaaaaa"/>
  44. <meta name="color:borders" content="#eeeeee"/>
  45. <meta name="color:hover" content="#dddddd"/>
  46. <meta name="color:postsbg" content="#f6f6f6"/>
  47. <meta name="color:scrollbar" content="#eeeeee" />
  48. <meta name="image:sidebar" content=""/>
  49. <meta name="image:background" content="1"/>
  50. <meta name="text:link one" content="" />
  51. <meta name="text:link one title" content="refresh" />
  52. <meta name="text:link two" content="" />
  53. <meta name="text:link two title" content="inbox" />
  54. <meta name="text:link three" content="" />
  55. <meta name="text:link three title" content="idk" />
  56. <meta name="text:link four" content="" />
  57. <meta name="text:link four title" content="you cute" />
  58. <meta name="text:link five" content="" />
  59. <meta name="text:link five title" content="hi?" />
  60. <meta name="text:blogtitle" content="paradise" />
  61.  
  62. <meta name="if:faded images" content="1" />
  63. <meta name="if:2 column" content="1" />
  64. <meta name="if:rounded corners" content="1" />
  65.  
  66. <style type="text/css">
  67. ::-webkit-scrollbar {width: 4px; height: 4px; border:1px solid #ddd; background-color:#fff;}
  68. ::-webkit-scrollbar-thumb { border-left:0px solid #ddd; background: {color:scrollbar};}
  69. iframe#tumblr_controls {-webkit-filter: invert(100%);right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  70. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity:1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  71. p {
  72. margin:0px;
  73. }
  74. body {
  75. padding: 0px;
  76. margin: 0px;
  77. color:{color:text};
  78. font-family:calibri;
  79. line-height:11px;
  80. font-size:11px;
  81. background-image:url({image:background});
  82. background-color: {color:Background};
  83. background-attachment: fixed;
  84. background-repeat: repeat;
  85. cursor: url(http://i42.tinypic.com/2i2m2r.png), auto;
  86. }
  87. a:link, a:active, a:visited{
  88. text-decoration: none;
  89. -webkit-transition: color 0.3s ease-out;
  90. -moz-transition: color 0.3s ease-out;
  91. transition: color 0.3s ease-out;
  92. color:{color:link};
  93. cursor: url(http://i42.tinypic.com/2i2m2r.png), auto;
  94. }
  95. a:hover {
  96. text-decoration: none;
  97. font-style:;
  98. text-shadow:0px 0px px #000;
  99. color: {color:Hover};
  100. cursor: url(http://i42.tinypic.com/2i2m2r.png), auto;
  101. }
  102.  
  103. askname{
  104. text-transform:uppercase;
  105. font-size:11px;
  106. z-index:1;
  107. }
  108.  
  109. div#center{
  110. margin:auto;
  111. width:1000px;
  112. position:relative;
  113. background-color:;
  114. overflow:auto;
  115. overflow-x:;
  116. {block:permalinkpage}
  117. width:1000px;
  118. {/block:permalinkpage}
  119.  
  120. }
  121.  
  122. @font-face { font-family: "caviardreams"; src: url('http://static.tumblr.com/4yxykdm/xXTlrecqr/caviardreams.ttf'); }
  123.  
  124. .entry:hover img{
  125. opacity:1;
  126. }
  127. .entry img{
  128. -webkit-transition: all .7s ease;
  129. -moz-transition: all .7s ease;
  130. -o-transition: all .7s ease;
  131. transition: all .7s ease;
  132. {block:ifroundedcorners}
  133. border-radius:5px;
  134. {/block:ifroundedcorners}
  135. {block:iffadedimages}
  136. opacity:0.8;
  137. {/block:iffadedimages}
  138. }
  139. .entry {
  140. float:left;
  141. display: block;
  142. margin:10px;
  143. padding:8px;
  144. line-height:9px;
  145. {block:ifroundedcorners}
  146. border-radius:5px;
  147. {/block:ifroundedcorners}
  148. overflow:hidden;
  149. width:210px;
  150. opacity:;
  151. {block:PermalinkPage}
  152. width:500px;
  153. text-align:left;
  154. line-height:10px;
  155. {/block:PermalinkPage}
  156.  
  157. border:1px solid {color:borders};
  158. background-color:#fff;
  159. background-image:URL();
  160. -webkit-transition: all .7s ease;
  161. -moz-transition: all .7s ease;
  162. -o-transition: all .7s ease;
  163. transition: all .7s ease;
  164. }
  165.  
  166. .entry:hover{
  167. opacity:1;}
  168.  
  169.  
  170. .entry .perma a{
  171. color:;}
  172.  
  173. .entry .perma a:hover {
  174. text-decoration:none;
  175. font-style:italic;
  176. text-shadow:0px 0px px #000;
  177. border-bottom:1px solid {color:main color};
  178. color: {color:Hover};
  179.  
  180. }
  181.  
  182. .entry .perma{
  183. width:210px;
  184. height:28px;
  185. margin-left:-2px;
  186. position: absolute;
  187. line-height: 28px;
  188. overflow:hidden;
  189. text-align:center;
  190. z-index:1;
  191. font-size:9px;
  192. bottom:-25px;
  193. TEXT-TRANSFORM:uppercase;
  194. border-right:2px solid {color:blogtitle};
  195. border-left:2px solid {color:blogtitle};
  196. background:#fff;
  197. word-spacing:px;
  198. letter-spacing:1px;
  199. opacity: 0.0;
  200. -webkit-transition: all .7s ease;
  201. -moz-transition: all .7s ease;
  202. -o-transition: all .7s ease;
  203. transition: all .7s ease;
  204.  
  205. }
  206.  
  207. .entry:hover .perma{
  208. overflow:visible;
  209. opacity:1;
  210. bottom:22px;
  211. margin-left:-2px;
  212.  
  213. }
  214.  
  215. #lol{
  216. position:fixed;
  217. left: 460px;
  218. top: -1px;
  219. height: 100%;
  220. width: 18px;
  221. background-image:url('http://i40.tinypic.com/2r2ry1h.png');
  222. repeat:repeat-y;
  223. text-align:left;
  224. opacity:.75;
  225. -webkit-transform:rotate(0deg);
  226. line-height: 20px;
  227. -webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;
  228. }
  229. #lol2{
  230. position:fixed;
  231. top: -1px;
  232. left: 978px;
  233. width: 18px;
  234. height: 100%;
  235. background-image:url('http://i40.tinypic.com/14ty3aa.png');
  236. repeat:repeat-y;
  237. opacity:.75;
  238. -webkit-transform:rotate(0deg);
  239. -webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;
  240. }
  241.  
  242.  
  243. #posts {
  244. width:748px;
  245. margin-top:0px;
  246. z-index:;
  247. background:{color:postsbg};
  248. margin-left:220px;
  249. right:auto;
  250. margin-right:auto;
  251. position:relative;
  252. overflow-y: hidden;
  253. {block:if2column}
  254. margin-left:335px;
  255. width:500px;
  256. {/block:if2column}
  257. {block:permalinkpage}
  258. width:600px;
  259. margin-left:305px;
  260. {/block:permalinkpage}
  261.  
  262.  
  263. }
  264.  
  265.  
  266. #navi{
  267.  
  268. width:210px;
  269. padding:5px;
  270. background:white;
  271. margin-top:13px;
  272. position:fixed;
  273. margin-left:-11px;
  274. {block:ifroundedcorners}
  275. border-radius:5px;
  276. {/block:ifroundedcorners}
  277. }
  278.  
  279.  
  280. #navi a{
  281. font-size:20px;
  282. font-family:calibri;
  283. text-transform:uppercase;
  284. color:{color:link};
  285. text-shadow:10px 1px 0px transparent, -10px 1px 0px transparent;-webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out-webkit-filter: blur(5px);;}
  286.  
  287. #navi a:hover{text-shadow:0px 0px 0px #ddd; 0px 0px 0px #ddd;
  288. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out-webkit-filter: blur(5px);;
  289. }
  290.  
  291. #sidebar{
  292. {block:ifroundedcorners}
  293. border-radius:5px;
  294. {/block:ifroundedcorners}
  295. height:auto;
  296. padding:10px;
  297. position:fixed !important;
  298. width:200px;
  299. line-height:14.5px;
  300. border:1px solid {color:borders};
  301. opacity:;
  302. background-color:#fff;
  303. margin-top:170px;
  304. padding-top:px;
  305. margin-left:-20px;
  306. text-align:justify;
  307.  
  308. overflow:auto;
  309. -webkit-transition: all .7s ease;
  310. -moz-transition: all .7s ease;
  311. -o-transition: all .7s ease;
  312. transition: all .7s ease;
  313. {block:if2column}
  314. margin-left:65px;
  315.  
  316. {/block:if2column}
  317. {block:permalinkpage}
  318. margin-left:65px;
  319.  
  320. {/block:permalinkpage}
  321.  
  322. }
  323. #credit {
  324. position:fixed;
  325. font-family: consolas;
  326. font-size: 8px;
  327. bottom:-7px;
  328. margin-left: -120px;
  329. padding: 8px;
  330. height:12px;
  331. letter-spacing:1px;
  332. text-transform:uppercase;
  333. padding-bottom:5px;
  334. background: white;
  335. width:25px;
  336. border-top-right-radius: 10px;
  337. border-top-left-radius: 10px;
  338. border: 1px solid #dbe9e7;
  339. transition: all 0.6s ease-out;
  340. -o-transition-transition: all 0.6s ease-out;
  341. -webkit-transition: all 0.6s ease-out;
  342. -moz-transition: all 0.6s ease-out;
  343. }
  344.  
  345.  
  346.  
  347.  
  348. @font-face { font-family: rw; src: url('http://static.tumblr.com/fxpo5zq/y0bm4ndht/raleway_thin.otf'); }
  349.  
  350. @font-face { font-family: cali; src: url('http://static.tumblr.com/u37ad6e/Z4hmkrlqk/calibri.ttf'); }
  351.  
  352. .title{
  353. font-family:rw;
  354. font-size: 18px;
  355. line-height: 18px;
  356. color:{color:Title};
  357. letter-spacing: 0px;
  358. font-weight: bold;
  359. padding:0px 0px 0px 0px;
  360. }
  361.  
  362.  
  363. .title a{
  364. color:{color:Title};
  365. }
  366.  
  367.  
  368.  
  369.  
  370. #blogtitle{
  371. text-shadow:1px 1px 0px #fff;
  372. margin-top:148px;
  373. font-size:50px;
  374. line-height:25px;
  375. width:200px;
  376. font-family:ch;
  377. text-align:left;
  378. z-index:2;
  379. position:fixed;
  380. margin-left:-20px;
  381. text-transform:;
  382. color:{color:blogtitle};
  383. {block:if2column}
  384. margin-left:65px;
  385. {/block:if2column}
  386. {block:permalinkpage}
  387. margin-left:65px;
  388.  
  389. {/block:permalinkpage}
  390. }
  391.  
  392.  
  393. @font-face { font-family: "ch"; src: url('http://static.tumblr.com/u37ad6e/apRmoe3up/callie_hand-trial_version.otf'); }
  394.  
  395.  
  396. .permalink{
  397.  
  398. word-spacing:2px;
  399. text-transform: normal;
  400. display: block;
  401. text-align: right;
  402. text-decoration: none;
  403. border-top:1px solid #ddd;
  404. border-right:4px double #ddd;
  405.  
  406. margin-top:3px;
  407. padding:4px;
  408. background:#fefefe;
  409. text-transform:uppercase;
  410. font-size:9px;
  411. -webkit-transition: all .7s ease;
  412. -moz-transition: all .7s ease;
  413. -o-transition: all .7s ease;
  414. transition: all .7s ease;
  415. }
  416.  
  417. .permalink a:hover{
  418. border-bottom:1px solid {color:main color};
  419. }
  420.  
  421.  
  422. #infscr-loading{
  423. bottom: -70px;
  424. position: absolute;
  425. left: 50%;
  426. margin-left:-8px;
  427. width:16px;
  428. height:11px;
  429. overflow:hidden;
  430. margin-bottom: 50px;
  431. }
  432.  
  433. #postnotes{
  434. text-align: justify;}
  435.  
  436. #postnotes b{
  437. border: 0px;}
  438.  
  439. blockquote{
  440. padding:0px 0px 2px 5px;
  441. margin:0px 0px 2px 10px;
  442. border-left: 2px solid #ddd;
  443. }
  444.  
  445. blockquote p, ul{
  446. margin:0px;
  447. padding:0px;
  448. }
  449.  
  450. a img{border: 0px;}
  451.  
  452.  
  453. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  454.  
  455. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  456. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  457.  
  458. .notes img{width:10px; position:relative; top:3px;}
  459. <--ses-->
  460. small{font-size: 90%;}
  461.  
  462. {CustomCSS}
  463.  
  464. </style>
  465.  
  466. {block:IndexPage}
  467. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  468. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  469.  
  470. <script type="text/javascript">
  471. $(window).load(function(){
  472. var $wall = $('#posts');
  473. $wall.imagesLoaded(function(){
  474. $wall.masonry({
  475. itemSelector: '.entry, .entry_photo',
  476. isAnimated : false
  477. });
  478. });
  479.  
  480. $wall.infinitescroll({
  481. navSelector : '#pagination',
  482. nextSelector : '#pagination a',
  483. itemSelector : '.entry, .entry_photo',
  484. bufferPx : 2000,
  485. debug : false,
  486. errorCallback: function() {
  487. $('#infscr-loading').fadeOut('normal');
  488. }},
  489. function( newElements ) {
  490. var $newElems = $( newElements );
  491. $newElems.hide();
  492. $newElems.imagesLoaded(function(){
  493. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  494. });
  495. }); $('#posts').show(500);
  496. });
  497. </script>
  498.  
  499.  
  500. {/block:IndexPage}
  501.  
  502.  
  503. <title>{title}</title>
  504.  
  505.  
  506. <meta name="viewport" content="width=820" />
  507. </head>
  508.  
  509. <body>
  510. <div id="banner"></div>
  511. <BODY onselectstart="return false;" ondragstart="return false;">
  512. <div class="wrapper">
  513. <div class="header">
  514. </div>
  515.  
  516.  
  517. <div id="cage">
  518. <div id="center">
  519. <div id="blogtitle">{text:blogtitle}</div>
  520.  
  521. <div id="sidebar">
  522. <a href="/"><img style="border-radius:;padding-right:6px;padding-top:px;padding-bottom:px;{block:iffadedimages}opacity:0.8;{/block:iffadedimages}"src="{image:sidebar}" align="left" width="200px" height="190px"></a>{description}
  523. <div id="navi"><center>
  524. <div id="lol"></div><div id="lol2"></div>
  525.  
  526.  
  527.  
  528. {block:IfLinkOneTitle}<a href="{text:Link One}" title="{text:link one title}">
  529. 壹</a> <font color={color:background}>&middot</font> {/block:ifLinkOneTitle}
  530. {block:ifLinkTwoTitle}<a href="{text:Link Two}" title="{text:link two title}">
  531. </a> <font color={color:background}>&middot</font> {/block:ifLinkTwoTitle}
  532. {block:ifLinkThreeTitle}<a href="{text:Link Three}" title="{text:link three title}"> 三 </a> <font color={color:background}>&middot</font> {/block:ifLinkThreeTitle}
  533. {block:ifLinkFourTitle}<a href="{text:Link Four}" title="{text:link four title}"> 四 </a> <font color={color:background}>&middot</font>{/block:ifLinkFourTitle}
  534. {block:ifLinkFiveTitle}<a href="{text:Link Five}" title="{text:link five title}"> 五 </a>{/block:ifLinkFiveTitle}
  535. </select>
  536.  
  537. </center>
  538. </div>
  539. </div>
  540.  
  541.  
  542.  
  543. <div class="left">
  544. <div id="posts">
  545. {block:Posts}
  546. <div class="entry">
  547.  
  548. {block:Answer}
  549. <div style="line-height:8px;margin-top:2px;;margin-bottom:0px;min-height:30px; padding: 5px; background-color:;border-radius:0px;border:1px solid #eee;">
  550. <a href="{AskerURL}"><img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3.5px;"/></a><askname>{asker}</askname>: {Question}</div>
  551. <div style="margin-top:2px; line-height:11px;margin-bottom:4px; background: transparent;">{Answer}</div>
  552. <div class="permalink"> <a href="{permalink}">{notecountwithlabel} / {Timeago}</a> </div>
  553. {/block:Answer}
  554.  
  555. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span>{block:indexpage}<p align=right><span class="permalink"><a
  556. href="{Permalink}">{notecountwithlabel} / posted {Timeago}</a> / <a href="{ReblogURL}">Reblog</a><br>{/block:HasTags}</span></align>{/block:indexpage}
  557. {/block:Text}
  558.  
  559. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span
  560. class="permalink"><a href="{Permalink}">{notecountwithlabel} / posted {timeago}</a> / <a href="{ReblogURL}">Reblog</a></span></align>{block:Link}
  561.  
  562. {block:Photo}
  563. {block:IndexPage}
  564. <center>
  565. <div class="perma">
  566. <a href="{ReblogURL}"title="Share this post">share</a> &middot <a href="{Permalink}"title="">{notecount}</a> </div>
  567.  
  568. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  569. {/block:IndexPage}
  570. {block:PermalinkPage}
  571. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  572.  
  573. {LinkCloseTag}
  574. {/block:PermalinkPage}
  575. {/block:Photo}
  576.  
  577. {block:Photoset}
  578. {block:IndexPage}
  579. <center>
  580. <div class="perma">
  581. <a href="{ReblogURL}">Reblog</a> this image with <a href="{Permalink}"title="">{notecountwithlabel}</a> </div>
  582. {Photoset-250}</center>
  583. {/block:IndexPage}
  584. {block:PermalinkPage}
  585. <center>
  586. {Photoset-500}</center>
  587. {/block:PermalinkPage}
  588. {/block:Photoset}
  589.  
  590. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel} / posted {timeago}</a> / <a href="{ReblogURL}">Reblog</a></span></align>{/block:Quote}
  591.  
  592. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  593. <ul class="chat">
  594. {block:Lines}
  595. <li class="user_{UserNumber}">
  596. {block:Label}
  597. <span class="label">{Label}</span>
  598. {/block:Label}
  599.  
  600. {Line}
  601. </li>
  602. {/block:Lines}
  603. <p align=right><div class="permalink"><a href="{Permalink}">{notecountwithlabel} / posted {timeago}</a> / <a href="{ReblogURL}">Reblog</a></div></align>
  604. {/block:Chat}
  605.  
  606. {block:Audio}
  607. <div style="width:200px; height:30px;">
  608. {AudioPlayerBlack}
  609. </div>
  610. {block:IndexPage}
  611. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel} / posted {timeago}</a> / <a href="{ReblogURL}">Reblog</a></span></align>{/block:IndexPage}
  612. {/block:Audio}
  613.  
  614. {block:Video}
  615. {block:IndexPage}
  616. <center>
  617. {Video-250}</center><p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel} / posted {timeago}</a> / <a href="{ReblogURL}">Reblog</a></span></align>
  618. {/block:IndexPage}
  619. {block:PermalinkPage}
  620. <center>
  621. {Video-400}</center>
  622. {/block:PermalinkPage}
  623. {block:Video}
  624.  
  625.  
  626. {block:PostNotes}<div align="middle">{caption}</div>
  627. <center>
  628.  
  629. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  630.  
  631. {block:HasTags}
  632. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  633. {block:RebloggedFrom}
  634. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  635. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  636.  
  637. {/block:RebloggedFrom}
  638. </center></span>
  639. <br>
  640. <div id="postnotes">{PostNotes}</div><br>
  641.  
  642. <center>{block:ContentSource}
  643. <br><a href="{SourceURL}">
  644. {lang:Source}:
  645. {block:SourceLogo}
  646. <img src="{BlackLogoURL}" width="{LogoWidth}"
  647. height="{LogoHeight}" alt="{SourceTitle}" />
  648. {/block:SourceLogo}
  649. {block:NoSourceLogo}
  650. {SourceLink}
  651. {/block:NoSourceLogo}
  652. </a>
  653. {/block:ContentSource}</center>
  654.  
  655. {/block:PostNotes}
  656. </div>
  657. {/block:Posts}
  658. </div></div>
  659.  
  660. {block:IndexPage}
  661. {block:Pagination}
  662. <div id="pagination">
  663. {block:NextPage}
  664. <a id="nextPage" href="{NextPage}"></a>
  665. {/block:NextPage}
  666. {block:PreviousPage}
  667. <a href="{PreviousPage}"></a>
  668. {/block:PreviousPage}
  669. </div>
  670. {/block:Pagination}
  671. {/block:IndexPage}
  672. </body>
  673. <div id="credit"><a href="http://exhae.tumblr.com/"><b>credit</b></a><br></div>
  674. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement