46 lines
765 B
SCSS
46 lines
765 B
SCSS
@import "../common/000_vars.css.scss";
|
|
|
|
div#c-moderator-post-queues {
|
|
div.post {
|
|
margin-bottom: 4em;
|
|
overflow: hidden;
|
|
|
|
&.post-pos-score {
|
|
background: rgb(230, 255, 230);
|
|
}
|
|
|
|
&.post-has-dup {
|
|
background: rgb(255, 255, 100);
|
|
}
|
|
|
|
&.post-neg-score {
|
|
background: rgb(255, 230, 230);
|
|
}
|
|
|
|
aside {
|
|
float: left;
|
|
width: 220px;
|
|
text-align: right;
|
|
padding-right: 20px;
|
|
}
|
|
|
|
section {
|
|
float: left;
|
|
width: 800px;
|
|
}
|
|
|
|
&[data-tags~=animated], &[data-file-ext=swf], &[data-file-ext=webm], &[data-file-ext=zip] {
|
|
aside:before {
|
|
@include animated-icon;
|
|
}
|
|
}
|
|
}
|
|
|
|
div#moderation-guideline {
|
|
width: 900px;
|
|
|
|
h1 {
|
|
font-size: $h2_size;
|
|
}
|
|
}
|
|
} |