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.
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; }
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.
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.
Comments 3
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
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
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