Bisheriger Code der table.css war
table {
width: 100%;
border-collapse: collapse;
border: 1px solid black;
}
thead {
position: sticky; top: 0;
background: blue;
color: green;
}
td {
border: 1px solid black;
}
th {
font-family: 'UnifrakturMaguntia', cursive;
border: 1px solid black;
font-size: 36px;
height: 36px;
}
tbody tr:nth-child(odd) {
background: #8fbc8f;
}
tbody tr:nth-child(even) {
background: #8fbc8f;
}
weshalb sich der Code in seiner Ausführung auf alle mit table erstellten Beiträge, also auch Kopf.php & Fuß.php in der bewussten Seite erstreckte.