1
0
Fork 0
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

51 lines
611 B
CSS

body {
background-color: #000000;
color: #A30262;
max-width: 1000px;
margin: auto;
margin-top: 10px;
font-family: serif;
}
a, a:visited {
text-decoration: underline;
color: #FFBF69;
}
.download {
font-weight: bold;
text-align: center;
}
img {
padding: 8px;
}
img.big {
width: 100%;
height: auto;
padding: 0px;
}
h1, h2, h3, p {
text-align: center;
}
p {
margin-left: 5px;
margin-right: 5px;
}
h1, code {
color: #cc99ff;
}
h2, b, p {
color: #D162A4;
}
.note {
text-align: center;
color: #cc99ff;
}
table {
width: 100%;
padding: 3px;
color: #ffffff;
}
td, span {
text-align: center;
}