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