Advertisement
brbeatin

Theme 9 by brbeatin

Apr 17th, 2014
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.17 KB | None | 0 0
  1. <!--
  2. Theme 9, yay. This is quite basic but idk I will still hate you forever if you steal it okay bye
  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="#f1f1f1"/>
  44. <meta name="color:link" content="#777"/>
  45. <meta name="color:linkback" content="#fff"/>
  46. <meta name="color:text" content="#777"/>
  47. <meta name="color:title" content="#333"/>
  48. <meta name="color:hover" content="#fff"/>
  49. <meta name="color:blogtitle" content="d3d3d3"/>
  50.  
  51. <meta name="image:sidebar" content="1"/>
  52. <meta name="image:background" content="1"/>
  53.  
  54. <meta name="text:link one" content="/"/>
  55. <meta name="text:link two" content="/"/>
  56. <meta name="text:link three" content="/"/>
  57. <meta name="text:link four" content="/"/>
  58. <meta name="text link five" content="/"/>
  59. <meta name="text:link six" content="/"/>
  60. <meta name="text:link one msg" content="/"/>
  61. <meta name="text:link two msg" content="/"/>
  62. <meta name="text:link three msg" content="/"/>
  63. <meta name="text:link four msg" content="/"/>
  64. <meta name="text:link five msg" content="/"/>
  65. <meta name="text:link six msg" content="/"/>
  66. <meta name="text:blogtitle" content="clueless"/>
  67.  
  68.  
  69.  
  70. <style type="text/css">
  71.  
  72. @font-face { font-family: "lusted"; src: url('http://static.tumblr.com/uuzw7gl/x1umfczqz/lubgrxl.ttf'); }
  73. @font-face { font-family: "moon"; src: url('http://static.tumblr.com/xat2wyd/dI2n46apy/moon_flower.ttf'); }
  74. @font-face {font-family:Caviar Dreams;src:url(http://static.tumblr.com/4yxykdm/xXTlrecqr/caviardreams.ttf); }
  75.  
  76. 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-
  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;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  81.  
  82. p {
  83. margin:0px;
  84. margin-top:0px;
  85. }
  86.  
  87. askk{
  88. font-family:lusted;
  89. font-size:14px;
  90. text-transform:none;
  91. z-index:1;
  92. }
  93.  
  94. body {
  95. padding: 0px;
  96. margin: 0px;
  97. color:{color:text};
  98. font-family: calibri;
  99. line-height:7px;
  100. font-size:11px;
  101. background-color: {color:Background};
  102. background-image:url({image:Background});
  103. background-attachment: fixed;
  104. background-repeat: repeat;
  105. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;
  106. }
  107.  
  108.  
  109. a:link, a:active, a:visited{
  110. text-decoration: none;
  111. -webkit-transition: color 0.3s ease-out;
  112. -moz-transition: color 0.3s ease-out;
  113. transition: color 0.3s ease-out;
  114. color:{color:link};
  115. }
  116.  
  117. a:hover {
  118. text-decoration: none;
  119. font-style:;
  120. color: {color:Hover};
  121. cursor: url(http://media.tumblr.com/tumblr_m2wj9k9UPt1qfamg6.png), progress;
  122. }
  123.  
  124. div#center{
  125. margin:auto;
  126. position:relative;
  127. width:1000px;
  128. background-color:;
  129. overflow:auto;
  130. overflow-y:hidden;
  131. }
  132.  
  133.  
  134.  
  135. .entry {
  136. float:left;
  137. display: block;
  138. margin:5px;
  139. padding:15px;
  140. line-height:15px;
  141. overflow:hidden;
  142. width:220px;
  143. opacity:.9;
  144. {block:PermalinkPage}
  145. width:450px;
  146. text-align:left;
  147. line-height:15px;
  148. {/block:PermalinkPage}
  149. background:white;
  150. background-image:URL();
  151. }
  152.  
  153.  
  154.  
  155. .entry .perma{
  156. width:120px;
  157. height:26px;
  158. margin-left:15px;
  159. border-radius: 12px;
  160. margin-top:5px;
  161. position: absolute;
  162. line-height: 33px;
  163. overflow:hidden;
  164. text-align:center;
  165. top:0px;
  166. background:white;
  167. word-spacing:2px;
  168. letter-spacing:1px;
  169. opacity: 0.0;
  170. -webkit-transition: all .7s ease;
  171. -moz-transition: all .7s ease;
  172. -o-transition: all .7s ease;
  173. transition: all .7s ease;
  174.  
  175. }
  176.  
  177. .entry:hover .perma{
  178. overflow:visible;
  179. opacity:1;
  180. }
  181.  
  182.  
  183.  
  184. #posts {
  185. width:550px;
  186. margin-top:1px;
  187. z-index:99;
  188. margin-left:329px;
  189. right:auto;
  190. background:transparent;
  191. margin-right:auto;
  192. position:relative;
  193. overflow-y: hidden;
  194. }
  195.  
  196.  
  197.  
  198. #sidebar{
  199. position:fixed !important;
  200. width:170px;
  201. background:white;
  202. height:170px;
  203. padding:15px;
  204. margin-top:150px;
  205. margin-left:85px;
  206. text-align:center;
  207. border:1px solid #eee;
  208. }
  209.  
  210. #desc{
  211. width:180px;
  212. height:auto;
  213. padding:10px;
  214. background:white;
  215. margin-top:25px;
  216. text-transform: lowercase;
  217. font-family:calibri;
  218. font-size:12px;
  219. margin-left:-15px;
  220. border:1px solid #eee;
  221. }
  222.  
  223. #link1{
  224. z-index: 999999999999;
  225. text-align:center;
  226. position:fixed !important;
  227. width:18px;
  228. height:18px;
  229. margin-left:-70px;
  230. margin-top:-230px;
  231. opacity:1;
  232. border:1px solid #eee;
  233. border-radius: 12px;
  234. line-height:17px;
  235. font-family: "lusted";
  236. background:{color:linkback};
  237. font-size:13px;
  238. transition: all .9s ease-out;
  239. -o-transition-transition: all .9s ease-out;
  240. -webkit-transition: all .9s ease-out;
  241. -moz-transition: all .9s ease-out;
  242. }
  243.  
  244. #link1:hover{
  245. opacity: .7;
  246. transform: rotate(360deg);
  247. -ms-transform: rotate(360deg);
  248. -webkit-transform: rotate(360deg);
  249. -o-transform: rotate(360deg);
  250. -moz-transform: rotate(360deg);
  251. }
  252.  
  253. #link2{
  254. z-index: 999999999999;
  255. text-align:center;
  256. position:fixed !important;
  257. width:15;
  258. height:15;
  259. margin-left: -70px;
  260. margin-top:-195px;
  261. opacity:1;
  262. border:1px solid #eee;
  263. border-radius: 12px;
  264. line-height:15px;
  265. padding:2px;
  266. font-family: "lusted";
  267. background:{color:linkback};
  268. font-size:13px;
  269. transition: all .9s ease-out;
  270. -o-transition-transition: all .9s ease-out;
  271. -webkit-transition: all .9s ease-out;
  272. -moz-transition: all .9s ease-out;
  273. }
  274.  
  275. #link2:hover{
  276. opacity: .7;
  277. transform: rotate(360deg);
  278. -ms-transform: rotate(360deg);
  279. -webkit-transform: rotate(360deg);
  280. -o-transform: rotate(360deg);
  281. -moz-transform: rotate(360deg);
  282. }
  283.  
  284. #link3{
  285. z-index: 999999999999;
  286. text-align:center;
  287. position:fixed !important;
  288. width:15;
  289. height:15;
  290. margin-left: -70px;
  291. margin-top:-160px;
  292. opacity:1;
  293. border:1px solid #eee;
  294. border-radius: 12px;
  295. line-height:15px;
  296. padding:2px;
  297. font-family: "lusted";
  298. background:{color:linkback};
  299. font-size:13px;
  300. transition: all .9s ease-out;
  301. -o-transition-transition: all .9s ease-out;
  302. -webkit-transition: all .9s ease-out;
  303. -moz-transition: all .9s ease-out;
  304. }
  305.  
  306. #link3:hover{
  307. opacity: .7;
  308. transform: rotate(360deg);
  309. -ms-transform: rotate(360deg);
  310. -webkit-transform: rotate(360deg);
  311. -o-transform: rotate(360deg);
  312. -moz-transform: rotate(360deg);
  313. }
  314.  
  315. #link4{
  316. z-index: 999999999999;
  317. text-align:center;
  318. position:fixed !important;
  319. width:15;
  320. height:15;
  321. margin-left: -70px;
  322. margin-top:-125px;
  323. opacity:1;
  324. border:1px solid #eee;
  325. border-radius: 12px;
  326. line-height:15px;
  327. padding:2px;
  328. font-family: "lusted";
  329. background:{color:linkback};
  330. font-size:13px;
  331. transition: all .9s ease-out;
  332. -o-transition-transition: all .9s ease-out;
  333. -webkit-transition: all .9s ease-out;
  334. -moz-transition: all .9s ease-out;
  335. }
  336.  
  337. #link4:hover{
  338. opacity: .7;
  339. transform: rotate(360deg);
  340. -ms-transform: rotate(360deg);
  341. -webkit-transform: rotate(360deg);
  342. -o-transform: rotate(360deg);
  343. -moz-transform: rotate(360deg);
  344. }
  345.  
  346. #link5{
  347. z-index: 999999999999;
  348. text-align:center;
  349. position:fixed !important;
  350. width:15;
  351. height:15;
  352. margin-left: -70px;
  353. margin-top:-90px;
  354. opacity:1;
  355. border:1px solid #eee;
  356. border-radius: 12px;
  357. line-height:15px;
  358. padding:2px;
  359. font-family: "lusted";
  360. background:{color:linkback};
  361. font-size:13px;
  362. transition: all .9s ease-out;
  363. -o-transition-transition: all .9s ease-out;
  364. -webkit-transition: all .9s ease-out;
  365. -moz-transition: all .9s ease-out;
  366. }
  367.  
  368. #link5:hover{
  369. opacity: .7;
  370. transform: rotate(360deg);
  371. -ms-transform: rotate(360deg);
  372. -webkit-transform: rotate(360deg);
  373. -o-transform: rotate(360deg);
  374. -moz-transform: rotate(360deg);
  375. }
  376.  
  377. #link6{
  378. z-index: 999999999999;
  379. text-align:center;
  380. position:fixed !important;
  381. width:15;
  382. height:15;
  383. margin-left: -70px;
  384. margin-top:-55px;
  385. opacity:1;
  386. border:1px solid #eee;
  387. border-radius: 12px;
  388. line-height:15px;
  389. padding:2px;
  390. font-family: "lusted";
  391. background:{color:linkback};
  392. font-size:13px;
  393. transition: all .9s ease-out;
  394. -o-transition-transition: all .9s ease-out;
  395. -webkit-transition: all .9s ease-out;
  396. -moz-transition: all .9s ease-out;
  397. }
  398.  
  399. #link6:hover{
  400. opacity: .7;
  401. transform: rotate(360deg);
  402. -ms-transform: rotate(360deg);
  403. -webkit-transform: rotate(360deg);
  404. -o-transform: rotate(360deg);
  405. -moz-transform: rotate(360deg);
  406. }
  407.  
  408. #link7{
  409. z-index: 999999999999;
  410. text-align:center;
  411. position:fixed !important;
  412. width:15;
  413. height:15;
  414. margin-left: -70px;
  415. margin-top:-20px;
  416. opacity:1;
  417. border:1px solid #eee;
  418. border-radius: 12px;
  419. line-height:15px;
  420. padding:2px;
  421. font-family: "lusted";
  422. background:{color:linkback};
  423. font-size:13px;
  424. transition: all .9s ease-out;
  425. -o-transition-transition: all .9s ease-out;
  426. -webkit-transition: all .9s ease-out;
  427. -moz-transition: all .9s ease-out;
  428. }
  429.  
  430. #link7:hover{
  431. opacity: .7;
  432. transform: rotate(360deg);
  433. -ms-transform: rotate(360deg);
  434. -webkit-transform: rotate(360deg);
  435. -o-transform: rotate(360deg);
  436. -moz-transform: rotate(360deg);
  437. }
  438.  
  439. #blogtitle{
  440. position:absolute;
  441. width:430px;
  442. text-transform:none;
  443. height:auto;
  444. margin-top:-45px;
  445. margin-left:-150px;
  446. text-align:center;
  447. border:2px solid transparent;
  448. font-size:60px;
  449. font-family:"moon";
  450. letter-spacing:5px;
  451. color:{color:blogtitle};
  452. padding:0px;
  453. -webkit-transition: all .7s ease;
  454. -moz-transition: all .7s ease;
  455. -o-transition: all .7s ease;
  456. transition: all .7s ease;
  457. }
  458.  
  459. #sidebar:hover #blogtitle{
  460. margin-left:-120px;
  461. }
  462.  
  463.  
  464. .title{
  465. line-height: 20px;
  466. color:{color:Title};
  467. font-weight: normal;
  468. font-size:17px;
  469. font-family:Caviar Dreams;
  470. }
  471.  
  472.  
  473.  
  474. .permalink{
  475. text-transform: normal;
  476. display: block;
  477. text-align: right;
  478. text-decoration: none;
  479. }
  480.  
  481.  
  482.  
  483. #infscr-loading{
  484. bottom: -70px;
  485. position: absolute;
  486. left: 50%;
  487. margin-left:-8px;
  488. width:16px;
  489. height:11px;
  490. overflow:hidden;
  491. margin-bottom: 50px;
  492. }
  493.  
  494. #postnotes{
  495. text-align: justify;}
  496.  
  497. #postnotes blockquote{
  498. border: 0px;}
  499.  
  500. blockquote{
  501. padding:0px 0px 2px 5px;
  502. margin:0px 0px 2px 10px;
  503. border-left: 1px dotted #555555;
  504. }
  505.  
  506. blockquote p, ul{
  507. margin:0px;
  508. padding:0px;
  509. }
  510.  
  511. a img{border: 0px;}
  512.  
  513.  
  514. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  515.  
  516. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  517. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  518.  
  519. .notes img{width:10px; position:relative; top:3px;}
  520. <--ses-->
  521. small{font-size: 90%;}
  522.  
  523. {CustomCSS}
  524.  
  525. </style>
  526.  
  527. {block:IndexPage}
  528. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  529. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  530.  
  531. <script type="text/javascript">
  532. $(window).load(function(){
  533. var $wall = $('#posts');
  534. $wall.imagesLoaded(function(){
  535. $wall.masonry({
  536. itemSelector: '.entry, .entry_photo',
  537. isAnimated : false
  538. });
  539. });
  540.  
  541. $wall.infinitescroll({
  542. navSelector : '#pagination',
  543. nextSelector : '#pagination a',
  544. itemSelector : '.entry, .entry_photo',
  545. bufferPx : 2000,
  546. debug : false,
  547. errorCallback: function() {
  548. $('#infscr-loading').fadeOut('normal');
  549. }},
  550. function( newElements ) {
  551. var $newElems = $( newElements );
  552. $newElems.hide();
  553. $newElems.imagesLoaded(function(){
  554. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  555. });
  556. }); $('#posts').show(500);
  557. });
  558. </script>
  559.  
  560.  
  561. {/block:IndexPage}
  562.  
  563.  
  564. <title>{title}</title>
  565.  
  566. <link rel="shortcut icon" href="{Favicon}" />
  567. <meta name="viewport" content="width=820" />
  568. </head>
  569.  
  570. <body>
  571. <BODY onselectstart="return false;" ondragstart="return false;">
  572. <div class="wrapper">
  573. <div class="header">
  574. </div>
  575.  
  576. <div id="cage">
  577. <div id="center">
  578.  
  579. <!--STUFF THAT GOES INTO THE SIDEBAR-->
  580. <div id="sidebar">
  581. <center>
  582. <div id="blogtitle"><center>{text:blogtitle}</center></div>
  583.  
  584. <a href="/"><img src="{image:sidebar}" width=100%></a>
  585.  
  586. <div id="desc">{description}</div>
  587.  
  588. <div id="link1"><a href="{text:link one}"title="{text:link one msg}">01
  589. </a></div>
  590. <div id="link2"><a href="{text:link two}"title="{text:link two msg}">02</a> </div>
  591. <div id="link3"><a href="{text:link three}"title="{text:link three msg}">03</a> </div>
  592. <div id="link4"><a href="{text:link four}"title="{text:link four msg}">04</a> </div>
  593. <div id="link5"><a href="{text:link five}"title="{text:link five msg}">05</a> </div>
  594. <div id="link6"><a href="{text:link six}"title="{text:link six msg}">06</a> </div>
  595. <div id="link7"><a href="http://pusteblume.co.vu/"title="credit">07</a> </div>
  596.  
  597. </center>
  598. </div>
  599.  
  600.  
  601. <!------------------------------------->
  602.  
  603.  
  604. <div class="left">
  605. <div id="posts">
  606. {block:Posts}
  607. <div class="entry">
  608.  
  609. {block:Answer}
  610. <div style="height:auto; padding: 3px; background: white; color:{color:text}; padding:2px; border-bottom:1px solid #ddd">
  611. <askk>{Asker}</askk>: {Question}</div>
  612. <div style="padding:3px; text-align:left;"></div>
  613. {Answer}
  614. {/block:Answer}
  615.  
  616. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right><span class="permalink"><a
  617.  
  618. href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a></a><br>{/block:HasTags}</span></align>
  619. {/block:Text}
  620.  
  621. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span
  622.  
  623. class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"></span></align>{block:Link}
  624.  
  625. {block:Photo}
  626. {block:IndexPage}
  627. <center>
  628. <div class="perma">
  629. <a href="{ReblogURL}" target="_blank"> reblog </a> | <a href="{permalink}">{NoteCount}</a> </div>
  630.  
  631. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  632. {/block:IndexPage}
  633. {block:PermalinkPage}
  634. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  635.  
  636. {LinkCloseTag}
  637. {/block:PermalinkPage}
  638. {/block:Photo}
  639.  
  640. {block:Photoset}
  641. {block:IndexPage}
  642. <center>
  643.  
  644. <div class="perma">
  645. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  646.  
  647. {Photoset-250}</center>
  648. {/block:IndexPage}
  649. {block:PermalinkPage}
  650. <center>
  651. {Photoset-500}</center>
  652. {/block:PermalinkPage}
  653. {/block:Photoset}
  654.  
  655. {block:Quote}<span class="title">"{Quote}"</span><br> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a
  656.  
  657. href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </span>{/block:Quote}
  658.  
  659. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  660. <ul class="chat">
  661. {block:Lines}
  662. <li class="user_{UserNumber}">
  663. {block:Label}
  664. <span class="label">{Label}</span>
  665. {/block:Label}
  666.  
  667. {Line}
  668. </li>
  669. {/block:Lines}
  670. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}">
  671. {/block:Chat}
  672.  
  673. {block:Audio}
  674. <div style="width:200px; height:30px;">
  675. {AudioPlayerBlack}
  676. </div>
  677. {block:IndexPage}<span class="permalink">
  678. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </a>
  679. </span>{/block:IndexPage}
  680. {/block:Audio}
  681.  
  682. {block:Video}
  683. {block:IndexPage}
  684. <center>
  685. <div class="perma">
  686. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  687. {Video-250}</center>
  688. {/block:IndexPage}
  689. {block:PermalinkPage}
  690. <center>
  691. {Video-400}</center>
  692. {/block:PermalinkPage}
  693. {block:Video}
  694.  
  695.  
  696. {block:PostNotes}<div align="middle">{caption}</div>
  697. <center>
  698.  
  699. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  700.  
  701. {block:HasTags}
  702. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  703. {block:RebloggedFrom}
  704. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  705. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  706.  
  707. {/block:RebloggedFrom}
  708. </center></span>
  709. <br>
  710. <div id="postnotes">{PostNotes}</div><br>
  711.  
  712. <center>{block:ContentSource}
  713. <br><a href="{SourceURL}">
  714. {lang:Source}:
  715. {block:SourceLogo}
  716. <img src="{BlackLogoURL}" width="{LogoWidth}"
  717. height="{LogoHeight}" alt="{SourceTitle}" />
  718. {/block:SourceLogo}
  719. {block:NoSourceLogo}
  720. {SourceLink}
  721. {/block:NoSourceLogo}
  722. </a>
  723. {/block:ContentSource}</center>
  724.  
  725. {/block:PostNotes}
  726. </div>
  727. {/block:Posts}
  728. </div></div>
  729.  
  730. {block:IndexPage}
  731. {block:Pagination}
  732. <div id="pagination">
  733. {block:NextPage}
  734. <a id="nextPage" href="{NextPage}"></a>
  735. {/block:NextPage}
  736. {block:PreviousPage}
  737. <a href="{PreviousPage}"></a>
  738. {/block:PreviousPage}
  739. </div>
  740. {/block:Pagination}
  741. {/block:IndexPage}
  742. </body>
  743. <div style="position:fixed; bottom:5px; right:5px; background:white; border: 1px solid #eee; padding: 3px; padding-bottom:5px; padding-top: 5px; font-family: calibri; font-size: 15px; line-height: 10px;"><a href="http://pusteblume.co.vu/">©</a></div>
  744. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement