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