]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/xul/staff_client/server/skin/evergreen.css
592482ef6e20c3499c7699dec710851ea63c4e8f
[Evergreen.git] / Open-ILS / xul / staff_client / server / skin / evergreen.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 .text_left { text-align: left; }
10 .text_right { text-align: right; }
11 .text_center { text-align: center; }
12 .text_justify { text-align: justify; }
13
14 .header { font-weight: bold; }
15
16 .tan { background-color: #D2B48C; }
17 .sandy_brown { background-color: #F4A460; }
18 .peach_puff { background-color: #FFDAB9; }
19 .pale_violet_red { background-color: #D87093; }
20 .cadet_blue { background-color: #5F9EA0; }
21 .dark_salmon { background-color: #E9967A; }
22 .coral { background-color: #FF7F50; }
23
24 .deleted_address { background-color: red; }
25