Advertisement
nanerbk8

Caixa curtir no Blogger com opção fechar - CSS - #2

Jun 30th, 2012
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.94 KB | None | 0 0
  1. #fanback {
  2. display:none;
  3. background:rgba(0,0,0,0.8);
  4. width:100%;
  5. height:100%;
  6. position:fixed;
  7. top:0;
  8. left:0;
  9. z-index:99999;
  10. }
  11.  
  12. #fan-exit {
  13. width:100%;
  14. height:100%;
  15. }
  16.  
  17. #fanbox {
  18. background:white;
  19. width:420px;
  20. height:270px;
  21. position:absolute;
  22. top:58%;
  23. left:63%;
  24. margin:-220px 0 0 -375px;
  25. -webkit-box-shadow: inset 0 0 50px 0 #939393;
  26. -moz-box-shadow: inset 0 0 50px 0 #939393;
  27. box-shadow: inset 0 0 50px 0 #939393;
  28. -webkit-border-radius: 5px;
  29. -moz-border-radius: 5px;
  30. border-radius: 5px;
  31. margin: -220px 0 0 -375px;
  32. }
  33.  
  34. #fanclose {
  35. float:right;
  36. cursor:pointer;
  37. background:url(http://3.bp.blogspot.com/-NRmqfyLwBHY/T4nwHOrPSzI/AAAAAAAAAdQ/8b9O7O1q3c8/s1600/fanclose.png) repeat;
  38. height:15px;
  39. padding:20px;
  40. position:relative;
  41. padding-right:40px;
  42. margin-top:-20px;
  43. margin-right:-22px;
  44. }
  45.  
  46. .remove-borda {
  47. height:1px;
  48. width:366px;
  49. margin:0 auto;
  50. background:#F3F3F3;
  51. margin-top:16px;
  52. position:relative;
  53. margin-left:20px;
  54. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement