Facepunch Awfully Dark II for the Facepunch Forums
47 replies, posted
No intentions of ever releasing it, because I ain't giving away competitive baguette juggling forums or wax fruit picture book wikis. This should be enough to smell what I'm stepping in, the secret sauce is css variables. Big drawback is that it's unlikely it will fit into the character limit for the forums usercss.
https://files.facepunch.com/forum/upload/112314/8a848b64-b8b1-42a9-8f3e-9b6647db142b/morecrap.png
Still broken for me with stylus off and on mobile
hooray! everythign fixed itself and I had to do absolutely nothing!
Soo the forums are changing, users of the double column css will notice this a lot. Do not panic, let it settle and then I will take a look at it.
panic a little bit
Is this expected? I'm using the stylesheet with Stylus.
https://files.facepunch.com/forum/upload/259074/55f8c976-51b7-4783-a3d0-43decc5cab54/waterfox_2018-12-20_15-07-46.png
Is it possible to enable word wrapping or is it broken right now? I tried adding word-break and word-wrap rules in a few posts but it didn't work. There's an odd break in posts:
https://files.facepunch.com/forum/upload/259074/c9a45e84-81aa-4426-bfef-6dc27997adc0/waterfox_2018-12-30_02-05-45.png
Thanks for this!
The dark style only really makes things dark. I am guessing you are on Firefox?
The dark style only makes things dark, really. I assume you are on Firefox as on chrome this does not happen. Iirc it is a known problem and there are a few fixes already for FF users.
The reason why that fix is not in the dark theme itself is as its hole purpose is to make things dark and nothing more.
I suggest searching the general discussions forum for "word wrap" there was a thread with a fix a few weeks back.
Skin machine broke
@Inacio Why aren't twitter embeds showing with the dark theme?
you cant modify iframes from outside
You have to use stylus and make a separate style sheet for iframe.ly, here's what mine looks like:
.w {
background-color: var(--base00);
}
a.c {
background-color: var(--base00);
opacity: 0.5;
}
a.c:hover {
background-color: var(--base00);
opacity: 1;
}
.t {
color: var(--base04) !important;
}
.EmbeddedTweet {
background-color: var(--base00);
}
.Identity-screenName {
color: var(--base04) !important;
}
.CallToAction-text, time {
color: var(--base03) !important;
}
What's the fix this time?
Awfully Dark II
Lovely, thanks man.
Sorry, you need to Log In to post a reply to this thread.