document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. /*-------- Post Views  ----------*/
  2. #views-container {
  3. width: 85px;
  4. float: right;
  5. }
  6. .mbtloading {
  7. background: url(\'http://4.bp.blogspot.com/-PZMStRDcchY/USOp3xFp4yI/AAAAAAAAJOo/rm5FSsaSKh0/s320/mbtloading.gif\') no-repeat left center;
  8. width: 16px;
  9. height: 16px;
  10. }
  11. .viewscount {
  12. float: right;
  13. color: #EE5D06;
  14. font: bold italic 14px arial;
  15. }
  16. .views-text {
  17. float: left;
  18. font: bold 12px arial;
  19. color: #333;
  20. }
  21. .views-icon{
  22. background: url(\'http://4.bp.blogspot.com/-_dXedKDHIws/USOp369zEPI/AAAAAAAAJOs/Cv3fTZUaBTU/s1600/postviews.png\') no-repeat left;
  23. border: 0px;
  24. display: block;
  25. width: 16px;
  26. height: 16px;
  27. float: left;
  28. padding: 0px 2px;
  29. }
');