]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/xul/staff_client/server/skin/patron_display.css
consolidate patron css class manipulation. tweak styles. add indicators next to...
[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 .ONE_PENALTY .patronNameLarge { background-color: fuchsia; }
12 .MULTIPLE_PENALTIES .patronNameLarge { background-color: red; }
13
14 .TEST label.bill { color: red; }
15 .TEST label.bill.label { text-decoration: underline; }
16
17 .TEST label.credit { color: red; }
18 .TEST label.credit.label { text-decoration: underline; }
19 .TEST label.credit.value { }
20
21 .PATRON_EXCEEDS_CHECKOUT_COUNT label.items_out { color: red; }
22 .PATRON_EXCEEDS_CHECKOUT_COUNT label.items_out.label { text-decoration: underline; }
23 .PATRON_EXCEEDS_CHECKOUT_COUNT label.items_out.value { }
24
25 .TEST label.items_overdue { color: red; }
26 .TEST label.items_overdue.label { text-decoration: underline; }
27 .TEST label.items_overdue.value { }
28
29 .TEST label.holds { color: blue; }
30 .TEST label.holds.label { text-decoration: underline; }
31 .TEST label.holds.value { }
32
33 .TEST label.holds_ready { color: blue; }
34 .TEST label.holds_ready.label { text-decoration: underline; }
35 .TEST label.holds_ready.value { }
36
37 .PATRON_AGE_LT_18 .dob { text-decoration: underline; color: purple; }
38 .PATRON_AGE_LT_18 label.juvenille_indicator { display: inline; text-decoration: underline; color: purple; }
39
40 .PATRON_HAS_ALERT .patronNameLarge, 
41 .PATRON_HAS_ALERT groupbox.alert { background-color: yellow; }
42 .PATRON_HAS_ALERT label.alert_indicator { display: inline; text-decoration: underline; color: olive }
43
44 .PATRON_INACTIVE .patronNameLarge { background-color: gray; }
45 .PATRON_INACTIVE label.inactive_indicator { display: inline; text-decoration: underline; color: gray; }
46
47 .PATRON_EXPIRED .patronNameLarge { background-color: fuchsia; }
48 .PATRON_EXPIRED label.expired_indicator { display: inline; text-decoration: underline; color: fuchsia; }
49
50 .PATRON_BARRED .patronNameLarge { background-color: red; }
51 .PATRON_BARRED label.barred_indicator { display: inline; text-decoration: underline; color: red; }
52
53