]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/xul/staff_client/server/skin/patron_display.css
new composite alert message for inactive/barred patrons, and retrieval of patron...
[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: #FF9900; }
18 /* .PATRON_HAS_BILLS label.bill.label { text-decoration: underline; } */
19 .PATRON_HAS_BILLS label.bill.value { }
20
21 .PATRON_HAS_OVERDUES .patronNameLarge { background-color: #FF9900; }
22 .PATRON_HAS_OVERDUES label.items_overdue { color: #FF9900; }
23 /* .PATRON_HAS_OVERDUES label.items_overdue.label { text-decoration: underline; } */
24 .PATRON_HAS_OVERDUES label.items_overdue.value { }
25
26 .PATRON_EXCEEDS_CHECKOUT_COUNT .patronNameLarge { background-color: purple; color: white; }
27 .PATRON_EXCEEDS_CHECKOUT_COUNT label.items_out { color: purple; }
28 /* .PATRON_EXCEEDS_CHECKOUT_COUNT label.items_out.label { text-decoration: underline; } */
29 .PATRON_EXCEEDS_CHECKOUT_COUNT label.items_out.value { }
30
31 .PATRON_EXCEEDS_OVERDUE_COUNT .patronNameLarge { background-color: purple; color: white; }
32 .PATRON_EXCEEDS_OVERDUE_COUNT label.items_overdue { color: purple; }
33 /* .PATRON_EXCEEDS_OVERDUE_COUNT label.items_overdue.label { text-decoration: underline; } */
34 .PATRON_EXCEEDS_OVERDUE_COUNT label.items_overdue.value { }
35
36 .PATRON_EXCEEDS_FINES .patronNameLarge { background-color: purple; color: white; }
37 .PATRON_EXCEEDS_FINES label.bill { color: purple; }
38 /* .PATRON_EXCEEDS_FINES label.bill.label { text-decoration: underline; } */
39 .PATRON_EXCEEDS_FINES label.bill.value { }
40
41 .PATRON_AGE_LT_18 .dob { color: purple; }
42 .PATRON_AGE_LT_18 label.juvenile_indicator { display: inline; color: purple; }
43
44 .PATRON_HAS_INVALID_DOB .dob { color: purple; }
45 .PATRON_HAS_INVALID_DOB label.invalid_dob_indicator { display: inline; color: purple }
46
47 .PATRON_HAS_ALERT .patronNameLarge, 
48 .PATRON_HAS_ALERT groupbox.alert { background-color: yellow; }
49 .PATRON_HAS_ALERT label.alert_indicator { display: inline; color: olive }
50
51 .PATRON_HAS_NOTES label.note_indicator { display: inline; color: olive }
52
53 .PATRON_INACTIVE .patronNameLarge { background-color: #333333; color: white; }
54 .PATRON_INACTIVE label.inactive_indicator { display: inline; color: gray; }
55
56 .PATRON_EXPIRED .patronNameLarge { background-color: #666666; }
57 .PATRON_EXPIRED label.expired_indicator { display: inline; color: fuchsia; }
58
59 .PATRON_BARRED .patronNameLarge { background-color: red; }
60 .PATRON_BARRED label.barred_indicator { display: inline; color: red; }
61
62