Advertisement
RiQ363

Untitled

Nov 12th, 2014
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.72 KB | None | 0 0
  1. html#ecwid_html body#ecwid_body button.ecwid-AccentedButton {
  2.     background-color: #78b;
  3.  
  4.     background-image:
  5.         -moz-linear-gradient(left, rgb(59, 138, 139) 0%, rgb(59, 138, 139) 6%, rgba(59, 138, 139, 0) 13%),
  6.         -moz-linear-gradient(right, rgb(59, 138, 139) 0%, rgb(59, 138, 139) 6%, rgba(59, 138, 139, 0) 13%),
  7.         -moz-linear-gradient(bottom, rgb(39, 185, 187) 0%,  rgb(58, 135, 139) 17%,rgba(58, 135, 139,0) 18%, rgba(58, 135, 139,0) 73%, rgb(77, 152, 153) 73%, rgb(63, 146, 146) 100%);
  8.     background-image:
  9.         -webkit-linear-gradient(left, rgb(59, 138, 139) 0%, rgb(59, 138, 139) 6%, rgba(59, 138, 139, 0) 13%),
  10.         -webkit-linear-gradient(right, rgb(59, 138, 139) 0%, rgb(59, 138, 139) 6%, rgba(59, 138, 139, 0) 13%),
  11.         -webkit-linear-gradient(bottom, rgb(39, 185, 187) 0%,  rgb(58, 135, 139) 17%,rgba(58, 135, 139,0) 18%, rgba(58, 135, 139,0) 73%, rgb(77, 152, 153) 73%, rgb(63, 146, 146) 100%);
  12.     background-image:
  13.         -o-linear-gradient(left, rgb(59, 138, 139) 0%, rgb(59, 138, 139) 6%, rgba(59, 138, 139, 0) 13%),
  14.         -o-linear-gradient(right, rgb(59, 138, 139) 0%, rgb(59, 138, 139) 6%, rgba(59, 138, 139, 0) 13%),
  15.         -o-linear-gradient(bottom, rgb(39, 185, 187) 0%,  rgb(58, 135, 139) 17%,rgba(58, 135, 139,0) 18%, rgba(58, 135, 139,0) 73%, rgb(77, 152, 153) 73%, rgb(63, 146, 146) 100%);
  16.     background-image:
  17.         -ms-linear-gradient(left, rgb(59, 138, 139) 0%, rgb(59, 138, 139) 6%, rgba(59, 138, 139, 0) 13%),
  18.         -ms-linear-gradient(right, rgb(59, 138, 139) 0%, rgb(59, 138, 139) 6%, rgba(59, 138, 139, 0) 13%),
  19.         -ms-linear-gradient(bottom, rgb(39, 185, 187) 0%,  rgb(58, 135, 139) 17%,rgba(58, 135, 139,0) 18%, rgba(58, 135, 139,0) 73%, rgb(77, 152, 153) 73%, rgb(63, 146, 146) 100%) ;
  20.     background-image:
  21.         linear-gradient(left, rgb(59, 138, 139) 0%, rgb(59, 138, 139) 6%, rgba(59, 138, 139, 0) 13%),
  22.         linear-gradient(right, rgb(59, 138, 139) 0%, rgb(59, 138, 139) 6%, rgba(59, 138, 139, 0) 13%),
  23.         linear-gradient(bottom, rgb(39, 185, 187) 0%,  rgb(58, 135, 139) 17%,rgba(58, 135, 139,0) 18%, rgba(58, 135, 139,0) 73%, rgb(77, 152, 153) 73%, rgb(63, 146, 146) 100%) ;
  24.  
  25.     box-shadow: 0 0 0 1px rgba(32, 85, 96, .7), 0 1px 0 rgb(78, 179, 178) inset;
  26. }
  27.  
  28. html#ecwid_html body#ecwid_body button.ecwid-AccentedButton:hover {
  29.     background-image:
  30.         -moz-radial-gradient(50% 100%, circle, rgb(80,180,181), rgba(80,180,181,.4), rgba(80,180,181,0) ),
  31.         -moz-linear-gradient(left, rgb(59, 138, 139) 0%, rgb(59, 138, 139) 6%, rgba(59, 138, 139, 0) 13%),
  32.         -moz-linear-gradient(right, rgb(59, 138, 139) 0%, rgb(59, 138, 139) 6%, rgba(59, 138, 139, 0) 13%),
  33.         -moz-linear-gradient(bottom, rgb(39, 185, 187) 0%,  rgb(58, 135, 139) 17%,rgba(58, 135, 139,0) 18%, rgba(58, 135, 139,0) 73%, rgb(77, 152, 153) 73%, rgb(63, 146, 146) 100%)
  34. ;
  35.     background-image:
  36.         -webkit-radial-gradient(50% 100%, circle, rgb(80,180,181), rgba(80,180,181,.4), rgba(80,180,181,0) ),
  37.         -webkit-linear-gradient(left, rgb(59, 138, 139) 0%, rgb(59, 138, 139) 6%, rgba(59, 138, 139, 0) 13%),
  38.         -webkit-linear-gradient(right, rgb(59, 138, 139) 0%, rgb(59, 138, 139) 6%, rgba(59, 138, 139, 0) 13%),
  39.         -webkit-linear-gradient(bottom, rgb(39, 185, 187) 0%,  rgb(58, 135, 139) 17%,rgba(58, 135, 139,0) 18%, rgba(58, 135, 139,0) 73%, rgb(77, 152, 153) 73%, rgb(63, 146, 146) 100%)
  40. ;
  41.     background-image:
  42.         -o-radial-gradient(50% 100%, circle, rgb(80,180,181), rgba(80,180,181,.4), rgba(80,180,181,0) ),
  43.         -o-linear-gradient(left, rgb(59, 138, 139) 0%, rgb(59, 138, 139) 6%, rgba(59, 138, 139, 0) 13%),
  44.         -o-linear-gradient(right, rgb(59, 138, 139) 0%, rgb(59, 138, 139) 6%, rgba(59, 138, 139, 0) 13%),
  45.         -o-linear-gradient(bottom, rgb(39, 185, 187) 0%,  rgb(58, 135, 139) 17%,rgba(58, 135, 139,0) 18%, rgba(58, 135, 139,0) 73%, rgb(77, 152, 153) 73%, rgb(63, 146, 146) 100%)
  46. ;
  47.     background-image:
  48.         -ms-radial-gradient(50% 100%, circle, rgb(80,180,181), rgba(80,180,181,.4), rgba(80,180,181,0) ),
  49.         -ms-linear-gradient(left, rgb(59, 138, 139) 0%, rgb(59, 138, 139) 6%, rgba(59, 138, 139, 0) 13%),
  50.         -ms-linear-gradient(right, rgb(59, 138, 139) 0%, rgb(59, 138, 139) 6%, rgba(59, 138, 139, 0) 13%),
  51.         -ms-linear-gradient(bottom, rgb(39, 185, 187) 0%,  rgb(58, 135, 139) 17%,rgba(58, 135, 139,0) 18%, rgba(58, 135, 139,0) 73%, rgb(77, 152, 153) 73%, rgb(63, 146, 146) 100%)
  52. ;
  53.     background-image:
  54.         radial-gradient(50% 100%, circle, rgb(80,180,181), rgba(80,180,181,.4), rgba(80,180,181,0) ),
  55.         linear-gradient(left, rgb(59, 138, 139) 0%, rgb(59, 138, 139) 6%, rgba(59, 138, 139, 0) 13%),
  56.         linear-gradient(right, rgb(59, 138, 139) 0%, rgb(59, 138, 139) 6%, rgba(59, 138, 139, 0) 13%),
  57.         linear-gradient(bottom, rgb(39, 185, 187) 0%,  rgb(58, 135, 139) 17%,rgba(58, 135, 139,0) 18%, rgba(58, 135, 139,0) 73%, rgb(77, 152, 153) 73%, rgb(63, 146, 146) 100%)
  58. ;
  59.  
  60.     box-shadow: 0 0 0 1px rgba(32, 85, 96, .7), 0 1px 0 rgb(94, 194, 193) inset;
  61. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement