Q: For Hiroto (new)
Hiroto, many thanks for your new CSS. There are just a few small things I'd like to try to modify. First, for the thread list (for which I've already used a darker blue for bolded-read content), I find the text there a bit too heavy, and I'm wondering if you can suggest a bit lighter version of that, and of course, where to enter it.
Also, at least on my Mac, the reply window goes too far out near the right edge of the screen, making reading sometimes a bit difficult. Could you perhaps offer a way to have a somewhat narrower, more compact window for replies?
Posted on Jun 12, 2016 10:17 AM
Hello
To limit the max width of canvas, you may simply replace the following rule in BODY section:
#-apple {
width: auto !important;
min-width: 0px !important;
}
with something like this (e.g., max-width : 1200px):
#-apple {
width: auto !important;
max-width: 1200px !important;
min-width: 0px !important;
}
And thanks for the tt2's tweaks on .all-replies-container rule. However, I chose not to set it to {display: inherit !important; } because doing so will show promoted helpful replies AND all replies, which I think is redundant and confusing in some cases.
All the best,
H
PS. I just noticed that promoted solved post embedded in the original post (that is A block within Q block) loses every instance of word "", e.g., #-apple => #-apple. Obviously a bug in new fora software. So be very careful NOT to use the code in the promoted A block but the code in the original message.
Posted on Jun 12, 2016 3:40 PM

