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