1
0
Fork 0
This commit is contained in:
Lethe Beltane 2022-02-17 13:30:46 -06:00
parent 72374a477b
commit 1f456d319d
Signed by: lethe
GPG key ID: 21A3DA3DE29CB63C
57 changed files with 204 additions and 49 deletions

View file

@ -1,6 +1,6 @@
body {
background-color: #000000;
color: #4d0066;
color: #A30262;
max-width: 700px;
margin: auto;
margin-top: 10px;
@ -15,29 +15,17 @@ a, a:visited {
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 {
h1, h2, h3, p {
text-align: center;
}
h1 {
color: #cc99ff;
}
h2 {
color: #D162A4;
}
.note {
text-align: center;
color: #cc99ff;