mausamixoxo

theme 27

Dec 8th, 2012
716
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.28 KB | None | 0 0
  1. <!--
  2. theme by witheredtrst/themes-bymausami
  3. i made the theme, so it is my right and your responsibility to keep the credit. please put it somewhere on your blog if not on the side.
  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. <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. <link href='http://fonts.googleapis.com/css?family=Didact+Gothic' rel='stylesheet' type='text/css'>
  43. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  44. <meta name="color:background" content=""/>
  45. <meta name="color:links" content=""/>
  46. <meta name="color:link shadow" content=""/>
  47. <meta name="color:hover" content=""/>
  48. <meta name="color:text" content=""/>
  49. <meta name="color:description" content=""/>
  50. <meta name="color:title" content=""/>
  51. <meta name="color:Blog Title" content="">
  52. <meta name="color:Borders" content="">
  53. <meta name="color:Link Background" content="">
  54. <meta name="color:scrollbar" content=""/>
  55. <meta name="color:Blog Title Shadow" content="" />
  56. <meta name="image:background" content=""/>
  57. <meta name="image:sidebar" content=""/>
  58. <meta name="text:Blog Title" content="" />
  59. <meta name="text:Link One" content="" />
  60. <meta name="text:Link One Title" content="Index" />
  61. <meta name="text:Link Two" content="" />
  62. <meta name="text:Link Two Title" content="Inbox" />
  63. <meta name="text:Link Three" content="" />
  64. <meta name="text:Link Three Title" content="link" />
  65. <meta name="text:Link Four" content="" />
  66. <meta name="text:Link Four Title" content="link" />
  67. <meta name="text:Link Five" content="" />
  68. <meta name="text:Link Five Title" content="link" />
  69.  
  70. <style type="text/css">
  71.  
  72. ::-webkit-scrollbar {width: 5px; height: 4px; background: #fff; border-left: 1px transparent #aaaaaa; }
  73.  
  74. ::-webkit-scrollbar-thumb { background-color:{color:scrollbar}; border-bottom: 1px transparent #aaaaaa; border-top: 1px transparent #aaaaaa; border-left: 1px transparent
  75. #aaaaaa; border-right: 1px transparent #aaaaaa; }
  76.  
  77. #tumblr_controls {
  78. right:3px !important;
  79. position: fixed !important;
  80. }
  81.  
  82. body {
  83. padding: 0px;
  84. margin: 0px;
  85. color:{color:text};
  86. font-family: pixel;
  87. line-height: 8px;
  88. font-size: 8px;
  89. letter-spacing: 0px;
  90. background-color: {color:Background};
  91. background-image:url({image:Background});
  92. background-attachment: fixed;
  93. background-repeat: repeat;
  94. }
  95.  
  96. a:link, a:active, a:visited{
  97. color: {color:links};
  98. text-decoration: none;
  99. }
  100.  
  101. a:hover {
  102. color:{color:hover};
  103. text-decoration: none;
  104. -webkit-transition: color 0.3s ease-out;
  105. -moz-transition: color 0.3s ease-out;
  106. text-shadow:1px 1px 5px {color:link shadow};
  107. }
  108.  
  109. askk {
  110. font-family: arsenalewhite;
  111. font-size:35px;
  112. text-transform:none;
  113. z-index:1;
  114. color: {color:links};
  115. }
  116.  
  117. @font-face { font-family: "arsenalewhite"; src: url('http://static.tumblr.com/5fd89aw/H0ilkmgoh/arsenale_white.ttf'); }
  118.  
  119. @font-face { font-family: "halohandletter"; src: url('http://static.tumblr.com/loouiuu/Ttaloide6/halohandletter.ttf'); }
  120.  
  121.  
  122. div#center{
  123. margin:auto;
  124. position:relative;
  125. width:900px;
  126. background-color:;
  127. overflow:auto;
  128. overflow-y:hidden;
  129. }
  130.  
  131. div#sidebar{
  132. position: fixed;
  133. padding: 3px;
  134. height:150px;
  135. width:150px;
  136. float:left;
  137. background:transparent;
  138. margin-left:0px;
  139. margin-top:200px;
  140. border:3px double {color:Borders};
  141. transition: all 0.9s ease;
  142. -o-transition-transition: all 0.9s ease;
  143. -webkit-transition: all 0.9s ease;
  144. -moz-transition: all 0.9s ease;
  145. }
  146.  
  147. #sidebar:hover{
  148. height:180px;
  149. transition: all 0.9s ease;
  150. -o-transition-transition: all 0.9s ease;
  151. -webkit-transition: all 0.9s ease;
  152. -moz-transition: all 0.9s ease;
  153. }
  154.  
  155. #desc{
  156. position:fixed;
  157. opacity:0;
  158. width:150px;
  159. height:auto;
  160. font-family:pixel;
  161. margin-top:4px;
  162. font-size:8px;
  163. color:{color:description};
  164. text-align:center;
  165. transition: all 0.9s ease;
  166. -o-transition-transition: all 0.9s ease;
  167. -webkit-transition: all 0.9s ease;
  168. -moz-transition: all 0.9s ease;
  169. }
  170.  
  171. #sidebar:hover #desc{
  172. opacity:1;
  173. transition: all 0.9s ease;
  174. -o-transition-transition: all 0.9s ease;
  175. -webkit-transition: all 0.9s ease;
  176. -moz-transition: all 0.9s ease;
  177. }
  178.  
  179. #derp{
  180. position:fixed;
  181. width:150px;
  182. height:150px;
  183. opacity:0;
  184. margin-top:-151px;
  185. margin-left:0px;
  186. background:white;
  187. transition: all 0.9s ease;
  188. -o-transition-transition: all 0.9s ease;
  189. -webkit-transition: all 0.9s ease;
  190. -moz-transition: all 0.9s ease;
  191. }
  192.  
  193. #sidebar:hover #derp{
  194. opacity:0.8;
  195. transition: all 0.9s ease;
  196. -o-transition-transition: all 0.9s ease;
  197. -webkit-transition: all 0.9s ease;
  198. -moz-transition: all 0.9s ease;
  199. }
  200.  
  201. #m1 a{
  202. color:#fff;}
  203.  
  204. #m2 a{
  205. color:#fff;}
  206.  
  207. #m3 a{
  208. color:#fff;}
  209.  
  210. #m4 a{
  211. color:#fff;}
  212.  
  213. #m1{
  214. text-align:center;
  215. position:fixed;
  216. width:80px;
  217. height:15px;
  218. margin-left:100px;
  219. margin-top:-130px;
  220. opacity:0;
  221. border: 1px solid #aaa;
  222. color:white;
  223. line-height:16px;
  224. padding:2px;
  225. background:{color:Link Background};
  226. transition: all 0.9s ease;
  227. -o-transition-transition: all 0.9s ease;
  228. -webkit-transition: all 0.9s ease;
  229. -moz-transition: all 0.9s ease;
  230. }
  231.  
  232. #sidebar:hover #m1{
  233. opacity:1;
  234. margin-left:33px;
  235. transition: all 0.9s ease;
  236. -o-transition-transition: all 0.9s ease;
  237. -webkit-transition: all 0.9s ease;
  238. -moz-transition: all 0.9s ease;
  239. }
  240.  
  241. #m2{
  242. text-align:center;
  243. position:fixed;
  244. width:80px;
  245. height:15px;
  246. margin-left:-32px;
  247. margin-top:-100px;
  248. opacity:0;
  249. border: 1px solid #aaa;
  250. color:white;
  251. line-height:16px;
  252. padding:2px;
  253. background:{color:Link Background};
  254. transition: all 0.9s ease;
  255. -o-transition-transition: all 0.9s ease;
  256. -webkit-transition: all 0.9s ease;
  257. -moz-transition: all 0.9s ease;
  258. }
  259.  
  260. #sidebar:hover #m2{
  261. opacity:1;
  262. margin-left:32px;
  263. transition: all 0.9s ease;
  264. -o-transition-transition: all 0.9s ease;
  265. -webkit-transition: all 0.9s ease;
  266. -moz-transition: all 0.9s ease;
  267. }
  268.  
  269. #m3{
  270. text-align:center;
  271. position:fixed;
  272. width:80px;
  273. height:15px;
  274. margin-left:100px;
  275. margin-top:-70px;
  276. opacity:0;
  277. border: 1px solid #aaa;
  278. color:white;
  279. line-height:16px;
  280. padding:2px;
  281. background:{color:Link Background};
  282. transition: all 0.9s ease;
  283. -o-transition-transition: all 0.9s ease;
  284. -webkit-transition: all 0.9s ease;
  285. -moz-transition: all 0.9s ease;
  286. }
  287.  
  288. #sidebar:hover #m3{
  289. opacity:1;
  290. margin-left:32px;
  291. transition: all 0.9s ease;
  292. -o-transition-transition: all 0.9s ease;
  293. -webkit-transition: all 0.9s ease;
  294. -moz-transition: all 0.9s ease;
  295. }
  296.  
  297. #m4{
  298. text-align:center;
  299. position:fixed;
  300. width:80px;
  301. height:15px;
  302. margin-left:-32px;
  303. margin-top:-40px;
  304. opacity:0;
  305. border: 1px solid #aaa;
  306. color:white;
  307. line-height:16px;
  308. padding:2px;
  309. background:{color:Link Background};
  310. transition: all 0.9s ease;
  311. -o-transition-transition: all 0.9s ease;
  312. -webkit-transition: all 0.9s ease;
  313. -moz-transition: all 0.9s ease;
  314. }
  315.  
  316. #sidebar:hover #m4{
  317. opacity:1;
  318. margin-left:31px;
  319. transition: all 0.9s ease;
  320. -o-transition-transition: all 0.9s ease;
  321. -webkit-transition: all 0.9s ease;
  322. -moz-transition: all 0.9s ease;
  323. }
  324.  
  325. #blogtitle{
  326. position:fixed;
  327. margin-top:-20px;
  328. margin-left:0px;
  329. text-align:left;
  330. font-family:halohandletter;
  331. font-size:37px;
  332. color:{color:Blog Title};
  333. text-shadow: 2px 1px 0px {color:Blog Title Shadow};
  334. }
  335.  
  336. #posts {
  337. width:425px;
  338. margin-top: 0px;
  339. margin-left:200px;
  340. right:auto;
  341. margin-right:auto;
  342. position:relative;
  343. overflow-y: hidden;
  344. padding:2px;
  345. {block:PermalinkPage}
  346. width:360px;
  347. padding:3px;
  348. text-align:center;
  349. {/block:PermalinkPage}
  350. {block:IndexPage}
  351. border-right:3px double {color:Borders};
  352. border-left:3px double {color:Borders};
  353. {/block:IndexPage}
  354. }
  355.  
  356. @font-face {font-family: 'pixel'; src: local('04b24'), url('http://static.tumblr.com/zm7jcjw/dtClscghb/04b_24__.ttf') format('woff'); }
  357.  
  358. .entry {
  359. float:left;
  360. display: block;
  361. overflow:hidden;
  362. width:200px;
  363. margin:2px;
  364. border:1px solid {color:Borders};
  365. padding-right:3px;
  366. padding-left:3px;
  367. padding-top:3px;
  368. padding-bottom:1px;
  369. font-family:pixel;
  370. letter-spacing:0px;
  371. font-size: 8px;
  372. line-height:10px;
  373. {block:PermalinkPage}
  374. width:350px;
  375. margin-left:0px;
  376. margin-top: 3px;
  377. text-align:center;
  378. {/block:PermalinkPage}
  379. background: transparent;
  380. opacity:1;
  381. webkit-transition: all 0.4s linear;
  382. -moz-transition: all 0.4s linear;
  383. transition: all 0.4s linear;
  384. }
  385.  
  386. .entry .permados a{
  387. color: #aaa;
  388. }
  389.  
  390. .entry .permalinktext a{
  391. color:#aaa;
  392. }
  393.  
  394. .entry .permados{
  395. position:absolute;
  396. margin-top: 5px;
  397. margin-left:-5px;
  398. width:auto;
  399. height:10px;
  400. text-transform: uppercase;
  401. background-color:#ffffff;
  402. padding:5px;
  403. overflow:hidden;
  404. font-family: pixel;
  405. letter-spacing:0px;
  406. font-size: 8px;
  407. line-height:10px;
  408. text-align:center;
  409. opacity:0.0;
  410. border: 1px solid #aaa;
  411. transition: all 0.9s ease;
  412. -o-transition-transition: all 0.9s ease;
  413. -webkit-transition: all 0.9s ease;
  414. -moz-transition: all 0.9s ease;
  415. }
  416.  
  417. .entry:hover .permados{
  418. margin-left: 5px;
  419. overflow:visible;
  420. opacity:0.9;
  421. transition: all 0.9s ease;
  422. -o-transition-transition: all 0.9s ease;
  423. -webkit-transition: all 0.9s ease;
  424. -moz-transition: all 0.9s ease;
  425. }
  426.  
  427. .permalinktext {
  428. display: block;
  429. padding: 1px;
  430. margin: 2px 0px 0px 5px;
  431. text-transform: uppercase;
  432. font-family:pixel;
  433. font-size: 8px;
  434. color: {color:text};
  435. line-height: 11px;
  436. letter-spacing:0px;
  437. text-align: right;
  438. text-decoration: none;
  439. border-top: 1px dotted #ddd;
  440. webkit-transition: all 0.2s linear;
  441. -webkit-transition: all 0.2s linear;
  442. -moz-transition: all 0.2s linear;
  443. transition: all 0.2s linear;
  444. }
  445.  
  446. .permalinktext:hover{
  447. margin:2px 4px 0px 5px;
  448. webkit-transition: all 0.2s linear;
  449. -webkit-transition: all 0.2s linear;
  450. -moz-transition: all 0.2s linear;
  451. transition: all 0.2s linear;
  452. }
  453.  
  454. .title{
  455. text-align: center;
  456. font-family: arsenalewhite;
  457. text-transform:none;
  458. font-size: 35px;
  459. line-height:12px;
  460. letter-spacing: 0px;
  461. color: {color:Title};
  462. }
  463.  
  464. #infscr-loading{
  465. bottom: -70px;
  466. position: absolute;
  467. left: 50%;
  468. margin-left:-8px;
  469. width:16px;
  470. height:11px;
  471. overflow:hidden;
  472. margin-bottom: 50px;
  473. }
  474.  
  475. #postnotes{
  476. text-align: center;}
  477.  
  478. #postnotes blockquote{
  479. border: 0px;}
  480.  
  481. blockquote{
  482. padding:0px 0px 0px 0px;
  483. margin:0px 0px 0px 0px;
  484. border-left: 1px dotted #555555;
  485. }
  486.  
  487. blockquote p, ul{
  488. margin:0px;
  489. padding:0px;
  490. }
  491.  
  492. a img{border: 0px;}
  493.  
  494.  
  495. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  496.  
  497. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  498. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  499.  
  500. .notes img{width:10px; position:relative; top:3px;}
  501. <--ses-->
  502. small{font-size: 90%;}
  503.  
  504. {CustomCSS}
  505.  
  506. </style>
  507.  
  508. {block:IndexPage}
  509. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  510. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  511.  
  512. <script type="text/javascript">
  513. $(window).load(function () {
  514. var $content = $('#posts');
  515. $content.masonry({itemSelector: '.entry'}),
  516. $content.infinitescroll({
  517. navSelector : 'div#pagination',
  518. nextSelector : 'div#pagination a#nextPage',
  519. itemSelector : '.entry',
  520. loading: {
  521. finishedMsg: '',
  522. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  523. },
  524. bufferPx : 600,
  525. debug : false,
  526. },
  527. // call masonry as a callback.
  528. function( newElements ) {
  529. var $newElems = $( newElements );
  530. $newElems.hide();
  531. // ensure that images load before adding to masonry layout
  532. $newElems.imagesLoaded(function(){
  533. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  534.  
  535.  
  536. });
  537. });
  538. });
  539. </script>
  540.  
  541. {/block:IndexPage}
  542.  
  543.  
  544. <title>{title}</title>
  545.  
  546. <link rel="shortcut icon" href="http://media.tumblr.com/tumblr_llidlpN38o1qzbrv5.png">
  547. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  548. <meta name="viewport" content="width=820" />
  549. </head>
  550. <body onkeydown="return false">
  551.  
  552. <body>
  553. <div class="wrapper">
  554. <div class="header">
  555. </div>
  556. <div id="cage">
  557. <div id="center">
  558. <div id="sidebar">
  559.  
  560. <div id="blogtitle">{text:Blog Title}</div>
  561.  
  562. <a href="/"><img src="{image:sidebar}" style="width:150px; height:150px; background:transparent;"></a>
  563.  
  564. <div id="derp"></div>
  565.  
  566. <div id="m1"><a href="{text:Link One}">{text:Link One Title}</a></div>
  567. <div id="m2"><a href="{text:Link Two}">{text:Link Two Title}</a></div>
  568. <div id="m3"><a href="{text:Link Three}">{text:Link Three Title}</a></div>
  569. <div id="m4"><a href="{text:Link Four}">{text:Link Four Title}</a> </div>
  570.  
  571. <div id="desc">{Description}</div></div>
  572.  
  573. <div class="left">
  574. <div id="posts">
  575. {block:Posts}
  576. <div class="entry">
  577.  
  578. {block:Answer}
  579. <div style="min-height:30px; padding: 3px; border: 1px solid #ddd; background: white; color: black; padding:4px; box-shadow: 1px 1px 1px #ddd;">
  580. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px;"/>
  581. <askk>{Asker}</askk>: {Question}</div>
  582. <div style="padding:3px; text-align:left;"></div>
  583. {Answer}
  584. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> &middot posted <a href="{permalink}">{timeago} </a> </div>
  585. {/block:Answer}
  586.  
  587. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> &middot posted <a href="{permalink}">{timeago} </a> </div>
  588. {/block:Text}
  589.  
  590. {block:Link}<br><a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> &middot posted <a href="{permalink}">{timeago} </a> </div>{block:Link}
  591.  
  592. {block:Photo}
  593. {block:IndexPage}
  594. <div class="permados">
  595. <a href="{permalink}">{NoteCountWithLabel}</a> - <a href="{ReblogURL}" target="_blank"> Reblog </a></div>
  596. {LinkOpenTag}<a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width=200px></a>{LinkCloseTag}</center>
  597. {/block:IndexPage}
  598. {block:PermalinkPage}
  599. {LinkOpenTag}
  600. <img src="{PhotoURL-500}" alt="{PhotoAlt}"width=270px/>
  601. {LinkCloseTag}
  602. {/block:PermalinkPage}
  603. {/block:Photo}
  604.  
  605. {block:Photoset}
  606. {block:IndexPage}
  607. <center>
  608. {Photoset-250}</center>
  609. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> &middot posted <a href="{permalink}">{timeago} </a> </div>
  610. {/block:IndexPage}
  611. {block:PermalinkPage}
  612. <center>
  613. {Photoset-500}</center>
  614. {/block:PermalinkPage}
  615. {/block:Photoset}
  616.  
  617. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> &middot posted <a href="{permalink}">{timeago} </a> </div>{/block:Quote}
  618.  
  619. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  620. <ul class="chat">
  621. {block:Lines}
  622. <li class="user_{UserNumber}">
  623. {block:Label}
  624. <span class="label">{Label}</span>
  625. {/block:Label}
  626.  
  627. {Line}
  628. </li>
  629. {/block:Lines}
  630. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> &middot posted <a href="{permalink}">{timeago}</a> </div>
  631. {/block:Chat}
  632.  
  633. {block:Audio}
  634. <div style="width:300px; height:30px;">
  635. {AudioPlayerBlack}
  636. </div>
  637. {block:IndexPage}<div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> &middot posted <a href="{permalink}">{timeago}</a> </div>{/block:IndexPage}
  638. {/block:Audio}
  639.  
  640. {block:Video}{block:indexpage}{block:indexpage}{Video-400}<div class="perma"><a href="{permalink}" target="_blank">{NoteCountwithlabel}</a></div>{/block:IndexPage}<div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> &middot posted <a href="{permalink}">{timeago} </a> </div>{block:PermalinkPage}{Video-500}{/block:PermalinkPage}{/block:Video}
  641.  
  642. {block:PostNotes}<div align="middle">{caption}</div>
  643. <center>
  644.  
  645. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  646.  
  647. {block:HasTags}
  648. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  649. {block:RebloggedFrom}
  650. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  651. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  652.  
  653. {/block:RebloggedFrom}
  654. </center></span>
  655. <br>
  656. <div id="postnotes">{PostNotes}</div><br>
  657.  
  658. <center>{block:ContentSource}
  659. <br><a href="{SourceURL}">
  660. {lang:Source}:
  661. {block:SourceLogo}
  662. <img src="{BlackLogoURL}" width="{LogoWidth}"
  663. height="{LogoHeight}" alt="{SourceTitle}" />
  664. {/block:SourceLogo}
  665. {block:NoSourceLogo}
  666. {SourceLink}
  667. {/block:NoSourceLogo}
  668. </a>
  669. {/block:ContentSource}</center>
  670.  
  671. {/block:PostNotes}
  672. </div>
  673. {/block:Posts}
  674. </div></div>
  675.  
  676. {block:IndexPage}
  677. {block:Pagination}
  678. <div id="pagination">
  679. {block:NextPage}
  680. <a id="nextPage" href="{NextPage}"></a>
  681. {/block:NextPage}
  682. {block:PreviousPage}
  683. <a href="{PreviousPage}"></a>
  684. {/block:PreviousPage}
  685. </div>
  686. {/block:Pagination}
  687. {/block:IndexPage}
  688.  
  689. <BODY onselectstart="return false;" ondragstart="return false;">
  690. <div style="position:fixed; bottom: 1px; right:1px;">
  691. <a href="http://witheredtrust.tumblr.com/">credit</a>
  692. </html>
Advertisement
Add Comment
Please, Sign In to add comment