]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/xul/staff_client/server/skin/global.css
more font tweaks, and save/load from filesystem
[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 tabpanel { border: 2px groove black; }
41 caption { font-weight: bold; }
42
43 /*
44 Enable for the windows build.  This slows linux down too much.
45 */
46 /*
47 .circ_opacity { -moz-opacity: 0.7; }
48 */
49
50 .nav { 
51         -moz-appearance: none;
52         margin: 0px;
53         min-width: 6.3em;
54         color: #000000;
55         font-family: arial, san-serif;
56         font-weight: bold;
57         height: 26px;
58 }
59
60 .my_overflow { overflow: scroll; }
61
62 /*
63 iframe { background: #CDCED3 url("chrome://browser/skin/icons/box-background.png") repeat-x bottom !important; }
64 .my_bg { background: #CDCED3 url("chrome://browser/skin/icons/box-background.png") repeat-x bottom !important; }
65 */
66
67 .postit_hb { -moz-border-radius: 30px; background-color: black; }
68 .postit_gb { -moz-border-radius: 30px; background-color: yellow; }
69
70 .text_left { text-align: left; }
71 .text_right { text-align: right; }
72 .text_center { text-align: center; }
73 .text_justify { text-align: justify; }
74
75 .header { font-weight: bold; }
76
77 .tan { background-color: #D2B48C; }
78 .sandy_brown { background-color: #F4A460; }
79 .peach_puff { background-color: #FFDAB9; }
80 .pale_violet_red { background-color: #D87093; }
81 .cadet_blue { background-color: #5F9EA0; }
82 .dark_salmon { background-color: #E9967A; }
83 .coral { background-color: #FF7F50; }
84
85 listitem { border-bottom: solid thin black; }
86
87 .copy_editor_field_changed { background: lightgreen; }
88