2003-08-28 16:31:11 +02:00
|
|
|
<style type="text/css">
|
2005-01-12 14:19:15 +01:00
|
|
|
|
|
|
|
.row_on { color: {row_text}; background-color: #F1F1F1; }
|
|
|
|
.row_off { color: {row_text}; background-color: #ffffff; }
|
2003-08-28 16:31:11 +02:00
|
|
|
.th { color: {th_text}; background-color: {th_bg}; }
|
2005-07-01 05:24:29 +02:00
|
|
|
.narrow_column { width: 6em; }
|
2003-08-28 16:31:11 +02:00
|
|
|
{app_css}
|
2004-09-09 22:30:41 +02:00
|
|
|
|
|
|
|
#dhtmltooltip
|
|
|
|
{
|
|
|
|
position: absolute;
|
|
|
|
width: 150px;
|
|
|
|
border: 1px solid #ff7a0a;
|
|
|
|
padding: 2px;
|
|
|
|
background-color:#f9f400;
|
|
|
|
visibility: hidden;
|
|
|
|
z-index: 100;
|
|
|
|
}
|
|
|
|
|
2003-08-28 16:31:11 +02:00
|
|
|
</style>
|
2003-10-23 17:04:22 +02:00
|
|
|
{css_file}
|