Advertisement
Guest User

menugiratorio

a guest
Nov 27th, 2012
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. #menu
  2. {background: #ffa1be;
  3. color: #ffffff;
  4. font: normal 20px Capriola;
  5. text-shadow:0 1px #ccc;
  6. width: 70px;
  7. height: 50px;
  8. display: inline-block;
  9. padding: 25px 5px 5px 5px;
  10. margin: 5px;
  11. margin-right: 2px;
  12. border-radius: 100%;
  13. -webkit-border-radius: 100%;
  14. -moz-border-radius: 100%;
  15. text-align: center;
  16. -moz-box-shadow: inset 0 0 0px 8px #ea649a;
  17. -webkit-box-shadow: inset 0 0 0px 8px #ea649a;
  18. box-shadow: inset 0 0 0px 8px #ea649a;
  19. -moz-transition: all 0.4s ease-out;
  20. -webkit-transition: all 0.8s ease-out;
  21. -o-transition: all 0.8s ease-out;
  22. -ms-transition: all 0.8s ease-out;
  23. transition: all 0.8s ease-out;}
  24. #menu:hover
  25. {opacity: .80;
  26. -moz-box-shadow: inset 0 0 0px 38px #7dd3ef;
  27. -webkit-box-shadow: inset 0 0 0px 38px #7dd3ef;
  28. box-shadow: inset 0 0 0px 38px #7dd3ef;
  29. -webkit-transform: rotate(360deg) scale(1.1) skew(1deg) translate(0px);}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement