implemented blacklists

This commit is contained in:
albert
2011-08-07 15:44:54 -04:00
parent cbf3347eff
commit c6888984db
10 changed files with 174 additions and 13 deletions

View File

@@ -626,6 +626,10 @@ article.post-preview {
float: left;
}
article.post-preview.blacklisted-active {
display: none;
}
div#c-posts {
div.notice {
font-size: 0.8em;
@@ -650,6 +654,23 @@ div#c-posts {
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;
@@ -1048,6 +1069,14 @@ div#moderator-dashboard {
}
/*** page footer ***/
footer#page-footer {
clear: both;
margin: 1em;
text-align: center;
padding-top: 1em;
border-top: 2px solid #CCC;
}
/*** news ticker ***/
@@ -1074,4 +1103,4 @@ div#news-ticker {
a#close-news-ticker-link {
float: right;
}
}
}