]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/xul/staff_client/server/skin/circ.css
606925800c74b38490f9b3145233b2ed9dfca92a
[Evergreen.git] / Open-ILS / xul / staff_client / server / skin / circ.css
1 @import url("circ_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 treechildren::-moz-tree-cell(refundable) {
7     background-color: pink;
8 }
9
10 treechildren::-moz-tree-cell-text(refundable) {
11     color: black;
12 }
13
14 treechildren::-moz-tree-cell(circulating) {
15     background-color: red;
16 }
17
18 treechildren::-moz-tree-cell(longoverdue) {
19     background-color: orange;
20 }
21
22 treechildren::-moz-tree-cell(lost) {
23     background-color: maroon;
24 }
25
26 treechildren::-moz-tree-cell-text(circulating) {
27     color: white;
28 }
29
30 treechildren::-moz-tree-cell-text(lost) {
31     color: white;
32 }
33
34 treechildren::-moz-tree-cell-text(longoverdue) {
35     color: black;
36 }
37
38 #circulating_hint {
39     background-color: red;
40     color: white;
41 }
42
43 #lost_hint {
44     background-color: maroon;
45     color: white;
46 }
47
48 #longoverdue_hint {
49     background-color: orange;
50     color: black;
51 }
52
53 treechildren::-moz-tree-row(backdate_failed) {
54     background-color: pink ! important;
55 }
56
57 treechildren::-moz-tree-row(backdate_succeeded) {
58     background-color: lightgreen ! important;
59 }
60
61 treechildren::-moz-tree-row(backdate_failed) {
62     background-color: pink ! important;
63 }
64
65 treechildren::-moz-tree-row(backdate_succeeded,selected) {
66     background-color: #900eff ! important;
67 }
68
69 treechildren::-moz-tree-row(backdate_failed,selected) {
70     background-color: #ffc0ff ! important;
71 }
72
73 .checkin_screen_normal { background-color: green; }
74 .checkin_screen_backdating { background-color: red; }
75 .checkin_screen_do_not_alert_on_precat { }
76 .checkin_screen_suppress_holds_and_transits { }
77 .checkin_screen_amnesty_mode { }
78 .checkin_screen_checkin_auto_print_slips { }
79 .checkin_screen_checkin_clear_shelf_expired { }
80 .checkin_screen_checkin_auto_retarget { }
81 .checkin_screen_checkin_auto_retarget_all { }
82 .checkin_screen_checkin_local_hold_as_transit { }
83
84 #background-text { font-size: x-large; font-weight: bold; }
85 #do_not_alert_on_precat_indicator { background-color: -moz-dialog; color: -moz-dialog-text; font-size: large; font-weight: bold; }
86 #suppress_holds_and_transits_indicator { background-color: -moz-dialog; color: -moz-dialog-text; font-size: large; font-weight: bold; }
87 #amnesty_mode_indicator { border: thick solid white; background-color: red; color: white; font-size: large; font-weight: bold; padding: 10px; padding-bottom: 25px; margin: 10px; }
88 #checkin_auto_print_slips_indicator { background-color: -moz-dialog; color: -moz-dialog-text; font-size: large; font-weight: bold; }
89 #checkin_clear_shelf_expired_indicator { background-color: -moz-dialog; color: -moz-dialog-text; font-size: large; font-weight: bold; }
90 #checkin_auto_retarget_indicator { background-color: -moz-dialog; color: -moz-dialog-text; font-size: large; font-weight: bold; }
91 #checkin_auto_retarget_all_indicator { background-color: -moz-dialog; color: -moz-dialog-text; font-size: large; font-weight: bold; }
92 #checkin_local_hold_as_transit_indicator { background-color: -moz-dialog; color: -moz-dialog-text; font-size: large; font-weight: bold; }
93
94 .big_emphasis1 { font-weight: bold; font-size: x-large; }
95 .big_emphasis2 { font-weight: bold; font-size: large; }
96 .emphasis1 { font-weight: bold; }
97 .emphasis2 { font-weight: normal; }