2022-02-14 18:00:29 +01:00
|
|
|
body {
|
|
|
|
background-color: #000000;
|
2022-02-17 20:30:46 +01:00
|
|
|
color: #A30262;
|
2023-02-07 15:59:55 +01:00
|
|
|
max-width: 1000px;
|
2022-02-14 18:00:29 +01:00
|
|
|
margin: auto;
|
|
|
|
margin-top: 10px;
|
|
|
|
font-family: serif;
|
|
|
|
}
|
|
|
|
a, a:visited {
|
|
|
|
text-decoration: underline;
|
2022-04-13 16:21:54 +02:00
|
|
|
color: #FFBF69;
|
2022-02-14 18:00:29 +01:00
|
|
|
}
|
|
|
|
.download {
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
img {
|
|
|
|
padding: 8px;
|
|
|
|
}
|
2022-08-30 18:24:44 +02:00
|
|
|
img.big {
|
|
|
|
width: 100%;
|
|
|
|
height: auto;
|
|
|
|
padding: 0px;
|
|
|
|
}
|
2022-02-17 20:30:46 +01:00
|
|
|
h1, h2, h3, p {
|
2022-02-14 18:00:29 +01:00
|
|
|
text-align: center;
|
|
|
|
}
|
2022-04-04 19:02:54 +02:00
|
|
|
p {
|
|
|
|
margin-left: 5px;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
2022-04-13 16:21:54 +02:00
|
|
|
h1, code {
|
2022-02-14 18:00:29 +01:00
|
|
|
color: #cc99ff;
|
|
|
|
}
|
2023-01-22 04:54:19 +01:00
|
|
|
h2, b, p {
|
2022-02-17 20:30:46 +01:00
|
|
|
color: #D162A4;
|
|
|
|
}
|
2022-02-14 18:00:29 +01:00
|
|
|
.note {
|
|
|
|
text-align: center;
|
|
|
|
color: #cc99ff;
|
|
|
|
}
|
2023-01-22 04:54:19 +01:00
|
|
|
table {
|
|
|
|
width: 100%;
|
|
|
|
padding: 3px;
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
|
|
|
|
td, span {
|
|
|
|
text-align: center;
|
|
|
|
}
|