1
0
Fork 0
DeadEndShrineOnline/mods/style.css
2022-02-14 11:00:29 -06:00

45 lines
602 B
CSS

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;
}