Guest User

Untitled

a guest
Jan 23rd, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. .page-id-78 input[type="submit"] {
  2. background: -moz-linear-gradient(center top , #E88E52 20%, #CF6E2E 100%) repeat scroll 0 0 transparent;
  3. border-color: #AF7440 #AF7440 #9A5420;
  4. }
  5.  
  6. .page-id-78 input[type="submit"] {
  7. font-family: sans-serif;
  8. display: inline-block;
  9. line-height: 1em;
  10. padding: 6px 13px;
  11. margin:0 .6em 1.5em 0;
  12. border: 1px solid #4081af;
  13. border-bottom-color: #20559a;
  14. color: white !important;
  15. text-align: center;
  16. text-shadow: 0 -1px 0 hsla(0,0%,0%,.3);
  17. text-decoration: none !important;
  18.  
  19. /*Border radius*/
  20. -webkit-border-radius: 15px;
  21. -moz-border-radius: 15px;
  22. border-radius: 15px;
  23.  
  24. /*Background*/
  25. background-color: #237fd7; /*Fallback*/
  26. background: -webkit-gradient(
  27. linear,
  28. left top,
  29. left bottom,
  30. color-stop(.2, #52a8e8),
  31. color-stop(1, #2e76cf)
  32. );
  33. background: -moz-linear-gradient(
  34. center top,
  35. #52a8e8 20%,
  36. #2e76cf 100%
  37. );
  38.  
  39. /*Box shadow*/
  40. -webkit-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/,
  41. inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/,
  42. 0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
  43. -moz-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/,
  44. inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/,
  45. 0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
  46. box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/,
  47. inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/,
  48. 0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
  49. }
Add Comment
Please, Sign In to add comment