You are here

sharebar.css in ShareBar 6

Same filename and directory in other branches
  1. 8 css/sharebar.css
  2. 7.2 css/sharebar.css
  3. 7 css/sharebar.css
body ul#sharebar {
  display:none;
  position:absolute;
  width:65px;
  float:left;
  background:#fff;
  text-align:center;
  border:1px solid #ccc;
  list-style:none;
  list-style-image:none;
  list-style-type:none;
  z-index:99;
  margin:0;
  padding:0
}

body ul#sharebar li {
  display:block;
  /*overflow:hidden;*/
  text-align:center;
  background-image:none;
  margin:5px;
  padding:0
}

body ul#sharebarp {
  background:#fff;
  text-align:center;
  border:1px solid #ccc;
  list-style:none;
  list-style-image:none;
  list-style-type:none;
  margin:0;
  padding:0
}

body ul#sharebarp li {
  display:block;
  text-align:center;
  background-image:none;
  margin:5px;
  padding:0
}

body ul#sharebarx {
  display:none;
  list-style:none;
  list-style-image:none;
  list-style-type:none;
  width:100%;
  float:left;
  margin:0 0 10px;
  padding:0
}

body ul#sharebarx a {
  line-height:14px;
  text-decoration:none
}

body ul#sharebarx li {
  float:left;
  margin-right:20px;
  line-height:18px;
  background-image:none
}

body ul#sharebarx li .st_email {
  margin:0 15px!important
}

.sharebar-button {
  font-size:11px;
  font-family:Verdana, Arial;
  background:#f7f7f7;
  color:#444;
  border:1px solid #ddd;
  display:block;
  margin:0 0 5px;
  padding:2px 4px
}

.sharebar-button:hover {
  border-color:#aaa
}

.credit {
  line-height:9px;
  margin:0;
  padding:0
}

.credit a {
  font-size:8px;
  color:#ccc;
  text-transform:uppercase;
  text-decoration:none;
  font-family:Verdana;
  line-height:9px
}

.FBConnectButton_Small {
  background-position:-5px -232px!important;
  border-left:1px solid #1A356E
}

.FBConnectButton_Text {
  margin-left:12px!important;
  padding:2px 5px 3px!important
}

.stButton {
  margin:0 0 6px!important
}

.stButton:last-child {
  margin:0!important
}

.stButton .stFb_vbubble {
  width:53px!important
}

.stButton .stFb_text {
  margin:1px 1px 0 14px !important;
  padding:2px 5px 3px!important
}

File

css/sharebar.css
View source
  1. body ul#sharebar {
  2. display:none;
  3. position:absolute;
  4. width:65px;
  5. float:left;
  6. background:#fff;
  7. text-align:center;
  8. border:1px solid #ccc;
  9. list-style:none;
  10. list-style-image:none;
  11. list-style-type:none;
  12. z-index:99;
  13. margin:0;
  14. padding:0
  15. }
  16. body ul#sharebar li {
  17. display:block;
  18. /*overflow:hidden;*/
  19. text-align:center;
  20. background-image:none;
  21. margin:5px;
  22. padding:0
  23. }
  24. body ul#sharebarp {
  25. background:#fff;
  26. text-align:center;
  27. border:1px solid #ccc;
  28. list-style:none;
  29. list-style-image:none;
  30. list-style-type:none;
  31. margin:0;
  32. padding:0
  33. }
  34. body ul#sharebarp li {
  35. display:block;
  36. text-align:center;
  37. background-image:none;
  38. margin:5px;
  39. padding:0
  40. }
  41. body ul#sharebarx {
  42. display:none;
  43. list-style:none;
  44. list-style-image:none;
  45. list-style-type:none;
  46. width:100%;
  47. float:left;
  48. margin:0 0 10px;
  49. padding:0
  50. }
  51. body ul#sharebarx a {
  52. line-height:14px;
  53. text-decoration:none
  54. }
  55. body ul#sharebarx li {
  56. float:left;
  57. margin-right:20px;
  58. line-height:18px;
  59. background-image:none
  60. }
  61. body ul#sharebarx li .st_email {
  62. margin:0 15px!important
  63. }
  64. .sharebar-button {
  65. font-size:11px;
  66. font-family:Verdana, Arial;
  67. background:#f7f7f7;
  68. color:#444;
  69. border:1px solid #ddd;
  70. display:block;
  71. margin:0 0 5px;
  72. padding:2px 4px
  73. }
  74. .sharebar-button:hover {
  75. border-color:#aaa
  76. }
  77. .credit {
  78. line-height:9px;
  79. margin:0;
  80. padding:0
  81. }
  82. .credit a {
  83. font-size:8px;
  84. color:#ccc;
  85. text-transform:uppercase;
  86. text-decoration:none;
  87. font-family:Verdana;
  88. line-height:9px
  89. }
  90. .FBConnectButton_Small {
  91. background-position:-5px -232px!important;
  92. border-left:1px solid #1A356E
  93. }
  94. .FBConnectButton_Text {
  95. margin-left:12px!important;
  96. padding:2px 5px 3px!important
  97. }
  98. .stButton {
  99. margin:0 0 6px!important
  100. }
  101. .stButton:last-child {
  102. margin:0!important
  103. }
  104. .stButton .stFb_vbubble {
  105. width:53px!important
  106. }
  107. .stButton .stFb_text {
  108. margin:1px 1px 0 14px !important;
  109. padding:2px 5px 3px!important
  110. }