]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/xul/staff_client/server/skin/evergreen.css
weirdness with overflow, and toward patron search
[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 .tan { background-color: #D2B48C; }
15 .sandy_brown { background-color: #F4A460; }
16 .peach_puff { background-color: #FFDAB9; }
17 .pale_violet_red { background-color: #D87093; }
18 .cadet_blue { background-color: #5F9EA0; }
19 .dark_salmon { background-color: #E9967A; }
20 .coral { background-color: #FF7F50; }
21
22 .deleted_address { background-color: red; }
23