You are here

share42.css in Share42 - social sharing buttons 6

Same filename and directory in other branches
  1. 7 css/share42.css
/* START: share42 block */
.block-share42 {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
.block-share42 .content {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
/* END: share42 block */

/* START: share42 panel */
#share42 {
  padding: 6px 6px 0;
  background: #FFF;
  border: 1px solid #E9E9E9;
  border-radius: 4px;
  -moz-border-radius: 4px;
  z-index: 50 !important;
}
#share42:hover {
  background: #F6F6F6;
  border: 1px solid #D4D4D4;
  box-shadow: 0 0 5px #DDD;
  -webkit-box-shadow: 0 0 5px #DDD;
  -moz-box-shadow: 0 0 5px #DDD;
}
#share42 a {
  opacity: 0.5;
}
#share42:hover a {
  opacity: 0.7;
}
#share42 a:hover {
  opacity: 1;
}
#share42 img {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
/* END: share42 panel */

/* START: share42 counters */
#share42 a {
  position:relative;
}
#share42 a span {
  display: none;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 100%;
  height: 19px;
  margin-left: 5px;
  padding: 0 5px;
  background: #FFF;
  border-radius: 4px;
  border: 1px solid #AAA;
  box-shadow: 0 0 5px rgba(0,0,0,0.25);
  text-align: center;
  color: #666;
  font: 12px/20px Arial, sans-serif;
}
#share42 a:hover span {
  display: block;
}
#share42 a span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -5px;
  margin-top: -3px;
  width: 5px;
  height: 7px;
  background: url(data:image/gif;base64,R0lGODlhBQAHAJEDAKqqqsnJyf///////yH5BAEAAAMALAAAAAAFAAcAAAIMnBEXMijiXlts1lkAADs=) no-repeat;
}
/* END: share42 counters */

File

css/share42.css
View source
  1. /* START: share42 block */
  2. .block-share42 {
  3. margin: 0 !important;
  4. padding: 0 !important;
  5. border: none !important;
  6. }
  7. .block-share42 .content {
  8. margin: 0 !important;
  9. padding: 0 !important;
  10. border: none !important;
  11. }
  12. /* END: share42 block */
  13. /* START: share42 panel */
  14. #share42 {
  15. padding: 6px 6px 0;
  16. background: #FFF;
  17. border: 1px solid #E9E9E9;
  18. border-radius: 4px;
  19. -moz-border-radius: 4px;
  20. z-index: 50 !important;
  21. }
  22. #share42:hover {
  23. background: #F6F6F6;
  24. border: 1px solid #D4D4D4;
  25. box-shadow: 0 0 5px #DDD;
  26. -webkit-box-shadow: 0 0 5px #DDD;
  27. -moz-box-shadow: 0 0 5px #DDD;
  28. }
  29. #share42 a {
  30. opacity: 0.5;
  31. }
  32. #share42:hover a {
  33. opacity: 0.7;
  34. }
  35. #share42 a:hover {
  36. opacity: 1;
  37. }
  38. #share42 img {
  39. margin: 0 !important;
  40. padding: 0 !important;
  41. border: none !important;
  42. }
  43. /* END: share42 panel */
  44. /* START: share42 counters */
  45. #share42 a {
  46. position:relative;
  47. }
  48. #share42 a span {
  49. display: none;
  50. position: absolute;
  51. z-index: 10;
  52. top: 0;
  53. left: 100%;
  54. height: 19px;
  55. margin-left: 5px;
  56. padding: 0 5px;
  57. background: #FFF;
  58. border-radius: 4px;
  59. border: 1px solid #AAA;
  60. box-shadow: 0 0 5px rgba(0,0,0,0.25);
  61. text-align: center;
  62. color: #666;
  63. font: 12px/20px Arial, sans-serif;
  64. }
  65. #share42 a:hover span {
  66. display: block;
  67. }
  68. #share42 a span:before {
  69. content: '';
  70. position: absolute;
  71. top: 50%;
  72. left: -5px;
  73. margin-top: -3px;
  74. width: 5px;
  75. height: 7px;
  76. background: url(data:image/gif;base64,R0lGODlhBQAHAJEDAKqqqsnJyf///////yH5BAEAAAMALAAAAAAFAAcAAAIMnBEXMijiXlts1lkAADs=) no-repeat;
  77. }
  78. /* END: share42 counters */