verbesserung der aufgabe in komp von gestern

This commit is contained in:
danielvici123
2024-11-08 10:21:59 +01:00
parent a6319190ae
commit 61872b31cf

View File

@@ -6,91 +6,121 @@
<title>Document</title> <title>Document</title>
<style> <style>
* { * {
border: 1px solid black; font-family: Arial, sans-serif;
background-color: aliceblue;
} }
table {
border: 5px solid black;
}
.normal {
background-color: orange;
padding: 5px;
border-bottom: 1px solid black;
}
.fhr {
background-color: blueviolet;
padding: 5px;
border-bottom: 1px solid black;
}
.info {
background-color: aliceblue;
padding: 5px;
}
.keineschule {
background-color: lightskyblue;
width: 70px;
}
.unterline, .bb {
border-bottom: 1px solid black;
}
.br {
border-right: 1px solid black;
}
</style> </style>
</head> </head>
<body> <body>
<table> <table>
<tr> <tr>
<th style="background-color: aliceblue;">Tag -><br> Stunde\/</th> <!-- STUNDE --> <th class="info">Tag -><br> Stunde\/</th>
<th style="background-color: aliceblue;">Mo</th> <th class="info bb">Mo</th>
<th style="background-color: aliceblue;">Di</th> <th class="info bb">Di</th>
<th style="background-color: aliceblue;">Mi</th> <th class="info bb">Mi</th>
<th style="background-color: aliceblue;">Do</th> <th class="info bb">Do</th>
<th style="background-color: aliceblue;">Fr</th> <th class="info bb">Fr</th>
<th class="info bb">Sa</th>
</tr> </tr>
<tr> <tr>
<th style="background-color: aliceblue;">1</th> <!-- STUNDE --> <th class="info br">1</th>
<th>-----</th> <!-- MONTAG--> <th class="unterline">-----</th>
<th style="background-color: blueviolet;">M-FHR</th> <!-- DIENSTAG--> <th class="fhr">M-FHR</th>
<th>------</th> <!-- MITTWOCH--> <th>------</th>
<th style="background-color: orange;">KOM</th> <!-- DONNERSTAG--> <th class="normal">KOM</th>
<th style="background-color: orange;">GK-WP</th> <!-- FREITAG--> <th class="normal">GK-WP</th>
<th rowspan="10" class="keineschule"> </th>
</tr> </tr>
<tr> <tr>
<th style="background-color: aliceblue;">2</th> <th class="info br">2</th>
<th class="unterline">-----</th>
<th class="normal">KOM</th>
<th class="normal">E</th>
<th class="normal">KOM</th>
<th class="normal">GK-WP</th>
</tr>
<tr>
<th class="info br">3</th>
<th>-----</th> <th>-----</th>
<th style="background-color: orange;">KOM</th> <th class="normal">KOM</th>
<th style="background-color: orange;">E</th> <th class="normal">AM-WP</th>
<th style="background-color: orange;">KOM</th> <th class="normal">PROG</th>
<th style="background-color: orange;">GK-WP</th> <th class="normal">KOMP</th>
</tr> </tr>
<tr> <tr>
<th style="background-color: aliceblue;">3</th> <th class="info br">4</th>
<th>-----</th> <th class="normal">REL</th>
<th style="background-color: orange;">KOM</th> <th class="normal">INF</th>
<th style="background-color: orange;">AM-WP</th> <th class="normal">PROGP</th>
<th style="background-color: orange;">PROG</th> <th class="normal">PROG</th>
<th style="background-color: orange;">KOMP</th> <th class="normal">INFP</th>
</tr> </tr>
<tr> <tr>
<th style="background-color: aliceblue;">4</th> <th class="info br">5</th>
<th>REL</th> <th class="normal">KOMP</th>
<th>INF</th> <th class="normal">INF</th>
<th>PROGP</th> <th class="normal">PROGP</th>
<th>PROG</th> <th class="normal">D</th>
<th>INFP</th> <th class="normal">INFP</th>
</tr> </tr>
<tr> <tr>
<th style="background-color: aliceblue;">5</th> <th class="info br">6</th>
<th>KOMP</th> <th class="normal">KOMP</th>
<th>INF</th> <th class="normal">INF</th>
<th>PROGP</th> <th class="normal">PROGP</th>
<th>D</th> <th class="normal">KOMP</th>
<th>INFP</th> <th class="normal">INFP</th>
</tr> </tr>
<tr> <tr>
<th style="background-color: aliceblue;">6</th> <th class="info br">7</th>
<th>KOMP</th> <th class="normal">RO-WP</th>
<th>INF</th> <th class="normal">AM-WP</th>
<th>PROGP</th> <th class="normal">PROG</th>
<th>KOMP</th> <th class="normal">WI</th>
<th>INFP</th> <th class="unterline">------</th>
</tr> </tr>
<tr> <tr>
<th style="background-color: aliceblue;">7</th> <th class="info br">8</th>
<th>RO-WP</th> <th class="normal">RO-WP</th>
<th>AM-WP</th> <th class="fhr">E-FHR</th>
<th>PROG</th> <th class="fhr">M-FHR</th>
<th>WI</th> <th class="normal">WI</th>
<th class="unterline">------</th>
</tr>
<tr>
<th class="info br">9</th>
<th class="fhr">D-FHR</th>
<th>------</th> <th>------</th>
</tr> <th class="fhr">E-FHR</th>
<tr> <th class="fhr">D-FHR</th>
<th style="background-color: aliceblue;">8</th>
<th>RO-WP</th>
<th style="background-color: blueviolet;">E-FHR</th>
<th style="background-color: blueviolet;">M-FHR</th>
<th>WI</th>
<th>------</th>
</tr>
<tr>
<th style="background-color: aliceblue;">8</th>
<th style="background-color: blueviolet;">D-FHR</th>
<th>------</th>
<th style="background-color: blueviolet;">E-FHR</th>
<th style="background-color: blueviolet;">D-FHR</th>
<th>------</th> <th>------</th>
</tr> </tr>
</table> </table>