]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/xul/staff_client/server/skin/circ.css
Toward a visually slimmer billing interface. Sticking it in the Alternate View slot...
[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 .checkin_screen_normal { background-color: green; }
7 .checkin_screen_backdating { background-color: red; }
8 .checkin_screen_do_not_alert_on_precat { }
9 .checkin_screen_suppress_holds_and_transits { }
10 .checkin_screen_amnesty_mode { }
11 .checkin_screen_checkin_auto_print_slips { }
12
13 #background-text { font-size: x-large; font-weight: bold; }
14 #do_not_alert_on_precat_indicator { background-color: -moz-dialog; color: -moz-dialog-text; font-size: large; font-weight: bold; }
15 #suppress_holds_and_transits_indicator { background-color: -moz-dialog; color: -moz-dialog-text; font-size: large; font-weight: bold; }
16 #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; }
17 #checkin_auto_print_slips_indicator { background-color: -moz-dialog; color: -moz-dialog-text; font-size: large; font-weight: bold; }
18
19 .emphasis1 { font-weight: bold; }
20 .emphasis2 { font-weight: normal; }