Files
2024-12-17 17:34:10 +01:00

60 lines
1.8 KiB
CSS

table.tabtable-rs_f68uueau, table.tabtable-rs_f68uueau tr, table.tabtable-rs_f68uueau tr td.tabcol {
border: none;
}
table.tabtable-rs_f68uueau tr.tabrow.tabrow th.col_width_1,
table.tabtable-rs_f68uueau tr.tabrow.tabrow td.col_width_1 {
width: 65%;
}
table.tabtable-rs_f68uueau tr.tabrow.tabrow th.col_width_2,
table.tabtable-rs_f68uueau tr.tabrow.tabrow td.col_width_2 {
width: 10%;
text-align: center;
}
table.tabtable-rs_f68uueau tr.tabrow.tabrow th.col_width_3,
table.tabtable-rs_f68uueau tr.tabrow.tabrow td.col_width_3 {
width: 10%;
text-align: center;
}
table.tabtable-rs_f68uueau tr.tabrow.tabrow th.col_width_4,
table.tabtable-rs_f68uueau tr.tabrow.tabrow td.col_width_4 {
width: 15%;
text-align: center;
}
table.tabtable-rs_f68uueau {
border-collapse:collapse;
width:100%;
}
table.tabtable-rs_f68uueau caption {
margin: 20px 0 10px;
text-align: left;
font-size: 125%;
font-weight: bold;
}
body.white table.tabtable-rs_f68uueau tr.tabrow td.tabcol {
vertical-align: middle;
padding: 5px;
background-color: #ffffff;
}
body.white table.tabtable-rs_f68uueau tr.tr_ht1 th.tabcol,
body.white table.tabtable-rs_f68uueau tr.tr_ht1:hover th.tabcol,
body.white table.tabtable-rs_f68uueau tr.tr_ht1 th.tabcol:hover {
vertical-align: middle;
font-size: 11px;
color: #a70000;
background-color: #ffffff;
padding: 5px;
}
body.black table.tabtable-rs_f68uueau tr.tr_ht1 th.tabcol,
body.black table.tabtable-rs_f68uueau tr.tr_ht1:hover th.tabcol,
body.black table.tabtable-rs_f68uueau tr.tr_ht1 th.tabcol:hover {
vertical-align: middle;
font-size: 11px;
color: #B2E0E5;
padding: 5px;
}
body.black table.tabtable-rs_f68uueau tr.tabrow td.tabcol {
vertical-align: middle;
color: #ffff00;
padding: 5px;
background-color: transparent;
}