You are here

sharebar.css in ShareBar 7

Same filename and directory in other branches
  1. 8 css/sharebar.css
  2. 6 css/sharebar.css
  3. 7.2 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#sharebarp {
    background: #fff;
    padding: 0;
    text-align: center;
    border: 1px solid #ccc;
    list-style: none;
    list-style-image: none;
    list-style-type: none;
    margin: 0;
}

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