You are here

sharebar.css in ShareBar 7.2

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

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

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: 10px;
    line-height: 10px;
    background-image: none;
}

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

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

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

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

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