Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*----- SHARE WIDGET BY BORNTOBEWILDCODES v.2 -----*/
- .share_widget{
- /* Widget position */
- margin-top:5px;
- margin-left:0px;
- width:150px;
- height:30px;
- text-align:left;
- /* Widget background */
- background:#eee;
- /* Widget border */
- border:1px solid #eee;
- border-radius:2px;
- overflow:hidden;
- }
- .share_widget i {
- display:inline-block;
- margin:0px;
- margin-left:-4px;
- /* Icon size */
- width:20px;
- height:20px;
- line-height:20px;
- padding:5px;
- font-size:16px;
- /* Icon color */
- color:#333;
- background:;
- border-left:1px solid #ddd;
- text-align:center;
- list-style:none;
- }
- .share_widget a:first-child {
- border-left:1px solid transparent;
- }
- .share_widget i:hover {
- background:#ddd;
- color:#000;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement