1
0
Fork 0

i miss you, jett.

This commit is contained in:
Lethe Beltane 2022-02-14 11:00:29 -06:00
parent a1090ba777
commit 72374a477b
Signed by: lethe
GPG key ID: 21A3DA3DE29CB63C
17 changed files with 89 additions and 0 deletions

44
mods/style.css Normal file
View file

@ -0,0 +1,44 @@
body {
background-color: #000000;
color: #4d0066;
max-width: 700px;
margin: auto;
margin-top: 10px;
font-family: serif;
}
a, a:visited {
text-decoration: underline;
color: inherit;
}
.download {
font-weight: bold;
text-align: center;
}
img {
width: 50%;
height: auto;
float: left;
padding: 8px;
}
img.right {
float: right !important;
}
.box {
margin-left: auto;
margin-right: auto;
background: #cc99ff;
padding: 1px 10px 5px 10px;
word-wrap: break-word;
height: auto;
}
h1, h2, h3 {
text-align: center;
}
h1 {
color: #cc99ff;
}
.note {
text-align: center;
color: #cc99ff;
}