Advertisement
suhothemes

4momo

May 12th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1.  
  2.  
  3. <meta name="if:infinite scroll" content="0" />
  4. <meta name="if:pagination" content="1" />
  5.  
  6.  
  7. /* Pagination */
  8.  
  9. .pagination {
  10. position:relative;
  11. display:inline-block;
  12. width:auto !important;
  13. height:auto !important;
  14. margin-top:0px;
  15. margin-left:0px;
  16. font-family:"bcons";
  17. font-size:11px;
  18. font-weight:bold;
  19. color:#777;
  20. padding:1px;
  21. text-transform:uppercase;
  22. background-color:transparent;
  23. word-spacing:4px;
  24. text-align:right;
  25. }
  26.  
  27.  
  28. {block:ifpagination}
  29. <span class="pagination">
  30. {block:PreviousPage}
  31. <a href="{PreviousPage}"> < </a>
  32. {/block:PreviousPage}
  33. {block:indexpage}
  34. &middot;
  35. {/block:indexpage}
  36. {block:NextPage}
  37. <a href="{NextPage}"> > </a>
  38. {/block:NextPage}
  39. </span>
  40. {/block:ifpagination}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement