Files
danbooru/app/assets/stylesheets/specific/forum.css.scss
2013-06-06 16:18:04 -07:00

67 lines
828 B
SCSS

div.list-of-forum-posts {
p.info {
color: #AAA;
font-style: italic;
font-size: 80%;
}
article {
margin-bottom: 3em;
word-wrap: break-word;
div.author {
width: 12em;
float: left;
margin-right: 2em;
}
div.content {
margin-left: 14em;
menu {
margin-top: 0.5em;
li {
margin-right: 1em;
}
}
}
}
}
div#c-forum-topics {
p.info {
color: #AAA;
font-style: italic;
font-size: 80%;
}
div.single-forum-post {
}
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;
}
tr.forum-topic-row td:last-child {
white-space: nowrap;
}
}