snuffler-web/style.css

33 lines
381 B
CSS

body {
background-color: #000000;
color: #ffc000;
}
hr {
border-color: #584200;
}
#centerbox {
margin: auto;
max-width: 50em;
}
#postformtextarea {
box-sizing: border-box;
width: 100%;
}
#postformactionrow {
text-align: right;
}
.post {
border-style: solid;
border-width: 1px;
padding: .5em;
/*
margin: auto;
max-width: 50em;
*/
}
.postactions {
float: right;
}