Advertisement
imgirlrauhl

Updates Tab #2 - Code 1

Sep 11th, 2014
2,570
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. @import url(http://weloveiconfonts.com/api/?family=iconicfill);
  2.  
  3. /* iconicfill */
  4. [class*="iconicfill-"]:before {
  5. font-family: 'IconicFill', sans-serif;
  6. }
  7.  
  8. #upd {
  9. position: fixed;
  10. top: 10px;
  11. left: 10px;
  12. width: 150px;
  13. }
  14.  
  15. #upd a {
  16. display: block;
  17. margin-bottom: 10px;
  18. width: 20px;
  19. height: 20px;
  20. line-height: 20px;
  21. text-align: center;
  22. font-size: 13px;
  23. color: #bbb;
  24. -webkit-border-radius: 16px;
  25. -moz-border-radius: 16px;
  26. border-radius: 16px;
  27. border: 1px solid #f3f3f3;
  28. background: #fff;
  29. }
  30.  
  31. .mwah::-webkit-scrollbar-thumb:vertical { background: #ddd; height: auto; border: 2px solid #fff; }
  32. .mwah::-webkit-scrollbar-thumb:horizontal { background: #ddd; height: auto; border: 2px solid #fff; }
  33. .mwah::-webkit-scrollbar { height: 5px; width: 5px; background: #fff; }
  34.  
  35. .mwah {
  36. position: fixed;
  37. z-index: 99999;
  38. top: 10px;
  39. left: 45px;
  40. width: 110px;
  41. max-height: 95px;
  42. overflow: auto;
  43. padding: 10px;
  44. font-family: Arial;
  45. font-size: 10px;
  46. color: #999;
  47. border: 1px solid #f3f3f3;
  48. background: #fff;
  49. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement