Advertisement
horiizon-te

THEME #3

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