]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/xul/staff_client/server/skin/global.css
global font settings
[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
18 description { -moz-user-select: text; }
19
20 *|textarea:focus { background-color: #DDFFDD; }
21 *|input:focus { background-color: #DDFFDD; }
22
23 .outline_me { -moz-outline: solid; }
24 .clipboard_outline_me { -moz-outline: dotted thin gray; }
25
26 tabpanel { border: 2px groove black; }
27 caption { font-weight: bold; }
28
29 /*
30 Enable for the windows build.  This slows linux down too much.
31 */
32 /*
33 .circ_opacity { -moz-opacity: 0.7; }
34 */
35
36 .nav { 
37         -moz-appearance: none;
38         margin: 0px;
39         min-width: 6.3em;
40         color: #000000;
41         font-family: arial, san-serif;
42         font-weight: bold;
43         height: 26px;
44 }
45
46 .my_overflow { overflow: scroll; }
47
48 /*
49 iframe { background: #CDCED3 url("chrome://browser/skin/icons/box-background.png") repeat-x bottom !important; }
50 .my_bg { background: #CDCED3 url("chrome://browser/skin/icons/box-background.png") repeat-x bottom !important; }
51 */
52
53 .postit_hb { -moz-border-radius: 30px; background-color: black; }
54 .postit_gb { -moz-border-radius: 30px; background-color: yellow; }
55
56 .text_left { text-align: left; }
57 .text_right { text-align: right; }
58 .text_center { text-align: center; }
59 .text_justify { text-align: justify; }
60
61 .header { font-weight: bold; }
62
63 .tan { background-color: #D2B48C; }
64 .sandy_brown { background-color: #F4A460; }
65 .peach_puff { background-color: #FFDAB9; }
66 .pale_violet_red { background-color: #D87093; }
67 .cadet_blue { background-color: #5F9EA0; }
68 .dark_salmon { background-color: #E9967A; }
69 .coral { background-color: #FF7F50; }
70
71 listitem { border-bottom: solid thin black; }
72
73 .copy_editor_field_changed { background: lightgreen; }
74