umzug auf gitea
This commit is contained in:
54
css/auswertung_.css
Normal file
54
css/auswertung_.css
Normal file
@@ -0,0 +1,54 @@
|
||||
#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;
|
||||
}
|
||||
*/
|
||||
Reference in New Issue
Block a user