yubikey/yubikey.css
changeset 39 6212d849ab08
equal deleted inserted replaced
38:d109af008343 39:6212d849ab08
       
     1 span.yubikey_status {
       
     2   font-weight: bold;
       
     3 }
       
     4 
       
     5 span.yubikey_status.empty {
       
     6   color: #6699CC;
       
     7 }
       
     8 
       
     9 span.yubikey_status.savepending {
       
    10   color: #f5ac00;
       
    11 }
       
    12 
       
    13 span.yubikey_status.rmpending {
       
    14   color: #aa0000;
       
    15 }
       
    16 
       
    17 span.yubikey_status.enrolled {
       
    18   color: #008000;
       
    19 }
       
    20 
       
    21 a.yubikey_enroll {
       
    22   font-size: smaller;
       
    23 }
       
    24 
       
    25 span.yubikey_pubkey {
       
    26   font-size: smaller;
       
    27   color: #666;
       
    28 }
       
    29 
       
    30 tr.yk_alt1 td {
       
    31   background-color: #f8f8f8;
       
    32 }
       
    33 
       
    34 input.yubikey_noscript {
       
    35   background-color: white;
       
    36   background-image: url(./formicon.gif);
       
    37   background-position: 1px 1px;
       
    38   background-repeat: no-repeat;
       
    39   padding-left: 18px;
       
    40 }
       
    41 
       
    42 div.yubikey_bar {
       
    43   width: 88px;
       
    44   height: 88px;
       
    45   margin: 4px auto;
       
    46   text-align: center;
       
    47   background-image: url(./field.png);
       
    48   background-repeat: no-repeat;
       
    49 }
       
    50 
       
    51 div.yubikey_bar > img {
       
    52   width: 0px;
       
    53   height: 88px;
       
    54   background-image: url(./field.png);
       
    55   background-repeat: no-repeat;
       
    56   background-position: 0px -88px;
       
    57 }
       
    58 
       
    59 div.yubikey_bar > img.yubikey_bar_error {
       
    60   width: 88px !important;
       
    61   background-position: 0px -176px !important;
       
    62 }