You are here

uc_stripe.css in Ubercart Stripe 7.2

.poweredbystripe {
  margin-top: 10px;
  float: right;
  background: #017aff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#78b8ff', endColorstr='#017aff');
  background-image: -moz-linear-gradient(-90deg, #78b8ff, #017aff);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#78b8ff), to(#017aff));
  height: 27px;
  padding: 0 10px;
  line-height: 27px;
  display: block;
  color: #fff;
  vertical-align: top;
  font: bold 12px Arial, Helvetica, Verdana, sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -moz-box-shadow: inset 0 1px 0 #98c9ff;
  -webkit-box-shadow: inset 0 1px 0 #98c9ff;
  box-shadow: inset 0 1px 0 #98c9ff;
}

a.poweredbylink:hover {
  text-decoration: none;
}

#uc_stripe_messages.hidden {display: none;}

.stripe-warning {color: red; font-style: oblique; }

File

css/uc_stripe.css
View source
  1. .poweredbystripe {
  2. margin-top: 10px;
  3. float: right;
  4. background: #017aff;
  5. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#78b8ff', endColorstr='#017aff');
  6. background-image: -moz-linear-gradient(-90deg, #78b8ff, #017aff);
  7. background-image: -webkit-gradient(linear, left top, left bottom, from(#78b8ff), to(#017aff));
  8. height: 27px;
  9. padding: 0 10px;
  10. line-height: 27px;
  11. display: block;
  12. color: #fff;
  13. vertical-align: top;
  14. font: bold 12px Arial, Helvetica, Verdana, sans-serif;
  15. font-weight: bold;
  16. font-size: 12px;
  17. text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
  18. -moz-border-radius: 30px;
  19. -webkit-border-radius: 30px;
  20. border-radius: 30px;
  21. -moz-box-shadow: inset 0 1px 0 #98c9ff;
  22. -webkit-box-shadow: inset 0 1px 0 #98c9ff;
  23. box-shadow: inset 0 1px 0 #98c9ff;
  24. }
  25. a.poweredbylink:hover {
  26. text-decoration: none;
  27. }
  28. #uc_stripe_messages.hidden {display: none;}
  29. .stripe-warning {color: red; font-style: oblique; }