]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/xul/staff_client/server/skin/circ.css
Merge branch 'master' of git.evergreen-ils.org:Evergreen into QP_bucket_filter
[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-text(circulating) {
19     color: white;
20 }
21
22 treechildren::-moz-tree-row(backdate_failed) {
23     background-color: pink ! important;
24 }
25
26 treechildren::-moz-tree-row(backdate_succeeded) {
27     background-color: lightgreen ! important;
28 }
29
30 treechildren::-moz-tree-row(backdate_failed) {
31     background-color: pink ! important;
32 }
33
34 treechildren::-moz-tree-row(backdate_succeeded,selected) {
35     background-color: #900eff ! important;
36 }
37
38 treechildren::-moz-tree-row(backdate_failed,selected) {
39     background-color: #ffc0ff ! important;
40 }
41
42 .checkin_screen_normal { background-color: green; }
43 .checkin_screen_backdating { background-color: red; }
44 .checkin_screen_do_not_alert_on_precat { }
45 .checkin_screen_suppress_holds_and_transits { }
46 .checkin_screen_amnesty_mode { }
47 .checkin_screen_checkin_auto_print_slips { }
48 .checkin_screen_checkin_clear_shelf_expired { }
49 .checkin_screen_checkin_auto_retarget { }
50 .checkin_screen_checkin_auto_retarget_all { }
51 .checkin_screen_checkin_local_hold_as_transit { }
52
53 #background-text { font-size: x-large; font-weight: bold; }
54 #do_not_alert_on_precat_indicator { background-color: -moz-dialog; color: -moz-dialog-text; font-size: large; font-weight: bold; }
55 #suppress_holds_and_transits_indicator { background-color: -moz-dialog; color: -moz-dialog-text; font-size: large; font-weight: bold; }
56 #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; }
57 #checkin_auto_print_slips_indicator { background-color: -moz-dialog; color: -moz-dialog-text; font-size: large; font-weight: bold; }
58 #checkin_clear_shelf_expired_indicator { background-color: -moz-dialog; color: -moz-dialog-text; font-size: large; font-weight: bold; }
59 #checkin_auto_retarget_indicator { background-color: -moz-dialog; color: -moz-dialog-text; font-size: large; font-weight: bold; }
60 #checkin_auto_retarget_all_indicator { background-color: -moz-dialog; color: -moz-dialog-text; font-size: large; font-weight: bold; }
61 #checkin_local_hold_as_transit_indicator { background-color: -moz-dialog; color: -moz-dialog-text; font-size: large; font-weight: bold; }
62
63 .big_emphasis1 { font-weight: bold; font-size: x-large; }
64 .big_emphasis2 { font-weight: bold; font-size: large; }
65 .emphasis1 { font-weight: bold; }
66 .emphasis2 { font-weight: normal; }