]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/xul/staff_client/server/skin/OPEN_ILS_STAFF_CLIENT.css
4e00378e40cfd9b08806a62b852f73552cc93b5d
[Evergreen.git] / Open-ILS / xul / staff_client / server / skin / OPEN_ILS_STAFF_CLIENT.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 tabpanel { border: 2px groove black; }
5 caption { font-weight: bold; }
6
7 .my_overflow { overflow: scroll; }
8
9 iframe { background: #CDCED3 url("chrome://browser/skin/icons/box-background.png") repeat-x bottom !important; }
10 .my_bg { background: #CDCED3 url("chrome://browser/skin/icons/box-background.png") repeat-x bottom !important; }
11
12 .text_left { text-align: left; }
13 .text_right { text-align: right; }
14 .text_center { text-align: center; }
15 .text_justify { text-align: justify; }
16
17 .header { font-weight: bold; }
18
19 .tan { background-color: #D2B48C; }
20 .sandy_brown { background-color: #F4A460; }
21 .peach_puff { background-color: #FFDAB9; }
22 .pale_violet_red { background-color: #D87093; }
23 .cadet_blue { background-color: #5F9EA0; }
24 .dark_salmon { background-color: #E9967A; }
25 .coral { background-color: #FF7F50; }
26
27 .deleted_address { background-color: red; }
28