Advertisement
creamify

BROWNETTES THEME

Feb 2nd, 2013
572
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.43 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!--
  4.  
  5. Theme by HIGH-ASTRONAUTS
  6. please don't remove the credit!
  7.  
  8.  
  9. >> THEME TWEAKED BY
  10. >> ---------------------------------------------
  11. >> HTTP://THEMESBYC.TUMBLR.COM ||| HTTP://CREAMIFY.TUMBLR.COM
  12.  
  13.  
  14. -->
  15.  
  16. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  17.  
  18. <head>
  19.  
  20. <style>
  21. .shakeimage{
  22. position:relative}
  23. </style>
  24. <script language="JavaScript1.2">
  25. //configure shake degree (where larger # equals greater shake)
  26. var rector=3
  27. var stopit=0
  28. var a=1
  29. function init(which){
  30. stopit=0
  31. shake=which
  32. shake.style.left=0
  33. shake.style.top=0}
  34. function rattleimage(){
  35. if ((!document.all&&!document.getElementById)||stopit==1) return
  36. if (a==1){
  37. shake.style.top=parseInt(shake.style.top)+rector+"px"}
  38. else if (a==2){
  39. shake.style.left=parseInt(shake.style.left)+rector+"px"}
  40. else if (a==3){
  41. shake.style.top=parseInt(shake.style.top)-rector+"px"}
  42. else{
  43. shake.style.left=parseInt(shake.style.left)-rector+"px"} if (a<4)
  44. a++
  45. else
  46. a=1
  47. setTimeout("rattleimage()",50)}
  48. function stoprattle(which){
  49. stopit=1
  50. which.style.left=0
  51. which.style.top=0}
  52. </script>
  53.  
  54.  
  55.  
  56.  
  57. <title>{title}</title>
  58.  
  59. <meta name="color:Text" content="#706958"/>
  60. <meta name="color:Background" content="#fffff"/>
  61. <meta name="color:Link" content="#4B4B4B" />
  62. <meta name="color:Link Hover" content="#F7F7F7" />
  63. <meta name="color:Header Background" content="#e6ded3"/>
  64. <meta name="color:Navigation Link Color" content="#b6a78b"/>
  65. <meta name="color:ScrollBar" content="#8f7b5b"/>
  66. <meta name="color:Description Background Hover" content="#e6ded3"/>
  67. <meta name="color:Perma Background" content="#e6ded3"/>
  68. <meta name="color:Entry Background" content="#ffffff"/>
  69. <meta name="font:Body" content="Arial" />
  70. <meta name="font:Header" content="Arial"/>
  71. <meta name="text:Custom Link One" content="/" />
  72. <meta name="text:Custom Link One Title" content="LINK 1" />
  73. <meta name="text:Custom Link Two" content="/" />
  74. <meta name="text:Custom Link Two Title" content="LINK 2" />
  75. <meta name="text:Custom Link Three" content="/" />
  76. <meta name="text:Custom Link Three Title" content="LINK 3" />
  77. <meta name="text:Custom Link Four" content="/" />
  78. <meta name="text:Custom Link Four Title" content="LINK 4" />
  79. <meta name="if:Shadows On Posts" content="" />
  80. <meta name="if:Infinite Scrolling" content="1"/>
  81. <meta name="image:Background" content="0"/>
  82. <meta name="image:Title" content=""/>
  83.  
  84.  
  85.  
  86.  
  87. <link href='http://fonts.googleapis.com/css?family=Raleway:100&v1' rel='stylesheet' type='text/css'>
  88.  
  89.  
  90.  
  91. <link rel="shortcut icon" href="{Favicon}">
  92. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  93. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  94. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js" type="text/javascript"><!--mce:0--></script>
  95.  
  96. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js" type="text/javascript"><!--mce:0--></script>
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103. {block:IndexPage}
  104. <script src="http://masonry.desandro.com/jquery.masonry.min.js"></script>
  105. <script src="http://static.tumblr.com/twte3d7/C5Bllzh32/masonry.js"></script>
  106.  
  107. {block:IfInfiniteScrolling}<script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>{/block:IfInfiniteScrolling}
  108.  
  109.  
  110. <script type="text/javascript">
  111.  
  112. $(window).load(function () {
  113.  
  114. $('#posts').masonry(),
  115.  
  116. $('.masonryWrap').infinitescroll({
  117.  
  118. navSelector : "#pagination",
  119.  
  120. nextSelector : "#pagination a#next",
  121.  
  122. itemSelector : ".entry",
  123.  
  124. bufferPx : 10000,
  125.  
  126. extraScrollPx: 11000,
  127.  
  128. loadingImg : "http://www.phonebook.com.pk/images/loading3.gif",
  129.  
  130. loadingText : "<em></em>",
  131.  
  132. },
  133.  
  134. function() { $('#posts').masonry({ appendedContent: $(this) }); }
  135.  
  136. );
  137.  
  138. });
  139.  
  140. </script>
  141.  
  142.  
  143.  
  144.  
  145.  
  146. {/block:IndexPage}
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154. <style type="text/css">
  155.  
  156. {block:IndexPage}
  157.  
  158. img:hover {
  159.  
  160. opacity:1.0;
  161.  
  162. -moz-transition: 0.2s ease-in;
  163.  
  164. -webkit-transition: 0.2s ease-in;
  165.  
  166. -o-transition: 0.2s ease-in;
  167.  
  168. transition: 0.2s ease-in;
  169. }
  170.  
  171. img {
  172. -webkit-transition: opacity 0.8s linear;
  173. opacity: 0.8;
  174. }{/block:IndexPage}
  175.  
  176. {block:IndexPage}{block:ifImagePop}img, img a {border: none; -webkit-transition-duration: .4s;}
  177.  
  178. img:hover {-webkit-transform: scale(1.0);}{/block:ifImagePop}{/block:IndexPage}
  179.  
  180.  
  181.  
  182. body {font-family:{font:body}; font-size: 9px; color: {color:text}; background-color: {color:background};background-image:url('{image:Background}'); background-attachment: fixed;}
  183.  
  184. {block:IndexPage}#center {margin:auto; width: 960px; margin-top: 150px; margin-bottom: -8px;}{/block:IndexPage}
  185.  
  186. {block:PermalinkPage}#center {margin:auto; width: 960px; margin-top: 150px; margin-bottom: -8px;}{/block:PermalinkPage}
  187.  
  188. .entry { padding:10px; float:left; position: relative; margin:10px; width: 270px; float: left; background-color:{color:Entry Background};}
  189.  
  190. .entry img {width: 270px; height: auto;}
  191.  
  192. .navigations{
  193. margin-top:1px;
  194. margin-bottom:20px;
  195. text-align: center;
  196. text-transform: uppercase;
  197. margin-left:1px;
  198. }
  199. .navigations a{
  200. color: {color:Navigation Link Color};
  201. padding: 3px;
  202. }
  203. .navigations a:hover{
  204. color: #fff;
  205. background-color: #000;
  206. }
  207.  
  208.  
  209.  
  210.  
  211. .posttitle{
  212. color:{font:color};
  213. font-family:{font:body};
  214. font-size:10px;
  215. line-height:19px;
  216. letter-spacing:1px;
  217. border-bottom:1px solid #000000;
  218. font-weight:bold;
  219. text-transform:Uppercase;
  220. margin:0px;
  221. padding:0px;
  222. text-align:;
  223. }
  224.  
  225. .permalink {opacity:1; text-align:left; font-family:{font:body}; font-size:10px; text-transform:Uppercase; padding:3px; }
  226.  
  227. .permalink:hover {background-color:{color:Perma Background}; font-weight:bold; opacity:1; -moz-transition: 0.9s ease-in; -webkit-transition: 0.8s ease-in; -o-transition: 0.9s ease-in; transition: 0.9s ease-in; padding:3px; width:70px;}
  228.  
  229. a:link, a:active, a:visited{ color: {color:link}; text-decoration:none; -moz-transition: 0.9s ease-in; -webkit-transition: 0.9s ease-in; -o-transition: 0.9s ease-in; transition: 0.9s ease-in;}
  230.  
  231. a:hover{ color:{color:link hover}; -moz-transition: 0.9s ease-in; -webkit-transition: 0.9s ease-in; -o-transition: 0.9s ease-in; transition: 0.9s ease-in;}
  232.  
  233. @font-face { font-family: "caviardreams"; src: url('http://static.tumblr.com/4yxykdm/xXTlrecqr/caviardreams.ttf'); }
  234.  
  235.  
  236. .label {font-weight: bold; margin-right: 10px;}
  237.  
  238. #posts {padding: 10px; margin-top:-60px;}
  239.  
  240. #links {z-index:1000; position:fixed;letter-spacing:3px; top:30px; margin-left:140px; width:800px; text-align:right;}
  241.  
  242. #links a {text-transform: lowercase;
  243. font-family: {font:body};
  244. font-weight: bold; font-size: 13px; opacity: .8;
  245. -webkit-transition-duration: .3s;}
  246.  
  247. .notes img{ top:1px; width:10px; position:relative;}
  248. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  249. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  250.  
  251. .permacap {text-transform:uppercase; font-size:11px; font-weight:bold;}
  252.  
  253.  
  254. #bottom{position: fixed; margin: 8px; width: auto; bottom: 0px; right: 0px; background-color:#FFF; padding: 5px; color:#777; font-family: Arial; font-size: 10px; line-height: 10px; opacity: 0.8;}
  255. #bottom a{color:#555;}
  256.  
  257.  
  258. #pagination{
  259. text-align: center;
  260. position:fixed;
  261. bottom:5px;
  262. {block:IfInfiniteScrolling}display: none;{/block:IfInfiniteScrolling}
  263. }
  264. #pagination a{
  265. background-color: #fff;
  266. padding: 3px;
  267. color: #000;
  268. {block:IfInfiniteScrolling}display: none;{/block:IfInfiniteScrolling}
  269. }
  270.  
  271.  
  272. ::-webkit-scrollbar-thumb:vertical { border-radius:15px; -moz-border-radius:15px; background-color: {color:scrollbar}; height:100px;}
  273.  
  274. ::-webkit-scrollbar-thumb:horizontal {border-radius:15px; -moz-border-radius:15px; background-color: {color:Scrollbar}; height:10px !important;}
  275.  
  276. ::-webkit-scrollbar { border-radius:15px; -moz-border-radius:15px; height:10px; width:7px; background-color: {color:background};}
  277.  
  278. {block:PermalinkPage}
  279.  
  280.  
  281.  
  282.  
  283. .entry {margin: 10px; width: 500px; float: left;}
  284.  
  285. .entry img {width: 500px; height: auto;}
  286.  
  287. .audio {width: 500px; background-color:#000000; padding:0px;}
  288.  
  289. {/block:PermalinkPage}
  290.  
  291. {block:indexpage} .photoset{width:270px; heigh:auto;}{/block:Indexpage}
  292.  
  293. {block:Indexpage}.album img{width:270px; height:auto;}
  294. .audio {width: 270px; background-color:#000000; padding:0px;}{/block:Indexpage}
  295.  
  296. {block:Permalinkpage}.album img{width:500px; height:auto;}
  297. .audio {width: 500px; background-color:#000000; padding:0px;}{/block:Permalinkpage}
  298.  
  299.  
  300.  
  301. .header {z-index:500; position:fixed; opacity:0.8; filter:alpha(opacity=90); background:{color:header background}; padding: 10px 0 25px 0; text-transform:uppercase; top:-4px; margin:auto; width:910px; padding:20px; height:60px;}
  302.  
  303. .header a, .header a:hover { border:none; color:#000;}
  304.  
  305. .blogtitle {
  306.  
  307. margin-top:-18px;
  308.  
  309. width: 450px;
  310.  
  311. letter-spacing:-1px;
  312.  
  313. -webkit-text-stroke: 1px transparent;
  314.  
  315. font-size: 25px;
  316.  
  317. font-weight:700;
  318.  
  319. font-family: "caviardreams";
  320. }
  321.  
  322.  
  323.  
  324. .description{ text-align:right; padding: 20px 0 15px 0; top:50px; margin-left: 620px; width:300px; position:fixed; padding:5px; z-index:1000; }
  325.  
  326. .description:hover {background-color:{color:Description Background Hover}; -moz-transition: 0.8s ease-in; -webkit-transition: 0.8s ease-in; -o-transition: 0.8s ease-in; transition: 0.8s ease-in; }
  327.  
  328. .header img {margin-left:0px; padding:0px; max-width:450; max-height:60px;}
  329.  
  330.  
  331.  
  332. #credits {
  333. text-align: left;
  334. font-size: 11px;
  335. position:fixed;
  336. left:5px;
  337. bottom:-65px;
  338. -webkit-transition: all .5s ease-in-out;
  339. -moz-transition: all .5s ease-in-out;
  340. -o-transition: all .5s ease-in-out;
  341. z-index:999;
  342. }
  343.  
  344. #credits:hover {bottom:0px;}
  345.  
  346. #credit {
  347. border-right-style:solid;
  348. border-bottom-style:none;
  349. border-left-style:none;
  350. border-top-style:solid;
  351. border-width:0px;
  352. border-color:#000;
  353. padding: 5px 0 5px 0;
  354. background: #fff;
  355. width:140px;
  356. height:50px;
  357. border-top-right-radius: 3px;
  358. -moz-border-radius-topright: 5px;
  359. -webkit-border-top-right-radius: 120px;
  360. z-index: 9999;
  361. }
  362.  
  363. #credittab {
  364. border-top-style:none;
  365. border-right-style:solid;
  366. border-bottom-style:solid;
  367. border-left-style:solid;
  368. border-width:0px;
  369. border-color:#929292;
  370. text-align: center;
  371. height:14px;
  372. padding: 2px 0 8px 0;
  373. background:#fff;
  374. border-top-left-radius: 0px;
  375. -moz-border-radius-topleft: 0px;
  376. -webkit-border-top-left-radius: 0px;
  377. border-top-right-radius: 0px;
  378. -moz-border-radius-topright: 0px;
  379. -webkit-border-top-right-radius: 0px;
  380. width: 41px;
  381. }
  382.  
  383.  
  384.  
  385. .entry:hover .permalink{
  386.  
  387. opacity:1; z-index:500;
  388.  
  389. filter: alpha(opacity = 100);
  390.  
  391. -webkit-transition: 0.3s ease-in;
  392.  
  393. }
  394.  
  395. .reblog{z-index:1000;
  396.  
  397. position:absolute;
  398.  
  399. margin-top:0px;
  400.  
  401. margin-left:0px;
  402.  
  403. background-color:#fff;
  404.  
  405.  
  406. -webkit-transition-duration: 0.4s;
  407.  
  408. opacity:0.3;
  409.  
  410. filter: alpha(opacity = 100);
  411.  
  412. }
  413.  
  414. .p_entry:hover .reblog{
  415.  
  416. opacity:0.9;
  417.  
  418. filter: alpha(opacity = 100);
  419.  
  420. webkit-transition-duration: 0.4s;
  421.  
  422. }
  423.  
  424.  
  425.  
  426. {customcss}
  427.  
  428.  
  429.  
  430. </style>
  431.  
  432.  
  433. </head>
  434.  
  435.  
  436. <body>
  437. <div id="center">
  438.  
  439.  
  440. <div class="header" class="left">{block:IfTitleImage}<a href="/"><img src="{image:Title}" alt="{Title}" border="0" /></a>{/block:IfTitleImage}<div class="blogtitle">{block:IfNotTitleImage}<h1><a href="/">{Title}</a></h1>{/block:IfNotTitleImage}</a></div></div>
  441.  
  442. <div id="links">
  443. <a href="/">Home</a> // {block:AskEnabled}<a href="/ask">{AskLabel}</a> // {/block:AskEnabled} <a href="/archive">Archive</a>
  444. {block:IfCustomLinkOneTitle} //
  445.  
  446. <a href="{text:Custom Link One}"> {text:Custom Link One Title}</a> //
  447.  
  448. {/block:ifCustomLinkOneTitle}
  449.  
  450.  
  451.  
  452. {block:ifCustomLinkTwoTitle}
  453.  
  454. <a href="{text:Custom Link Two}"> {text:Custom Link Two Title}</a> //
  455.  
  456. {/block:ifCustomLinkTwoTitle}
  457.  
  458.  
  459. {block:ifCustomLinkThreeTitle}
  460.  
  461. <a href="{text:Custom Link Three}"> {text:Custom Link Three Title}</a> // {/block:ifCustomLinkThreeTitle}
  462.  
  463.  
  464.  
  465. {block:ifCustomLinkFourTitle}
  466.  
  467. <a href="{text:Custom Link Four}">{text:Custom Link Four Title}</a> {/block:ifCustomLinkFourTitle}</center>
  468.  
  469.  
  470. </div>
  471.  
  472.  
  473. <div class="description">
  474. {block:Description}{Description}{/block:Description}
  475.  
  476. </div>
  477.  
  478.  
  479.  
  480.  
  481. <div id="credits">
  482. <div id="credittab">THEME</div>
  483. <div id="credit"> <left><br>
  484. &nbsp;Theme by <a href="http://high-astronauts.tumblr.com/" target="_blank">high-astronauts</a>
  485. <br>
  486. &nbsp;Tweaked by <a href="http://creamify.tumblr.com" target="_blank">creamify</a><br><br><br>
  487.  
  488. </left></div>
  489. </div>
  490.  
  491.  
  492.  
  493.  
  494.  
  495.  
  496. <br>
  497.  
  498. <div id="posts">
  499.  
  500. {block:Posts}
  501. {block:Text}
  502. <div class="entry">
  503. {block:Title}<a href="{Permalink}"><div class="posttitle">{Title}</a></div>{/block:Title}<div class="bod">{Body}</div>
  504. {block:IndexPage}<a href="{Permalink}"><div class="permalink">Permalink</div></a>{/block:IndexPage}{block:Permalinkpage}<b>{timeago} | This post has {NoteCountWithLabel}</b><br><br>{/block:Permalinkpage}
  505. </div>
  506. {/block:Text}
  507.  
  508.  
  509. {block:Photo}
  510.  
  511. <div class="entry">
  512. {block:IndexPage}<h1><div class="p_entry"><div class="reblog"><a href="{ReblogURL}" target="_blank" class="details">&nbsp;&nbsp;♥&nbsp;&nbsp;</a></div><a href="{Permalink}" target="new"></h1><a href="{Permalink}" class="shakeimage" onMouseover="init(this);rattleimage()" onMouseout="stoprattle(this);top.focus()" onClick="top.focus()">{/block:IndexPage}
  513. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  514. <img src="{block:IndexPage}{PhotoURL-HighRes}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" alt="{PhotoAlt}" {block:PermalinkPage}width="200px"{/block:PermalinkPage}/>
  515. {block:IndexPage}</a>{/block:IndexPage}
  516. {block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}</div>
  517. {block:Permalinkpage}{block:Caption}{Caption}{/block:Caption}<div class="permacap">{timeago} | This post has {NoteCountWithLabel}</div></b><br><br>{/block:Permalinkpage}
  518.  
  519. {/block:Photo}
  520.  
  521. {block:Photoset}
  522. <div class="entry">
  523. <div class="photoset">{block:Indexpage}{Photoset-250}{/block:Indexpage}</div>{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  524. <a href="{Permalink}"><div class="permalink">Photoset</div></a>
  525. {block:PermalinkPage}{block:Caption}<div class="caption">{Caption}</div>
  526. {/block:Caption}<b><div class="permacap">{timeago} | This post has {NoteCountWithLabel}</div></b><br><br>{/block:PermalinkPage}
  527. </div>
  528. {/block:Photoset}
  529.  
  530.  
  531.  
  532.  
  533. {block:Answer}
  534. <div class="entry" id="answer">
  535. <div style="padding-bottom:15px"><span style="font-weight: bold; margin-right: 10px;">{Asker}:</span> "{Question}"</div>
  536. <div style="border-top: 1px solid #0000">{Answer}</div>
  537. {block:IndexPage}<a href="{Permalink}"><div class="permalink">Permalink</div></a>{/block:IndexPage}{block:PermalinkPage}<b><div class="permacap">{timeago} | This post has {NoteCountWithLabel}</div></b><br><br>{/block:PermalinkPage}
  538. </div>
  539. {/block:Answer}
  540.  
  541. {block:Quote}
  542. <div class="entry" id="quote">
  543. <span style="margin-left: 13px;">{Quote}</span>
  544. {block:Source}<div style="font-size: 10px;">— {Source}</div>{/block:Source}
  545. {block:IndexPage}<a href="{Permalink}"><div class="permalink">Permalink</div></a>{/block:IndexPage}<br>{block:PermalinkPage}<b><div class="permacap">{timeago} | This post has {NoteCountWithLabel}</div></b><br><br>{/block:PermalinkPage}
  546. </div>
  547. {/block:Quote}
  548.  
  549. {block:Link}
  550. <div class="entry">
  551. <a href="{URL}" class="link" {Target}><div class="posttitle">{Name}</div></a>
  552. {block:Description}{Description}{/block:Description}
  553. {block:IndexPage}<a href="{Permalink}"><div class="permalink">Permalink</div></a>{/block:IndexPage}{block:PermalinkPage}<b><div class="permacap">{timeago} | This post has {NoteCountWithLabel}</div></b><br><br>{/block:PermalinkPage}
  554. </div>
  555.  
  556. {/block:Link}
  557.  
  558. {block:Chat}
  559. <div class="entry" id="chat">
  560. {block:Title}<a href="{Permalink}"><div class="posttitle">{Title}</div></a>{/block:Title}
  561. {block:Lines}<span style="align:left"><div class="{Alt} user_{UserNumber}">{block:Label}
  562. <span class="label">{Label}</span>{/block:Label}{Line}</div>{/block:Lines}</span>
  563. {block:IndexPage}<a href="{Permalink}"><div class="permalink">Permalink</div></a>{/block:IndexPage}
  564. {block:PermalinkPage}<b><div class="permacap">{timeago} | This post has {NoteCountWithLabel}</div></b><br><br>{/block:PermalinkPage}
  565. </div>
  566. {/block:Chat}
  567.  
  568. {block:Video}
  569. <div class="entry">
  570. {block:IndexPage}{Video-250}{block:IndexPage}
  571. {block:IndexPage}<a href="{Permalink}"><div class="permalink">Permalink</div></a>{/block:IndexPage}{block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  572. {block:PermalinkPage}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}<b><div class="permacap">{timeago} | This post has {NoteCountWithLabel}</div></b><br><br>{/block:PermalinkPage}</div>
  573. {/block:Video}
  574.  
  575. {block:Audio}
  576. <div class="entry">
  577. <div class="album">{block:AlbumArt}
  578. <img src="{AlbumArtURL}">
  579. {/block:AlbumArt}</div>
  580. <div class="audio">{AudioPlayerBlack}</div>
  581. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  582. {block:IndexPage}<a href="{Permalink}"><div class="permalink">Permalink</div></a>{/block:IndexPage}{block:PermalinkPage}<b><div class="permacap">{timeago} | This post has {NoteCountWithLabel}</div></b><br><br>{/block:PermalinkPage}
  583. </div>
  584. {/block:Audio}
  585.  
  586. {block:PostNotes}
  587. {PostNotes}
  588. {/block:PostNotes}
  589.  
  590. {/block:posts}{block:IfEndlessScrolling}</div>{/block:IfEndlessScrolling}
  591.  
  592. </div>
  593.  
  594. <div id="pagination">
  595. {block:IndexPage}
  596. {block:Pagination}
  597. {block:PreviousPage}
  598. <a href="{PreviousPage}"id="previous">p r e v i o u s</a>
  599. {/block:PreviousPage}
  600. <br><br>
  601.  
  602. {block:NextPage}
  603. <a href="{NextPage}"id="next">n e x t</a>
  604. {/block:NextPage}
  605. {/block:Pagination}
  606. {/block:IndexPage}
  607. <br><br></div>
  608. </div>
  609.  
  610.  
  611.  
  612. </body>
  613.  
  614. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement