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