This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
khosb/application/media/css/list.css

34 lines
552 B
CSS
Raw Normal View History

2010-11-29 22:41:08 +00:00
/* CSS for Output Lists */
table.list {
width: 100%;
border: 0px solid #505050;
font-weight: normal;
color: #000000;
font-family: "bitstream vera sans","luxi sans",verdana,geneva,arial,helvetica,sans-serif;
background-color: #99999B;
font-size: 13px;
empty-cells: hide;
}
table.list tr.heading {
color: #FFFFFF;
background-color: #11111A;
font-weight: bold;
}
table.list tr td.title {
color: #000000;
background-color: #0777DD;
}
table.list tr.odd {
background-color: #EEEEEF;
}
table.list tr.even {
background-color: #FFFFFF;
}