BLF After Dark, CSS theme [not relevant anymore]

FWIW, it seems easiest to manage by using the Stylish extension’s “userstyles.org” repository. Now that I have that all set up, anyway, updates are only a couple clicks.

Yup…added the userstyles.org tab…then copied your “global” affecting .css into a style specifically for budget light forum…so now it only affects this one website rather than all of them…it appears all it added was

@namespace url(XHTML namespace);

@-moz-document domain(“budgetlightforum.com”) {

to the front of it…everything else was straight copy/paste from your already made style

Very awesome TK!!!

or after simply clicking the tab, clicking find styles for this site, and clicking BLF After Dark BudgetLightForum dark theme by ToyKeeper and clicking install….duh, had me a smack my forhead coulda had a V8 moment just then

So awesome TK…so simple you are incredible!

Hi, a small update.

If there’s anyone whose posts you don’t want to see, it’s pretty easy to hide what they write. Add this to a custom style for each person on your personal blacklist:

/* block John Doe */
div.posted-by-54321 div.forum-post-content {
    display: none !important;
}
div.posted-by-54321 div.forum-post-info {
    background: linear-gradient(#b34, #512) !important;
}

Replace the “54321” with the numeric ID of the account, like the last part of the URL after clicking someone’s name. It’ll hide what they wrote and change the color of the post header to red. You can still see what they said by clicking the ‘quote’ button though, or viewing in another browser or incognito window.

Thanks TK,
I actually managed it and BLF After Dark is residing on my Chrome in Windows 7 Pro. Much much easier on the eyes, albeit some of the fine pring in signature lines and such is a bit difficult for me to read due to the specific blue color. I’ll adjust, I’m sure.

Thanks again, remarkable.

I am loving it… but, the search box text area is tiny with the theme and normal when not using the theme. I am in firefox…

In case it helps, here’s an example which can be added to Stylish using its import/export function:

http://toykeeper.net/torches/css/blf-blacklist.css.export

It blocks any posts by me, and you can change it to someone else by changing “6266” to a different number. Or copy/paste the two clauses with other numbers to add more people.

Sweet trick on iPhone or iPad…
Setting the accessibility shortcut to invert colours gives the site an awesome black and orange look when you triple click the home button.

Try it!

BTW, if anyone wants to hide the posts entirely, it’s actually a lot simpler. Just remove some code until it looks like this:

/* Someone */
div.posted-by-54321 { display: none !important; }

It doesn’t need the second clause from earlier. This shorter one will remove the posts as if they weren’t even there. Quotes included by others are still visible though, and it’ll skip post numbers when something is hidden.

I just prefer to see that something was there, instead of making it entirely invisible.

(BTW, we don’t have 50,000+ users yet, but when that day comes and someone ends up with ID 54321, I apologize in advance)

I might have to enter with a new name and nab that 54321 user ID so I can talk all I want and no one will even know. :stuck_out_tongue: hahahahahahahahaha

Thank you, ToyKeeper!

I did as you instructed. The new .css is amazing. It grows on a person, much like warts or cancer, but with much more pleasing results! :wink:

Seriously, though (what, me?), it’s amazing how much better it looks and feels as time goes by! I really do love it!

(and the drop-down-list button by the ‘Text format’ selector below this box is still “old”. Plus pulling down the list looks strange. No way would I ask you to work your magic on the buttons above this box. Just sayin’…)

I don’t actually know much about CSS. I tried a few times to style some of those things and didn’t find a way to do it. I’m kind of a Jill-of-many-trades, master of none. Someone with more experience could probably do it though…

I’d wager (no, that’s illegal here) that “master of none” is just demure and self-deprecatory. Very funny. It looks to me, you could teach millions of “script kiddies” more than just a thing or two!

And I still can’t get over how much more I like this new look now, than I did just a few minutes ago!

:beer: :+1: :student: :partying_face: :heart_eyes:

Damn, bro, this is awesome. Thank you!

Thank you thank you thank you for the killfile feature.

I was so comfortable with Usenet, where I could simply choose never to see any particular userid’s writing, or any particular thread or subthread — just killfile them and never see them until I got curious again.

It made going online to accomplish anything really …. restful. If someone’s posts drove me crazy and I just had to hammer them — instead, I could do something more mature, and choose not to see what I couldn’t read with equanimity.

It’s a gift. Many thanks.

No offense to anyone to whom I seem to quit replying, if you imagine I killfiled you, it’s not about you — it’s about my peace of mind.
I’ve always — I hope, close anyhow — backed away rather than reply to anything that riled me up.
It’s how the rules here tell me to work with the site, and I really respect that.

Killfile helps me do that, automagically.

I want to use BLF in a way that keeps me peaceful. I can do that, if I work a bit at it.

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: )