207 lines
3.0 KiB
SCSS
207 lines
3.0 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;
|
|
|
|
div.text-post-preview {
|
|
font-size: $h2_size;
|
|
font-weight: bold;
|
|
height: 150px;
|
|
width: 150px;
|
|
display: block;
|
|
text-align: center;
|
|
line-height: 150px;
|
|
border: 1px solid #CCC;
|
|
}
|
|
}
|
|
|
|
div.text-post-medium {
|
|
height: 150px;
|
|
width: 480px;
|
|
text-align: center;
|
|
line-height: 480px;
|
|
border: 1px solid #CCC;
|
|
}
|
|
|
|
article.post-preview.blacklisted-active {
|
|
display: none;
|
|
}
|
|
|
|
article.post-preview img {
|
|
border: 3px solid transparent;
|
|
}
|
|
|
|
article.post-preview.post-status-has-parent img {
|
|
border: 3px solid #CC0;
|
|
}
|
|
|
|
article.post-preview.post-status-has-children img {
|
|
border: 3px solid #0F0;
|
|
}
|
|
|
|
article.post-preview.post-status-pending img {
|
|
border: 3px solid #00F;
|
|
}
|
|
|
|
article.post-preview.post-status-flagged img {
|
|
border: 3px solid #F00;
|
|
}
|
|
|
|
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;
|
|
}
|
|
|
|
span.quick-mod {
|
|
float: right;
|
|
}
|
|
}
|
|
|
|
div#quick-edit-div {
|
|
textarea {
|
|
width: 30em;
|
|
height: 4em;
|
|
display: block;
|
|
}
|
|
}
|
|
}
|
|
|
|
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;
|
|
}
|
|
}
|
|
|