]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/xul/staff_client/server/skin/patron_display.css
New XUL user perm editor
[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 .change_to_credit { text-decoration: line-through; }
7
8 hbox#PatronNotNavBar { border-top: solid thin black; }
9 deck#patron_deck { border-left: solid thin black; }
10 .patronNameLarge { font-weight: bold; }
11
12 row#row_billing_first { padding-top: 10px; }
13 row#row_billing_zip { padding-bottom: 10px; }
14
15 /* To keep the size consistent. Other CSS rules for this need only change border-color.
16    This helps keep things like patron search from being "jumpy" */
17 .patronNameLarge { border: solid thick transparent; padding: 10px; }
18
19 /* This also helps keep things from being "jumpy" by ensuring that the expired/alert/whatever
20    notice area always takes up space, even when empty. Otherwise things popping into and out of
21    existence when you select/update patrons can cause it to come and go, bouncing other parts
22    of the screen up and down. */
23 #pdm2hb1a { min-height: 1.5em; }
24
25 .NO_PENALTIES .patronNameLarge { border-color: lime; }
26 .ONE_PENALTY .patronNameLarge { border-color: #66FFFF; }
27 .MULTIPLE_PENALTIES .patronNameLarge { border-color: #FF6633; }
28
29 .PATRON_HAS_STAFF_ALERT .patronNameLarge { border-color: blue; }
30
31 .PATRON_HAS_BILLS .patronNameLarge { border-color: #FFC266; }
32 .PATRON_HAS_BILLS label.bill { color: #AA4400; }
33 /* .PATRON_HAS_BILLS label.bill.label { text-decoration: underline; } */
34 .PATRON_HAS_BILLS label.bill.value { }
35 .PATRON_HAS_BILLS label.bills_indicator { display: inline; color: #AA4400; }
36
37 .PATRON_HAS_OVERDUES .patronNameLarge { border-color: #FFC266; }
38 .PATRON_HAS_OVERDUES label.items_overdue { color: #AA4400; }
39 /* .PATRON_HAS_OVERDUES label.items_overdue.label { text-decoration: underline; } */
40 .PATRON_HAS_OVERDUES label.items_overdue.value { }
41 .PATRON_HAS_OVERDUES label.overdues_indicator { display: inline; color: #AA4400; }
42 .PATRON_HAS_OVERDUES label#under_items { color: red; }
43
44 .PATRON_EXCEEDS_CHECKOUT_COUNT .patronNameLarge { border-color: #C99DFF; }
45 .PATRON_EXCEEDS_CHECKOUT_COUNT label.items_out { color: purple; }
46 /* .PATRON_EXCEEDS_CHECKOUT_COUNT label.items_out.label { text-decoration: underline; } */
47 .PATRON_EXCEEDS_CHECKOUT_COUNT label.items_out.value { }
48
49 .PATRON_EXCEEDS_OVERDUE_COUNT .patronNameLarge { border-color: #C99DFF; }
50 .PATRON_EXCEEDS_OVERDUE_COUNT label.items_overdue { color: purple; }
51 /* .PATRON_EXCEEDS_OVERDUE_COUNT label.items_overdue.label { text-decoration: underline; } */
52 .PATRON_EXCEEDS_OVERDUE_COUNT label.items_overdue.value { }
53 .PATRON_EXCEEDS_OVERDUE_COUNT label.max_overdues_indicator { display: inline; color: purple; }
54
55 .PATRON_EXCEEDS_FINES .patronNameLarge { border-color: #C99DFF; }
56 .PATRON_EXCEEDS_FINES label.bill { color: purple; }
57 /* .PATRON_EXCEEDS_FINES label.bill.label { text-decoration: underline; } */
58 .PATRON_EXCEEDS_FINES label.bill.value { }
59 .PATRON_EXCEEDS_FINES label.max_bills_indicator { display: inline; color: purple; }
60 .PATRON_EXCEEDS_FINES label#under_bills { color: red; }
61
62 .PATRON_HAS_INVALID_DOB .dob { color: purple; }
63 .PATRON_HAS_INVALID_DOB label.invalid_dob_indicator { display: inline; color: purple }
64
65 .PATRON_HAS_INVALID_ADDRESS label.invalid_address_indicator { display: inline; color: #CC3300 }
66
67 .INVALID_PATRON_EMAIL_ADDRESS label.invalid_email_indicator { display: inline; color: #003399 }
68 .INVALID_PATRON_DAY_PHONE label.invalid_phone_indicator { display: inline; color: #003399 }
69 .INVALID_PATRON_EVENING_PHONE label.invalid_phone_indicator { display: inline; color: #003399 }
70 .INVALID_PATRON_OTHER_PHONE label.invalid_phone_indicator { display: inline; color: #003399 }
71
72 .PATRON_HAS_ALERT .patronNameLarge { border-color: yellow; }
73 .PATRON_HAS_ALERT groupbox.alert { background-color: yellow; color: black; }
74 .PATRON_HAS_ALERT [id^=patron_alert] { background: yellow; color: black; }
75 .PATRON_HAS_ALERT label.alert_indicator { display: inline; color: #AA4400 }
76
77 .PATRON_HAS_NOTES label.note_indicator { display: inline; color: #AA4400 }
78
79 .PATRON_INACTIVE .patronNameLarge { border-color: #333333; }
80 .PATRON_INACTIVE label.inactive_indicator { display: inline; color: black; }
81
82 .PATRON_EXPIRED .patronNameLarge { border-color: #666666; }
83 .PATRON_EXPIRED label.expired_indicator { display: inline; color: black; }
84 .PATRON_EXPIRED label.expire_date { background-color: #666666; color: white }
85
86 .PATRON_BARRED .patronNameLarge { border-color: #CC3300; }
87 .PATRON_BARRED label.barred_indicator { display: inline; color: #CC3300; }
88
89 .PATRON_NET_ACCESS_1 .net_access { color: #AA4400; } /* Filtered */
90 .PATRON_NET_ACCESS_2 .net_access { color: green; } /* Unfiltered */
91 .PATRON_NET_ACCESS_3 .net_access { color: #CC3300; } /* No Access */
92
93 .bad_barcode { color: red; }
94 .line_item { font-family: monospace; }
95 .checking_barcode { color: orange; text-decoration: blink; }
96
97 .PATRON_JUVENILE .dob { color: purple; }
98 .PATRON_JUVENILE label.juvenile_indicator { display: inline; color: purple; }
99
100
101 /* New user perm editor stuff */
102 row.odd { background-color: lightcyan; }
103 rows#work_ous row, rows#permissions row { border-top: 1px solid #444444; }