.share {
@property "sty";
border: 1px solid #a5cae4;
border-top-left-radius: 7px;
border-top-right-radius: 7px;
border-bottom-right-radius: 7px;
border-bottom-left-radius: 7px;
background: #f0f7fc url('styles/default/xenforo/gradients/category-23px-light.png') repeat-x scroll center top;
@property "/sty";
margin-bottom: 11px;
/* <xen:if is="{$xenOptions.share_shadow}">**/
/* box-shadow:**/
-6px -6px 8px -4px rgba(255,0,0,0.75),**/
6px -6px 8px -4px rgba(0,255,0,0.75),**/
6px 6px 8px -4px rgba(255,255,0,0.75),**/
/* -6px 6px 8px -4px rgba(0,0,255,0.75);**/
/* </xen:if>**/
}
.share h3 {
padding-left: 15px;
color: #6cb2e4;
font-size: 12pt;
padding-bottom: 3px;
border-bottom: 1px solid #d7edfc;
}
.share42init {
padding-top: 6px;
text-align: {$xenOptions.share_al};
}
<xen:if is="{$xenOptions.share_trans}">
#share42 a {
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
}
#share42 a:hover {
z-index:99;
-webkit-transform: scale(1.5);
-moz-transform: scale(1.5);
-o-transform: scale(1.5);
}
.share .uSocial-Share {
text-align: {$xenOptions.share_al};
}
</xen:if>