Algorithm-CouponCode

 view release on metacpan or  search on metacpan

MANIFEST  view on Meta::CPAN

# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.022.
Changes
LICENSE
MANIFEST
META.json
META.yml
Makefile.PL
README
dist.ini
html/cc_icons.png
html/index.html
html/jquery.couponcode.css
html/jquery.couponcode.js
html/style.css
lib/Algorithm/CouponCode.pm
t/00-load.t
t/01-generate.t
t/02-bad-regex.t
t/03-validate.t
t/04-transposition.t

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;
}

input.jq-couponcode-good-nohighlight {
  text-align: center;
  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;
}



( run in 2.596 seconds using v1.01-cache-2.11-cpan-df04353d9ac )