http.sh/webroot/boards/style.css

43 lines
467 B
CSS

.center {
margin-left: auto;
margin-right: auto;
max-width: 100%;
display: block;
text-align: center;
margin-bottom: 30px;
}
.file {
width: 225px
}
.msg {
width: 325px;
height: 125px;
}
.title {
width: 318px;
}
.submit {
width: 95px;
}
.pic {
width: 200px;
}
.thread_title {
color: #f44;
}
.poster {
color: #4f4;
}
.post {
margin: 5px;
background-color: #222;
}
.nolinkdecoration, .nolinkdecoration > div {
color: #ccc;
text-decoration: none;
}