48 lines
No EOL
575 B
CSS
48 lines
No EOL
575 B
CSS
body {
|
|
background-color: #000000;
|
|
color: #ffc000;
|
|
}
|
|
|
|
hr {
|
|
border-color: #584200;
|
|
}
|
|
|
|
#titlebox {
|
|
font-size: 5em;
|
|
text-align: center;
|
|
}
|
|
#titlebox > img {
|
|
display: inline-block;
|
|
height: 1em;
|
|
}
|
|
#centerbox {
|
|
margin: auto;
|
|
max-width: 50em;
|
|
}
|
|
#postform {
|
|
|
|
margin: 1em;
|
|
}
|
|
#postformtextarea {
|
|
box-sizing: border-box;
|
|
width: 100%;
|
|
border-radius: 1em;
|
|
}
|
|
#postformactionrow {
|
|
text-align: right;
|
|
}
|
|
|
|
.post {
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
padding: 1em;
|
|
margin: 1em;
|
|
border-radius: 1em;
|
|
/*
|
|
margin: auto;
|
|
max-width: 50em;
|
|
*/
|
|
}
|
|
.postactions {
|
|
float: right;
|
|
} |