Advertisement
Guest User

Untitled

a guest
Apr 12th, 2014
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. .mashsharer-box {
  2. width:100%;
  3. text-align:center;
  4. margin-left:auto;
  5. margin-right:auto;
  6. display: table;
  7. /*line-height: 40px;*/
  8. padding-bottom:15px;
  9. float:clear;
  10. }
  11.  
  12.  
  13. .mashsharer-count {
  14. width:29%;
  15. height:90px;
  16. text-align: center;
  17. margin-top: 20px;
  18. float: left;
  19. }
  20.  
  21. .mashsharer-buttons {
  22. width: 70%;
  23. display:inline-block;
  24. padding-bottom:7px;
  25. }
  26.  
  27. .mashsharer-buttons > .facebook{
  28. margin-bottom: 8px;
  29. font-size: 13px;
  30. border-radius: 2px;
  31. background: #2d5f9a;
  32. position: relative;
  33. display: inline-block;
  34. cursor: pointer;
  35. height: 41px;
  36. width: 99%;
  37. color: #FFF;
  38. line-height:41px;
  39. text-align:center;
  40. background: url(facebook.png) no-repeat 10px 12px #2D5F9A;
  41. }
  42.  
  43. .mashsharer-buttons > .twitter{
  44. font-size: 13px;
  45. border-radius: 2px;
  46. background: #00c3f3;
  47. position: relative;
  48. display: inline-block;
  49. cursor: pointer;
  50. height: 41px;
  51. width: 99%;
  52. color: #FFF;
  53. line-height:41px;
  54. text-align:center;
  55. background: url(twitter.png) no-repeat 10px 14px #00c3f3;
  56. }
  57.  
  58.  
  59. .mashsharer-sharetext {
  60. font-size:11px;
  61. font-family:Arial,sans-serif;
  62. color:#8A8C8E;
  63. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement