sharebar.css in ShareBar 6
Same filename and directory in other branches
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.cssView source
- 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
- }