New css and images for rss

This commit is contained in:
Christophe Vilayphiou 2012-08-15 18:00:55 +08:00
parent 0d330edfa3
commit 53c5f6a3b9
2 changed files with 15 additions and 15 deletions

View File

Before

Width:  |  Height:  |  Size: 7.4 KiB

After

Width:  |  Height:  |  Size: 7.4 KiB

View File

@ -2,89 +2,89 @@
display:inline-block;
width:16px;
height:16px;
background:url("/assets/sprites/social-share-button.png") 0px 0px no-repeat;
background:url("/assets/social-share-button.png") 0px 0px no-repeat;
}
.social-share-button-delicious {
display:inline-block;
width:16px;
height:16px;
background:url("/assets/sprites/social-share-button.png") -16px 0px no-repeat;
background:url("/assets/social-share-button.png") -16px 0px no-repeat;
}
.social-share-button-douban {
display:inline-block;
width:16px;
height:16px;
background:url("/assets/sprites/social-share-button.png") 0px -16px no-repeat;
background:url("/assets/social-share-button.png") 0px -16px no-repeat;
}
.social-share-button-email {
display:inline-block;
width:16px;
height:16px;
background:url("/assets/sprites/social-share-button.png") -16px -16px no-repeat;
background:url("/assets/social-share-button.png") -16px -16px no-repeat;
}
.social-share-button-facebook {
display:inline-block;
width:16px;
height:16px;
background:url("/assets/sprites/social-share-button.png") -32px 0px no-repeat;
background:url("/assets/social-share-button.png") -32px 0px no-repeat;
}
.social-share-button-flickr {
display:inline-block;
width:16px;
height:16px;
background:url("/assets/sprites/social-share-button.png") -32px -16px no-repeat;
background:url("/assets/social-share-button.png") -32px -16px no-repeat;
}
.social-share-button-google {
display:inline-block;
width:16px;
height:16px;
background:url("/assets/sprites/social-share-button.png") 0px -32px no-repeat;
background:url("/assets/social-share-button.png") 0px -32px no-repeat;
}
.social-share-button-google_plus {
display:inline-block;
width:16px;
height:16px;
background:url("/assets/sprites/social-share-button.png") -16px -32px no-repeat;
background:url("/assets/social-share-button.png") -16px -32px no-repeat;
}
.social-share-button-kaixin001 {
display:inline-block;
width:16px;
height:16px;
background:url("/assets/sprites/social-share-button.png") -32px -32px no-repeat;
background:url("/assets/social-share-button.png") -32px -32px no-repeat;
}
.social-share-button-qq {
display:inline-block;
width:16px;
height:16px;
background:url("/assets/sprites/social-share-button.png") -48px 0px no-repeat;
background:url("/assets/social-share-button.png") -48px 0px no-repeat;
}
.social-share-button-renren {
display:inline-block;
width:16px;
height:16px;
background:url("/assets/sprites/social-share-button.png") -48px -16px no-repeat;
background:url("/assets/social-share-button.png") -48px -16px no-repeat;
}
.social-share-button-tqq {
display:inline-block;
width:16px;
height:16px;
background:url("/assets/sprites/social-share-button.png") -48px -32px no-repeat;
background:url("/assets/social-share-button.png") -48px -32px no-repeat;
}
.social-share-button-twitter {
display:inline-block;
width:16px;
height:16px;
background:url("/assets/sprites/social-share-button.png") 0px -48px no-repeat;
background:url("/assets/social-share-button.png") 0px -48px no-repeat;
}
.social-share-button-weibo {
display:inline-block;
width:16px;
height:16px;
background:url("/assets/sprites/social-share-button.png") -16px -48px no-repeat;
background:url("/assets/social-share-button.png") -16px -48px no-repeat;
}
.social-share-button-rss {
display:inline-block;
width:16px;
height:16px;
background:url("/assets/sprites/social-share-button.png") -32px -48px no-repeat;
background:url("/assets/social-share-button.png") -32px -48px no-repeat;
}