-
Website
http://blog.disqus.com/ -
Original page
-
Subscribe
All Comments -
Community
-
Top Commenters
-
donnacha | WordSkill
37 comments · 12 points
-
Jason
164 comments · 22 points
-
Daniel Ha
2198 comments · 435 points
-
Rob Loach
45 comments · 29 points
-
goodbloke01
95 comments · 1 points
-
-
Popular Threads
-
Disqus: The Official Blog - Stocking Stuffers: Blogger Sync, Improved Reactions and Spam Reporting.
2 weeks ago · 48 comments
-
DISQUS | Service Status - Facebook Connect Temporarily Unavailable
14 hours ago · 1 comment
-
DISQUS | Service Status - Everything is running normal
3 weeks ago · 16 comments
-
Disqus: The Official Blog - Vote + Comment on your Favorite X-mas flick at BBC's Radio Times!
3 weeks ago · 12 comments
-
Disqus: The Official Blog - Please Welcome paidContent to the Disqus Community!
4 weeks ago · 15 comments
-
Disqus: The Official Blog - Stocking Stuffers: Blogger Sync, Improved Reactions and Spam Reporting.
Seems I failed at linking to Rock Paper Shotgun, too; they can be found at http://rockpapershotgun.com)
the moment. We'll take a look at fixing this.2
2) Bad UI design, I reckon. We'll change this.
The class name is "dsq-moderator" so you can add a special rule in the style.
http://essays.tumblr.com/post/36076489/example#...
Now I might have done something wrong, but the blue-ish color scheme of the blog seems to even overwrite the original textarea.dsq-post-auth too, as I've assigned a red and pink color respectively for the two for testing purposes to see if something would change. Code below:
textarea.dsq-post-auth {background-color: #DA2222 !important;
border-color: {color:body text} !important;
}
textarea.dsq-moderator {
background-color: #FF3 !important;
}
Aside for Disqus implementation and change of two blog template colors, the source should be the same as the one I got it from here:
http://dashtheme.tumblr.com/post/30243754/theme...
Also, #FF3 is not a valid color hex.
Niclas - Phil is right. I also just reread what you're trying to do. What are you trying to stylize. The class "dsq-moderator" is of the LI element.
I don't think you want to stylize the textarea (this is the box you type into). Correct me if I'm wrong.
I don't think you want to stylize the textarea (this is the box you type into). Correct me if I'm wrong.
I was trying to change the background of the comments, after they have been posted, so to speak for blog the moderator(s) only (and failing utterly at that). Seems I misinterpreted the descriptions of the Advanced Disqus CSS settings. Not as far as being a part of the LI element, but as for what it does according to the CSS descriptions. I'm the one at fault, of course, but perhaps there's some ambiguity in some of the descriptions, which put me off, that could be double-checked.
Could I trick you into writing the line of code (assuming it's only something you can swiftly pull out your sleeve)? Hopefully I'll be able to reverse engineer to get an understanding of the inner workings of Disqus CSS.
As for the
(color: body text), I wonder how it even got there. I know I didn't write it. Just thought it was of some relevance to the Disqus CSS due to the 'dsq', but then again, I know jack about webprogramming.I'll try to explain it through an example, as I don't know the jargon.
Regard the comments of http://www.rockpapershotgun.com/?p=1796#comments (a great site which you should talk into using Disqus, by the way, but that's for another time).
The user Kieron Gillen, who is one of the contributing members of the blog, has a yellow-y background in his post compared to the rest of the regular users whose backgrounds are grey. I'd like to reproduce that effect, so that the Disqus moderator/admin has a differently coloured comment background.
As for the colour of the background; just choose something random. That can always be tampered with.
Appreciate the help greatly.
( GREATLY )
/* Remove "blue-ish color" from theme */
#dsq-content #dsq-comments .dsq-comment { background: none; }
/* Header */
#dsq-content #dsq-comments .dsq-comment.dsq-moderator .dsq-comment-header { background: #FF3; }
/* Body */
#dsq-content #dsq-comments .dsq-comment.dsq-moderator .dsq-comment-body { background: #FF3; }
A P.S. completely unrelated to this matter; I don't know how many people are
accustomed to doing this, but personally, I have two typographical means of
paragraphing: (1) A regular Enter-Enter
-esque linebreak, and (2) an Enter-Space-Space-Space line indention. Trying to
do the latter, I find that Disqus doesn't acknowledge the manual indentation I
make, which on some occasions will result in the manual indentations not
being visible. We're probably in the pet peeve league now, but if I can find
it a little thwarting, maybe others will, wherefore I'm (still) bringing it
to your attention.
Why settle for less than perfect. =)