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