dburner

CSS Platypus

Mar 25th, 2013
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.95 KB | None | 0 0
  1. padding: 0 20px;
  2. height: 32px;
  3. border: 1px solid rgba(68, 68, 68, 0.7);
  4. border-radius: 6px;
  5. background: rgb(101, 66, 10);
  6. background: -moz-linear-gradient(top, rgb(101, 66, 10) 0%, rgb(177, 129, 53) 100%);
  7. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(101, 66, 10)), color-stop(100%, rgb(177, 129, 53)));
  8. background: -webkit-linear-gradient(top, rgb(177, 129, 53) 0%, rgb(146, 96, 17) 100%);
  9. background: -o-linear-gradient(top, rgb(101, 66, 10) 0%, rgb(177, 129, 53) 100%);
  10. background: -ms-linear-gradient(top, rgb(101, 66, 10) 0%, rgb(177, 129, 53) 100%);
  11. background: -webkit-linear-gradient(to bottom, rgb(101, 66, 10) 0%, rgb(177, 129, 53) 100%);
  12. box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.25);
  13. color: white;
  14. font-family: 'Ubuntu';
  15. line-height: 32px;
  16. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#65420a', endColorstr='#b18135',GradientType=0 );
  17. cursor: pointer;
  18. -webkit-transition: all 0.14s ease-in-out;
Advertisement
Add Comment
Please, Sign In to add comment