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