2024-09-25 20:53:02 +02:00
|
|
|
body {
|
|
|
|
margin: auto;
|
|
|
|
margin-top: 14px;
|
|
|
|
font-family: monospace !important;
|
|
|
|
background-color: #cc99ff;
|
|
|
|
max-width: 1114px;
|
|
|
|
}
|
|
|
|
table {
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
background-color: #99ccff;
|
|
|
|
}
|
|
|
|
table, td {
|
|
|
|
max-width: 1114px;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
td {
|
|
|
|
border: 1px solid;
|
|
|
|
}
|
|
|
|
h1 {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
h1, td {
|
|
|
|
padding: 4px;
|
|
|
|
}
|
|
|
|
tr {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
.snippet {
|
|
|
|
width: 100%;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
.info {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.f {
|
|
|
|
background-color: #99ff99;
|
|
|
|
}
|
|
|
|
.m {
|
|
|
|
background-color: #ff8080;
|
2024-10-22 18:44:27 +02:00
|
|
|
}
|
|
|
|
a {
|
|
|
|
text-decoration: none;
|
|
|
|
color: inherit;
|
2024-09-25 20:53:02 +02:00
|
|
|
}
|