]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/xul/staff_client/server/skin/circ.css
This wires up most of the new billing interface, which has aesthetic and internal...
[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-row(refundable) {
7     background-color: pink;
8 }
9
10 treechildren::-moz-tree-row(circulating) {
11     background-color: red; color: white;
12 }
13
14 treechildren::-moz-tree-row(backdate_failed) {
15     background-color: pink ! important;
16 }
17
18 treechildren::-moz-tree-row(backdate_succeeded) {
19     background-color: lightgreen ! important;
20 }
21
22 treechildren::-moz-tree-row(backdate_failed) {
23     background-color: pink ! important;
24 }
25
26 treechildren::-moz-tree-row(backdate_succeeded,selected) {
27     background-color: #900eff ! important;
28 }
29
30 treechildren::-moz-tree-row(backdate_failed,selected) {
31     background-color: #ffc0ff ! important;
32 }
33
34 .checkin_screen_normal { background-color: green; }
35 .checkin_screen_backdating { background-color: red; }
36 .checkin_screen_do_not_alert_on_precat { }
37 .checkin_screen_suppress_holds_and_transits { }
38 .checkin_screen_amnesty_mode { }
39 .checkin_screen_checkin_auto_print_slips { }
40
41 #background-text { font-size: x-large; font-weight: bold; }
42 #do_not_alert_on_precat_indicator { background-color: -moz-dialog; color: -moz-dialog-text; font-size: large; font-weight: bold; }
43 #suppress_holds_and_transits_indicator { background-color: -moz-dialog; color: -moz-dialog-text; font-size: large; font-weight: bold; }
44 #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; }
45 #checkin_auto_print_slips_indicator { background-color: -moz-dialog; color: -moz-dialog-text; font-size: large; font-weight: bold; }
46
47 .big_emphasis1 { font-weight: bold; font-size: x-large; }
48 .big_emphasis2 { font-weight: bold; font-size: large; }
49 .emphasis1 { font-weight: bold; }
50 .emphasis2 { font-weight: normal; }