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