abf7676c523d18d5f4ace60b8b355357332327f5
[evergreen-equinox.git] / Open-ILS / xul / staff_client / server / skin / global.css
1 @import url("global_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 @namespace xhtml url("http://www.w3.org/1999/xhtml"); 
6
7 help { -moz-binding: url('/xul/server/main/bindings.xml#help'); }
8 messagecatalog { -moz-binding: url('/xul/server/main/bindings.xml#messagecatalog'); }
9 .shrinkable_groupbox { font-weight: bold; -moz-binding: url('/xul/server/main/bindings.xml#caption'); }
10
11 window:not([active="true"]) menubar > menu { color: menutext !important }
12
13 treechildren::-moz-tree-checkbox(checked) {
14     /* css for checked cells */
15     list-style-image: url("chrome://global/skin/checkbox/cbox-check.gif");
16 }
17
18 treechildren::-moz-tree-row(selected) {
19     border: thin dashed lightblue ! important;
20 }
21
22 /*
23 treechildren::-moz-tree-cell-text(selected,focus) {
24     color: black;
25 }
26 */
27
28 /*
29 * { font-size-adjust: .5; }
30 */
31
32 .ALL_FONTS_SMALLER *|* { font-size-adjust: .3 !important;}
33 .ALL_FONTS_LARGER *|* { font-size-adjust: 1.1 !important; }
34 .ALL_FONTS_XX_SMALL *|* { font-size: xx-small !important; }
35 .ALL_FONTS_X_SMALL *|* { font-size: x-small !important; }
36 .ALL_FONTS_SMALL *|* { font-size: small !important; }
37 .ALL_FONTS_MEDIUM *|* { font-size: medium !important; }
38 .ALL_FONTS_LARGE *|* { font-size: large !important; }
39 .ALL_FONTS_X_LARGE *|* { font-size: x-large !important; }
40 .ALL_FONTS_XX_LARGE *|* { font-size: xx-large !important; }
41 .ALL_FONTS_5PT *|* { font-size: 5pt !important; }
42 .ALL_FONTS_6PT *|* { font-size: 6pt !important; }
43 .ALL_FONTS_7PT *|* { font-size: 7pt !important; }
44 .ALL_FONTS_8PT *|* { font-size: 8pt !important; }
45 .ALL_FONTS_9PT *|* { font-size: 9pt !important; }
46 .ALL_FONTS_10PT *|* { font-size: 10pt !important; }
47 .ALL_FONTS_11PT *|* { font-size: 11pt !important; }
48 .ALL_FONTS_12PT *|* { font-size: 12pt !important; }
49 .ALL_FONTS_13PT *|* { font-size: 13pt !important; }
50 .ALL_FONTS_14PT *|* { font-size: 14pt !important; }
51 .ALL_FONTS_15PT *|* { font-size: 15pt !important; }
52 .ALL_FONTS_16PT *|* { font-size: 16pt !important; }
53 .ALL_FONTS_17PT *|* { font-size: 17pt !important; }
54 .ALL_FONTS_18PT *|* { font-size: 18pt !important; }
55
56 .copyable * { -moz-user-select: text; -moz-user-focus: normal; }
57
58 *|textarea:focus { background-color: #DDFFDD; }
59 *|input:focus { background-color: #DDFFDD; }
60
61 .outline_me { -moz-outline: solid; }
62 .clipboard_outline_me { -moz-outline: dotted thin gray; }
63
64 .click_link { text-decoration: underline; color: blue; -moz-user-focus: normal; cursor: pointer; }
65
66 tabpanel { border: 2px groove black; }
67 caption { font-weight: bold; }
68
69 /*
70 Enable for the windows build.  This slows linux down too much.
71 */
72 /*
73 .circ_opacity { -moz-opacity: 0.7; }
74 */
75
76 .nav { 
77     -moz-appearance: none;
78     margin: 0px;
79     min-width: 6.3em;
80     color: #000000;
81     font-family: arial, san-serif;
82     font-weight: bold;
83     height: 26px;
84 }
85
86 .my_overflow { overflow: auto; }
87
88 /*
89 iframe { background: #CDCED3 url("chrome://browser/skin/icons/box-background.png") repeat-x bottom !important; }
90 .my_bg { background: #CDCED3 url("chrome://browser/skin/icons/box-background.png") repeat-x bottom !important; }
91 */
92
93 .postit_hb { -moz-border-radius: 30px; background-color: black; }
94 .postit_gb { -moz-border-radius: 30px; background-color: yellow; }
95
96 .success_text { color: white; background-color: green; }
97 .failure_text { color: white; background-color: red; }
98
99 .text_left { text-align: left; }
100 .text_right { text-align: right; }
101 .text_center { text-align: center; }
102 .text_justify { text-align: justify; }
103
104 .header { font-weight: bold; }
105 .header1 { font-weight: bold; font-size: large; }
106 .emphasis { font-weight: bold; }
107
108 .tan { background-color: #D2B48C; }
109 .sandy_brown { background-color: #F4A460; }
110 .peach_puff { background-color: #FFDAB9; }
111 .pale_violet_red { background-color: #D87093; }
112 .cadet_blue { background-color: #5F9EA0; }
113 .dark_salmon { background-color: #E9967A; }
114 .coral { background-color: #FF7F50; }
115
116 listitem { border-bottom: solid thin black; }
117
118 /*
119  * disable Edit Hold Range and Edit Hold Focus by default; should probably be using perms/settings for this
120  */
121 .edit_hold_range { display: none; }
122 .edit_hold_focus { display: none; }
123
124 .oils_event { color: red; }
125
126