Advertisement
thepinkrebellion

asdf

May 17th, 2012
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. #bite1
  2. #bite a1{
  3. display:block
  4. }
  5. #bite1 .death {
  6. margin-top:-200px;margin-left:100px;filter: alpha(opacity = 0);
  7. opacity:0;webkit-transition: all 0.9s linear;
  8. -webkit-transition: all 0.9s linear;
  9. -moz-transition: all 0.9s linear;
  10. transition: all 0.9s linear;
  11. }
  12.  
  13. #bite1:hover .death {
  14. margin-top:-20px;
  15. margin-left:0px;
  16. webkit-transition: all 0.9s linear;
  17. -webkit-transition: all 0.9s linear;
  18. -moz-transition: all 0.9s linear;
  19. transition: all 0.9s linear
  20. filter: alpha(opacity = 100);
  21. filter: alpha(opacity = 100);
  22. opacity:100;
  23. }
  24.  
  25. div#loser{
  26. position:fixed !important;
  27. margin-left: 850px;
  28. margin-top: 1px;
  29. background-color: transparent;
  30. height: 100%;
  31. width: 200px;
  32. padding: 4px;
  33. text-align: center;
  34. boder:1px #000000 soild;
  35. z-index:9999;
  36. }
  37. .blogtitle{
  38. font-family:georgia;
  39. margin-top: 0px;
  40. font-size: 24px;
  41. line-height:26px;
  42. color: #000000;
  43. font-weight: normal;
  44. }
  45.  
  46. div#loser{
  47. position:fixed !important;
  48. margin-left: 850px;
  49. margin-top: 1px;
  50. background-color: transparent;
  51. height: 100%;
  52. width: 200px;
  53. padding: 4px;
  54. text-align: center;
  55. boder:1px #000000 soild;
  56. z-index:9999;
  57. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement