You are here

sharebar.css in ShareBar 8

Same filename and directory in other branches
  1. 6 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;
    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;
    width: 85px;
}

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