54 lines
856 B
CSS
54 lines
856 B
CSS
#results.table>tbody>tr>td{
|
|
text-align: center;
|
|
font-size:1.1em;
|
|
height: 41px;
|
|
border-left: solid black 1px;
|
|
}
|
|
|
|
#results.table>tbody>tr:hover{
|
|
background: #ccc;
|
|
/*font-size: 1.1em;*/
|
|
font-weight: bold;
|
|
}
|
|
|
|
#tbld_id{display: none;}
|
|
|
|
#tblMesswerte{
|
|
border: solid black 2px;
|
|
width: 450px;
|
|
font-family: Hack;
|
|
font-size: 1.1em;
|
|
}
|
|
|
|
#tblHeader{
|
|
font-family: Hack;
|
|
font-weight: bold;
|
|
font-size: 1.4em;
|
|
}
|
|
|
|
#tblMesswerte>tbody>tr>td{
|
|
|
|
padding: 2px 5px 2px 5px;
|
|
|
|
}
|
|
|
|
|
|
/*
|
|
#results.table>tbody>tr>td:hover{
|
|
*background: #3f5;
|
|
}
|
|
|
|
#tbld_AbformComm,#tbld_LieferComm,#tbld_MessComm,#tbld_RauComm,#tbld_statusComm{
|
|
display: none;
|
|
}
|
|
|
|
#tbld_OL1,#tbld_OL2,#tbld_OW1,#tbld_OW2,
|
|
#tbld_R11,#tbld_R12,#tbld_R13,
|
|
#tbld_R21,#tbld_R22,#tbld_R23,
|
|
#tbld_R31,#tbld_R32,#tbld_R33,
|
|
#tbld_R41,#tbld_R42,#tbld_R43,
|
|
#tbld_CW,#tbld_LW
|
|
{
|
|
display: none;
|
|
}
|
|
*/ |