plugins/yubikey/yubikey.css
author Dan
Sun, 01 Mar 2009 20:41:27 -0500
changeset 6 4f85ab095cc8
parent 0 9d2c4f04a0d0
child 30 294bab0bb3e2
permissions -rw-r--r--
Added visual feedback for key entry

span.yubikey_status {
  font-weight: bold;
}

span.yubikey_status.empty {
  color: #6699CC;
}

span.yubikey_status.savepending {
  color: #f5ac00;
}

span.yubikey_status.rmpending {
  color: #aa0000;
}

span.yubikey_status.enrolled {
  color: #008000;
}

a.yubikey_enroll {
  font-size: smaller;
}

tr.yk_alt1 td {
  background-color: #f8f8f8;
}

input.yubikey_noscript {
  background-color: white;
  background-image: url(./formicon.gif);
  background-position: 1px 1px;
  background-repeat: no-repeat;
  padding-left: 18px;
}

div.yubikey_bar {
  width: 88px;
  height: 88px;
  margin: 4px auto;
  text-align: center;
  background-image: url(./field.png);
  background-repeat: no-repeat;
}

div.yubikey_bar > img {
  width: 0px;
  height: 88px;
  background-image: url(./field.png);
  background-repeat: no-repeat;
  background-position: -44px -88px;
}

div.yubikey_bar > img.yubikey_bar_error {
  width: 88px !important;
  background-position: 0px -176px !important;
}