Advertisement
RexHacker

Add Circle Image Style to Popular Posts-1

Mar 2nd, 2014
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. #PopularPosts1 {
  2. max-width: 300px}
  3. #PopularPosts1 dd {
  4. float: left;
  5. border-bottom: none;
  6. margin: 8px 8px 0 8px;
  7. background: none;
  8. display: block;
  9. padding: 0}
  10. #PopularPosts1 img {
  11. width:75px;height:75px;border-radius:50px;font-size:20px;color:#fff;line-height:100px;text-align:center;}
  12. #PopularPosts1 img:hover {
  13. width:77px;height:77px;border-radius:50px;font-size:20px;color:#fff;line-height:100px;text-align:center;
  14. cursor: pointer;-webkit-box-shadow: 0 0 20px #0cb1f6, inset 0 0 20px #0cb1f6;
  15. -moz-box-shadow: 0 0 20px #0cb1f6, inset 0 0 20px #0cb1f6;
  16. box-shadow: 0 0 20px #0cb1f6, inset 0 0 20px #0cb1f6;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement