0
|
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 |
tr.yk_alt1 td {
|
|
26 |
background-color: #f8f8f8;
|
|
27 |
}
|
|
28 |
|
|
29 |
input.yubikey_noscript {
|
|
30 |
background-color: white;
|
|
31 |
background-image: url(./formicon.gif);
|
|
32 |
background-position: 1px 1px;
|
|
33 |
background-repeat: no-repeat;
|
|
34 |
padding-left: 18px;
|
|
35 |
}
|
|
36 |
|
6
|
37 |
div.yubikey_bar {
|
|
38 |
width: 88px;
|
|
39 |
height: 88px;
|
|
40 |
margin: 4px auto;
|
|
41 |
text-align: center;
|
|
42 |
background-image: url(./field.png);
|
|
43 |
background-repeat: no-repeat;
|
|
44 |
}
|
|
45 |
|
|
46 |
div.yubikey_bar > img {
|
|
47 |
width: 0px;
|
|
48 |
height: 88px;
|
|
49 |
background-image: url(./field.png);
|
|
50 |
background-repeat: no-repeat;
|
|
51 |
background-position: -44px -88px;
|
|
52 |
}
|
|
53 |
|
|
54 |
div.yubikey_bar > img.yubikey_bar_error {
|
|
55 |
width: 88px !important;
|
|
56 |
background-position: 0px -176px !important;
|
|
57 |
}
|