]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/xul/staff_client/server/skin/patron_display.css
merge from my offline repo. Toward a billing interface replacement. Other things...
[working/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 .change_to_credit { text-decoration: line-through; }
9
10 hbox#PatronNotNavBar { border-top: solid thin black; }
11 deck#patron_deck { border-left: solid thin black; }
12 .patronNameLarge { font-weight: bold; }
13
14 row#row_billing_first { padding-top: 10px; }
15 row#row_billing_zip { padding-bottom: 10px; }
16 .NO_PENALTIES .patronNameLarge { border: solid thick lime; padding: 10px; }
17 /*
18 .ONE_PENALTY .patronNameLarge { background-color: fuchsia; }
19 .MULTIPLE_PENALTIES .patronNameLarge { background-color: #CC3300; }
20 */
21
22 .PATRON_HAS_BILLS .patronNameLarge { border: solid thick #FFC266; padding: 10px; }
23 .PATRON_HAS_BILLS label.bill { color: #AA4400; }
24 /* .PATRON_HAS_BILLS label.bill.label { text-decoration: underline; } */
25 .PATRON_HAS_BILLS label.bill.value { }
26 .PATRON_HAS_BILLS label.bills_indicator { display: inline; color: #AA4400; }
27
28 .PATRON_HAS_OVERDUES .patronNameLarge { border: solid thick #FFC266; padding: 10px; }
29 .PATRON_HAS_OVERDUES label.items_overdue { color: #AA4400; }
30 /* .PATRON_HAS_OVERDUES label.items_overdue.label { text-decoration: underline; } */
31 .PATRON_HAS_OVERDUES label.items_overdue.value { }
32 .PATRON_HAS_OVERDUES label.overdues_indicator { display: inline; color: #AA4400; }
33
34 .PATRON_EXCEEDS_CHECKOUT_COUNT .patronNameLarge { border: solid thick #C99DFF; padding: 10px; }
35 .PATRON_EXCEEDS_CHECKOUT_COUNT label.items_out { color: purple; }
36 /* .PATRON_EXCEEDS_CHECKOUT_COUNT label.items_out.label { text-decoration: underline; } */
37 .PATRON_EXCEEDS_CHECKOUT_COUNT label.items_out.value { }
38
39 .PATRON_EXCEEDS_OVERDUE_COUNT .patronNameLarge { border: solid thick #C99DFF; padding: 10px; }
40 .PATRON_EXCEEDS_OVERDUE_COUNT label.items_overdue { color: purple; }
41 /* .PATRON_EXCEEDS_OVERDUE_COUNT label.items_overdue.label { text-decoration: underline; } */
42 .PATRON_EXCEEDS_OVERDUE_COUNT label.items_overdue.value { }
43 .PATRON_EXCEEDS_OVERDUE_COUNT label.max_overdues_indicator { display: inline; color: purple; }
44
45 .PATRON_EXCEEDS_FINES .patronNameLarge { border: solid thick #C99DFF; padding: 10px; }
46 .PATRON_EXCEEDS_FINES label.bill { color: purple; }
47 /* .PATRON_EXCEEDS_FINES label.bill.label { text-decoration: underline; } */
48 .PATRON_EXCEEDS_FINES label.bill.value { }
49 .PATRON_EXCEEDS_FINES label.max_bills_indicator { display: inline; color: purple; }
50
51 .PATRON_AGE_LT_18 .dob { color: purple; }
52 .PATRON_AGE_LT_18 label.juvenile_indicator { display: inline; color: purple; }
53
54 .PATRON_HAS_INVALID_DOB .dob { color: purple; }
55 .PATRON_HAS_INVALID_DOB label.invalid_dob_indicator { display: inline; color: purple }
56
57 .PATRON_HAS_INVALID_ADDRESS label.invalid_address_indicator { display: inline; color: #CC3300 }
58
59 .PATRON_HAS_ALERT .patronNameLarge { border: solid thick yellow; padding: 10px }
60 .PATRON_HAS_ALERT groupbox.alert { background-color: yellow; color: black; }
61 .PATRON_HAS_ALERT label.alert_indicator { display: inline; color: #AA4400 }
62
63 .PATRON_HAS_NOTES label.note_indicator { display: inline; color: #AA4400 }
64
65 .PATRON_INACTIVE .patronNameLarge { border: solid thick #333333; padding: 10px; }
66 .PATRON_INACTIVE label.inactive_indicator { display: inline; color: black; }
67
68 .PATRON_EXPIRED .patronNameLarge { border: solid thick #666666;  padding: 10px;}
69 .PATRON_EXPIRED label.expired_indicator { display: inline; color: black; }
70 .PATRON_EXPIRED label.expire_date { background-color: #666666; color: white }
71
72 .PATRON_BARRED .patronNameLarge { border: solid thick #CC3300; padding: 10px; }
73 .PATRON_BARRED label.barred_indicator { display: inline; color: #CC3300; }
74
75 .PATRON_NET_ACCESS_1 .net_access { color: #AA4400; } /* Filtered */
76 .PATRON_NET_ACCESS_2 .net_access { color: green; } /* Unfiltered */
77 .PATRON_NET_ACCESS_3 .net_access { color: #CC3300; } /* No Access */
78
79 .bad_barcode { color: red; }
80 .line_item { font-family: monospace; }
81 .checking_barcode { color: orange; text-decoration: blink; }
82
83 .PATRON_JUVENILE .dob { color: purple; }
84 .PATRON_JUVENILE label.juvenile_indicator { display: inline; color: purple; }