[#5][#17][#23] MemberDataSheet: Overhaul entire MemberDataSheet

This commit is contained in:
2023-12-21 22:24:04 +01:00
parent 4d5ad13e0c
commit 1bdb7183ed
5 changed files with 198 additions and 334 deletions

View File

@ -10,6 +10,10 @@ main table.tiny {
margin-bottom: 5mm;
}
main table.border {
border: 0.5pt solid black;
}
main table tr {
break-inside: avoid;
}
@ -47,9 +51,12 @@ main table th {
main table tbody {
}
main table tbody .small {
main table .small {
font-size: 8pt;
}
main table .large {
font-size: 12pt;
}
main table.number td,
main table.number th {
@ -76,16 +83,32 @@ main table.cohere {
break-inside: avoid;
}
main table tr.subheading th,
main table tr.subheading td {
font-weight: bold;
}
main table tr.subheading th {
text-align: left;
font-weight: bold;
font-size: 10pt;
}
main table.small tr.subheading th,
main table.tiny tr.subheading th {
main table.small tr.subheading td,
main table.tiny tr.subheading th,
main table.tiny tr.subheading td {
font-size: 8pt;
}
main table tr.sectionheading th {
padding-top: 1mm;
padding-bottom: 1mm;
font-weight: bold;
text-align: center;
font-size: 10pt;
border-top: 0.5pt solid black;
}
main table.number thead tr:first-child th:first-child {
text-align: left;
}
@ -107,7 +130,14 @@ main table th.unit {
font-size: 8pt;
}
main table.number th.unit {
padding-right: 2mm;
}
main table th.narrow {
padding-left: 0;
padding-right: 0;
}
main table .lborder {border-left: 0.5pt solid black;}
main table .rborder {border-right: 0.5pt solid black;}