Advertisement
destinatia

pageview counter — by becca

Aug 26th, 2018
849
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. 1. add the following code before </style>
  2.  
  3. #usercount {
  4. width:auto;
  5. height:14px;
  6. position:fixed;
  7. display:inline;
  8. padding:/*-top-*/2px /*-right-*/5px /*-bottom-*/2px /*-left-*/6px;
  9. display:table-cell;
  10. vertical-align:middle;
  11. margin-top:2px;
  12. margin-left:24px;
  13. top:1%;
  14. left:1%;
  15. letter-spacing:1px;
  16. border-radius:7px;
  17. text-align:center;
  18. /*-text color-*/
  19. color:#aaa;
  20. background:#eee;
  21. /*-if you want borders, just change the color code. if you don't, delete the following line!-*/
  22. border:1px solid #ddd;
  23. }
  24.  
  25. #additionalb {
  26. width:auto;
  27. height:14px;
  28. font-size:10px;
  29. position:fixed;
  30. display:inline;
  31. padding:/*-top-*/3px /*-right-*/4px /*-bottom-*/2px /*-left-*/4px;
  32. display:table-cell;
  33. vertical-align:middle;
  34. margin-top:2px;
  35. margin-right:30px;
  36. top:1%;
  37. left:1%;
  38. letter-spacing:1px;
  39. border-radius:7px;
  40. text-align:center;
  41. background:#eee;
  42. /*-if you want borders, just change the color code. if you don't, delete the following line!-*/
  43. border:1px solid #ddd;
  44. }
  45.  
  46. 2. paste this before </body>
  47.  
  48. <div id="usercount">
  49. <a>4</a> / <a>1023</a>
  50. </div>
  51.  
  52. <div id="additionalb">
  53. <!------- this can be a link, or a static icon. if the little planet earth doesn't suit you, you can find other icons here https://linearicons.com/free#cheat-sheet-------->
  54. <a href="#"><span class="lnr lnr-earth"></span></a>
  55. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement