Files
danbooru/app/assets/stylesheets/specific/forum.css.scss
2012-09-21 14:26:21 -04:00

52 lines
636 B
SCSS

div.list-of-forum-posts {
article {
margin-bottom: 3em;
div.author {
width: 20%;
float: left;
}
div.content {
margin-left: 2em;
width: 30em;
float: left;
menu {
margin-top: 0.5em;
li {
margin-right: 1em;
}
}
}
}
}
div#c-forum-topics {
div.single-forum-post {
width: 60em;
}
div#a-show {
}
span.info {
color: #AAA;
}
span.new {
font-size: 80%;
color: red;
margin-right: 0.5em;
}
a.last-page {
color: #666;
}
span.locked-topic {
color: #666;
}
}