PDA

View Full Version : Ignored Users



Serb
09/04/2010, 1:42 PM
Hey,

I want to ignore posts from certain users but I think they current style for ignored posts draws the eyes more than regular posts. I played around with the CSS a little and was wondering if you'd consider implementing something more along the following lines?

http://stuff.pmck.net/ignored.png

If you want to use something like that, you can just dump the following CSS into the bottom of the file:


li.postbitignored {
color: #666;
}

li.postbitignored a {
color: #666;
text-decoration: underline;
}

li.postbitignored .posthead {
background: #e9e9e9;
border: 1px solid #e9e9e9;
}

li.postbitignored .posthead .date,
li.postbitignored .posthead .time {
color: #666;
}

li.postbitignored .userinfo,
li.postbitignored .floatcontainer { display: none; }

li.postbitignored .postbody strong {
font-weight: bold;
}

li.postbitignored .title {
font-weight: normal;
}

li.postbitignored .content {
margin-top: 5px;
}

John83
09/04/2010, 2:37 PM
For what it's worth, it does seem as though the current style draws the eye to posts by ignored users. There's still a more polished default forum skin in the works though, unless I'm mistaken.

dahamsta
11/04/2010, 11:16 PM
(I'm not ignoring this, just haven't gotten around to looking at it in detail.)

dahamsta
27/05/2010, 2:29 PM
Took a while, but this is done now. I've also updated the post thanks bit.