style-sharing.css 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. .slbbutton {
  2. width: 44px;
  3. height: 44px;
  4. border-radius: 5px;
  5. background-color: #BBB;
  6. margin-left: 4px;
  7. margin-top: 8px;
  8. position: relative;
  9. cursor: pointer;
  10. opacity: 0.5;
  11. }
  12. .night .slbbutton {
  13. background-color: black;
  14. }
  15. .slbbutton:hover {
  16. opacity: 1;
  17. }
  18. .slbbuttonsel {
  19. opacity: 0.9;
  20. }
  21. .slbbuttonsel2 {
  22. width: 70px;
  23. border-radius: 5px 0px 0px 5px;
  24. opacity: 1;
  25. }
  26. .slb1 {
  27. background: url(../images/sharing-32.png) 0px 0px;
  28. background-image: image-set(url(../images/sharing-32.png) 1x, url(../images/sharing-64.png) 2x);
  29. height: 32px;
  30. width: 32px;
  31. cursor: pointer;
  32. border: none;
  33. position: absolute;
  34. top: 3px;
  35. left: 3px;
  36. }
  37. .slb2 {
  38. background: url(../images/sharing-32.png) -32px 0px;
  39. background-image: image-set(url(../images/sharing-32.png) 1x, url(../images/sharing-64.png) 2x);
  40. height: 32px;
  41. width: 32px;
  42. cursor: pointer;
  43. border: none;
  44. position: absolute;
  45. top: 3px;
  46. left: 3px;
  47. }
  48. .slb3 {
  49. background: url(../images/sharing-32.png) -64px 0px;
  50. background-image: image-set(url(../images/sharing-32.png) 1x, url(../images/sharing-64.png) 2x);
  51. height: 32px;
  52. width: 32px;
  53. cursor: pointer;
  54. border: none;
  55. position: absolute;
  56. top: 3px;
  57. left: 3px;
  58. }