You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
151 lines
2.3 KiB
151 lines
2.3 KiB
2 years ago
|
table.ergtabelle
|
||
|
{
|
||
|
margin-left:0px;
|
||
|
margin-right:0px;
|
||
|
margin-top:0px;
|
||
|
margin-bottom:0px;
|
||
|
/*padding-left:5px;
|
||
|
padding-right:5px;
|
||
|
padding-top:5px;
|
||
|
padding-bottom:15px;*/
|
||
|
border:thin solid rgb(250,250,250);
|
||
|
empty-cells:show;
|
||
|
border-collapse:separate;
|
||
|
/*font-size:80%;*/
|
||
|
border-spacing: 0px;
|
||
|
}
|
||
|
td.themenspalte
|
||
|
{
|
||
|
/*background-color: rgb( 255, 199, 123);*/
|
||
|
font-size: 9pt;
|
||
|
text-align: left;
|
||
|
border-right: 0px;
|
||
|
padding: 2px 5px 2px 5px;
|
||
|
}
|
||
|
td.ergfeld
|
||
|
{
|
||
|
|
||
|
empty-cells:show;
|
||
|
vertical-align:top;
|
||
|
padding: 2px 5px 2px 5px;
|
||
|
}
|
||
|
th.header
|
||
|
{
|
||
|
font-size:10pt;
|
||
|
font-weight:bold;
|
||
|
color:rgb( 255, 255, 255);
|
||
|
text-align:center;
|
||
|
background-color:rgb( 0, 74, 153 );
|
||
|
border-top:0px solid;
|
||
|
border-right:1px solid;
|
||
|
border-bottom:1px solid;
|
||
|
border-left:0;
|
||
|
border-style:outset;
|
||
|
border-color:white;
|
||
|
padding: 5px 5px 5px 5px;
|
||
|
vertical-align: bottom;
|
||
|
text-align: left;
|
||
|
}
|
||
|
th.printheader
|
||
|
{
|
||
|
font-size:10pt;
|
||
|
font-weight:bold;
|
||
|
text-align:center;
|
||
|
background-color:white;
|
||
|
border-top:1px solid;
|
||
|
border-right:1px solid;
|
||
|
border-bottom:1px solid;
|
||
|
border-left:0;
|
||
|
}
|
||
|
td.result
|
||
|
{
|
||
|
font-size:10pt;
|
||
|
/*font-weight:light;*/
|
||
|
empty-cells:show;
|
||
|
}
|
||
|
td.string
|
||
|
{
|
||
|
text-align:left;
|
||
|
empty-cells:show
|
||
|
}
|
||
|
td.decimal
|
||
|
{
|
||
|
text-align:right;
|
||
|
empty-cells:show;
|
||
|
padding: 2px 10px 2px 2px;
|
||
|
|
||
|
}
|
||
|
td.integer
|
||
|
{
|
||
|
text-align:right;
|
||
|
empty-cells:show;
|
||
|
padding: 2px 10px 2px 2px;
|
||
|
}
|
||
|
|
||
|
p.errmsg
|
||
|
{
|
||
|
border: medium solid red;
|
||
|
text-align:left;
|
||
|
background-color:rgb(240,240,240);
|
||
|
}
|
||
|
tr.erglevel0
|
||
|
{font-weight:bolder;
|
||
|
background-color:rgb(186,186,255);
|
||
|
}
|
||
|
tr.erglevel_1
|
||
|
{font-weight:bold;
|
||
|
background-color:rgb(196,196,255);
|
||
|
}
|
||
|
tr.erglevel_2
|
||
|
{font-weight:bold;
|
||
|
background-color:rgb(206,206,255);
|
||
|
}
|
||
|
tr.erglevel_3
|
||
|
{font-weight:normal;;
|
||
|
background-color:rgb(216,216,255);
|
||
|
}
|
||
|
tr.erglevel_4
|
||
|
{font-weight:normal;;
|
||
|
background-color:rgb(226,226,255);
|
||
|
}
|
||
|
/*Wenn nur 1 Ebene vorlieg:*/
|
||
|
tr.erglevel1_0
|
||
|
{font-weight:bolder;
|
||
|
}
|
||
|
tr.erglevel1_1
|
||
|
{font-weight:normal;;
|
||
|
}
|
||
|
|
||
|
/*Wenn nur 2 Ebenen vorliegen:*/
|
||
|
tr.erglevel2_0
|
||
|
{font-weight:bolder;
|
||
|
background-color:rgb(245,245,245);
|
||
|
}
|
||
|
tr.erglevel2_1
|
||
|
{font-weight:bolder;
|
||
|
}
|
||
|
tr.erglevel2_2
|
||
|
{font-weight:normal;;
|
||
|
}
|
||
|
|
||
|
.listRowEven {
|
||
|
background-color: #E3E3E3;
|
||
|
}
|
||
|
|
||
|
.listRowEvenHover {
|
||
|
/* background-color: #EFEAB3; */
|
||
|
background-color: #FFFABF;
|
||
|
}
|
||
|
|
||
|
.listRowOdd {
|
||
|
background-color: #FFFFFF;
|
||
|
}
|
||
|
|
||
|
.listRowOddHover {
|
||
|
background-color: #FFFABF;
|
||
|
}
|
||
|
|
||
|
.listRowReloaded {
|
||
|
background-color: #DBE2FF;
|
||
|
}
|