BLF After Dark, CSS theme [not relevant anymore]

Some of the links and quoted lines in the signature are in blue and very very small. My old eyes and bifocals have trouble distinguishing those, including your repository TK. I think itā€™s a combination of the shade of blue and the small size. prollyjustme

At least they turn white if you hover. :slight_smile:

I also tried to make them more visible by giving links a black dropshadow, but itā€™s still a bit odd with blue. Human eyes have difficulty focusing on pure blue light.

How do you want it to look instead of the current appearance?

Also, as a side note, you donā€™t have to use the ā€œafter darkā€ theme in order to get the blacklist function. But if you do want to keep the ā€œafter darkā€ part, the code is all editable. Look for this part, and uncomment/edit the second line:

    /* Make hyperlinks brighter, for DanielM */
    /* color: #0094d9 !important; */

Additionally, to make signatures bigger, look for this part and change the font size:

/* signature at the end of each post */
div.clear {
    /* display: none; */ /* in case you want no signatures at all */
    margin: 6px 0 0 0 !important;
    padding: 0 !important; 
    font-size: 80%;  /* make the text smaller by default */
    ...

Just IMNERHO, but I absolutely LOVE the way hyperlinks work in this theme!! On my system, they change to White & quickly-but-gradually increase in apparent brightness, just like the CFLs I used to appreciate.

Just one of many wonderful features!!

I donā€™t even mind that the Search Results pages look really weird.

I guess my blue rods have been turned into red rods by my hot rods. :stuck_out_tongue:

I updated the main theme file just now, with one tiny change:

  • Styled the new ā€œRude!ā€ button. (actually, all ā€œflagā€ actions)

Iā€™m not sure about styling the rudeness meter on the left yetā€¦ havenā€™t seen it with a non-zero number. Then again, I think the feature only landed like ten minutes ago.

Wow, that was lightning fast! Thanks! (I gave you a quick rudeness point so you can test it with a non-zero number. :innocent: )

Got a little distracted, but the meter works now too.

Not that it didnā€™t work before. It was just bright green. :slight_smile:

I lost track of the discussion about blocking signature files, pointer welcome, I am sure itā€™s in another thread but search isnā€™t finding it for me.

Iā€™ll copy it here:

Ahhhh, that works. Text I had long since memorized no longer appears every time.

Now, to program my glasses to filter out certain billboards and t-shirts ā€¦. oh, wait, thatā€™s science fiction ā€¦.
And nobody has invented not-hearing-aid filtering either, just yet.

This is awesome. Thank you!

Iā€™m not a fan of bright white high-contrast web designs. I find it more more comfortable to read some dimmer lower-contrast greys.

Kinda goes with being photosensitive, I guess. I can see well in the dark, but I canā€™t really see during the day unless I have dark sunglasses.

Kudos for this After Dark theme! I always wondered what dark skinned BLF would look like.

Thank you!

TK, Which line do I edit to change the color of the ā€œNEWā€ and ā€œUPDATEDā€ markers that show next to thread titles? It currently shows as deep red and I find it hard to see, probably due to my partial color blindness.

EDIT: Found it. It's this section:

Ah, interesting. Those only appear in a part of the interface that I donā€™t use. Hadnā€™t even noticed those were there.

The ā€œnewā€ markers I configured are bold black text on a red shadow. Thin red text on a grey background was probably inherited from an earlier version a few years ago, before BLFā€™s code got updated.

Iā€™ll have to remember to fix that.

Another question: product descriptions below images in the screenshot below are unreadable. They do become readable when I hover my mouse over them. How do I change that font color in your CSS?

Thanks!

Link to that specific thread, although itā€™s not the only one with that issue:

You can probably do something like this to remove the shadow from links in those postsā€¦

/* override style for people who insist on using too much CSS in their posts */
div.posted-by-9004 a {
    text-shadow: none !important;
}

That helped. Thank you.

So nice! thx :smiley: :smiley: :smiley:

There are still a few bits here and there which arenā€™t re-styled correctly, but it mostly works. Some of the table border lines, in particular, havenā€™t responded easily to overrides, and I havenā€™t tracked down the reason why.

I also have a few little extras locally, like to remove the search box. I had kinda forgotten itā€™s even there, since Iā€™d rather type a bit more during a search than have the widget always taking up space.