Advertisement
contatowellington

Untitled

Jul 11th, 2017
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. .inputaument {
  2. font-family: Arial, Helvetica, sans-serif;
  3. font-size: 30px;
  4. color: #050505;
  5. display: inline-table;
  6. // substitua o padding que vocรช estรก usando
  7. background: -moz-linear-gradient(
  8. top,
  9. #f7ff00 0%,
  10. #ffbf00);
  11. background: -webkit-gradient(
  12. linear, left top, left bottom,
  13. from(#f7ff00),
  14. to(#ffbf00));
  15. -moz-border-radius: 30px;
  16. -webkit-border-radius: 30px;
  17. border-radius: 30px;
  18. border: 2px solid #000000;
  19. -moz-box-shadow:
  20. 0px 1px 3px rgba(000,000,000,0.5),
  21. inset 0px 0px 1px rgba(255,255,255,0.7);
  22. -webkit-box-shadow:
  23. 0px 1px 3px rgba(000,000,000,0.5),
  24. inset 0px 0px 1px rgba(255,255,255,0.7);
  25. box-shadow:
  26. 0px 1px 3px rgba(000,000,000,0.5),
  27. inset 0px 0px 1px rgba(255,255,255,0.7);
  28. text-shadow:
  29. 0px -1px 0px rgba(000,000,000,0.4),
  30. 0px 1px 0px rgba(255,255,255,0.3);
  31. margin-top: 0;
  32. margin-right: auto;
  33. margin-bottom: 0;
  34. margin-left: auto;
  35. padding: auto;
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement