Algorithm-CouponCode

 view release on metacpan or  search on metacpan

html/jquery.couponcode.css  view on Meta::CPAN


input.jq-couponcode-part {
  font-family: monospace;
  font-size: 22px;
  width: 60px;
  text-align: left;
  padding: 2px 23px 0px 3px;
}

input.jq-couponcode-good {
  background-color: #77ff77;
  background-image: url(cc_icons.png);
  background-position: 52px -56px;
}

html/jquery.couponcode.css  view on Meta::CPAN

  padding: 2px 10px 2px 10px;
}

input.jq-couponcode-bad {
  background-color: #ff7777;
  background-image: url(cc_icons.png);
  background-position: 52px -103px;
}

span.jq-couponcode-sep {
  font-family: monospace;
  font-weight: bold;
  padding: 0 0.2em;
}

html/style.css  view on Meta::CPAN

body {
  font-size: 110%;
  margin: 0;
  padding: 0;
}

h1 {
  font-family: sans-serif;
  background-color: #dddddd;
  color: #003366;
  text-align: center;
  padding: 16px;
  margin: 0 0 60px 0;
  border-bottom: 1px solid #aaaaaa;
}

div.container {
  width: 490px;

html/style.css  view on Meta::CPAN

}

form {
  margin: 1.2em 0em;
  background-color: #aaccee;
  text-align: center;
  padding: 16px 0;
}

form input {
  font-size: 22px;
}

input#registration-code {
  width: 9em;
}



( run in 1.169 second using v1.01-cache-2.11-cpan-5735350b133 )