i miss you, jett.
This commit is contained in:
parent
a1090ba777
commit
72374a477b
17 changed files with 89 additions and 0 deletions
44
mods/style.css
Normal file
44
mods/style.css
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue