hanatamagotchi

Tab Thingy 1

Aug 11th, 2014
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. #nyan a{
  2. display:block
  3. }
  4. #nyan .chu {
  5. margin-top:0px;filter: alpha(opacity = 0);
  6. opacity:0;-webkit-transition: all 0.5s ease-out;
  7. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  8. }
  9.  
  10. #nyan:hover .chu {
  11. margin-top:0px;
  12. -webkit-transition: all 0.8s ease-out;
  13. -moz-transition: all 0.8s ease-out;
  14. transition: all 0.8s ease-out;
  15. filter: alpha(opacity = 100);
  16. filter: alpha(opacity = 100);
  17. opacity:100;
  18. }
  19.  
  20. #magazine {
  21. font-family:calibri;
  22. font-size:10px;
  23. color: #b8b8b8;
  24. width:200px;
  25. height:auto;
  26. padding-top:3px;
  27. border:1px solid#b8b8b8;
  28. margin-left: 30px;
  29. margin-top:105px;
  30. text-align:center;
  31. position:fixed;
  32. }
  33.  
  34. #camera img{
  35. width:auto;
  36. margin-top: 95px;
  37. margin-left: 17px;
  38. position:fixed;
  39. }
Advertisement
Add Comment
Please, Sign In to add comment