Leave a comment

Comments 3

av8rmike May 8 2008, 12:31:08 UTC
1. I wrote some code for that here. If what you wanted was to split the metadata into tags and non-tags, that's a little more involved, because it requires re-writing two functions.

2. Check here and here.

3. Most of the Expressive themes have alternating colors on comment threads, with separate specifiers for odd and even. This will make even comments blend with the rest, if that's what you wanted:
.comment-even {
background-color: #cfd1a4;
border-style: none;
}

Reply

martygreene May 8 2008, 14:18:43 UTC
Yeah, I'm used to the every other comment color change, but this one didn't make any sense- a couple in a row would be another color, then one by itself later on...

I was kinda hoping that tags could go up top, but the rest of the meta data stay at the bottom. Looks like that's a huge pain in the ass though eh? Pooh.

Reply

av8rmike May 8 2008, 14:33:38 UTC
Sorry, I mis-spoke (typed). It's not exactly "every other" comment, it depends on the comment depth in a thread. All comments at an odd depth will be colored the same; those at an even depth at the other color.

I can look into writing up some of that code, I'm just not sure how much time I'll have in the next few days to do it.

Reply


Leave a comment

Up