Files
danbooru/app/assets/stylesheets/specific/posts.css.scss
2011-10-15 16:46:50 -04:00

172 lines
2.3 KiB
SCSS

@import "../common/000_vars.css.scss";
div.post-previews {
overflow: visible;
}
article.post-preview {
height: 150px;
width: 150px;
margin-right: 30px;
margin-bottom: 30px;
display: inline-block;
float: left;
text-align: center;
vertical-align: middle;
}
article.post-preview.blacklisted-active {
display: none;
}
div#c-posts {
li.category-1 a {
color: #A00;
}
li.category-3 a {
color: #A0A;
}
li.category-4 a {
color: #0A0;
}
span.post-count {
color: #CCC;
margin-left: 0.2em;
}
div.notice {
font-size: 0.8em;
padding: 1em;
margin-bottom: 1em;
ul {
margin-left: 1em;
}
}
aside#sidebar > section#pool-sidebar {
span.ui-icon {
color: #666;
}
}
aside#sidebar > section > ul li {
list-style-type: none;
}
aside#sidebar > section > ul ul li {
margin-left: 1em;
}
aside#sidebar > section#blacklist-box ul {
margin-left: 1em;
li {
list-style-type: disc;
}
a {
color: $link_color;
cursor: pointer;
}
span {
color: #AAA;
}
}
h1 {
font-size: $h3_size;
}
div#wiki-page-excerpt {
position: relative;
width: 40em;
div#hide-or-show-wiki-page-excerpt {
font-size: 1em;
position: absolute;
top: 0;
right: 0;
span {
cursor: pointer;
color: #AAA;
}
span:hover {
color: #333;
}
}
}
div#a-show {
menu#post-sections {
font-size: $h3_size;
font-weight: bold;
line-height: 1.25em;
li a {
color: $link_color;
}
}
section#notes {
margin-top: 1em;
article {
margin-bottom: 1em;
}
}
section#edit {
margin-top: 1em;
}
}
}
div#c-explore-posts {
}
div#c-post-versions {
div#a-index {
ins {
color: green;
text-decoration: none;
margin-right: 0.5em;
}
del {
color: red;
text-decoration: line-through;
margin-right: 0.5em;
}
}
}
div#unapprove-dialog {
p {
margin-bottom: 1em;
}
}
div#c-moderator-post-dashboards {
article {
margin-bottom: 4em;
overflow: hidden;
}
aside {
float: left;
width: 520px;
}
section {
float: left;
width: 300px;
}
}