I really like this style, but have a suggestion. Attachments 2.1 has its own stylesheet, however it ends up putting (for this style) bright grey boxes around the attachments. I suggest adding the following rules to your stylesheet to override the Attachments stylesheet.#Comments .Attachments {
background-color:#555 !important;
border-color:#777 !important;
}
Cool. I've already made a few changes to this part if I remember well, but I'm not sure if I uploaded this in the last version or not. I had a problem with this extension: a strange bottom border bug which only seems to occur in Firefox. I fixed it with a defined line height but I noticed later it was causing another issue if Inline Images was also enabled...
I'll probably get rid of the whole hack and replace it with your suggestion, it seems waaay more simple to just ignore this stupid disappearing bottom border (I could even get rid of the whole border...)
Sure. I'll try to post one this evening, I don't have time right now.
I'd also like to find a more elegant solution for extensions like Forum Statistics and Legend. I'm not very happy with the way they look - gradients are fine for new posts & whispers but they make stuff hard to read when reused in the side panel.
After a bit of investigation, this disappearing bottom border thingy seems to only occur for the Attachment box located in the last comment of a discussion, that's why it's quite hard to spot it.
About the line height problem caused by my CSS fix, I'm not sure... I only noticed it on jimw's forum. Look at the image: you must scroll to see it. It doesn't happen in IE nor in Opera, and I'm unable to reproduce it on my local server. Strange.
And about your suggestion, looks like I already made some changes, and it's quite similar to the colors you are thinking about: #Comments .Attachments {
background-color:#414141!important;
border:1px solid #7f7f7f!important;
color:#ccc!important;
}
I'll upload a new version anyway, I made a tiny color change for the whispers' legend, making the text more readable.
I didn't think about overriding them... It should be doable since I changed successfully the text color. And it's not a little odd, it just plain sucks Gonna change this as soon as possible.
I saw my name mentioned here and thought I would give you an update. If you go to that post now, the image will display fine. I'm testing a new extension that will add a "print this comment" link/button at the end of the comment. After I uploaded my extension, the image displays fine. And this is with the old style version, not the new one.
Comments
#Comments .Attachments { background-color:#555 !important; border-color:#777 !important; }
I'll probably get rid of the whole hack and replace it with your suggestion, it seems waaay more simple to just ignore this stupid disappearing bottom border (I could even get rid of the whole border...)
I'd also like to find a more elegant solution for extensions like Forum Statistics and Legend. I'm not very happy with the way they look - gradients are fine for new posts & whispers but they make stuff hard to read when reused in the side panel.
About the line height problem caused by my CSS fix, I'm not sure... I only noticed it on jimw's forum. Look at the image: you must scroll to see it. It doesn't happen in IE nor in Opera, and I'm unable to reproduce it on my local server. Strange.
And about your suggestion, looks like I already made some changes, and it's quite similar to the colors you are thinking about:
#Comments .Attachments { background-color:#414141!important; border:1px solid #7f7f7f!important; color:#ccc!important; }
I'll upload a new version anyway, I made a tiny color change for the whispers' legend, making the text more readable.
And it's not a little odd, it just plain sucks
Sounds like an interesting extension by the way, I may use it on my blogish forum.
This reminds me I need to update it : it doesn't include additional styling for Vanilla 1.1.2's update system yet.