Fabriciool

Botão

Sep 29th, 2013
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.52 KB | None | 0 0
  1. #botao{
  2. font:normal 12px Tahoma, Geneva, sans-serif;
  3. font-style:normal;
  4. color:#000000;
  5. background:#dedede;
  6. border:1px solid #bbb;
  7. text-shadow:0px 1px 0px #fff;
  8. box-shadow:-1px 1px 10px #d1cfd1;
  9. -moz-box-shadow:-1px 1px 10px #d1cfd1;
  10. -webkit-box-shadow:-1px 1px 10px #d1cfd1;
  11. border-radius:10px 10px 10px 10px;
  12. -moz-border-radius:10px 10px 10px 10px;
  13. -webkit-border-radius:10px 10px 10px 10px;
  14. width:46px;
  15. padding:4px 7px;
  16. cursor:pointer;
  17. margin:0 auto;
  18. }
  19. #botao:active{
  20. cursor:pointer;
  21. position:relative;
  22. top:2px;
  23. }
Advertisement
Add Comment
Please, Sign In to add comment