Files
danbooru/app/assets/stylesheets/specific/forum.css.scss
2011-10-20 18:50:16 -04:00

46 lines
541 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;
}
}
}
}
div#c-forum-topics {
div.single-forum-post {
width: 60em;
}
div#a-show {
}
span.info {
color: #AAA;
}
tr.new-topic {
font-weight: bold;
}
a.last-page {
color: #666;
}
span.locked-topic {
color: #666;
}
}