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