]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/xul/staff_client/server/skin/patron_display.css
1e0f8256e98c3d4ae4b7397fe7196eb30cdf2de5
[Evergreen.git] / Open-ILS / xul / staff_client / server / skin / patron_display.css
1 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); 
2 @namespace html url("http://www.w3.org/TR/REC-html40"); 
3
4 .hideme { display: none; }
5
6 hbox#PatronNotNavBar { border-top: solid thin black; }
7 deck#patron_deck { border-left: solid thin black; }
8 .patronNameLarge { font-size: large; font-family: bold; }
9
10 .NO_PENALTIES .patronNameLarge { background-color: lime; }
11 /*
12 .ONE_PENALTY .patronNameLarge { background-color: fuchsia; }
13 .MULTIPLE_PENALTIES .patronNameLarge { background-color: red; }
14 */
15
16 .PATRON_HAS_BILLS .patronNameLarge { background-color: #FF9900; }
17 .PATRON_HAS_BILLS label.bill { color: #AA4400; }
18 /* .PATRON_HAS_BILLS label.bill.label { text-decoration: underline; } */
19 .PATRON_HAS_BILLS label.bill.value { }
20 .PATRON_HAS_BILLS label.bills_indicator { display: inline; color: #AA4400; }
21
22 .PATRON_HAS_OVERDUES .patronNameLarge { background-color: #FF9900; }
23 .PATRON_HAS_OVERDUES label.items_overdue { color: #AA4400; }
24 /* .PATRON_HAS_OVERDUES label.items_overdue.label { text-decoration: underline; } */
25 .PATRON_HAS_OVERDUES label.items_overdue.value { }
26 .PATRON_HAS_OVERDUES label.overdues_indicator { display: inline; color: #AA4400; }
27
28 .PATRON_EXCEEDS_CHECKOUT_COUNT .patronNameLarge { background-color: purple; color: white; }
29 .PATRON_EXCEEDS_CHECKOUT_COUNT label.items_out { color: purple; }
30 /* .PATRON_EXCEEDS_CHECKOUT_COUNT label.items_out.label { text-decoration: underline; } */
31 .PATRON_EXCEEDS_CHECKOUT_COUNT label.items_out.value { }
32
33 .PATRON_EXCEEDS_OVERDUE_COUNT .patronNameLarge { background-color: purple; color: white; }
34 .PATRON_EXCEEDS_OVERDUE_COUNT label.items_overdue { color: purple; }
35 /* .PATRON_EXCEEDS_OVERDUE_COUNT label.items_overdue.label { text-decoration: underline; } */
36 .PATRON_EXCEEDS_OVERDUE_COUNT label.items_overdue.value { }
37 .PATRON_EXCEEDS_OVERDUE_COUNT label.max_overdues_indicator { display: inline; color: purple; }
38
39 .PATRON_EXCEEDS_FINES .patronNameLarge { background-color: purple; color: white; }
40 .PATRON_EXCEEDS_FINES label.bill { color: purple; }
41 /* .PATRON_EXCEEDS_FINES label.bill.label { text-decoration: underline; } */
42 .PATRON_EXCEEDS_FINES label.bill.value { }
43 .PATRON_EXCEEDS_FINES label.max_bills_indicator { display: inline; color: purple; }
44
45 .PATRON_AGE_LT_18 .dob { color: purple; }
46 .PATRON_AGE_LT_18 label.juvenile_indicator { display: inline; color: purple; }
47
48 .PATRON_HAS_INVALID_DOB .dob { color: purple; }
49 .PATRON_HAS_INVALID_DOB label.invalid_dob_indicator { display: inline; color: purple }
50
51 .PATRON_HAS_INVALID_ADDRESS label.invalid_address_indicator { display: inline; color: red }
52
53 .PATRON_HAS_ALERT .patronNameLarge, 
54 .PATRON_HAS_ALERT groupbox.alert { background-color: yellow; color: black; }
55 .PATRON_HAS_ALERT label.alert_indicator { display: inline; color: olive }
56
57 .PATRON_HAS_NOTES label.note_indicator { display: inline; color: olive }
58
59 .PATRON_INACTIVE .patronNameLarge { background-color: #333333; color: white; }
60 .PATRON_INACTIVE label.inactive_indicator { display: inline; color: gray; }
61
62 .PATRON_EXPIRED .patronNameLarge { background-color: #666666;  color: white;}
63 .PATRON_EXPIRED label.expired_indicator { display: inline; color: gray; }
64
65 .PATRON_BARRED .patronNameLarge { background-color: red; color: white; }
66 .PATRON_BARRED label.barred_indicator { display: inline; color: red; }
67
68 .PATRON_NET_ACCESS_1 .net_access { color: #AA4400; } /* Filtered */
69 .PATRON_NET_ACCESS_2 .net_access { color: green; } /* Unfiltered */
70 .PATRON_NET_ACCESS_3 .net_access { color: red; } /* No Access */
71