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