Reset Password
Existing players used to logging in with their character name and moo password must signup for a website account.
- BubbleKangaroo 4m
- SacredWest 35m
- Ameliorative 21m
- QueenZombean 9s
- AdamBlue9000 5m Rolling 526d6 damage against both of us.
- Ralph 6m
a Mench 4h Doing a bit of everything.
- Komira 28s
And 29 more hiding and/or disguised
Connect to Sindome @ moo.sindome.org:5555 or just Play Now

BGBB colour fix for sore eyes.
Color scheme hurting your eyes?

Hey folks. If you're like me and the colour scheme of the forums hurts your eyes while reading, I might have a little fix for you.

There are browser extensions out there that allow you to add custom CSS to websites which you can find by googling;

Opera: AddCSS

Chrome: User CSS

Firefox: Stylish

Once you've got one of these installed in your favourite browser you can change it to black on white rather than white on black.

Here's what I use which turns all text to black and the background of the replies to white:

--------------------

.bgbb .thread .posts .post {

color: #000;

background-color: #ffffff;

}

.bgbb .thread .posts .post.post-alt{

background-color: #ffffff;

}

DIV.page-body STRONG {

color:#000;

}

--------------------

Hope this helps.

This is so much better.

No more eye hurting for me!

10/10

Bless